gst/playback/gstplaybin2.c: Fix buffer-duration property.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/playback/gstplaybin2.c: (activate_group):
4         Fix buffer-duration property.
5
6 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         * gst-libs/gst/audio/gstbaseaudiosink.c:
9         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
10         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
11         (gst_base_audio_sink_change_state):
12         Really fix audiosink drain handling by keeping track of the running_time
13         of the last sample.
14
15 2008-11-24  Michael Smith <msmith@songbirdnest.com>
16
17         * gst/playback/gstplaybin2.c:
18           Add notification of current stream. Add ability to configure buffer
19           sizes.
20         * gst/playback/gsturidecodebin.c:
21           Add ability to configure buffer sizes for streaming mode.
22           Bug #561734.
23
24 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
25
26         * gst-libs/gst/audio/gstbaseaudiosink.c:
27           Time is already in running_time. Remove base_time handling. Fixes
28           audiosinks not draining and thus chopping some audio in the end.
29
30 2008-11-24  David Schleef  <ds@schleef.org>
31
32         * ext/ogg/gstoggmux.c:
33         * ext/ogg/gstoggmux.h:
34           If we're muxing a dirac stream, flush the page after every picture.
35
36 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
37
38         * gst-libs/gst/audio/gstbaseaudiosink.c:
39           Add one log message to check for audio_drained. Sync one log message
40           with the condition. Send EOS after draining audio in pull mode.
41
42 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
43
44         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
45         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
46         Use gst_buffer_try_new_and_alloc() and fail properly if the
47         allocation failed. This prevents abort() if downstream elements
48         request an insane amount of memory.
49
50 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * gst/volume/gstvolume.c: (volume_choose_func),
53         (volume_update_volume), (gst_volume_set_volume),
54         (gst_volume_get_volume), (gst_volume_set_mute),
55         (gst_volume_class_init), (gst_volume_init),
56         (volume_process_double), (volume_process_float),
57         (volume_process_int32), (volume_process_int32_clamp),
58         (volume_process_int24), (volume_process_int24_clamp),
59         (volume_process_int16), (volume_process_int16_clamp),
60         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
61         (volume_transform_ip), (volume_set_property),
62         (volume_get_property):
63         * gst/volume/gstvolume.h:
64         Cleanup volume, define and use default values.
65         Recalculate new volume and mute setup before processing. Fixes #561789.
66
67         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
68         Add controller unit test. Patch by: Jonathan Matthew
69         Fix bogus test that messed with basetransform's internal state.
70
71 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
72
73         * gst/videorate/gstvideorate.c:
74         Add jpeg and png image media types to the caps. Fixes #561436.
75
76 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
77
78         * gst/playback/gstplaysink.c: (gen_audio_chain):
79         Don't post an error when we can't configure the volume but post a
80         warning instead. Fixes #561780.
81
82 2008-11-21  David Schleef  <ds@schleef.org>
83
84         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
85
86         * gst/videotestsrc/gstvideotestsrc.c:
87         * gst/videotestsrc/gstvideotestsrc.h:
88         * gst/videotestsrc/videotestsrc.c:
89         * gst/videotestsrc/videotestsrc.h:
90           Add a zone plate pattern generator based on BBC R&D Report
91           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
92           kx2=20 ky2=20 kt=1'.
93
94 2008-11-20  Michael Smith <msmith@songbirdnest.com>
95
96         * gst/playback/gstdecodebin2.c:
97           Fix random fat-fingering making this not compile.
98
99 2008-11-20  Michael Smith <msmith@songbirdnest.com>
100
101         * gst/playback/gstdecodebin2.c:
102           If the top-level type of the stream is plain text, don't try to decode
103           it, matching behaviour of decodebin.
104         * gst/playback/gstplaysink.c:
105           If we fail to generate a text chain (e.g. due to missing optional
106           plugins), don't crash.
107
108 2008-11-20  Michael Smith <msmith@songbirdnest.com>
109
110         * gst-libs/gst/rtsp/gstrtspdefs.c:
111           Fix win32 build. Oops.
112
113 2008-11-20  Michael Smith <msmith@songbirdnest.com>
114
115         * gst-libs/gst/rtsp/gstrtspdefs.c:
116           Use WSAGetLastError() rather than errno/h_errno on win32.
117
118 2008-11-20  Michael Smith <msmith@songbirdnest.com>
119
120         * gst-libs/gst/riff/riff-media.c:
121           Support WMA Lossless properly.
122
123 2008-11-18  David Schleef  <ds@schleef.org>
124
125         * gst/videotestsrc/gstvideotestsrc.c:
126         * gst/videotestsrc/gstvideotestsrc.h:
127         * gst/videotestsrc/videotestsrc.c:
128         * gst/videotestsrc/videotestsrc.h:
129           Add "colorspec" property, specifying whether to generate BT.601
130           or BT.709 video.  This only affects YCbCr values, not RGB, since
131           if you're generating a 709 test pattern, presumably you want
132           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
133           uses 75% colors instead of 100%, since this is often more useful
134           for testing (and also follows the SMPTE EG-1 guideline).
135
136 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
137
138         * gst/playback/gstdecodebin.c:
139         Add a "sink-caps" property to decodebin like it's done for decodebin2.
140         Fixes #560380.
141
142 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
143
144         * gst/audioresample/gstaudioresample.c:
145         Guard against a NULL dereference I somehow encountered -
146         with a FLUSH_STOP arriving either before basetransform _start(),
147         or after _stop().
148
149         * gst/typefind/gsttypefindfunctions.c:
150         Make sure we never jump backwards when typefinding corrupt mov files.
151
152 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
153
154         * gst-libs/gst/interfaces/propertyprobe.c:
155         Fix random type causing a docs warning.
156
157 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
158
159         * sys/v4l/gstv4l.c:
160           Give it a minimal rank for autovideosrc.
161
162 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
163
164         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
165         (plugin_init):
166         Improve typefinding of ISO JPEG2000 mime types.
167
168 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
169
170         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
171         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
172         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
173         * sys/xvimage/xvimagesink.h:
174         Avoid typechecking when we do trivial casts.
175         Move error handling out of the main program flow.
176         Sneak in the display-region caps property, not completely correct yet.
177         Cache the width/height in buffer_alloc instead of parsing it from the
178         caps all the time.
179
180 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
181
182         * gst/playback/gstplaybin2.c: (deactivate_group):
183         don't try to unlink the selector sinkpad when we don't have it yet. This
184         can happen if an error occured before the group was complete.
185
186 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
189         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
190         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
191         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
192         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
193         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
194         (gst_rtp_buffer_get_extension_data),
195         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
196         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
197         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
198         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
199         (gst_rtp_buffer_get_payload_type),
200         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
201         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
202         (gst_rtp_buffer_set_timestamp),
203         (gst_rtp_buffer_get_payload_subbuffer),
204         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
205         Avoid expensive type checks we already did as part of the 
206         _validate() function that should be called first.
207
208 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
209
210         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
211         (gst_base_rtp_depayload_push_full),
212         (gst_base_rtp_depayload_set_gst_timestamp):
213         Fix some cases where a newsegment event was not sent.
214
215 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
216
217         * gst/playback/gstplaybin2.c: (activate_group):
218         Catch state change errors and stop from the uridecodebin elements
219         instead of trying to continue in vain.
220
221 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
222
223         * gst-libs/gst/audio/gstbaseaudiosink.c:
224         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
225         (gst_base_audio_sink_callback):
226         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
227         for the latency to expire, fixes #559567.
228
229 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
230
231         * gst/adder/gstadder.c:
232           Change author string after seeing output of gst-inspector.
233
234 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
235
236         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
237         Don't try to do crazy things when we only have a text pad without a
238         video pad. Fixes #559478.
239
240 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
241
242         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
243         Fix case where we don't have a range for the rates or channels as is the
244         case with truespeech.
245
246 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
247
248         * gst/volume/gstvolume.c: (volume_update_real_volume),
249         (gst_volume_set_volume), (gst_volume_get_volume),
250         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
251         (volume_transform_ip), (volume_update_mute),
252         (volume_update_volume), (volume_get_property):
253         * gst/volume/gstvolume.h:
254         Keep negotiated state in a separate variable.
255         Protect the volume and mute properties with the object lock.
256         Protect modifying the transform with the transform lock.
257
258 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
261         (gst_ffmpeg_pixfmt_to_caps):
262         Only convert caps to string when debug is enabled.
263
264 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
265
266         * ext/theora/gsttheoradec.h:
267         * ext/theora/theoradec.c: (gst_theora_dec_init),
268         (gst_theora_dec_reset), (theora_dec_src_event),
269         (theora_dec_sink_event), (theora_handle_type_packet):
270         Copy seqnum.
271         Keep events in a pending list, like vorbisdec, instead of trying
272         to construct a segment event ourselves.
273
274         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
275         (vorbis_dec_src_event), (vorbis_dec_sink_event):
276         * ext/vorbis/vorbisdec.h:
277         Copy seqnum.
278
279 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
280
281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
282         (gst_ogg_demux_deactivate_current_chain),
283         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
284         (gst_ogg_demux_loop):
285         * ext/ogg/gstoggdemux.h:
286         Copy seqnums around to track playback segments and messages.
287
288 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
289
290         Based on patch by: Matthias Kretz <kretz at kde dot org>
291
292         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
293         (gst_alsasink_prepare), (gst_alsasink_unprepare),
294         (gst_alsasink_write):
295         Make all access non-blocking so that we can better handle unplugging
296         of usb devices. Fixes #559111
297
298 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         Patch by: Damien Lespiau  <damien.lespiau gmail com>
301
302         * gst-libs/gst/rtsp/gstrtspconnection.c:
303         (gst_rtsp_connection_write):
304         Make the next call to poll not depend on previous calls to poll with or
305         without reading from the active descriptor. Fixes #544293.
306
307 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         Patch by: Nick Haddad <nick at haddads dot net>
310
311         * gst-libs/gst/riff/riff-ids.h:
312         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
313         Add support for other fourcc codes that are commonly used for
314         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
315         Fixes #558553.
316
317 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
318
319         * gst/audioresample/gstaudioresample.c:
320           Return the result of parent_class->event().
321
322 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
323
324         * gst/audioresample/gstaudioresample.c:
325         (gst_audioresample_class_init), (audioresample_fixate_caps):
326         Fixate the rate to the nearest supported rate instead of
327         the first one. Fixes bug #549510.
328
329 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
330
331         * win32/common/libgstaudio.def:
332         Add new symbols.
333
334 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
337         Attempt to make obfuscated code clearer.
338
339 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
340
341         * docs/libs/gst-plugins-base-libs-sections.txt:
342         * gst-libs/gst/floatcast/floatcast.h:
343         Move float endianness conversion macros to core. Second part of
344         bug ##555196.
345
346 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
347
348         * sys/ximage/ximagesink.h:
349         * sys/xvimage/xvimagesink.h:
350           Don't mark as gtk-doc docs as they aren't public.
351
352 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
353
354         * sys/xvimage/xvimagesink.c:
355         * sys/xvimage/xvimagesink.h:
356         * tests/icles/Makefile.am:
357         * tests/icles/test-colorkey.c:
358           Allow setting colorkey if possible. Implement property probe interface
359           for optional X features (autopaint-colorkey, double-buffer and
360           colorkey). Fixes #554533
361
362 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
363
364         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
365         Remove useless buffer size assignment. It already has this value.
366
367 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
368
369         * gst-libs/gst/audio/gstaudiosink.c:
370         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
371         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
372         (gst_audioringbuffer_stop):
373         Implement a separate activate functions to start monitoring the segments
374         or, in pull mode, pulling in data.
375
376         * gst-libs/gst/audio/gstbaseaudiosink.c:
377         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
378         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
379         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
380         (gst_base_audio_sink_activate_pull),
381         (gst_base_audio_sink_async_play),
382         (gst_base_audio_sink_change_state):
383         Implement pad and element convert query function.
384         Activate the ringbuffer.
385         Use the segment last_stop value as the offset to pull.
386         Use new basesink _do_preroll() method to preroll in the pulling thread.
387         Take appropriate locking in the pulling thread.
388
389         * gst-libs/gst/audio/gstringbuffer.h:
390         Update some docs.
391
392 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
393
394         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
395         Improve MXF typefinding a bit by searching for a header partition
396         pack instead of just a general partition pack and checking more
397         bytes for valid values.
398
399 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
400
401         * tests/icles/.cvsignore:
402         update ignore file.
403
404         * tests/icles/Makefile.am:
405         * tests/icles/test-box.c: (make_pipeline), (main):
406         Add another interactive command line experimentation suite for
407         dynamically boxing/cropping/saling an input video.
408
409 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
410
411         * docs/libs/gst-plugins-base-libs-sections.txt:
412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
413         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
414         * gst-libs/gst/audio/gstringbuffer.h:
415         Add methods to more accuratly control the pulling thread of a
416         ringbuffer.
417         Add format conversion helper code to the ringbuffer.
418         API: GstRingBuffer:gst_ring_buffer_activate()
419         API: GstRingBuffer:gst_ring_buffer_is_active()
420         API: GstRingBuffer:gst_ring_buffer_convert()
421
422 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
423
424         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
425         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
426         (gst_audioringbuffer_stop):
427         Signal thread startup earlier so that we can immediatly go into pull
428         mode when we have to and block on preroll.
429
430 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
431
432         * gst-libs/gst/audio/gstringbuffer.c:
433         (gst_ring_buffer_prepare_read):
434         In pull mode we want the callback to prepull a buffer we can preroll on
435         even when we are not yet playing.
436
437 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
438
439         * ext/alsa/Makefile.am:
440         * ext/cdparanoia/Makefile.am:
441         * ext/gio/Makefile.am:
442         * ext/gnomevfs/Makefile.am:
443         * ext/libvisual/Makefile.am:
444         * ext/ogg/Makefile.am:
445         * ext/pango/Makefile.am:
446         * ext/theora/Makefile.am:
447         * ext/vorbis/Makefile.am:
448         * gst/adder/Makefile.am:
449         * gst/audioconvert/Makefile.am:
450         * gst/audiorate/Makefile.am:
451         * gst/audioresample/Makefile.am:
452         * gst/audiotestsrc/Makefile.am:
453         * gst/ffmpegcolorspace/Makefile.am:
454         * gst/gdp/Makefile.am:
455         * gst/playback/Makefile.am:
456         * gst/subparse/Makefile.am:
457         * gst/tcp/Makefile.am:
458         * gst/typefind/Makefile.am:
459         * gst/videorate/Makefile.am:
460         * gst/videoscale/Makefile.am:
461         * gst/videotestsrc/Makefile.am:
462         * gst/volume/Makefile.am:
463         * sys/v4l/Makefile.am:
464         * sys/ximage/Makefile.am:
465         * sys/xvimage/Makefile.am:
466           Don't install static libs for plugins. Fixes #550851 for base.
467
468 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
469
470         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
471         Set the default blocksize to -1 because we will then use the configured
472         samplesperbuffer to create our output buffer.
473
474 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
475
476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
477         (gst_riff_create_video_template_caps):
478         Add mappping for the KMVC (Karl Morton's Video) Codec.
479
480 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
481
482         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
483         Don't forget to advance the offset of what we're matching against, else
484         we end up in a forever loop.
485
486 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
487
488         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
489         Improve typefinding a bit. If we don't have a Unicode charset
490         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
491
492 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
493
494         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
495         Fix build on macosx.
496
497 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
498
499         Based on patch by: Robin Stocker <robin at nibor dot org>
500
501         * ext/theora/gsttheoradec.h:
502         * ext/theora/theoradec.c: (gst_theora_dec_init),
503         (theora_dec_setcaps), (theora_handle_type_packet),
504         (theora_dec_decode_buffer), (theora_dec_change_state):
505         Parse input caps and make the PAR override the encoded PAR when
506         specified by a container. Fixes #555699.
507
508 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         * gst-libs/gst/rtp/gstbasertpdepayload.c:
511         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
512         (gst_base_rtp_depayload_set_gst_timestamp),
513         (gst_base_rtp_depayload_change_state):
514         * gst-libs/gst/rtp/gstbasertpdepayload.h:
515         Add some more G_LIKELY
516         Fail when the setcaps function was not called.
517
518         * gst-libs/gst/rtp/gstbasertppayload.c:
519         (gst_basertppayload_set_outcaps):
520         Propagate return value of setcaps.
521
522 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
523
524         * gst/subparse/Makefile.am:
525         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
526         (gst_sub_parse_class_init), (gst_sub_parse_init),
527         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
528         (get_next_line), (gst_sub_parse_data_format_autodetect),
529         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
530         (gst_subparse_type_find):
531         * gst/subparse/gstsubparse.h:
532         Add support for UTF16/UTF32 subtitles as long as the first bytes of
533         the first buffer contain the BOM. This also adds support for other
534         encodings that allow NUL bytes via the encoding property.
535         Fixes bugs #552237 and #456788.
536
537 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
538
539         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
540         Don't drop the last byte of image tags if they're not an URI list.
541         Fixes bug #556066.
542
543 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
544
545         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
546         For looking at the 4th byte we have to get 4 bytes of course
547         and not 3.
548
549 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
550
551         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
552         Improve FLAC-without-headers typefinding by looking at most of the
553         frame header and checking if invalid values are used. Should prevent
554         quite some false positives compared to the old version which only
555         check if the first 14 bits are set.
556
557 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
558
559         * sys/xvimage/xvimagesink.c:
560           Don't assert on caps==NULL.
561
562 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
563
564         * gst/subparse/gstsubparse.c:
565         (gst_sub_parse_data_format_autodetect), (handle_buffer),
566         (gst_sub_parse_change_state):
567         * gst/subparse/gstsubparse.h:
568         * tests/check/elements/subparse.c: (GST_START_TEST):
569         Add support for subtitle files with UTF-8 BOM at the beginning
570         by simple stripping it from the first line before passing it
571         to any parsing code. Fixes bug #555257 and playback of files
572         created by Gnome Subtitles.
573
574 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
575
576         * gst/audiotestsrc/gstaudiotestsrc.c:
577         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
578         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
579         (gst_audio_test_src_start), (gst_audio_test_src_stop),
580         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
581         (gst_audio_test_src_create):
582         * gst/audiotestsrc/gstaudiotestsrc.h:
583         Define the default property values in the usual place.
584         Implement start/stop to reset values correctly.
585         Calculate the sample size only once when we negotiate.
586         Rename some values to make more sense.
587         Keep track of our byte range.
588         Add support for pull based scheduling. Disabled for now until we have
589         the whole stack working.
590         Set the BUFFER_OFFSET correctly.
591
592 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
593
594         Based on a patch by: xavierb at gmail dot com
595
596         * gst/subparse/gstsubparse.c:
597         (gst_sub_parse_data_format_autodetect):
598         * tests/check/elements/subparse.c: (GST_START_TEST):
599         Make the detection of the used subtitle a bit less strict
600         for srt subtitles. Fixes bug #555607.
601
602 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
603
604         * ext/vorbis/vorbisenc.c:
605         (gst_vorbis_enc_buffer_check_discontinuous):
606         Fix discontinuity detection which was broken by last commit.
607
608 2008-10-09  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
609
610         * configure.ac::
611           Require core CVS for ghostpad API additions used by decodebin2.
612
613 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
614
615         * gst-libs/gst/audio/gstbaseaudiosrc.c:
616         (gst_base_audio_src_create):
617         Fix debug statements (space between '%' and actual format).
618
619 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
620
621         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
622         Remove bogus assert, the decodepad could have been created inside an
623         already existing group.
624
625 2008-10-08  Andy Wingo  <wingo@pobox.com>
626
627         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
628         target instead of setting it.
629         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
630         API for a decode pad. The bugfix is that we set the group in
631         activate(), not when the pad was created because it might be NULL
632         then.
633         (gst_decode_group_control_source_pad, gst_decode_group_expose):
634         Update to use the API.
635
636 2008-10-08  Andy Wingo  <wingo@pobox.com>
637
638         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
639         be a subclass of GstGhostPad.
640         (analyze_new_pad): So, when emitting the signals that determine
641         how we do autoplugging, already create the ghost pad and use it as
642         the pad in the signal arguments. This allows applications to make
643         a connection between the pad passed in e.g. autoplug-continue, and
644         the pad passed in new-decoded-pad.
645         (connect_pad, expose_pad): Update to receive the ghosted decode
646         pad in the args, retargetting it as necessary if we have to plug
647         the target pad through a multiqueue.
648         (gst_decode_group_control_source_pad): Adapt to receive an
649         already-ghosted pad that just needs activation, blocking, and
650         drain notification.
651         (sort_end_pads): Adapt for decode pads actually being pads.
652         (gst_decode_group_expose): Adapt for decode pads actually being
653         pads. Rewrite the decode pad names so they appear in order. Adds a
654         new error case if we couldn't set the name.
655         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
656         logic.
657         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
658         New API for the decode pad, needed because we shouldn't do these
659         things inside gst_decode_pad_new(), but after.
660         (gst_decode_pad_new): Change to actually make the real pad, and
661         delay the blocking/drainage bits.
662
663 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
664
665         Patch by: Daniel Drake <dsd at laptop dot org>
666
667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
668         Unref all buffers when clearing collectpads. Fixes bug #546955.
669
670 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
671
672         Based on a patch by: Klaas <klaas at rivercrew dot net>
673
674         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
675         (gst_vorbis_enc_buffer_check_discontinuous),
676         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
677         * ext/vorbis/vorbisenc.h:
678         Keep track of the upstream segments and use the running time on that
679         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
680
681 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
682
683         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
684         Prevent overflows with big buffer when calculating the size of
685         the intermediate buffer by using gst_util_uint64_scale() instead of
686         plain arithmetics. Fixes bug #552801.
687
688 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
689
690         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
691
692         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
693         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
694         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
695         (gst_clock_overlay_get_property):
696         * ext/pango/gstclockoverlay.h:
697         API: Add ability to specify format for date/time display by
698         adding a "time-format" property.
699         Fixes bug #554879.
700
701 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
702
703         Patch by: Jan Gerber <j at oil21 dot org>
704
705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
706         (gst_riff_create_video_template_caps):
707         Add FFV1 fourcc to support playback of FFMPEG lossless video
708         in AVI. Fixes bug #555319.
709
710 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         Patch by: HĂ¥vard Graff <havard dot graff at tandberg dot com>
713
714         * gst-libs/gst/audio/gstbaseaudiosrc.c:
715         (gst_base_audio_src_create):
716         Implement skew clock slaving. Fixes #552559.
717
718 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * gst-libs/gst/audio/multichannel.c:
721         * gst-libs/gst/audio/testchannels.c:
722         Fix include of config.h
723
724 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
727
728         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
729         (print_media), (gst_sdp_message_dump):
730         Fix parsing of the c= field containing multicast addresses.
731         Fixes #552199.
732         Add the connection info to the session or streams.
733         Fix parsing of the bandwidth.
734         Add debugging for the connections and bandwidths for a media.
735         Add debugging for the bandwidth of the session. 
736
737 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
738
739         * gst-libs/gst/rtp/gstbasertppayload.c:
740         (gst_basertppayload_change_state):
741         Configure the next seqnum and timestamp in the state change so that they
742         can be queried soon after.
743
744 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
745
746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
747         (gst_base_rtp_depayload_chain):
748         Improve debugging of the rtptime.
749
750 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
751
752         * configure.ac:
753         Back to development -> 0.10.21.1
754
755 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
756
757         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
758         (plugin_init):
759         Add typefinding for FLAC without headers in the beginning.
760         This is already handled by flacdec and friends.
761
762 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
763
764         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
765         (plugin_init):
766         Add typefinder for MXF.
767
768 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
769
770         * tests/icles/Makefile.am:
771         Only build test-colorkey if GTK+ is available.
772
773 === release 0.10.21 ===
774
775 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
776
777         * configure.ac:
778           releasing 0.10.21, "We Could Be Wrong"
779
780 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
781
782         * configure.ac:
783         0.10.20.4 pre-release
784
785 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
788
789         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
790         Set the BOS flag on the BOS packet. Fixes #553244.
791
792 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
793
794         * gst-libs/gst/rtsp/gstrtspmessage.c:
795         (gst_rtsp_message_parse_request),
796         (gst_rtsp_message_parse_response):
797         Fix the g_return_val_if_fail() statements.
798
799 2008-09-22  Michael Smith <msmith@songbirdnest.com>
800
801         * gst-libs/gst/tag/gsttagdemux.c:
802           Fail to activate if there's insufficient data in the file to be usable,
803           preventing an assertion fail later. Fixes #552960
804
805 2008-09-15  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
806
807         * gst-libs/gst/pbutils/descriptions.c:
808         * gst/typefind/gsttypefindfunctions.c:
809           Recognise Kate subtitle streams (#550582).
810
811 2008-09-13  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
812
813         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
814           Remove trailing comma from enum list, which causes problems
815           with -pendantic (#550729).
816
817 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
818
819         * configure.ac:
820         0.10.20.2 pre-release
821
822         * po/LINGUAS:
823         * po/id.po:
824         * po/pt_BR.po:
825
826         New translations.
827
828 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
829
830         * gst-libs/gst/interfaces/propertyprobe.c:
831           (gst_property_probe_get_properties),
832           (gst_property_probe_get_property),
833           (gst_property_probe_probe_property),
834           (gst_property_probe_probe_property_name),
835           (gst_property_probe_needs_probe),
836           (gst_property_probe_needs_probe_name),
837           (gst_property_probe_get_values),
838           (gst_property_probe_get_values_name),
839           (gst_property_probe_probe_and_get_values),
840           (gst_property_probe_probe_and_get_values_name):
841           More sanity checks for our second-favourite interface.
842
843 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
844
845         * gst-libs/gst/interfaces/propertyprobe.c:
846           Check for NULL pointer, in the hope that this fixes #532864.
847
848 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
849
850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
851           No really, the next release is 0.10.21 (fix Since: tags in docs).
852
853 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
854
855         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
856         Disable a code path that is now called but causes a deadlock for some
857         reason and is unneeded.
858
859 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
860
861         * sys/xvimage/xvimagesink.c:
862         * sys/xvimage/xvimagesink.h:
863           Add a "draw-border" property that can be set to false to disable
864           drawing borders.
865           
866         * tests/icles/test-colorkey.c:
867         * tests/icles/Makefile.am:
868           Add new test application for the colorkey handling.
869
870 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
871
872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
873         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
874         This will also be fixed for upcoming gst-ffmpeg release so that once
875         this release of -base is out, it will work with the latest gst-ffmpeg
876         release.
877
878 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
879
880         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
881         (gst_riff_create_audio_template_caps):
882         Add Truespeech mapping for RIFF formats (AVI/WAV).
883         Fixes #550656
884
885 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
886
887         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
888         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
889         Fixes #550638.
890
891 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
892
893         * configure.ac:
894         * gst/subparse/Makefile.am:
895         * gst/subparse/gstsubparse.c:
896         * gst/subparse/samiparse.c:
897         * tests/check/elements/subparse.c:
898           Rework last change, so that we build subparse, but just disable the
899           sami parse functionality, if we're configured to not use xml. In the
900           tests only the sami test is disabled now.
901
902 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
903
904         * configure.ac:
905           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
906           test runs.
907
908 2008-09-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
909
910         * po/POTFILES.in:
911           Add some more files with strings for translation.
912
913 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
914
915         * gst-libs/gst/tag/gstvorbistag.c:
916         * tests/check/libs/tag.c:
917           Use new geo location tags from core. Fixes #481169
918
919 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
920
921         * tests/check/elements/audioresample.c: (setup_audioresample),
922         (fail_unless_perfect_stream), (test_perfect_stream_instance),
923         (test_discont_stream_instance):
924         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
925         Add debugging for coherence.
926
927 2008-08-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
928
929         Patch by: Jonathan Matthew  <notverysmart gmail com>
930
931         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
932           Add typefinder for PDF documents (which is nice to have, since it's a
933           common format, but also helps prevent false positives). Fixes #549814.
934
935 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
936
937         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
938         (no_more_pads_cb):
939         Fix nasty race where multiple decodebins could start pushing data before
940         we manage to configure the sinks, resulting in not-linked errors in
941         typical RTSP streaming cases.
942
943 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
946         Since we now call stop, we trigger this code path that causes a deadlock
947         is apparently not needed.
948
949 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
952         (gst_ring_buffer_stop):
953         Also allow the case where the ringbuffer was paused when we try to stop
954         it so that the basesrc stop function is still called.
955
956 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
957
958         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
959
960         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
961         Reprobe devices again instead of taking a cached list as new
962         devices could've been plugged in. Fixes bug #549062.
963
964 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
965
966         Patch by: Alessandro Dessina <alessandro nnva org>
967
968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
969         (gst_ogg_demux_activate_chain):
970         Don't add pads and activate them for skeleton streams. These are already
971         handled inside oggdemux. Fixes bug #537599.
972
973 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
976         Reset variable so that query and convert fail after going back to
977         READY. Fixes #548898.
978
979 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
980
981         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
982         If a buffer arrives with a timestamp before the timestamp+duration
983         of the previous buffer clip it instead of dropping it completely.
984         Slight improvement for the unfixable bug #548913.
985
986 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
987
988         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
989         Take the current timestamp instead of timestamp+duration for the offset.
990         This offset will later be used for calculating the timestamp and
991         otherwise vorbisdec will interpolate timestamps wrong if upstream
992         only sends timestamps and no granulepos.
993
994 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
995
996         * tests/examples/seek/seek.c:
997           Don't crash when having no visualisations.
998
999 2008-08-16  David Schleef  <ds@schleef.org>
1000
1001         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1002           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1003           Fixes #548065.
1004
1005 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1006
1007         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1008         When cleaning up the caps fields also remove "depth" for the same
1009         reason we remove "width".
1010
1011 2008-08-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1012
1013         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1014           Add Lead H.264 here as well.
1015
1016 2008-08-14  Julien Moutte  <julien@fluendo.com>
1017
1018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1019         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1020
1021 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1022
1023         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1024         (gst_base_audio_src_create):
1025         When not slaved to another clock also subtract the base_time from our
1026         internal clock time to get the running time.
1027
1028 2008-08-12  David Schleef  <ds@schleef.org>
1029
1030         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1031           since it has no basis in libtheora.
1032
1033 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1034
1035         * gst-libs/gst/interfaces/propertyprobe.h:
1036           Remove double "interface" from doc-string.
1037
1038         * gst-libs/gst/interfaces/xoverlay.h:
1039           Document interface.
1040
1041         * gst-libs/gst/riff/riff.c:
1042           Add basic doc blobs.
1043
1044 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1045
1046         * gst-libs/gst/audio/Makefile.am:
1047           Don't try to build that example anymore.
1048
1049 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1050
1051         * gst-libs/gst/audio/.cvsignore:
1052         * gst-libs/gst/audio/Makefile.am:
1053         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1054         * gst-libs/gst/audio/make_filter:
1055           Move audiofiltertemplate to gst-template.
1056
1057 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1058
1059         * docs/libs/gst-plugins-base-libs-sections.txt:
1060         * gst-libs/gst/audio/gstaudiosrc.h:
1061           More docs and shuffling. What can we do with the hundreds of #defines.
1062
1063 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1064
1065         * gst-libs/gst/audio/audio.h:
1066         * gst-libs/gst/audio/gstaudiofilter.h:
1067         * gst-libs/gst/audio/gstringbuffer.h:
1068         * gst-libs/gst/interfaces/propertyprobe.h:
1069         * gst-libs/gst/tag/gsttagdemux.h:
1070           Reducing number of dundocumented symbols.
1071
1072 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1073
1074         * gst-libs/gst/audio/audio.c:
1075           Fix doc comment syntax.
1076
1077         * gst-libs/gst/interfaces/propertyprobe.c:
1078           Add more doc-comments and a FIXME: for the signal.    
1079
1080 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1083         (gst_ogg_mux_request_new_pad):
1084         * ext/ogg/gstoggmux.h:
1085         Don't pretend to support NEWSEGMENT events, instead override the
1086         GstCollectPads event function to return FALSE on NEWSEGMENT events
1087         and do the normal work for other events.
1088
1089         This prevents elements like flacenc to seek to the start and rewrite
1090         some data which then results in a broken Ogg packet.
1091
1092 2008-08-07  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1093
1094         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1095
1096         * ext/alsa/gstalsaplugin.c: (plugin_init):
1097         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1098         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1100         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1101         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1102         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1103         * gst/playback/gstdecodebin.c: (plugin_init):
1104         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1105         * gst/playback/gstplayback.c: (plugin_init):
1106         * gst/playback/gstqueue2.c: (plugin_init):
1107         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1108         * sys/v4l/gstv4l.c: (plugin_init):
1109         Make sure gettext returns translations in UTF-8 encoding rather
1110         than in the current locale encoding (#546822).
1111
1112 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1113
1114         * gst-libs/gst/pbutils/descriptions.c:
1115           Add audio/x-qdm for qtdemux.
1116
1117 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1118
1119         * ext/vorbis/vorbisdec.c:
1120           Do not leak old taglist.
1121
1122 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1123
1124         * tests/icles/test-scale.c:
1125           Include <stdlib.h> for atoi().
1126
1127 2008-08-04  Andy Wingo  <wingo@pobox.com>
1128
1129         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1130         documentation fix.
1131
1132 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1133
1134         * gst/adder/gstadder.c:
1135           Cleanup lots of empty lines that came from gst-indent going havoc
1136           before I added the INDENT_ON/OFF marker some time agao.
1137
1138 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1139
1140         * configure.ac:
1141         * gst-libs/gst/riff/riff-read.c:
1142           Bump requirement to latest core and use new tag for riff formats.
1143           Needed for #520694.
1144
1145 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1146
1147         * tests/examples/dynamic/Makefile.am:
1148         * tests/examples/dynamic/codec-select.c: (make_encoder),
1149         (make_pipeline), (do_switch), (my_bus_callback), (main):
1150         Add example app that dynamically switches between 3 'encoders'.
1151
1152 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1153
1154         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1155         Add some more comments.
1156
1157 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1158
1159         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1160         (gst_video_test_src_create):
1161         Discard buffers of the wrong size after renegotiation, this is perfectly
1162         possible with things like capsfilter that could suggest caps changes
1163         upstream without knowing the size of the buffer.
1164
1165 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1166
1167         * tests/icles/.cvsignore:
1168         * tests/icles/Makefile.am:
1169         * tests/icles/test-scale.c: (make_pipeline), (main):
1170         Add dynamic rescaling tests for the new basetransform.
1171
1172 2008-07-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1173
1174         * gst/audioconvert/Makefile.am:
1175           Dist recently-added gstfastrandom.h.
1176
1177 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1178
1179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1180         Fix a "may be used uninitialized in this function" which weirdly only
1181         appears on macosx (?).
1182
1183 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1184
1185         * gst-libs/gst/riff/riff-ids.h:
1186           Adding acid chunk for tempo and loop information.
1187
1188 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1189
1190         * sys/xvimage/Makefile.am:
1191           floor() needs linking to $(LIBM).
1192
1193 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1194
1195         * ext/gnomevfs/gstgnomevfssrc.c:
1196           Aggregate short reads and add some comments and debug logging.
1197           Fixes #537380
1198
1199 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1200
1201         * gst/playback/gstplaybasebin.c:
1202           Fix property doc markup (its not a signal).
1203
1204         * sys/xvimage/xvimagesink.c:
1205           Add since tag for new proeprties (also add sice tags fro the last two
1206           other additions).
1207
1208 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1209
1210         * sys/xvimage/xvimagesink.c:
1211         * sys/xvimage/xvimagesink.h:
1212           Add autofill/colorkey properties. Fixes #538656.
1213
1214 2008-07-28  David Schleef  <ds@schleef.org>
1215
1216         * sys/xvimage/xvimagesink.c:
1217           Fix rounding errors when converting colorbalance values
1218           between hardware and object property ranges.  Partial
1219           fix for #537889, however, there still seems to be a small
1220           drift problem that could be totem's fault.
1221
1222 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1225         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1226         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1227         This fixes a critical warning.
1228
1229 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1230
1231         * ext/ogg/gstoggmux.c:
1232         Allow muxing of CELT into Ogg streams.
1233
1234 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1235
1236         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1237         (plugin_init):
1238         Add simple typefinder for the CELT codec (www.celt-codec.org).
1239
1240 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1241
1242         Patch by: Jan Gerber <j at oil21 dot org>
1243
1244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1245         Fix calculation of the start time from skeleton streams.
1246         Fixes bug #530068.
1247
1248 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1249
1250         * tests/examples/seek/seek.c:
1251           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1252
1253 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1254
1255         * gst/audioconvert/audioconvert.h:
1256         * gst/audioconvert/gstaudioquantize.c:
1257         (gst_audio_quantize_setup_dither),
1258         (gst_audio_quantize_free_dither):
1259         * gst/audioconvert/gstfastrandom.h:
1260         Implement a linear congruential generator as pseudo random number
1261         generator for the dither noise. This is about 2 times faster than
1262         using GLib's mersenne twister. Also this uses only integer math for
1263         generating integers while GLib internally uses floating point math.
1264
1265 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1266
1267         * configure.ac:
1268           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1269
1270 2008-07-23  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1271
1272         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1273
1274         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1275           Use GST_STR_NULL to avoid crashes with libcs that don't
1276           like NULL strings in printf args (such as the win32 one).
1277           Fixes #544306.
1278
1279 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1280
1281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1282         Oops - set the size of the image used for probing back to 1x1, for
1283         consistency with ximagesink
1284
1285 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1286
1287         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1288         (gst_ximagesink_ximage_new):
1289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1290         (gst_xvimagesink_xvimage_new):
1291
1292         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1293         X server to attach to a shared memory segment after we've deleted it,
1294         with the result that MIT-SHM is disabled. Instead, remove it only after 
1295         X succeeds in attaching too.
1296
1297 2008-07-16  David Schleef  <ds@schleef.org>
1298
1299         * gst/audiotestsrc/gstaudiotestsrc.c:
1300         * gst/audiotestsrc/gstaudiotestsrc.h:
1301           Add 'ticks', a 1/30 second sine wave pulse every second.
1302
1303 2008-07-15  David Schleef  <ds@schleef.org>
1304
1305         * gst-libs/gst/video/video.c: Revert ABI change.
1306
1307 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1308
1309         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1310         Make it impossible to have NULL caps at the point where we set
1311         framerate and other things. Also don't return immediately for "3ivd"
1312         video and let framerate, etc be set. Might fix bug #542508.
1313
1314 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1315
1316         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1317         Video format can also be conveniently determined from (many)
1318         non-fixed caps.
1319
1320 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1321
1322         * gst/playback/gstplaybasebin.c:
1323         * gst/playback/gstplaybasebin.h:
1324         * gst/playback/gstplaybin.c:
1325         * gst/playback/gststreamselector.c:
1326         First stab at integrating DVD subpicture overlay into
1327         playbin. Successfully plugs and plays, but the queues need
1328         shrinking - 3 seconds of video is too much buffering.
1329
1330 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * gst/audioconvert/gstaudioconvert.c:
1333           Remove now obsolete note in the docs.
1334
1335 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1338         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1339         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1340         * docs/plugins/gst-plugins-base-plugins.args:
1341         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1342         * docs/plugins/gst-plugins-base-plugins.interfaces:
1343         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1344         * docs/plugins/gst-plugins-base-plugins.signals:
1345         * docs/plugins/inspect/plugin-adder.xml:
1346         * docs/plugins/inspect/plugin-alsa.xml:
1347         * docs/plugins/inspect/plugin-audioconvert.xml:
1348         * docs/plugins/inspect/plugin-audiorate.xml:
1349         * docs/plugins/inspect/plugin-audioresample.xml:
1350         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1351         * docs/plugins/inspect/plugin-cdparanoia.xml:
1352         * docs/plugins/inspect/plugin-decodebin.xml:
1353         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1354         * docs/plugins/inspect/plugin-gdp.xml:
1355         * docs/plugins/inspect/plugin-gnomevfs.xml:
1356         * docs/plugins/inspect/plugin-libvisual.xml:
1357         * docs/plugins/inspect/plugin-ogg.xml:
1358         * docs/plugins/inspect/plugin-pango.xml:
1359         * docs/plugins/inspect/plugin-playback.xml:
1360         * docs/plugins/inspect/plugin-queue2.xml:
1361         * docs/plugins/inspect/plugin-subparse.xml:
1362         * docs/plugins/inspect/plugin-tcp.xml:
1363         * docs/plugins/inspect/plugin-theora.xml:
1364         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1365         * docs/plugins/inspect/plugin-uridecodebin.xml:
1366         * docs/plugins/inspect/plugin-video4linux.xml:
1367         * docs/plugins/inspect/plugin-videorate.xml:
1368         * docs/plugins/inspect/plugin-videoscale.xml:
1369         * docs/plugins/inspect/plugin-videotestsrc.xml:
1370         * docs/plugins/inspect/plugin-volume.xml:
1371         * docs/plugins/inspect/plugin-vorbis.xml:
1372         * docs/plugins/inspect/plugin-ximagesink.xml:
1373         * docs/plugins/inspect/plugin-xvimagesink.xml:
1374         * ext/alsa/gstalsamixer.c:
1375         * ext/alsa/gstalsasink.c:
1376         * ext/alsa/gstalsasrc.c:
1377         * ext/gio/gstgiosink.c:
1378         * ext/gio/gstgiosrc.c:
1379         * ext/gio/gstgiostreamsink.c:
1380         * ext/gio/gstgiostreamsrc.c:
1381         * ext/gnomevfs/gstgnomevfssink.c:
1382         * ext/gnomevfs/gstgnomevfssrc.c:
1383         * ext/ogg/gstoggdemux.c:
1384         * ext/ogg/gstoggmux.c:
1385         * ext/pango/gstclockoverlay.c:
1386         * ext/pango/gsttextoverlay.c:
1387         * ext/pango/gsttextrender.c:
1388         * ext/pango/gsttimeoverlay.c:
1389         * ext/theora/theoradec.c:
1390         * ext/theora/theoraenc.c:
1391         * ext/theora/theoraparse.c:
1392         * ext/vorbis/vorbisdec.c:
1393         * ext/vorbis/vorbisenc.c:
1394         * ext/vorbis/vorbisparse.c:
1395         * ext/vorbis/vorbistag.c:
1396         * gst/adder/gstadder.c:
1397         * gst/audioconvert/gstaudioconvert.c:
1398         * gst/audioresample/gstaudioresample.c:
1399         * gst/audiotestsrc/gstaudiotestsrc.c:
1400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1401         * gst/gdp/gstgdpdepay.c:
1402         * gst/gdp/gstgdppay.c:
1403         * gst/playback/gstdecodebin2.c:
1404         * gst/playback/gstplaybin.c:
1405         * gst/playback/gstplaybin2.c:
1406         * gst/playback/gstqueue2.c:
1407         * gst/playback/gsturidecodebin.c:
1408         * gst/tcp/gstmultifdsink.c:
1409         * gst/tcp/gsttcpserversink.c:
1410         * gst/videorate/gstvideorate.c:
1411         * gst/videoscale/gstvideoscale.c:
1412         * gst/videotestsrc/gstvideotestsrc.c:
1413         * gst/volume/gstvolume.c:
1414         * sys/ximage/ximagesink.c:
1415         * sys/xvimage/xvimagesink.c:
1416           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1417           titles. Drop mentining that all our example pipelines are "simple"
1418           pipelines.
1419
1420 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1421
1422         * tests/examples/seek/Makefile.am:
1423         Fix out of tree build by adding all required CFLAGS.
1424
1425 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1426
1427         * gst/playback/gstdecodebin.c: (add_raw_queue):
1428         And ref the pad before returning it again when linking to the queue
1429         failed. Otherwise we will unref the pad twice later and things break.
1430
1431 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1432
1433         * gst/playback/gstdecodebin.c: (add_raw_queue):
1434         If linking the raw pad with a queue fails, try it without a queue
1435         instead of failing completely. This should never happen.
1436
1437 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1438
1439         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1440
1441         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1442         Add a queue after a demuxer if the demuxer outputs raw data. This was
1443         done before only for non-raw data but is required in this case too.
1444         Fixes bug #540215.
1445
1446         decodebin2 doesn't have this issue because all streams of a group
1447         go through multiqueue.
1448
1449 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1450
1451         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1452
1453         * gst-libs/gst/sdp/gstsdpmessage.c:
1454         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1455         that getaddrinfo() can be used. Fixes #541358.
1456
1457 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1458
1459         * gst/videotestsrc/gstvideotestsrc.c:
1460         (gst_video_test_src_class_init), (gst_video_test_src_init),
1461         (gst_video_test_src_set_property),
1462         (gst_video_test_src_get_property), (gst_video_test_src_create):
1463         * gst/videotestsrc/gstvideotestsrc.h:
1464         Cleanups, use default property values as defines.
1465         Add property to enable/disable peer buffer allocation.
1466
1467 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1468
1469         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1470         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1471         Enable unit tests on PPC again as the bugs are now fixed.
1472
1473 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1474
1475         * gst-libs/gst/riff/riff-ids.h:
1476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1477         (gst_riff_create_audio_template_caps):
1478         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1479         Fixes bug #540351.
1480
1481 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1482
1483         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1484         (gst_ffmpeg_pixfmt_to_caps):
1485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1486         (gst_ffmpegcsp_get_unit_size):
1487         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1488         it on other formats. Also adjust the unit size only for that format
1489         to not include the palette. Fixes bug #540497.
1490
1491 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1492
1493         * gst/adder/gstadder.c:
1494           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1495
1496 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1497
1498         * ChangeLog:
1499           ChangeLog surgery.
1500   
1501         * tests/examples/seek/seek.c:
1502           Move variable into ifdef too.
1503         
1504
1505 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1506
1507         * tests/examples/seek/seek.c:
1508           Include config.h and check if we have X. Remove XInitThread(), don't
1509           think its needed. Fixes: #540334.
1510
1511 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1512
1513         Patch by: Sam Morris <sam at robots dot org to uk>
1514
1515         * gst-libs/gst/interfaces/mixertrack.c:
1516         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1517         (gst_mixer_track_set_property):
1518         API: Add "index" property to GstMixerTrack to differantiate between
1519         multiple mixer tracks with the same label.
1520
1521         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1522         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1523         Set the "index" property of GstMixerTrack to the index given by ALSA.
1524         Fixes bug #528299.
1525
1526 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1527
1528         * tests/examples/seek/Makefile.am:
1529         * tests/examples/seek/seek.c:
1530           Remove libgstvideo usage. Use gtk_get_option_group instead of
1531           gtk_init().
1532
1533 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1534
1535         * tests/check/Makefile.am:
1536           Name the test registry format neutral.
1537
1538 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1539
1540         * gst/playback/gstqueue2.c:
1541           Do not double notify. Remove the unsued return value.
1542
1543 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1544
1545         * ext/alsa/gstalsamixer.c:
1546           Also consider "speaker" as a name for master volume. If that doesn't
1547           help look for the first non-mono volume control that also has a
1548           playback switch.
1549
1550 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1551
1552         * ChangeLog:
1553           Forgot to save the ChangeLog :/
1554
1555 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1556
1557         * tests/examples/seek/Makefile.am:
1558         * tests/examples/seek/seek.c:
1559           Embedd the xwindow. Allow to play multiple files.
1560
1561 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1562
1563         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1564         (gst_ximagesink_setcaps):
1565         * sys/ximage/ximagesink.h:
1566         When the caps change, make sure to re-draw borders in
1567         force-aspect-ratio=true mode.
1568         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1569         Don't clear the border_draw flag until we actually draw the border.
1570         * tests/check/Makefile.am:
1571         Ignore alsasink/src during the states test too, so it doesn't fail
1572         when running without access to the sound device.
1573
1574 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1575
1576         * tests/examples/seek/seek.c:
1577           Fix crasher when playing a parse-launch line the 2nd time.
1578
1579 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1580
1581         * tests/check/pipelines/oggmux.c:
1582           Properly ifdef tests to fix compilation.
1583
1584 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1585
1586         * gst/playback/gstplay-marshal.list:
1587         * gst/playback/gstplaybin2.c:
1588           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1589           playbin2. This allows the user to get to the selector's sinkpads, and
1590           thus inspect a range of things - caps, tags, etc. 
1591
1592 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1593
1594         * gst/playback/gstplaybin2.c:
1595           Use a different constant for the convert-frame signal id.
1596           Fixes #537009.
1597
1598 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1599
1600         * gst/playback/gstplaybin2.c:
1601         * gst/playback/gstplaysink.c:
1602           Fix a whole bunch of typos in comments and log statements. 
1603
1604 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1605
1606         * sys/xvimage/xvimagesink.c:
1607           Don't set colour balance values on the Xv port if the user hasn't
1608           changed them (via properties or the interface). Avoids accumulating
1609           rounding errors for the common case.
1610           Partial fix for bug #537889.
1611
1612 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1613
1614         * gst/playback/gstdecodebin2.c:
1615           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1616           pads are drained.
1617
1618 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1619
1620         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1621         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1622         Report the encoder latency. Fixes #538232.
1623
1624 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1625
1626         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1627         (notify_source), (activate_group):
1628         Implement the source property, emit notify when it changes in the
1629         underlying uridecodebin.
1630
1631 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1632
1633         * tests/examples/seek/seek.c: (stop_cb):
1634         Free and clear the seek element list so that we don't use invalid
1635         references when seeking after recreating a gst-launch line.
1636
1637 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1638
1639         * gst-libs/gst/audio/gstbaseaudiosink.c:
1640         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1641         (gst_base_audio_sink_render):
1642         Report latency even if we are not live instead of hiding it.
1643         Take ts-offset and render-delay of the basesink into account when
1644         scheduling samples.
1645         Rework the clipping code so that we can take the various offsets into
1646         account and still do correct clipping.
1647
1648 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1649
1650         * configure.ac:
1651         Bump verion back to devel -> 0.10.20.1
1652
1653 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1654
1655         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1656         Don't increase the size of non-string image buffers by one as this
1657         might in theory confuse decoders. Still increase it by one for string
1658         image buffers to append '\0'.
1659
1660 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1661
1662         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1663         
1664         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1665         Fix a buffer memleak and remove a confusing and wrong debug output.
1666         Fixes bug #538663.
1667
1668 === release 0.10.20 ===
1669
1670 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1671
1672         * configure.ac:
1673           releasing 0.10.20, "Here I Go Again"
1674
1675 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1676
1677         * configure.ac:
1678         0.10.19.3 pre-release
1679
1680 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1681
1682         * gst-libs/gst/rtsp/gstrtspconnection.c:
1683         Fix build on win32.
1684         Patch By: David Schleef <ds@schleef.org>
1685         Fixes: #536874
1686
1687 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1688
1689         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1690         (gst_gio_base_src_create):
1691         * ext/gio/gstgiobasesrc.h:
1692         Try to read the requested number of bytes, even if the first
1693         read returns less than requested, until nothing is read anymore
1694         or we have the requested amount of bytes. This fixes playback of
1695         files via Samba as Samba only allows to read 64k at once.
1696
1697         Implement a caching algorithm that makes sure that we read at
1698         least 4k of data every time. Some elements will try to read a few
1699         bytes, then seek, read again a few bytes and so on and this is
1700         painfully slow as every operation has to go over DBus if GVfs is
1701         used as backend.
1702
1703         Fixes bug #536849 and #536848.
1704
1705         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1706         (gst_gio_src_check_get_range):
1707         Override check_get_range() to blacklist http/https URIs
1708         and whitelist file URIs. More to be added on demand.
1709
1710 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1711
1712         * configure.ac:
1713         0.10.19.2 pre-release
1714
1715 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1716
1717         * win32/common/libgstrtsp.def:
1718         * win32/common/libgsttag.def:
1719         Add new API functions to the dll exports
1720
1721 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1722
1723         * gst/playback/gstplaybasebin.c:
1724           Disconnect signals from decodebins we created before we remove it
1725           from playbin, to avoid crashes if the decodebin is eventually
1726           disposed after the playbin itself (possible if the app takes a
1727           reference on the decodebin).
1728           Fixes #536521.
1729
1730 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1731
1732         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1733           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1734           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1735           (h264_video_type_find), (mpeg_video_stream_type_find),
1736           (dv_type_find), (mmsh_type_find):
1737           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1738           copy caps for no good reason (this may be desirable to make it easier
1739           to detect leaks, but then it should probably be done for all caps
1740           in the typefinder somewhere).
1741
1742 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1743
1744         * tests/check/Makefile.am:
1745         Do not try to run the check tests for subparse unless it has been
1746         built.
1747
1748 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1749
1750         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1751         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1752         Do not try to run a test which requires vorbisenc unless we have
1753         actually built it.
1754
1755 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1756
1757         * gst-libs/gst/rtsp/gstrtspconnection.c:
1758         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1759         (gst_rtsp_connection_clear_auth_params),
1760         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1761         * gst-libs/gst/rtsp/gstrtspconnection.h:
1762         Add a couple of missing argument guards.
1763         Add a way of setting the DSCP for an RTSP connection.
1764         Add an accessor method for the ip member of GstRTSPConnection as all
1765         members are supposed to be private.
1766
1767 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1768
1769         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1770         Fixed accidental use of IPv4 options for all IPv6 addresses.
1771
1772 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1773
1774         * gst-libs/gst/interfaces/mixertrack.h:
1775           Document mixer track flags.
1776
1777 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1778
1779         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1780
1781         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1782         Don't set caps on the buffers that contain a copy of the buffer
1783         including the caps of them resulting in an always increasing refcount
1784         of the caps and insanely large caps. Instead include a buffer without
1785         caps in the new caps. Fixes bug #536475.
1786
1787 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1788
1789         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1790         Transform a given PAR to a range on the struct with the generic
1791         height/width instead of the struct with the possibly restricted
1792         height/width.
1793
1794 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1795
1796         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1797         Prefer the given format if it contains something stricter than [1,MAX]
1798         for height or width and only put a structure that requires rescaling
1799         as second. This makes it possible to use videoscale in pipelines where
1800         the source can actually produce the wanted height/width but usually
1801         selects a different one from the requested.
1802
1803 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1804
1805         Based on patch by: John Millikin <jmillikin gmail com>
1806
1807         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1808           (gst_vorbis_tag_add_coverart):
1809           Retrieve COVERART tags from vorbis comments (#512333)
1810
1811 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1812
1813         * gst-libs/gst/tag/tag.h:
1814         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1815           Don't forget to add new enum value here too (should probably use
1816           glib-mkenums here...).
1817
1818 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1819
1820         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1821         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1822         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1823           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1824           (gst_tag_image_data_to_image_buffer):
1825           Add two utility functions to avoid code duplication (#512333):
1826           API: add gst_tag_image_data_to_image_buffer()
1827           API: add gst_tag_list_add_id3_image()
1828           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1829
1830 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1831
1832         * win32/common/libgstaudio.def:
1833         Add gst_audio_check_channel_positions() to the exported symbols.
1834
1835 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1836
1837         * docs/libs/gst-plugins-base-libs-sections.txt:
1838         * gst-libs/gst/audio/multichannel.c:
1839         (gst_audio_check_channel_positions):
1840         * gst-libs/gst/audio/multichannel.h:
1841         API: Make gst_audio_check_channel_positions() public.
1842
1843         * tests/check/libs/audio.c: (GST_START_TEST):
1844         Add some simple checks for gst_audio_check_channel_positions().
1845
1846 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1847
1848         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1849           minrange and maxrange are scaled according to the frequency
1850           multiplier.
1851
1852 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1853
1854         * ext/pango/Makefile.am:
1855         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1856           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1857           Use gstvideo functions to calculate strides and plane offsets. Fixes
1858           rendering issue ('ghost' images of the text on the chroma planes)
1859           with widths or heights that are not multiples of 8 (#506659 and
1860           probably also #485729).
1861
1862         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1863           (main):
1864           Test with odd height/width too.
1865
1866 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1867
1868         * gst/adder/gstadder.c: (gst_adder_query_duration),
1869         (gst_adder_query_latency):
1870         When using gst_element_iterate_pads() one has to unref every pad
1871         after usage.
1872
1873 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1874
1875         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1876         (gst_base_audio_src_class_init):
1877         Add a gtk-doc chunk for the new properties to have a Since: indication.
1878
1879 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1880
1881         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1882         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1883         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1884         (gst_base_audio_src_change_state):
1885         Provide readable actual-buffer-time and actual-latency-time properties
1886         that reflect the configured ringbuffer values. Fixes #524724.
1887         API: GstBaseAudioSrc:actual-buffer-time
1888         API: GstBaseAudioSrc:actual-latency-time
1889
1890 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1891
1892         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1893         (gst_basertppayload_change_state):
1894         Simply converting the running time into an RTP timestamp by scaling it
1895         based on the clock-rate is good enough for making an RTP timestamp. This
1896         has the added benefit that we can later on expose a property with the
1897         RTP timestamp of running time 0, as is needed for RTSP servers to
1898         generate the response of the PLAY request.
1899
1900 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1901
1902         * gst/audioconvert/gstaudioconvert.c:
1903         (structure_has_fixed_channel_positions),
1904         (gst_audio_convert_transform_caps):
1905         Allow up to 11 positioned channels now that audioconvert can handle
1906         this but add no default positions for > 8 channels.
1907         
1908         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1909         Add some unit tests for the above change: Test conversion of
1910         11 positioned channels to stereo and the other way around, test
1911         conversion of 15 unpositioned channels in different ways.
1912
1913 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1914
1915         * win32/common/libgstaudio.def:
1916         Add gst_audio_clock_reset to the list of exported symbols.
1917
1918 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1919
1920         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1921         Remove wrong_channels_identification_header unit test as we now
1922         support 7 (and more channels).
1923
1924 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1925
1926         * gst/audioconvert/gstchannelmix.c:
1927         (gst_channel_mix_fill_one_other):
1928         If mixing left or right to center (or the other way around) only take
1929         the complete value if we don't already have the original position in
1930         the source.
1931
1932 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1933
1934         * gst-libs/gst/audio/multichannel.c:
1935         (gst_audio_check_channel_positions),
1936         (gst_audio_set_structure_channel_positions_list),
1937         (gst_audio_fixate_channel_positions):
1938         Allow rear center together with rear left/right and other previously
1939         conflicting channel positions. The reason why they weren't allowed
1940         was the channel mixing implementation in audioconvert.
1941         Also take this into account when fixing channel layouts.
1942
1943         Allow setting channel positions for 1/2 channels when using
1944         gst_audio_set_structure_channel_position().
1945
1946         * gst/audioconvert/gstchannelmix.c:
1947         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1948         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1949         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1950         Major rewrite of the channel mixing.
1951
1952         We now allow previously conflicting channel positions to appear
1953         together (rear center and rear left/right for example).
1954         Fixes bug #533817.
1955
1956         Rework the way channels are mixed together to take more possible
1957         channel positions into account, properly mix from/to side channels
1958         and don't assume that either center, left&right or nothing of a
1959         specific position is available anymore.
1960
1961         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1962         Adjust unit tests with non-standard 1/2 channel layouts to the more
1963         correct new behaviour.
1964
1965         Add a unit test for 5.1->Stereo downmixing.
1966
1967 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1968
1969         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1970         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1971         Add sane defaults for the 7 and 8 channel layouts as those are
1972         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1973         more than 8 channels instead of erroring out. Fixes bug #535356.
1974
1975 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1976
1977         * docs/plugins/Makefile.am:
1978         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1979         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1980         * ext/theora/theoraparse.c:
1981         Add theoraparse to the docs and fix some docs.
1982
1983 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1984
1985         * gst-libs/gst/cdda/gstcddabasesrc.c:
1986         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1987         Fix EOS condition and track addition check, the track.end sector is
1988         included in the track. Fixes #533265.
1989
1990 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1991
1992         Patch by: Mark Nauwelaerts <manauw at skynet be>
1993
1994         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1995         (gst_video_rate_flush_prev), (gst_video_rate_event),
1996         (gst_video_rate_chain):
1997         * gst/videorate/gstvideorate.h:
1998         React (more) to NEWSEGMENT
1999         Small adjustment in timestamp calculation to prevent mismatches
2000         Fixes #435633.
2001
2002 2008-05-28  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2003
2004         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2005           Initialise error to NULL as we should.
2006
2007 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2008
2009         * gst/adder/gstadder.c: (gst_adder_query_duration),
2010         (gst_adder_query_latency), (gst_adder_query):
2011         Implement latency query.
2012
2013 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2014
2015         * gst/adder/gstadder.c: (gst_adder_query_duration):
2016         Correctly resync the iterator if gst_iterator_next() returns
2017         GST_ITERATOR_RESYNC.
2018
2019 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2020
2021         * win32/vs6/libgstpbutils.dsp:
2022           Add pbutils-enumtypes.c to sources (#518037).
2023
2024 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2025
2026         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2027         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2028         * gst-libs/gst/audio/gstaudioclock.h:
2029         Add method to inform the clock that the time starts from 0 again. We use
2030         this info to calculate a clock offset so that the time we report in
2031         internal_time is monotonically increasing, as required by the clock base
2032         class. Fixes #521761.
2033         API: GstAudioClock::gst_audio_clock_reset()
2034
2035         * gst-libs/gst/audio/gstbaseaudiosink.c:
2036         (gst_base_audio_sink_skew_slaving),
2037         (gst_base_audio_sink_change_state):
2038         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2039         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2040         Reset reported time when we (re)create the ringbuffer.
2041
2042 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2043
2044         * ext/alsa/gstalsamixertrack.c:
2045           (gst_alsa_mixer_track_update_alsa_capabilities):
2046           Make sure playback volumes aren't accidentally overwritten by
2047           capture volumes if an alsa mixer track has both playback and
2048           capture capabilities: we create two GstMixerTracks in that
2049           case, so make sure we query only the alsa capabilities that
2050           refer to the type of GstMixerTrack we created from the dual
2051           capability alsa element. Should fix issues with Audigy2 sound
2052           cards (#518082).
2053
2054 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2055
2056         * tests/check/pipelines/oggmux.c: (test_pipeline):
2057           Don't use deprecated function.
2058
2059 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2060
2061         * gst/playback/gstdecodebin2.c:
2062         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2063         Check for NULL cases and log them, creating ghostpads can, for example,
2064         fail when the pad returns wrong caps.
2065
2066         * gst/playback/gstplaybin2.c: (perform_eos):
2067         When pushing out the EOS event, collect the return value and warn when
2068         something failed.
2069
2070 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2071
2072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2073         (gst_riff_create_video_template_caps):
2074         Add support for DVCPRO.
2075
2076 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2077
2078         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2079           Change default scaling method from nearest-neighbour to bilinear.
2080
2081 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2082
2083         * tests/check/libs/video.c:
2084           More checks.
2085
2086 2008-05-25  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2087
2088         * gst/subparse/gstsubparse.c: (parser_state_init),
2089           (gst_sub_parse_format_autodetect), (handle_buffer):
2090         * gst/subparse/gstsubparse.h:
2091         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2092           Limit duration to a maximum of five seconds for tmplayer format where
2093           we can guess the duration only from the timestamp of the next line of
2094           text. We don't want to show a text for eternities just because nothing
2095           else is being said for a while.
2096
2097 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2098
2099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2100         (gst_base_rtp_depayload_chain),
2101         (gst_base_rtp_depayload_handle_sink_event),
2102         (gst_base_rtp_depayload_push_full),
2103         (gst_base_rtp_depayload_change_state):
2104         Check sequence numbers, mark input buffers with a discont flag for the
2105         subclass when we detected a gap, drop duplicate buffers. We do this
2106         because one can use the element without a jitterbuffer in front and we
2107         don't want to feed the subclasses invalid or reordered data.
2108         Do an error when the subclass did not provide a process function instead
2109         of crashing.
2110         Some other small cleanups.
2111
2112 2008-05-22  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2113
2114         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2115           May just as well use the precalculated uvstride here.
2116
2117 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2118
2119         * docs/plugins/Makefile.am:
2120         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2122         * docs/plugins/gst-plugins-base-plugins.args:
2123         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2124         * docs/plugins/gst-plugins-base-plugins.interfaces:
2125         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2126         * docs/plugins/inspect/plugin-adder.xml:
2127         * docs/plugins/inspect/plugin-alsa.xml:
2128         * docs/plugins/inspect/plugin-audioconvert.xml:
2129         * docs/plugins/inspect/plugin-audiorate.xml:
2130         * docs/plugins/inspect/plugin-audioresample.xml:
2131         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2132         * docs/plugins/inspect/plugin-cdparanoia.xml:
2133         * docs/plugins/inspect/plugin-decodebin.xml:
2134         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2135         * docs/plugins/inspect/plugin-gdp.xml:
2136         * docs/plugins/inspect/plugin-gio.xml:
2137         * docs/plugins/inspect/plugin-gnomevfs.xml:
2138         * docs/plugins/inspect/plugin-libvisual.xml:
2139         * docs/plugins/inspect/plugin-ogg.xml:
2140         * docs/plugins/inspect/plugin-pango.xml:
2141         * docs/plugins/inspect/plugin-playback.xml:
2142         * docs/plugins/inspect/plugin-queue2.xml:
2143         * docs/plugins/inspect/plugin-subparse.xml:
2144         * docs/plugins/inspect/plugin-tcp.xml:
2145         * docs/plugins/inspect/plugin-theora.xml:
2146         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2147         * docs/plugins/inspect/plugin-uridecodebin.xml:
2148         * docs/plugins/inspect/plugin-video4linux.xml:
2149         * docs/plugins/inspect/plugin-videorate.xml:
2150         * docs/plugins/inspect/plugin-videoscale.xml:
2151         * docs/plugins/inspect/plugin-videotestsrc.xml:
2152         * docs/plugins/inspect/plugin-volume.xml:
2153         * docs/plugins/inspect/plugin-vorbis.xml:
2154         * docs/plugins/inspect/plugin-ximagesink.xml:
2155         * docs/plugins/inspect/plugin-xvimagesink.xml:
2156         * ext/cdparanoia/gstcdparanoiasrc.c:
2157         * ext/ogg/gstoggdemux.c:
2158         * ext/ogg/gstoggdemux.h:
2159         * ext/ogg/gstoggmux.c:
2160         * ext/ogg/gstoggmux.h:
2161         * gst/audioconvert/audioconvert.c:
2162         * gst/audioconvert/audioconvert.h:
2163         * gst/audioconvert/gstaudioconvert.h:
2164         * gst/gdp/gstgdpdepay.h:
2165         * gst/gdp/gstgdppay.h:
2166         * gst/playback/gstdecodebin.c:
2167         * gst/playback/gstdecodebin2.c:
2168         * gst/playback/gstplaybin.c:
2169         * gst/playback/gstplaybin2.c:
2170         * gst/playback/gsturidecodebin.c:
2171         * gst/tcp/gstmultifdsink.c:
2172         * gst/tcp/gstmultifdsink.h:
2173         * gst/tcp/gsttcp.h:
2174
2175         Add some documentation comments, and some new headers to be scanned.
2176         Rename some internal enum declarations (audioconvert's DitherType and
2177         NoiseShapingType, GstUnitType from the TCP elements) to match the
2178         documented GObject type names so that the docs pick them up.
2179         Name the playbin2 docs markups properly so they get picked up. They'll
2180         need renaming back when/if playbin2 becomes playbin.
2181
2182         100% symbol coverage for the plugin docs, booya.
2183
2184 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2185
2186         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2187
2188         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2189         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2190
2191 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2192
2193         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2194
2195         * gst/playback/gstdecodebin.c: (remove_fakesink):
2196         Lock the fakesink before setting the state to NULL and removing it from
2197         the bin so that a concurrent state change cannot interfere. 
2198         Fixes #534331.
2199
2200 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2201
2202         * docs/Makefile.am:
2203         Fix installing plugin documentation when gtk-doc is disabled.
2204
2205 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2206
2207         * gst-libs/gst/rtsp/Makefile.am:
2208         Distribute, don't install md5.h
2209
2210 2008-05-21  Julien Moutte  <julien@fluendo.com>
2211
2212         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2213         instead of SOL_IP, works on more platforms.
2214         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2215         arguments.
2216
2217 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2218
2219         * ext/vorbis/vorbisdec.c:
2220         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2222         Some debug and comment fixes.
2223
2224         * tests/examples/dynamic/addstream.c: (main):
2225         Fix , to ;
2226
2227 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2228
2229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2230         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2231         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2232         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2233         (cleanup_decodebin):
2234         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2235         (connect_element), (gst_decode_group_control_demuxer_pad):
2236         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2237         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2238         (mute_group_type):
2239         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2240         (gst_play_bin_set_property), (handoff), (gen_video_element),
2241         (gen_text_element), (gen_audio_element), (gen_vis_element),
2242         (remove_sinks), (add_sink), (setup_sinks):
2243         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2244         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2245         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2246         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2247         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2248         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2249         (gen_vis_chain), (gst_play_sink_reconfigure),
2250         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2251         (gst_play_sink_request_pad):
2252         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2253         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2254         (cb_newpad):
2255         * gst/playback/test6.c: (new_decoded_pad_cb):
2256         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2257         * tests/check/elements/audiorate.c: (test_injector_chain),
2258         (do_perfect_stream_test):
2259         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2260         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2261         * tests/check/elements/gnomevfssink.c:
2262         * tests/check/elements/textoverlay.c:
2263         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2264         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2265         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2266         * tests/check/pipelines/oggmux.c: (test_pipeline):
2267         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2268         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2269         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2270         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2271         * tests/examples/seek/seek.c: (make_mod_pipeline),
2272         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2273         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2274         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2275         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2276         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2277         (update_fill), (msg_buffering):
2278         Don't use bad gst_element_get_pad().
2279
2280 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2281
2282         * gst-libs/gst/riff/riff-media.c:
2283           Fix wrong method name in docs. Fix calculation of strf fields for
2284           broken mulaw/alaw.
2285   
2286         * gst-libs/gst/riff/riff-read.c:
2287           Whitespace fix and removing double ';'.
2288
2289 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2290
2291         * docs/design/part-playbin2.txt:
2292         Add some leftover doc.
2293
2294 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2295
2296         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2297         Fix copy & paste error in last commit.
2298
2299 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2300
2301         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2302         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2303         other channel positions when source has SIDE channels and dest doesn't
2304         or the other way around.
2305
2306 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2307
2308         Patch by: Henrik Eriksson <henriken at axis dot com>
2309
2310         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2311         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2312         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2313         (gst_multi_fd_sink_get_property):
2314         * gst/tcp/gstmultifdsink.h:
2315         Add support for DSCP QOS. Fixes #469933.
2316
2317 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2318
2319         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2320         Add another test that checks if conversion between standard 1 and 2
2321         channel layouts with and without positions set is working.
2322
2323 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2324
2325         * gst-libs/gst/audio/multichannel.c:
2326         (gst_audio_check_channel_positions):
2327         Allow non-standard 2 channel layouts.
2328         
2329         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2330         Add some tests for converting and remapping non-standard 1 and 2
2331         channel layouts.
2332
2333 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         * gst/audioconvert/gstchannelmix.c:
2336         (gst_channel_mix_fill_normalize):
2337         Prevent division by zero if the channel mix matrix contains only
2338         zeroes.
2339
2340 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2341
2342         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2343
2344         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2345         Close a buffer memory leak. Fixes bug #534071.
2346
2347 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2348
2349         * gst-libs/gst/rtsp/gstrtsptransport.h:
2350         Make the GstRTSPTransport struct members public as there are no
2351         setters/getters and it's supposed to be changed directly.
2352         Fixes bug #533087.
2353
2354 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2355
2356         * gst/adder/gstadder.c:
2357         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2358         claim this on the pad template caps.
2359
2360 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2361
2362         * gst-libs/gst/audio/gstbaseaudiosink.c:
2363         (gst_base_audio_sink_sync_latency):
2364         We can only use our optimal calibration if we prerolled before the
2365         latency expired.
2366
2367 2008-05-20  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2368
2369         * configure.ac:
2370           Require core CVS for GstBaseSrc buffer caps setting magic.
2371
2372 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         * gst/audioconvert/gstaudioconvert.c:
2375         (gst_audio_convert_fixate_channels):
2376         Fix logic in last commit.
2377
2378 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2379
2380         * gst/audioconvert/gstaudioconvert.c:
2381         (gst_audio_convert_fixate_channels):
2382         Passthrough the channel positions if the number of output channels is
2383         the same as the number of input channels, the input had a channel
2384         layout and downstream requests no special one. We did this already for
2385         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2386
2387 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2388
2389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2390         (gst_gnome_vfs_src_finalize),
2391         (gst_gnome_vfs_src_received_headers_callback),
2392         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2393         * ext/gnomevfs/gstgnomevfssrc.h:
2394         Set the ICY caps on the srcpad from where they get picked up by the base
2395         class now and set on the outgoing buffers.
2396
2397         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2398         (gst_base_audio_src_create):
2399         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2400         BaseSrc now sets the caps on outgoing buffers automatically.
2401
2402 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2403
2404         * gst-libs/gst/audio/gstbaseaudiosink.c:
2405         (gst_base_audio_sink_resample_slaving),
2406         (gst_base_audio_sink_skew_slaving),
2407         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2408         (gst_base_audio_sink_async_play),
2409         (gst_base_audio_sink_change_state):
2410         Change the way in which the ringbuffer is started when dealing with a
2411         slaved clock and latency. We now sync to the clock until we reach
2412         upstream latency before starting the ringbuffer. This has the effect
2413         that we can accurately align the master and slave clocks and let the
2414         rate correction code take care of the initial drift or rounding errors
2415         instead of leaving them uncorrected with the old approach.
2416
2417 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2418
2419         * gst/audioconvert/gstaudioconvert.c:
2420         (gst_audio_convert_fixate_channels):
2421         Correctly set the default channel positions when converting to 8
2422         channels.
2423
2424 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2425
2426         * configure.ac:
2427           Error out if we don't have the required version of core.
2428
2429 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2430
2431         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2432           Use data scan helper in aac typefinder and stop scanning
2433           for headers when we've found a type. Also fix potential invalid
2434           memory access when calculating the frame length.
2435
2436 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2437
2438         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2439           (mpeg_sys_is_valid_pack):
2440           Don't modify scan context when we return FALSE in ensure_data, so
2441           it's possible to continue scanning, and we don't end up with a NULL
2442           data pointer and a positive size, which might bite us the next time
2443           we're called. Small constification.
2444
2445 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2446
2447         * gst/adder/gstadder.c:
2448         Adder doesn't support 24 bit samples so don't claim it supports them
2449         in the pad template caps.
2450
2451 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2452
2453         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2454         (gst_base_rtp_depayload_chain):
2455         Validate the RTP packet before further processing it. It's just too
2456         dangerous to accept random packets and people are not forced to use a
2457         jitterbuffer or session manager to filter out the bad packets.
2458
2459         * gst-libs/gst/rtp/gstrtpbuffer.c:
2460         (gst_rtp_buffer_set_extension_data),
2461         (gst_rtp_buffer_get_payload_subbuffer):
2462         Small cleanups.
2463         When setting extension data in a buffer that is too small, we fail and
2464         we should not set the extension bit.
2465         Change GST_WARNINGS into g_warning because they really are
2466         programming errors.
2467
2468         * tests/check/libs/rtp.c: (GST_START_TEST):
2469         Catch the g_warnings now in the unit tests and that fact that failing to
2470         set extension data left the extension bit untouched.
2471
2472 2008-05-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2473
2474         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2475           Revert previous change which made basetransform handle buffer_alloc
2476           and which breaks things badly in the non-passthrough case since it
2477           returned buffers with a different (ie. sometimes smaller) size than
2478           the size requested.
2479
2480 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2481
2482         Patch by: Bernard B <b-gnome at largestprime dot net>
2483
2484         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2485         Fix seqnum compare function for bordercase values and fix the docs
2486         again. Fixes #533075.
2487
2488         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2489         Add a testcase for seqnum compare function.
2490
2491 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2492
2493         * gst/adder/gstadder.c: (gst_adder_setcaps),
2494         (gst_adder_class_init):
2495         Correctly declare the supported endianness on the pad templates
2496         and check for correct endianness in the set caps function. Adder
2497         only supports native endianness.
2498         Also use gst_element_class_set_details_simple().
2499
2500 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2501
2502         * sys/xvimage/xvimagesink.c:
2503           Better debug logging in port value handling. Merging separate port
2504           value loops into one.
2505
2506 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2507
2508         Patch by: Hannes Bistry <hannesb at gmx dot de>
2509
2510         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2511         * gst/tcp/gsttcpserversink.c:
2512         (gst_tcp_server_sink_handle_server_read),
2513         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2514         Fix regression in clientsrc because we did not add the fd to the poll
2515         set anymore. Fixes #532364.
2516         Do some cleanups here and there.
2517
2518 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2519
2520         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2521         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2522         * gst/playback/gstplay-marshal.list:
2523         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2524         Use correct marshallers. GstCaps are a boxed type and no GObject
2525         subclass.
2526
2527 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2528
2529         * win32/common/libgstrtsp.def:
2530         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2531         symbols.
2532
2533 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2534
2535         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2536
2537         * tests/check/elements/audioresample.c:
2538         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2539         (live_switch_push), (GST_START_TEST):
2540         Add unit test for the latest basetransform negotiation changes.
2541         See bug #526768.
2542
2543 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2544
2545         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2546         Fix nv12<->nv21 conversion if stride is larger than width.
2547
2548 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2549
2550         Patch by: Jan Gerber <j at oil21 dot org>
2551
2552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2553         (gst_ogg_pad_parse_skeleton_fisbone):
2554         * ext/ogg/gstoggdemux.h:
2555         Parse presentation time from skeleton streams and use it as offset
2556         for the timestamps. Fixes bug #530068.
2557
2558 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2559
2560         * gst-libs/gst/audio/gstbaseaudiosink.c:
2561         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2562         Revert previous patch that attempted to more accurately calculate the
2563         initial offset between master and slave clock. The best thing we can do
2564         in general is take the time of both clocks as the diff since we don't
2565         know when the actual preroll happened.
2566
2567 2008-05-11  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2568
2569         * gst-libs/gst/pbutils/install-plugins.c:
2570           Fix docs: type and missing word.
2571
2572 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2573
2574         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2575           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2576           for this instead; don't check if we've found enough markers after
2577           each and every step, it's enough to do that only if we've actually
2578           found a new marker.
2579           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2580
2581 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2582
2583         * gst/typefind/gsttypefindfunctions.c:
2584           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2585           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2586           (mpeg_video_stream_type_find):
2587           Move scan helper thingy to the beginning of the file so we can use
2588           it in other typefind functions. Rename it to something more
2589           generic. Also improve handling of things towards the end of the
2590           typefind data: peek as much as we can if we know the size of the
2591           data, rather than just min_size.
2592
2593 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2594
2595         * docs/libs/gst-plugins-base-libs-sections.txt:
2596         * gst-libs/gst/interfaces/colorbalance.c:
2597         * gst-libs/gst/interfaces/colorbalance.h:
2598         * gst-libs/gst/interfaces/colorbalancechannel.c:
2599         * gst-libs/gst/interfaces/colorbalancechannel.h:
2600         * gst-libs/gst/interfaces/tuner.c:
2601         * gst-libs/gst/interfaces/tunerchannel.c:
2602         * gst-libs/gst/interfaces/tunerchannel.h:
2603         * gst-libs/gst/interfaces/tunernorm.c:
2604         * gst-libs/gst/interfaces/tunernorm.h:
2605         * gst-libs/gst/video/video.c:
2606         * gst-libs/gst/video/video.h:
2607         Document the GstTuner and GstColorBalance interfaces, and some
2608         other random API functions that needed it. 70% symbol coverage, woo.
2609
2610 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2611
2612         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2613         Choose to allocate one less segment but require one additional segment
2614         as latency. 
2615
2616         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2617         No need to increment the number of segments in the source.
2618
2619         * gst-libs/gst/audio/gstbaseaudiosink.c:
2620         (gst_base_audio_sink_get_time), (clock_convert_external),
2621         (gst_base_audio_sink_resample_slaving),
2622         (gst_base_audio_sink_skew_slaving),
2623         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2624         (gst_base_audio_sink_async_play):
2625         Remove adding latency when returning the internal time while subtracting
2626         it again when we use the value a little later.
2627         When calculating the end timestamp, we are making a rounding error
2628         with the current algorithm. Ensure that we don't accumulate these
2629         rounding errors when aligning samples by not resampling at all if we
2630         don't need to. Fixes #419351.
2631         Make the initial calibration of the clock slaving a little more
2632         predictable and accurate. Also handle the case where we don't do
2633         clock slaving.
2634
2635 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         Based on a patch by:
2638           Björn Benderius <bjoern dot benderius at axis dot com>
2639
2640         * gst/ffmpegcolorspace/avcodec.h:
2641         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2642         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2643         (gst_ffmpegcsp_avpicture_fill):
2644         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2645         * gst/ffmpegcolorspace/imgconvert_template.h:
2646         Add conversions from/to NV12 and NV21 and conversions between those
2647         two formats. Fixes bug #532166.
2648
2649 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2650
2651         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2652         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2653         which happens for example with files smaller than 128kb.
2654
2655 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2656
2657         Patch by: Wouter Cloetens <zombie at e2big dot org>
2658
2659         * gst-libs/gst/rtsp/Makefile.am:
2660         * gst-libs/gst/rtsp/gstrtspconnection.c:
2661         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2662         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2663         (add_auth_header), (gst_rtsp_connection_free),
2664         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2665         (gst_rtsp_connection_set_auth_param),
2666         (gst_rtsp_connection_clear_auth_params):
2667         * gst-libs/gst/rtsp/gstrtspconnection.h:
2668         Add Digest authorization support for RTSP connections. See #532065.
2669
2670         * gst-libs/gst/rtsp/md5.c:
2671         * gst-libs/gst/rtsp/md5.h:
2672         Yeap, another md5 implementation until we can depend on a glib that has
2673         support for it.
2674
2675 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2676
2677         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2678
2679         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2680         Let audioresample use the buffer allocation of basetransform instead
2681         of it's own stuff.
2682
2683         * tests/check/elements/audioresample.c: (alloc_only_48000),
2684         (GST_START_TEST), (audioresample_suite):
2685         Add unit test for the recent basetransform bugfix, where upstream
2686         changes caps to something that can't be passed through anymore.
2687
2688 2008-05-07  Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas at tandberg com>
2689
2690         * win32/common/config.h.in:
2691           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2692           use the real thing than having "???" unconditionally.
2693
2694 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2695
2696         * gst-libs/gst/audio/gstbaseaudiosink.c:
2697         (gst_base_audio_sink_query):
2698         Report the latency with the new seglatency parameter.
2699
2700         * gst-libs/gst/audio/gstringbuffer.c:
2701         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2702         (gst_ring_buffer_acquire):
2703         * gst-libs/gst/audio/gstringbuffer.h:
2704         Add new field to the ringbufferspec to specify the expected latency
2705         between the underlying device read/write pointer, this is needed
2706         when writing sinks that sit a little closer to the hardware.
2707         Add some more docs for other fields.
2708
2709 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2710
2711         * gst/volume/gstvolume.c: (volume_transform_ip):
2712         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2713         reason instead of crashing later. Might fix bug #509125.
2714
2715 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2716
2717         Based on a patch by: Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2718
2719         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2720         * gst/audioconvert/audioconvert.h:
2721         * gst/audioconvert/gstaudioconvert.c:
2722         (gst_audio_convert_parse_caps),
2723         (structure_has_fixed_channel_positions),
2724         (gst_audio_convert_transform_caps):
2725         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2726         Add support for more than 8 channels and NONE channel layouts. For
2727         more than 8 channels no channel conversion is supported yet, only
2728         format conversions are supported. Fixes bug #398033.
2729
2730         * tests/check/elements/audioconvert.c: (verify_convert),
2731         (GST_START_TEST), (audioconvert_suite):
2732         Add some unit tests by Tim for checking the NONE channel layouts
2733         and more than 8 channels and add some more unit tests for channel
2734         conversions.
2735
2736 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2737
2738         * gst/playback/gstdecodebin2.c: (connect_pad):
2739         When autoplugging fails, set the element back to NULL before
2740         unreffing it.
2741
2742 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2743
2744         * win32/common/libgstaudio.def:
2745         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2746         symbols.
2747
2748 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2749
2750         * gst/subparse/samiparse.c: (handle_start_sync),
2751         (end_sami_element), (characters_sami):
2752         Remove trailing, leading and double whitespaces.
2753         Correctly timestamp buffers and output the last buffer too.
2754
2755         * tests/check/elements/subparse.c: (GST_START_TEST),
2756         (subparse_suite):
2757         Add a simple unit test for SAMI parsing.
2758
2759 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2760
2761         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2762
2763         * gst/subparse/samiparse.c: (handle_start_sync),
2764         (start_sami_element), (end_sami_element), (characters_sami),
2765         (sami_context_reset):
2766         Only output characters inside the "sync" elements. There could be
2767         other elements like "style" that have some content but should
2768         not be printed. Fixes bug #467911.
2769
2770 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2771
2772         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2773         (set_active_source):
2774         * gst/playback/gstplaybasebin.h:
2775         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2776         (playbin_set_audio_mute):
2777         Allow setting -1 as current-audio to mute the current audio stream,
2778         similar to what is done for subtitles. Fixes bug #342294.
2779
2780 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2781
2782         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2783         It's SorensOn and not SorensEn.
2784
2785 2008-05-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2786
2787         * gst-libs/gst/pbutils/descriptions.c: (formats):
2788           Fix description of video/x-flash-video.
2789
2790 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2791
2792         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2793         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2794         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2796         Remove some unused code.
2797
2798         * gst/audioconvert/gstaudioquantize.c:
2799         (gst_audio_quantize_free_noise_shaping):
2800         Don't return before freeing the noise shaping history.
2801
2802 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2803
2804         * tests/check/elements/subparse.c: (do_test),
2805           (test_tmplayer_style3b), (subparse_suite):
2806           Add unit test for the tmplayer variant from bug #530962.
2807
2808 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2809
2810         * gst/subparse/gstsubparse.c: (handle_buffer),
2811           (gst_sub_parse_sink_event):
2812         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2813           (tmplayer_parse_line):
2814           Fix parsing of tmplayer subtitle variant where every single line contains
2815           text and there isn't an empty line after each line to determine the
2816           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2817           making sure that we push out the last line of text without a duration if
2818           there's still text left in the buffer at the end.
2819
2820 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2821
2822         * gst/subparse/gstsubparse.c: (feed_textbuf):
2823           Fix detection of discontinuities based on the buffer offset (doesn't work
2824           so well if no buffer offset is set) and also check for the DISCONT buffer
2825           flag. This keeps the parser state from being reset after each buffer in
2826           the unit test.
2827
2828 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2829
2830         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2831           Further fine-tuning: don't absolutely require sequence or GOP headers
2832           (as introduced in the previous commit), but adjust the typefind
2833           probabilities returned accordingly if we don't see them. Also make sure
2834           picture header and first slice are somewhat close to each other (which
2835           is not perfect but still better than requiring a fixed offset or having
2836           no limit at all).
2837
2838 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2839
2840         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2841         (gst_basertppayload_sink_setcaps),
2842         (gst_basertppayload_sink_getcaps):
2843         Rename the setcaps/getcaps function internally to make it clear that
2844         they are called for the sink pad.
2845
2846 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2847
2848         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2849         (gst_base_rtp_depayload_class_init),
2850         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2851         (gst_base_rtp_depayload_packet_lost),
2852         (gst_base_rtp_depayload_set_gst_timestamp):
2853         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2854         Catch packet-lost events from the jitterbuffer and convert them into a
2855         vmethod call (lost-packet) so that depayloaders can do something smart.
2856         Also add a default packet-lost function that sends out a segment update
2857         to the decoders.
2858
2859 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * gst/playback/test4.c:
2862         * gst/playback/test5.c:
2863         * gst/playback/test6.c:
2864         * gst/playback/test7.c:
2865           Also include config.h when relying on defines from it. Fixes the
2866           build. Its been a please to serve :)
2867
2868 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2869
2870         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2871         (paint_setup_NV21), (paint_hline_NV12_NV21):
2872         Add support for NV12 and NV21 in videotestsrc
2873
2874 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2875
2876         * gst/videoscale/gstvideoscale.c:
2877         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2878         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2879         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2880         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2881         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2882         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2883         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2884         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2885         (vs_image_scale_linear_RGB555):
2886         Support 1x1 images as input and output as for example the BBC HQ new
2887         streams have 1x1 GIFs in the playlists for some reason.
2888
2889 2008-05-01  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2890
2891         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2892           (try_to_link_1):
2893           If we can't activate one of the decoders we plugged in (such as,
2894           say, musepackdec) for some reason (it might not support push mode,
2895           for example), remove any pad probes that close_pad_link() might
2896           have set up. This makes sure we later don't try to remove a probe
2897           for a pad that doesn't exist any longer, and avoids nast warnings
2898           and probably other things too.
2899
2900 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2901
2902         * gst/typefind/gsttypefindfunctions.c:
2903           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2904           (plugin_init):
2905           Rework mpeg video stream typefinding a bit more: make sure sequence,
2906           GOP, picture and slice headers appear in the order they should and
2907           that we've in fact at least had one of each; fix picture header
2908           detection; decouple picture and slice header check - don't assume
2909           they're at a fixed offset, there may be extra data in between. Also,
2910           announce varying degrees of probability depending on what we found
2911           exactly (multiple pictures, at least one picture, just sequence and
2912           GOP headers). Finally, in _ensure_data(), take into account that we
2913           might be typefinding smaller amounts of data, such as the first
2914           buffer of a stream, so fall back to the minimum size needed as long
2915           as that's available, instead of erroring out if there's less than
2916           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2917           fuzzed file from #399342 as valid.
2918
2919 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2920
2921         * ext/theora/theoradec.c:
2922           Cool kids don't divide by zero.
2923           Treat PAR of x:0 as 1:1.
2924           Fixes #530719.
2925
2926 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2927
2928         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2929           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2930           (mpeg_video_stream_type_find):
2931           Refactor a bit: use context structure to track parsing offset and
2932           size of available data and make the code a bit clearer. Fixes bad
2933           memory access in #356937.
2934
2935 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2936
2937         * gst/playback/test4.c:
2938         * gst/playback/test5.c:
2939         * gst/playback/test6.c:
2940         * gst/tcp/gstmultifdsink.c:
2941           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2942           is defined.
2943
2944 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2945
2946         * gst-libs/gst/audio/gstbaseaudiosink.h:
2947         Clarify some docs.
2948
2949         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2950         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2951         (gst_base_audio_src_set_slave_method),
2952         (gst_base_audio_src_get_slave_method),
2953         (gst_base_audio_src_set_property),
2954         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2955         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2956         Add property and methods for selecting the clock slave method in the
2957         source, like in the sink.
2958         We only implement "none" and "re-timestamp" for now.
2959         API: gst_base_audio_src_set_slave_method()
2960         API: gst_base_audio_src_get_slave_method()
2961
2962 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2963
2964         * gst-libs/gst/rtp/gstrtpbuffer.c:
2965         Fix the docs about the seqnum compare function, it returns a difference.
2966
2967 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2968
2969         * ext/alsa/gstalsadeviceprobe.c:
2970         (gst_alsa_get_device_list): Don't return before freeing up
2971         the allocated structures.
2972
2973 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2974
2975         * gst/playback/gstplaybin.c:
2976           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2977
2978 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2979
2980         * ext/ogg/gstoggdemux.c:
2981           Revert the event part, that should not go in.
2982
2983 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2984
2985         * ext/ogg/gstoggdemux.c:
2986           Don't leak GstPluginFeatures when filtering.
2987
2988 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * sys/xvimage/xvimagesink.c:
2991           Add some logging for cases when grabbing the xv failed.
2992
2993 2008-04-21  David Schleef  <ds@schleef.org>
2994
2995         * ext/ogg/gstoggmux.c:
2996           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2997           packet.  Should conform to what we currently think is the
2998           final Ogg/Dirac muxing spec.
2999
3000 2008-04-21  David Schleef  <ds@schleef.org>
3001
3002         * sys/xvimage/xvimagesink.c:
3003           Fix typo that causes the overlay keying color to bright green
3004           on a 16-bit display.  Dark grey good.  Bright green bad.
3005
3006 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * ext/gnomevfs/gstgnomevfsuri.c:
3009           Add  FIXME comment about using uri-list for source and sink.
3010
3011 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3012
3013         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3014         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3015         vaargs functions to gint. Otherwise the fractions will get 0 set
3016         instead of the correct value on big endian systems. Fixes bug #529018.
3017
3018 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         * ext/gnomevfs/gstgnomevfssink.c:
3021         (gst_gnome_vfs_sink_uri_get_protocols):
3022         * ext/gnomevfs/gstgnomevfssrc.c:
3023         (gst_gnome_vfs_src_uri_get_protocols):
3024         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3025         (gst_gnomevfs_get_supported_uris):
3026         Get the list of supported URI schemes in a threadsafe way and use the
3027         same list for the source and sink.
3028
3029 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3030
3031         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3032         (gst_gio_get_supported_protocols):
3033         Don't generate a new supported protocols list on each call but cache
3034         it. It's supposed to be static anyway, this way we only leak it once
3035         per process.
3036
3037         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3038         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3039         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3040         (gst_gio_sink_start):
3041         * ext/gio/gstgiosink.h:
3042         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3043         (gst_gio_src_class_init), (gst_gio_src_finalize),
3044         (gst_gio_src_set_property), (gst_gio_src_get_property),
3045         (gst_gio_src_start):
3046         * ext/gio/gstgiosrc.h:
3047         API: Add "file" properties where one can set a GFile as
3048         source/destination.
3049
3050         Add locking to the properties and use
3051         gst_element_class_set_details_simple() instead of a static
3052         GstElementDetails struct.
3053
3054 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3055
3056         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3057         (plugin_init):
3058         Add "mpp" and "mp+" as possible extensions for MusePack files.
3059
3060         Add typefinding for MusePack StreamVersion 8 files and include the
3061         stream version in the caps.
3062
3063 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3064
3065         * gst-libs/gst/rtp/gstrtppayloads.c:
3066         (gst_rtp_payload_info_for_name):
3067         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3068
3069 2008-04-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3070
3071         * configure.ac:
3072           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3073           (NB: this only affects compilation of some of the examples).
3074           Remove some configure.ac cruft that's not needed any longer.
3075
3076 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3077
3078         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3079         Don't validate the payload if there isn't any.
3080         Fixes #525915
3081
3082 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3083
3084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3085         Use g_atomic_int_set() instead of gst_atomic_int_set().
3086
3087 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3088
3089         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3090         Return NULL instead of a gchar * array with one NULL element if we
3091         don't get any supported URI schemes from GIO.
3092
3093 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3094
3095         * gst/audiotestsrc/gstaudiotestsrc.c:
3096           Remove cpp style commented old code.
3097
3098 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3099
3100         * gst/playback/gstdecodebin2.c:
3101           Fix signal docs.
3102
3103 2008-04-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3104
3105         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3106           (gst_text_overlay_init):
3107           Fix textoverlay unit test again by making the supposed default
3108           value for the wait-text property the actual default value.
3109           Also fix Since: tag for new property.
3110
3111 2008-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3112
3113         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3114           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3115           (gst_video_format_get_pixel_stride),
3116           (gst_video_format_get_component_width),
3117           (gst_video_format_get_component_height),
3118           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3119           (gst_video_format_convert):
3120           Add guards to these functions to ensure sane input values.
3121
3122         * tests/check/libs/video.c:
3123           Fix unit test not to create caps with width=0 and height=0.
3124
3125 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * docs/design/draft-keyframe-force.txt:
3128         Fix typo.
3129
3130         * gst/playback/gstqueue2.c: (update_buffering),
3131         (gst_queue_handle_src_query):
3132         Set buffering mode in the messages.
3133         Set buffering percent in the query.
3134
3135         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3136         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3137         Do some more fancy things based on the buffering method in use.
3138
3139 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3140
3141         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3142         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3143         (msg_buffering), (main):
3144         Add basic download reports to seek using the new buffering API.
3145
3146 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3147
3148         * gst/playback/gstqueue2.c: (update_buffering),
3149         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3150         (gst_queue_src_checkgetrange_function):
3151         Include extra buffering stats in the buffering message.
3152         Implement BUFFERING query.
3153
3154         * gst/playback/gsturidecodebin.c: (do_async_start),
3155         (do_async_done), (type_found), (setup_streaming), (setup_source),
3156         (gst_uri_decode_bin_change_state):
3157         Only add decodebin2 when the type is found in streaming mode.
3158         Make uridecodebin async to PAUSED even when we don't have decodebin2
3159         added yet.
3160
3161 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3162
3163         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3164         Filter cdda from the supported URI schemes. We can't support
3165         musicbrainz tags and everything else one expects from a cdda source
3166         with GIO. Fixes bug #526794.
3167
3168 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3169
3170         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3171         (gst_xvimagesink_buffer_alloc):
3172         Fix calculation of 'expected size' for YV12 buffers.
3173         Be a little more verbose in the debug output for buffer-alloc'ed
3174         buffers which turn out to have the wrong size.
3175
3176 2008-04-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3177
3178         * NEWS:
3179         * RELEASE:
3180         * gst-plugins-base.doap:
3181           Merge other changes from 0.10.19 release branch.
3182
3183 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3184
3185         * gst-libs/gst/audio/gstbaseaudiosink.c:
3186           (gst_base_audio_sink_class_init):
3187         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3188           (gst_base_audio_src_class_init):
3189         * gst/playback/gstplayback.c: (plugin_init):
3190         * gst/volume/gstvolume.c: (plugin_init):
3191           Work around missing bits of thread-safety on older GLibs some
3192           more to avoid assertions when starting up multiple playbin
3193           objects concurrently (see #512382).
3194
3195 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3196
3197         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3198           Remove some more fields.
3199
3200 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3201
3202         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3203
3204         * configure.ac:
3205         Actually build dlls when cross-compiling with mingw32.
3206         Fixes bug #526247.
3207
3208 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3209
3210         * configure.ac:
3211           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3212
3213 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3214
3215         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3216         (msg_buffering), (connect_bus_signals), (main):
3217         Add statusbar.
3218         Add buffering support with feedback in the statusbar.
3219
3220 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3221
3222         * ext/ogg/gstoggmux.c:
3223           Fix sample pipeline description.
3224
3225 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3226
3227         * docs/plugins/Makefile.am:
3228         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3229         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3231           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3232
3233         * docs/plugins/gst-plugins-base-plugins.args:
3234         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3235         * docs/plugins/gst-plugins-base-plugins.interfaces:
3236         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3237         * docs/plugins/inspect/plugin-adder.xml:
3238         * docs/plugins/inspect/plugin-alsa.xml:
3239         * docs/plugins/inspect/plugin-audioconvert.xml:
3240         * docs/plugins/inspect/plugin-audiorate.xml:
3241         * docs/plugins/inspect/plugin-audioresample.xml:
3242         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3243         * docs/plugins/inspect/plugin-cdparanoia.xml:
3244         * docs/plugins/inspect/plugin-decodebin.xml:
3245         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3246         * docs/plugins/inspect/plugin-gdp.xml:
3247         * docs/plugins/inspect/plugin-gnomevfs.xml:
3248         * docs/plugins/inspect/plugin-libvisual.xml:
3249         * docs/plugins/inspect/plugin-ogg.xml:
3250         * docs/plugins/inspect/plugin-pango.xml:
3251         * docs/plugins/inspect/plugin-playback.xml:
3252         * docs/plugins/inspect/plugin-queue2.xml:
3253         * docs/plugins/inspect/plugin-subparse.xml:
3254         * docs/plugins/inspect/plugin-tcp.xml:
3255         * docs/plugins/inspect/plugin-theora.xml:
3256         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3257         * docs/plugins/inspect/plugin-uridecodebin.xml:
3258         * docs/plugins/inspect/plugin-video4linux.xml:
3259         * docs/plugins/inspect/plugin-videorate.xml:
3260         * docs/plugins/inspect/plugin-videoscale.xml:
3261         * docs/plugins/inspect/plugin-videotestsrc.xml:
3262         * docs/plugins/inspect/plugin-volume.xml:
3263         * docs/plugins/inspect/plugin-vorbis.xml:
3264         * docs/plugins/inspect/plugin-ximagesink.xml:
3265         * docs/plugins/inspect/plugin-xvimagesink.xml:
3266           Update introspection data.
3267
3268         * ext/ogg/gstoggmux.c:
3269           Document oggmux.
3270
3271         * gst/playback/gstdecodebin2.c:
3272           Don't use gtk-doc style comment start for private stuff, but make it
3273           formatted like this for consistency.
3274
3275 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3276
3277         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3278         (gst_decode_bin_init), (gst_decode_bin_dispose),
3279         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3280         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3281         (analyze_new_pad), (connect_pad), (expose_pad),
3282         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3283         (gst_decode_group_expose), (gst_decode_group_free),
3284         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3285         Remove fakesink hack, we can now implement this more elegantly.
3286         Added property to bypass typefinding.
3287         Removed underrun callback and demuxer pad probe, we now use the srcpad
3288         probe to expose groups.
3289         API::sink-caps property
3290
3291         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3292         Guard against multiple emissions of the no_more_pads signal, which
3293         happens when we are dealing with chained oggs.
3294
3295         * gst/playback/gsturidecodebin.c: (remove_decoders),
3296         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3297         (setup_source):
3298         For streams, use our own typefind element and plug our queue after it.
3299         We will need this to determine the type of buffering to use for the
3300         queue soon.
3301
3302 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * gst-libs/gst/audio/gstbaseaudiosink.c:
3305         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3306         Guard against over and underflows because of clock slaving.
3307         When we are using our own clock, still compensate for any calibrations
3308         that we might have done to our clock.
3309
3310 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3311
3312         * ext/theora/theoradec.c: (theora_handle_type_packet),
3313         (theora_dec_chain):
3314         Don't try to do anything fancy with the return code from pushing an
3315         event, it does not have enough information to turn it into a
3316         GST_FLOW_ERROR.
3317
3318 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3319
3320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3321         (gst_ogg_demux_chain_elem_pad):
3322         Add small debug line.
3323         Pass return code from the internal decoder instead of the too generic
3324         GST_FLOW_ERROR.
3325
3326 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3327
3328         * gst-libs/gst/cdda/Makefile.am:
3329         * gst-libs/gst/cdda/base64.c:
3330         * gst-libs/gst/cdda/base64.h:
3331         * gst-libs/gst/cdda/gstcddabasesrc.c:
3332         (gst_cddabasesrc_calculate_musicbrainz_discid):
3333         Use GLib's base64 implementation instead of our own.
3334
3335 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3336
3337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3338         (gst_ogg_demux_read_chain):
3339         Refix oggdemux, we only have a problem if we failed to find a chain and
3340         we are not EOF.
3341
3342 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3343
3344         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3345
3346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3347         (gst_ogg_demux_read_chain):
3348         When we fail to find a BOS page and we and up with no chain, error out
3349         properly instead of segfaulting. Fixes #525665.
3350
3351 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3352
3353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3354         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3355         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3356         no-more-pads...
3357
3358 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3359
3360         * gst/playback/gstqueue2.c: (update_out_rates),
3361         (gst_queue_open_temp_location_file),
3362         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3363         (gst_queue_handle_src_query), (gst_queue_set_property):
3364         Update the estimated input data when we push out a buffer.
3365         Add some debug info about the temp file.
3366         Only forward src events when we are not using a temp file.
3367         Don't block the duration query, we need to find something better.
3368         Don't leak the temp filename.
3369
3370 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3371
3372         * configure.ac:
3373         Require GLib 2.12 and liboil 0.3.14.
3374
3375         * gst/volume/gstvolume.c: (volume_process_double):
3376         Unconditionally use liboil 0.3.14 function.
3377
3378 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3379
3380         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3381         ms-gsm can have arbitrarty sample rates. See #481354.
3382
3383 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3384
3385         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3386         MP4S is generic MPEG-4, not a microsoft variant.
3387
3388 2008-03-27  Michael Smith <msmith@fluendo.com>
3389
3390         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3391           Check the body CRC (if set) when depayloading.
3392           Fixes #522401.
3393
3394 2008-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3395
3396         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3397           Fix Since: version for new property.
3398
3399 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3400
3401         * gst-libs/gst/rtsp/gstrtspconnection.c:
3402         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3403         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3404         Don't error when poll_wait returns EAGAIN.
3405
3406 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3407
3408         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3409         The queue is never filled when there are no buffers in the queue at all.
3410         Fixes #523993.
3411
3412 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3413
3414         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3415         (init_group), (free_group), (gst_play_bin_init),
3416         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3417         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3418         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3419         (gst_play_bin_set_current_video_stream),
3420         (gst_play_bin_set_current_audio_stream),
3421         (gst_play_bin_set_current_text_stream),
3422         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3423         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3424         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3425         (activate_group), (deactivate_group), (setup_next_source),
3426         (save_current_group), (gst_play_bin_change_state):
3427         Update some docs.
3428         Add new locks and conds to protect pipeline creation and group
3429         switching.
3430         Implement the sub-uri property.
3431         Keep track of pending uridecodebin creation and configure the output
3432         pipeline after all streams are configured.
3433         Propagate subtitle encoding to the uridecodebins.
3434         Implement getting the video/audio/visualisation elements.
3435         Use input-selector for stream switching.
3436         If we are asked to do visualisation, prefer to autoplug raw sinks
3437         instead of sinks that accept encoded data.
3438
3439 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3440
3441         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3442         (gst_play_sink_init), (gst_play_sink_dispose),
3443         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3444         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3445         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3446         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3447         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3448         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3449         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3450         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3451         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3452         * gst/playback/gstplaysink.h:
3453         Add methods to get audio/video/vis elements.
3454         Add methods to set the font description for the overlay.
3455         Remove properties, we're using this element with its methods only.
3456         Add support for subtitles.
3457         Rearrange the locking a bit to not use the object lock for protecting
3458         the pipeline construction.
3459         Try to use the volume and mute property on the sink when its available.
3460         Implement the mute option with volume when the sink does not have a mute
3461         property.
3462         Only add volume element when the sink has no volume property.
3463         Only do visualisations with raw audio pads.
3464
3465 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3466
3467         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3468         (gst_text_overlay_init), (gst_text_overlay_set_property),
3469         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3470         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3471         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3472         (gst_text_overlay_change_state):
3473         * ext/pango/gsttextoverlay.h:
3474         Add property to configure waiting for text on the textpad or not, with
3475         the default behaviour being the old one (always wait for text before
3476         rendering the video). This default behaviour is usually not the best one
3477         because the text stream can very sparse and could require queueing a lot
3478         of video.
3479         Fix the flushing and EOS handing so that we don't mix up their meaning.
3480
3481 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3482
3483         * gst/playback/gsturidecodebin.c:
3484         (gst_uri_decode_bin_autoplug_factories),
3485         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3486         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3487         (gst_uri_decode_bin_set_property),
3488         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3489         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3490         (proxy_autoplug_factories_signal), (make_decoder),
3491         (source_new_pad), (setup_source):
3492         Add a readonly source property and notify.
3493         Add new lock for protecting the construction of the pipeline.
3494         Keep track of the decodebins we plugged.
3495         Correctly proxy the autoplug signal so that it actually continues.
3496         Proxy subtitle-encoding to the decodebins.
3497
3498 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3499
3500         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3501         (text_toggle_cb), (update_streams), (main):
3502         Rearrange some buttons in playbin2 and make some other boxes insensitive
3503         when needed.
3504         Add language codes to subtitle selection boxes when we gind the right
3505         tags for the streams.
3506
3507 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3508
3509         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3510         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3511         (gst_decode_bin_set_subs_encoding),
3512         (gst_decode_bin_get_subs_encoding),
3513         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3514         (deactivate_free_recursive):
3515         Protect caps property with the object lock.
3516         Protect encoding property with the object lock.
3517         Keep list of elements we added that have the subtitle-encoding property.
3518         Distribute the subtitle-encoding to all of the elements when it
3519         changes.
3520
3521 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3524         Small debug improvement.
3525
3526         * gst-libs/gst/audio/gstbaseaudiosink.c:
3527         (gst_base_audio_sink_render):
3528         Fix bug in determining the sample start/stop position, we want to base
3529         this decision on the fact that we are going forwards or backwards, not
3530         slower or faster. This fixes some ugly resync warnings when playing at
3531         very slow speeds.
3532
3533 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3534
3535         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3536         Correctly set the supported URI schemes and don't leave
3537         some schemes in the middle or at the start at NULL.
3538
3539 2008-03-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3540
3541         * tests/check/elements/gdpdepay.c:
3542           Make test compile without unused function/variable warnings on PPC.
3543  
3544 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3545
3546         * configure.ac:
3547         * ext/alsa/gstalsamixerelement.c:
3548         (gst_alsa_mixer_element_class_init):
3549         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3550         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3551         * ext/cdparanoia/gstcdparanoiasrc.c:
3552         (gst_cd_paranoia_src_class_init):
3553         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3554         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3555         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3556         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3557         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3558         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3560         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3561         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3562         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3563         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3564         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3565         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3566         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3567         (gst_audio_filter_template_class_init):
3568         * gst-libs/gst/audio/gstbaseaudiosink.c:
3569         (gst_base_audio_sink_class_init):
3570         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3571         (gst_base_audio_src_class_init):
3572         * gst-libs/gst/cdda/gstcddabasesrc.c:
3573         (gst_cdda_base_src_class_init):
3574         * gst-libs/gst/interfaces/mixertrack.c:
3575         (gst_mixer_track_class_init):
3576         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3577         (gst_base_rtp_depayload_class_init):
3578         * gst-libs/gst/rtp/gstbasertppayload.c:
3579         (gst_basertppayload_class_init):
3580         * gst/audioconvert/gstaudioconvert.c:
3581         (gst_audio_convert_class_init):
3582         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3583         * gst/audioresample/gstaudioresample.c:
3584         (gst_audioresample_class_init):
3585         * gst/audiotestsrc/gstaudiotestsrc.c:
3586         (gst_audio_test_src_class_init):
3587         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3588         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3590         (preroll_unlinked):
3591         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3592         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3593         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3594         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3595         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3596         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3597         (gst_stream_selector_class_init):
3598         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3599         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3600         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3601         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3602         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3603         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3604         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3605         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3606         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3607         * gst/videotestsrc/gstvideotestsrc.c:
3608         (gst_video_test_src_class_init):
3609         * gst/volume/gstvolume.c: (gst_volume_class_init):
3610         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3611         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3612         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3614         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3616         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3617         static strings (i.e. all). This gives us less memory usage,
3618         fewer allocations and thus less memory defragmentation. Depend
3619         on core CVS for this. Fixes bug #523806.
3620
3621 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3622
3623         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3624         Filter http and https protocols. GIO/GVfs handles them but it's
3625         impossible to implement iradio/icecast with it. Better use
3626         souphttpsrc or something else for this.
3627
3628         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3629         If getting the file informations by a query fails try it with the
3630         seek-to-end trick too.
3631
3632 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3633
3634         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3635         (gst_volume_base_init), (gst_volume_class_init),
3636         (volume_process_double), (volume_process_float),
3637         (volume_transform_ip), (plugin_init):
3638         memset buffers to zero if we get a GAP buffer. We usually see a
3639         buffer as one unit so let's handle it as one and don't care about
3640         volume changes while processing one buffer.
3641         Also clean up some stuff a bit.
3642
3643 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3644
3645         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3646         (gst_audio_convert_create_silence_buffer),
3647         (gst_audio_convert_transform):
3648         Make audioconvert GAP-aware by outputting silence buffers when the
3649         input has the GAP flag set. This is up to 8x faster.
3650         Based on a patch by Stefan Kost. Fixes bug #517813.
3651
3652 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3653
3654         * gst/volume/gstvolume.c: (volume_process_double):
3655         Use oil_scalarmultiply_f64_ns() for double processing when it's
3656         available at compile time.
3657
3658 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3659
3660         * configure.ac:
3661         Fix lrint/lrintf checks to actually work. These functions are
3662         in libm on Linux at least so try to link to it.
3663
3664 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3665
3666         * configure.ac:
3667         Back to development - 0.10.18.1
3668
3669 === release 0.10.18 ===
3670
3671 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3672
3673         * configure.ac:
3674           releasing 0.10.18, "I will follow"
3675
3676 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3677
3678         * configure.ac:
3679         * win32/common/config.h:
3680         0.10.17.4 pre-release
3681
3682 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3683
3684         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3685         Use GST_STR_NULL when trying to print strings that could be NULL because
3686         this might crash on some platforms. See #520808.
3687
3688 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3689
3690         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
3691
3692         * gst-libs/gst/rtsp/gstrtspconnection.c:
3693         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3694         (read_line), (gst_rtsp_connection_read_internal):
3695         Generic Windows fixes that makes libgstrtsp work on Windows when
3696         coupled with the new GstPoll API. See #520808.
3697
3698 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3699
3700         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3701
3702         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3703           If seeking to a new position succeeds don't simply return from
3704           create() without creating a buffer. Do this only in the case
3705           seeking to the new position fails. Fixes bug #523054.
3706
3707 2008-03-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3708
3709         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3710           (gst_video_format_from_rgba32_masks):
3711           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3712           (#522635).
3713
3714         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3715           Add unit test for the RGB caps parsing and creation, checking for
3716           internal consistency of the new API and consistency of the API with
3717           the old GST_VIDEO_CAPS_* defines.
3718
3719 2008-03-14  David Schleef  <ds@schleef.org>
3720
3721         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3722           because -base is in freeze.
3723
3724 2008-03-14  David Schleef  <ds@schleef.org>
3725
3726         Patch by: William M. Brack
3727
3728         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3729
3730 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3731
3732         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3733         (gst_selector_pad_chain):
3734         * gst/playback/gststreamselector.h:
3735         Revert change that caused regression until a real fix is found.
3736         Fixes #522203.
3737
3738 2008-03-12  Michael Smith <msmith@fluendo.com>
3739
3740         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3741         * gst-libs/gst/audio/gstringbuffer.h:
3742           Rename recently added buffer types to make more sense.
3743         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3744         (gst_alsasink_write):
3745           Adapt for above API changes.
3746           Fixes bug #520523.
3747
3748 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3749
3750         * win32/common/libgstnetbuffer.def:
3751         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3752
3753 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3754
3755         * configure.ac:
3756         * win32/common/config.h:
3757         0.10.17.3 pre-release
3758
3759 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3760
3761         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3762         (gst_base_audio_src_create):
3763         Fix duration when no clock was provided. Fixes #520300.
3764
3765 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3766
3767         Patch by: Olivier Crete  <tester at tester ca>
3768
3769         * docs/libs/gst-plugins-base-libs-sections.txt:
3770         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3771         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3772         Add trivial function to compare GstNetAddress. See #520626.
3773         API: GstNetBuffer::gst_netaddress_equal
3774
3775 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3776
3777         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3778         Update mode property docs, it's deprecated now.
3779
3780 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3781
3782         * gst-libs/gst/rtsp/gstrtspconnection.c:
3783         (gst_rtsp_connection_create):
3784         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3785         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3786         * gst/tcp/gstmultifdsink.h:
3787         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3788         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3789         Remove GstPollMode from gstpoll constructor.
3790
3791 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3792
3793         * configure.ac:
3794         * win32/common/config.h:
3795         0.10.17.2 pre-release
3796
3797 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3798
3799         * gst/Makefile.am:
3800         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3801         them twice
3802
3803         * win32/common/libgstinterfaces.def:
3804         * win32/common/libgstrtp.def:
3805         Add new API to the defs
3806
3807 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3808
3809         Patch by: Mersad Jelacic  <mersad at axis dot com>
3810
3811         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3812         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3813         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3814         possible to specify the sample size in bits. (#509637)
3815
3816 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3817
3818         * tests/check/libs/mixer.c:
3819           Add a few simple checks for the new message types.
3820
3821 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3822
3823         * docs/libs/gst-plugins-base-libs-sections.txt:
3824         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3825           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3826           (gst_mixer_message_get_type),
3827           (gst_mixer_message_parse_option_changed),
3828           (gst_mixer_message_parse_options_list_changed):
3829         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3830           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3831           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3832           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3833           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3834           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3835
3836 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3837
3838         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3839           (gst_mixer_options_get_values):
3840         * gst-libs/gst/interfaces/mixeroptions.h:
3841           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3842           (_GstMixerOptions), (_GstMixerOptionsClass):
3843           API: add GstMixerOptions::get_values vfunc (#519906)
3844
3845 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3846
3847         * configure.ac:
3848         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3849         plug-ins are included/excluded. (#498222)
3850
3851 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3852
3853         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3854         Add typefinder for IMelody files, using audio/x-imelody.
3855         See bug #519516.
3856
3857 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3858
3859         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3860         * ext/alsa/gstalsasink.c: (set_hwparams):
3861         * ext/alsa/gstalsasrc.c: (set_hwparams):
3862         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3863         * ext/ogg/gstoggmux.h:
3864         * ext/ogg/gstogmparse.c:
3865         * gst-libs/gst/audio/audio.c:
3866         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3867         * gst-libs/gst/pbutils/missing-plugins.c:
3868         (gst_missing_uri_sink_message_new),
3869         (gst_missing_element_message_new),
3870         (gst_missing_decoder_message_new),
3871         (gst_missing_encoder_message_new):
3872         * gst-libs/gst/rtp/gstbasertppayload.c:
3873         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3874         (gst_rtcp_packet_bye_get_reason):
3875         * gst/audioconvert/gstaudioconvert.c:
3876         * gst/audioresample/gstaudioresample.c:
3877         * gst/ffmpegcolorspace/imgconvert.c:
3878         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3879         * gst/typefind/gsttypefindfunctions.c:
3880         * gst/videoscale/vs_4tap.c:
3881         * gst/videoscale/vs_4tap.h:
3882         * sys/v4l/gstv4lelement.c:
3883         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3884         * sys/v4l/v4l_calls.c:
3885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3886         (gst_v4lsrc_try_capture):
3887         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3888         (gst_ximagesink_ximage_new):
3889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3890         (gst_xvimagesink_xvimage_new):
3891         * tests/check/elements/audioconvert.c:
3892         * tests/check/elements/audioresample.c:
3893         (fail_unless_perfect_stream):
3894         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3895         * tests/check/elements/decodebin.c:
3896         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3897         (setup_gdpdepay_streamheader):
3898         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3899         (setup_gdppay_streamheader):
3900         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3901         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3902         * tests/check/elements/textoverlay.c:
3903         * tests/check/elements/videorate.c: (setup_videorate):
3904         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3905         * tests/check/elements/volume.c: (setup_volume):
3906         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3907         * tests/check/elements/vorbistag.c:
3908         * tests/check/generic/clock-selection.c:
3909         * tests/check/generic/states.c: (setup), (teardown):
3910         * tests/check/libs/cddabasesrc.c:
3911         * tests/check/libs/video.c:
3912         * tests/check/pipelines/gio.c:
3913         * tests/check/pipelines/oggmux.c:
3914         * tests/check/pipelines/simple-launch-lines.c:
3915         (simple_launch_lines_suite):
3916         * tests/check/pipelines/streamheader.c:
3917         * tests/check/pipelines/theoraenc.c:
3918         * tests/check/pipelines/vorbisdec.c:
3919         * tests/check/pipelines/vorbisenc.c:
3920         * tests/examples/seek/scrubby.c:
3921         * tests/examples/seek/seek.c: (query_positions_elems),
3922         (query_positions_pads):
3923         * tests/icles/stress-xoverlay.c: (myclock):
3924         Correct all relevant warnings found by the sparse semantic code
3925         analyzer. This include marking several symbols static, using
3926         NULL instead of 0 for pointers and using "foo (void)" instead
3927         of "foo ()" for declarations.
3928
3929         * win32/common/libgstrtp.def:
3930         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3931
3932 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3933
3934         Patch by: JosĂ© Alburquerque <jaalburqu svn gnome org>
3935
3936         * gst/playback/gstplaybin2.c:
3937           Make the function signature of the _get_*_tags() functions match
3938           the signature of the vfuncs they implement, ie. return a
3939           GstTagList rather than a GstStructure, which is more correct,
3940           even if one is typedef'ed to the other (#518940).
3941
3942 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3943
3944         * gst-libs/gst/rtsp/gstrtspconnection.c:
3945           Don't include unix headers unconditionally (fixes #518037).
3946
3947 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3948
3949         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3950           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3951           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3952           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3953           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3954           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3955           (gst_video_format_is_packed), (video_format_is_packed):
3956           Add unit test that makes sure that the strides, offsets and
3957           sizes returned for the various YUV formats by the new video API
3958           match the old reference implementation in videotestsrc.
3959
3960 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3961
3962         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3963           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3964           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3965           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3966           (gst_video_format_get_pixel_stride),
3967           (gst_video_format_get_component_width),
3968           (gst_video_format_get_component_height),
3969           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3970         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3971           (GST_VIDEO_FORMAT_Y42B):
3972           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3973
3974 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3975
3976         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3977           YV12 is I420 with swapped components 1 and 2, so the offset of
3978           component 1 for I420 should be the offset for component 2 for YV12
3979           and vice versa.
3980
3981 2008-02-29  Rene Stadler  <mail@renestadler.de>
3982
3983         * sys/v4l/gstv4lelement.c:
3984         Add missing semicolon to fix indentation.
3985
3986 2008-02-29  Julien Moutte  <julien@fluendo.com>
3987
3988         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3989         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3990         if we can do SPDIF output.
3991         * ext/alsa/gstalsa.h:
3992         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3993         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3994         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3996         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3997         to support AC3, EC3 and IEC958 buffers.
3998
3999 2008-02-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4000
4001         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4002           (gst_mixer_message_parse_mute_toggled),
4003           (gst_mixer_message_parse_record_toggled),
4004           (gst_mixer_message_parse_volume_changed),
4005           (gst_mixer_message_parse_option_changed):
4006           De-cruft and fix message type assertions (NULL is not a really
4007           valid mixer message type string).
4008
4009 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4010
4011         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4012         When negotiating, actually start from a format that we can support
4013         instead of from the too generic template.
4014
4015 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4016
4017         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4018         Enable vis setting.
4019
4020         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4021         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4022         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4023         (gen_vis_chain):
4024         Implement vis switching while playing.
4025
4026 2008-02-28  David Schleef  <ds@schleef.org>
4027
4028         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4029
4030 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4031
4032         Patch by: Peter Kjellerstedt  <pkj at axis com>
4033
4034         * gst/tcp/Makefile.am:
4035         * gst/tcp/fdsetstress.c:
4036         * gst/tcp/gstfdset.c:
4037         * gst/tcp/gstfdset.h:
4038         Removed fdset and stress test, they are now known as GstPoll in
4039         core. 
4040
4041         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4042         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4043         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4044         (gst_multi_fd_sink_handle_client_write),
4045         (gst_multi_fd_sink_queue_buffer),
4046         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4047         (gst_multi_fd_sink_stop):
4048         * gst/tcp/gstmultifdsink.h:
4049         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4050         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4051         (gst_tcp_gdp_read_caps):
4052         * gst/tcp/gsttcp.h:
4053         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4054         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4055         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4056         * gst/tcp/gsttcpclientsink.h:
4057         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4058         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4059         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4060         * gst/tcp/gsttcpclientsrc.h:
4061         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4062         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4063         * gst/tcp/gsttcpserversink.h:
4064         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4065         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4066         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4067         * gst/tcp/gsttcpserversrc.h:
4068         Port to GstPoll. See #505417.
4069
4070 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4071
4072         Patch by: Peter Kjellerstedt  <pkj at axis com>
4073
4074         * gst-libs/gst/rtsp/gstrtspconnection.c:
4075         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4076         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4077         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4078         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4079         (gst_rtsp_connection_flush):
4080         * gst-libs/gst/rtsp/gstrtspconnection.h:
4081         Use GstPoll for the rtsp connection. See #505417.
4082
4083 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4084
4085         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4086         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4087         Add combo box for visualisations, populate it with a factory list
4088         of all visualisation plugins, configure vis plugin instance in
4089         playbin2. 
4090
4091 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4092
4093         * tests/check/libs/rtp.c: (GST_START_TEST):
4094         Add check for RTP buffer defaults, padding and marker bit API.
4095
4096 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4097
4098         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4099         Use memcpy() instead of upcasting a byte array to long *. This
4100         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4101         This should be ported to GCheckSum once we can use GLib 2.16.
4102         Partially fixes bug #500833.
4103
4104 2008-02-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4105
4106         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4107           Push tag event after the newsegment event. Log the pointer of
4108           the buffer we're actually going to push rather than the buffer
4109           we're feeding to _make_metadata_writable().
4110
4111 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4112
4113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4114         Comment smoke typefinder for now. The smokedec plugin needs one
4115         frame per buffer but we have no parser yet, thus it simply crashes
4116         in most situations.
4117
4118 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4121         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4122
4123 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4124
4125         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4126         (plugin_init):
4127         Add midi typefinder, copied from the timidity plugin.
4128
4129 2008-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4130
4131         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4132
4133         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4134         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4135           (subparse_suite):
4136           Forward slashes at the beginning and end of a line also signify
4137           italics (Fixes: #518162).
4138
4139 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * tests/check/gst-plugins-base.supp:
4142         Add a suppression for a cached value in GIO that wasn't moved
4143         while moving gio from -bad to -base.
4144
4145 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4146
4147         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4148
4149         * configure.ac:
4150         Don't hardcode -Wall and -Werror for configure checks, this fails
4151         with non-GCC compilers. Fixes bug #517991.
4152
4153 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4154
4155         * gst/audioconvert/gstaudioconvert.c:
4156         * gst/audioconvert/gstaudioquantize.c:
4157         * gst/audioconvert/gstaudioquantize.h:
4158           Make audioconvert gap aware. If noiseshaping is used, wait for
4159           noiseshaping to converge before marking as GAP. Fixes #517813.
4160
4161 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4162
4163         * gst/audiotestsrc/gstaudiotestsrc.c:
4164           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4165
4166 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4167
4168         * ext/gnomevfs/gstgnomevfssink.c:
4169         (gst_gnome_vfs_sink_handle_event):
4170         Return FALSE when seeking for a new segment fails instead
4171         of silently ignoring the failure and appending every buffer
4172         that comes for the new segment.
4173
4174 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4175
4176         * gst/playback/gstplaysink.c: (find_property),
4177         (gst_play_sink_find_property), (gen_video_chain),
4178         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4179         Recursively search the sink element for a last-frame property so that we
4180         can also find the property in autovideosink and friends that don't
4181         always proxy the internal sink properties.
4182
4183 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4184
4185         * gst-libs/gst/audio/multichannel.c:
4186           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4187           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4188           (gst_audio_set_structure_channel_positions_list),
4189           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4190           (gst_audio_fixate_channel_positions):
4191           Fix confusing terminology in docs and code: structure fields are
4192           'fields' and not 'properties'.
4193
4194 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4195
4196         * gst-libs/gst/audio/multichannel.c:
4197           (gst_audio_check_channel_positions), (add_list_to_struct):
4198           Give more useful warning messages if one of the channel
4199           layout enums passed to us is invalid and if the "channels"
4200           field in the caps has a GType we don't expect.
4201
4202 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4203
4204         * gst-libs/gst/audio/multichannel.c:
4205           Fix typo in docs blurb.
4206
4207 2008-02-19  Julien Moutte  <julien@fluendo.com>
4208
4209         Patch by: Josep Torra Valles <josep@fluendo.com>
4210
4211         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4212         typefind lookup to fix typefinding on HD clips.
4213
4214 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4215
4216         * gst/playback/gstscreenshot.c:
4217         * gst/playback/gstscreenshot.h:
4218           Fix up copyright (I rewrote the GStreamer-0.10 code for
4219           this from scratch back in the days).
4220
4221 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4222
4223         * gst/playback/Makefile.am:
4224         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4225         (create_element), (gst_play_frame_conv_convert):
4226         * gst/playback/gstscreenshot.h:
4227         Add screenshot conversion code from totem.
4228
4229         * gst/playback/gstplay-marshal.list:
4230         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4231         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4232         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4233         Implement frame property to get a color-unconverted snapshot.
4234         Implement convert-frame action signal to get a converted snapshot image.
4235         Configure connection speed in uridecodebin.
4236         Document some more properties.
4237
4238         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4239         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4240         (gst_play_sink_get_last_frame):
4241         * gst/playback/gstplaysink.h:
4242         Use last-buffer property of the video sink to get a video snapshot.
4243
4244         * tests/examples/seek/seek.c: (shot_cb), (main):
4245         Add snapshot button for playbin2 and use the frame property to save the
4246         frame as a png in the current directory.
4247
4248 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4249
4250         Patch by: Josep Torra Valles <josep at fluendo dot com>
4251
4252         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4253         (plugin_init):
4254         Add typefinding support for h264 elementary streams.
4255         Fixes bug #517420.
4256
4257 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4258
4259         * configure.ac:
4260           Require CVS of core for new API in collectpads.
4261
4262         * gst/adder/gstadder.c:
4263           Use new API to make adder sparse stream aware.
4264
4265 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4266
4267         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4268         (no_more_pads_cb):
4269         Get the object data correct so that we can remove our channels
4270         correctly.
4271
4272         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4273         (gen_vis_chain), (gst_play_sink_reconfigure),
4274         (gst_play_sink_request_pad):
4275         Add option to disable async behaviour in the sinks when possible. This
4276         makes it possible to avoid an audio queue when dealing with
4277         visualisations.
4278         Add option to add a queue for the audio path.
4279
4280         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4281         (main):
4282         Disable the vis checkbox to match the defaults of playbin2.
4283         Only get the stream info when we need to.
4284
4285 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4288         (gst_gio_base_sink_set_stream):
4289         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4290         (gst_gio_base_src_set_stream):
4291         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4292         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4293         Don't use async operations as they require a running main loop.
4294         This makes us block again when closing streams and unable
4295         to mount the enclosing volume of an URI if it isn't yet.
4296
4297 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4300         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4301         (gen_vis_chain), (gst_play_sink_reconfigure),
4302         (gst_play_sink_request_pad):
4303         Move tee in front of the audio and vis pipelines.
4304         Add queue for audio for now.
4305         Add visualisation support.
4306
4307         * tests/examples/seek/seek.c: (main):
4308         Visualisation is by default disabled.
4309
4310 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4311
4312         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4313         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4314         Improve debugging a bit.
4315
4316         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4317         * ext/gio/gstgiosink.h:
4318         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4319         * ext/gio/gstgiosrc.h:
4320         Try to mount the enclosing volume of a GFile if it isn't mounted
4321         yet. This requires us to wait for an async operation to finish, done
4322         with an nested GMainLoop. Authentication is not supported yet, will
4323         come later.
4324
4325 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4326
4327         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4328         (gst_play_bin_set_property), (gst_play_bin_get_property),
4329         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4330         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4331         (gst_play_sink_get_mute), (gen_audio_chain):
4332         * gst/playback/gstplaysink.h:
4333         Add mute property.
4334
4335         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4336         (gst_selector_pad_chain):
4337         * gst/playback/gststreamselector.h:
4338         Make sure we forward the event only once.
4339
4340         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4341         Add and implement the mute button for playbin2.
4342
4343 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4344
4345         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4346
4347         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4348         Add some more debug info.
4349         Make sure we never return a negative delay. Fixes #516246.
4350
4351 2008-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4352
4353         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4354           Revert patch that makes the sink hold the object lock when
4355           calling snd_pcm_delay(), since it breaks playback for me.
4356
4357 2008-02-12  Julien Moutte  <julien@fluendo.com>
4358
4359         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4360         some seek flags when changing rate.
4361
4362 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4365         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4366         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4367         Fix potential leaks.
4368
4369         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4370         Fix leak when there is no function configured.
4371
4372 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4373
4374         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4375         (gst_v4lsrc_buffer_finalize):
4376         Correctly chain up the finalize method.
4377
4378 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4379
4380         * ext/gio/gstgiostreamsink.c:
4381         * ext/gio/gstgiostreamsrc.c:
4382         Add documentation and example code for giostreamsink/giostreamsrc.
4383
4384         * tests/check/pipelines/gio.c: (GST_START_TEST):
4385         Ask the GMemoryOutputStream for the data instead of assuming that
4386         the pointer to the data stayed the same. It could've been realloc'ed.
4387
4388 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4389
4390         * ext/gio/gstgiosink.c:
4391         * ext/gio/gstgiosrc.c:
4392         Make the documentation of giosink/giosrc complete, large parts
4393         are based on the gnomevfssink/gnomevfssrc docs.
4394
4395 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4396
4397         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4398         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4399         * docs/plugins/gst-plugins-base-plugins.args:
4400         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4401         * docs/plugins/gst-plugins-base-plugins.interfaces:
4402         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4403         * docs/plugins/gst-plugins-base-plugins.signals:
4404         * docs/plugins/inspect/plugin-adder.xml:
4405         * docs/plugins/inspect/plugin-audioconvert.xml:
4406         * docs/plugins/inspect/plugin-audiorate.xml:
4407         * docs/plugins/inspect/plugin-audioresample.xml:
4408         * docs/plugins/inspect/plugin-decodebin.xml:
4409         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4410         * docs/plugins/inspect/plugin-gdp.xml:
4411         * docs/plugins/inspect/plugin-gio.xml:
4412         * docs/plugins/inspect/plugin-gnomevfs.xml:
4413         * docs/plugins/inspect/plugin-libvisual.xml:
4414         * docs/plugins/inspect/plugin-ogg.xml:
4415         * docs/plugins/inspect/plugin-pango.xml:
4416         * docs/plugins/inspect/plugin-playback.xml:
4417         * docs/plugins/inspect/plugin-queue2.xml:
4418         * docs/plugins/inspect/plugin-subparse.xml:
4419         * docs/plugins/inspect/plugin-theora.xml:
4420         * docs/plugins/inspect/plugin-uridecodebin.xml:
4421         * docs/plugins/inspect/plugin-videorate.xml:
4422         * docs/plugins/inspect/plugin-videoscale.xml:
4423         * docs/plugins/inspect/plugin-volume.xml:
4424         * docs/plugins/inspect/plugin-vorbis.xml:
4425         Add the GIO documentation again and while at that run make update.
4426
4427 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4428
4429         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4430         * ext/alsa/gstalsasink.c: (set_swparams):
4431         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4432           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4433           against libasound >= 1.0.16, since it's been deprecated in
4434           0.10.16, and alignment is always 1 then, apparently. (#512899)
4435
4436 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4437
4438         * gst/playback/gstplaybin.c: (gen_audio_element):
4439         * gst/playback/gstplaysink.c: (gen_audio_chain):
4440           Handle case where we can't create the volume element a bit
4441           better (#514307).
4442
4443 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4444
4445         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4446         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4447           Add support for https protocol. Fixes #510229.
4448
4449 2008-02-11  Julien Moutte  <julien@fluendo.com>
4450         
4451         Patch by: Alan Peevers <peeves@pacbell.net>
4452
4453         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4454         lock when calling alsa methods.
4455
4456 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4457
4458         * gst/typefind/gsttypefindfunctions.c:
4459           Bump rank of jpeg and png typefinders, which will return maximum
4460           probability in the most common cases (thus short-circuiting more
4461           expensive typefinders like the mp3 one for these two quite common
4462           image types).
4463
4464 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4465
4466         * ext/theora/theoraparse.c:
4467         Fix long description of the theora parser to be more verbose than just
4468         the type name.
4469
4470 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4471
4472         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4473
4474         * sys/xvimage/xvimagesink.c:
4475         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4476         Fixes bug #515654.
4477
4478 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4479
4480         * gst/playback/gstplaybasebin.c:
4481         Set is_dynamic as True if there are elements with both request
4482         and sometimes src pad templates instead of breaking out when it
4483         finds the first pad template that is a src.
4484
4485 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4486
4487         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4488         (update_streams), (video_combo_cb), (audio_combo_cb),
4489         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4490         Add some stream switching and volume gui for playbin2.
4491
4492 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         * gst/playback/gstplay-marshal.list:
4495         Added marshal for streamselector Tags.
4496
4497         * gst/playback/gstplaybasebin.c: (set_active_source):
4498         Streamselector now selects pads based on the pad object instead of its
4499         name.
4500
4501         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4502         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4503         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4504         (gst_play_bin_get_text_tags),
4505         (gst_play_bin_set_current_video_stream),
4506         (gst_play_bin_set_current_audio_stream),
4507         (gst_play_bin_set_current_text_stream),
4508         (gst_play_bin_set_property), (gst_play_bin_get_property),
4509         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4510         Remove option to mute streams with the current-a/v/t property, we have
4511         this functionality in the flags.
4512         Add signals to notify when the number of A/V/T channels changed.
4513         Add action signals to get tags for the A/V/T streams.
4514         Implement setting the current A/V/T stream.
4515         Rearrange some things to simplify stream selection.
4516         Implement volume.
4517
4518         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4519         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4520         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4521         (activate_vis), (gst_play_sink_reconfigure):
4522         * gst/playback/gstplaysink.h:
4523         Add and implement volume setting methods.
4524
4525         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4526         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4527         (gst_selector_pad_event), (gst_stream_selector_class_init),
4528         (gst_stream_selector_init), (gst_stream_selector_finalize),
4529         (gst_stream_selector_set_property),
4530         (gst_stream_selector_get_property),
4531         (gst_stream_selector_get_linked_pad),
4532         (gst_stream_selector_request_new_pad):
4533         * gst/playback/gststreamselector.h:
4534         Add pad properties for tags and status of pads.
4535         Keep tags on pads.
4536         Make active pad selection based on pad object instead of name.
4537
4538 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4539
4540         * configure.ac:
4541           Revert last change as we now check in gtk-doc.m4 for sed.
4542
4543 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4544
4545         * configure.ac:
4546         Find and subst SED when building the docs.
4547
4548 2008-02-08  Julien Moutte  <julien@fluendo.com>
4549
4550         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4551         (main): Make sure bus signals are reconnected when pressing STOP
4552         and then PLAY again for a parse launch pipeline. Fix a ref leak
4553         on the bus.
4554         * win32/common/config.h: Updated.
4555
4556 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4557
4558         * configure.ac:
4559         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4560         pre-releases or releases.
4561
4562 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4563
4564         * configure.ac:
4565         * ext/gio/Makefile.am:
4566         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4567         reporting
4568
4569 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4570
4571         * docs/plugins/Makefile.am:
4572         Add the headers which need scanning for the GIO plugin. The rest of
4573         the docs still need migrating.
4574
4575 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4576
4577         * ext/Makefile.am:
4578         * tests/check/Makefile.am:
4579         * tests/check/pipelines/.cvsignore:
4580         Add gio in a few more places.
4581
4582 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4583
4584         * configure.ac:
4585         * ext/Makefile.am:
4586         * tests/check/Makefile.am:
4587         Move gio plugin from -bad and mark as experimental.
4588
4589 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4590
4591         * gst-libs/gst/interfaces/mixeroptions.c:
4592         * gst-libs/gst/interfaces/mixertrack.c:
4593         Comment out a couple of other things which break the build when
4594         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4595
4596 2008-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4597
4598         * docs/libs/gst-plugins-base-libs-sections.txt:
4599           Fix pbutils header.
4600
4601 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4602
4603         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4604         Fix compiler warning.
4605
4606 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4607
4608         Patch by: Peter Kjellerstedt  <pkj at axis com>
4609
4610         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4611         Clear the addrinfo struct using memset. Fixes #514937.
4612
4613 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4614
4615         * gst/tcp/gstfdset.h:
4616         Remove unused field to same some memory.
4617
4618         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4619         Mark action signals as such.
4620
4621 2008-02-06  Michael Smith <msmith@fluendo.com>
4622
4623         * ext/theora/theoradec.c: (_theora_granule_frame),
4624         (_inc_granulepos):
4625           Increment granulepos for new-bitstream versions appropriately.
4626           Fixes #514623.
4627
4628 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4629
4630         * tests/examples/seek/seek.c: (do_seek),
4631         (rate_spinbutton_changed_cb), (update_streams), (main):
4632         Remove obsolete stream_time reset after flushing seek, core does that
4633         automatically now.
4634         Improve accuracy of speed spinbutton.
4635         Only do playbin2 stuff when we actually use it.
4636
4637 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4638
4639         * tests/check/Makefile.am:
4640           Revert previous change of the test environment's GST_PLUGIN_PATH.
4641           The problem is not with the plugins, but with element factories
4642           and only occurs if elements are split out from existing plugins
4643           or if plugins change name (see #512740).
4644
4645 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4646
4647         * tests/check/Makefile.am:
4648           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4649           with the core's plugins first and our local build directories last,
4650           since we might be building against an installed core, and that
4651           core's plugin directory may contain older or other versions of
4652           our own -base plugins, but we really do want to test our local
4653           ones (if there are multiple plugins or element factories with the
4654           same name, those inspected last will trump those read in earlier).
4655           Fixes #512740 for the most part.
4656
4657 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4658
4659         * configure.ac:
4660         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4661         Use gmtime_r if available as gmtime is not MT-safe.
4662         Fixes bug #511810.
4663
4664 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4665
4666         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4667         Cast glong to time_t as time_t might have a different type on
4668         other platforms, like FreeBSD, and we get a compiler warning
4669         otherwise. Fixes bug #511825.
4670
4671 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4672
4673         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4674         (get_group), (get_n_pads), (gst_play_bin_get_property),
4675         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4676         (autoplug_select_cb), (deactivate_group):
4677         Remove stream-info, we going for something easier.
4678         Refactor getting the current group.
4679         Implement getting the number of audio/video/text streams.
4680
4681         * gst/playback/gststreamselector.c:
4682         (gst_stream_selector_class_init), (gst_stream_selector_init),
4683         (gst_stream_selector_get_property),
4684         (gst_stream_selector_request_new_pad),
4685         (gst_stream_selector_release_pad):
4686         * gst/playback/gststreamselector.h:
4687         Add property for number of pads.
4688
4689         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4690         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4691         (text_toggle_cb), (update_streams), (msg_async_done),
4692         (msg_state_changed), (main):
4693         Block slider callback when updating the slider position.
4694         Add gui elements for controlling playbin2.
4695         Add callback for async_done that updates position/duration.
4696
4697 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4698
4699         * docs/plugins/Makefile.am:
4700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4702         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4703         * docs/plugins/gst-plugins-base-plugins.interfaces:
4704         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4705           First round of plugin docs cleansups.
4706
4707         * docs/plugins/inspect/plugin-adder.xml:
4708         * docs/plugins/inspect/plugin-alsa.xml:
4709         * docs/plugins/inspect/plugin-audioconvert.xml:
4710         * docs/plugins/inspect/plugin-audiorate.xml:
4711         * docs/plugins/inspect/plugin-audioresample.xml:
4712         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4713         * docs/plugins/inspect/plugin-cdparanoia.xml:
4714         * docs/plugins/inspect/plugin-decodebin.xml:
4715         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4716         * docs/plugins/inspect/plugin-gdp.xml:
4717         * docs/plugins/inspect/plugin-gnomevfs.xml:
4718         * docs/plugins/inspect/plugin-libvisual.xml:
4719         * docs/plugins/inspect/plugin-ogg.xml:
4720         * docs/plugins/inspect/plugin-pango.xml:
4721         * docs/plugins/inspect/plugin-subparse.xml:
4722         * docs/plugins/inspect/plugin-tcp.xml:
4723         * docs/plugins/inspect/plugin-theora.xml:
4724         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4725         * docs/plugins/inspect/plugin-video4linux.xml:
4726         * docs/plugins/inspect/plugin-videorate.xml:
4727         * docs/plugins/inspect/plugin-videoscale.xml:
4728         * docs/plugins/inspect/plugin-videotestsrc.xml:
4729         * docs/plugins/inspect/plugin-volume.xml:
4730         * docs/plugins/inspect/plugin-vorbis.xml:
4731         * docs/plugins/inspect/plugin-ximagesink.xml:
4732         * docs/plugins/inspect/plugin-xvimagesink.xml:
4733           Regenerate.
4734
4735         * ext/ogg/Makefile.am:
4736         * ext/ogg/gstoggmux.c:
4737         * ext/ogg/gstoggmux.h:
4738           Add header for oggmux. the c-file needs a doc blob still.
4739
4740 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4741
4742         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4743
4744         * gst-libs/gst/rtp/gstrtpbuffer.c:
4745         (gst_rtp_buffer_set_extension_data):
4746         * gst-libs/gst/rtp/gstrtpbuffer.h:
4747         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4748         Add gst_rtp_buffer_set_extension_data() 
4749         Add a unit test for this addition. Fixes #511478.
4750         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4751
4752 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4753
4754         * configure.ac:
4755         Back to CVS
4756
4757 === release 0.10.17 ===
4758
4759 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4760
4761         * configure.ac:
4762           releasing 0.10.17, "Peanut Butter and Jelly"
4763
4764 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4765
4766         * gst-libs/gst/interfaces/mixeroptions.c:
4767         * gst-libs/gst/interfaces/mixertrack.c:
4768         Also remove the conditional registration of the signals
4769         that disappeared with the ABI change in 0.10.14
4770
4771 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4772
4773         * gst-libs/gst/rtsp/gstrtspconnection.c:
4774         Revert patch to gstrtspconnection.c for brown paper bag
4775         release of -base. Re-opens: #511825
4776
4777 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4778
4779         * gst-libs/gst/interfaces/mixeroptions.h:
4780         * gst-libs/gst/interfaces/mixertrack.h:
4781         Change the way these deprecated function pointers are removed
4782         so that the compiled ABI is unconditionally smaller. This 
4783         sets in stone an ABI break that actually occurred when the
4784         things were deprecated in 0.10.14, which seems to be the best
4785         fix as the only known users are oss-mixer and sunaudio-mixer in 
4786         gst-plugins-good.
4787         Fixes: #513018
4788
4789 2008-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4790
4791         * win32/common/libgstpbutils.def:
4792           Export the two new _get_type() functions which are needed
4793           by the python bindings.
4794
4795 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4796
4797         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4798         Cast glong to time_t as time_t might have a different type on
4799         other platforms, like FreeBSD, and we get a compiler warning
4800         otherwise. Fixes bug #511825.
4801
4802 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4803
4804         * gst-libs/gst/audio/gstaudiofilter.c:
4805         (gst_audio_filter_class_init):
4806         Initialize the GstRingerBuffer class to get it's debug category
4807         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4808         category and otherwise we get some g_critical(). Fixes bug #512334.
4809
4810 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4811
4812         * configure.ac:
4813         Back to CVS
4814
4815 === release 0.10.16 ===
4816
4817 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4818
4819         * configure.ac:
4820           releasing 0.10.16, "Scheduled Interruption"
4821
4822 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4823
4824         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4825
4826         * gst-libs/gst/rtp/gstrtpbuffer.c:
4827         (gst_rtp_buffer_get_extension_data):
4828         Fix typos and wrong extension check. Fixes #511274.
4829
4830 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4831
4832         * po/sk.po:
4833         Oops - add new sk.po mentioned in the LINGUAS I just committed
4834
4835 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4836
4837         * po/LINGUAS:
4838         Add ca translation to the disted list.
4839
4840         * win32/vs6/libgstsdp.dsp:
4841         Convert line endings to CRLF
4842
4843 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4844
4845         * win32/MANIFEST:
4846         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4847
4848 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4849
4850         * win32/common/libgstsdp.def:
4851         * win32/common/libgstvideo.def:
4852         Add new API declarations
4853
4854 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4855
4856         * ext/theora/gsttheoradec.h:
4857         * ext/theora/gsttheoraparse.h:
4858         * ext/theora/theoradec.c:
4859         * ext/theora/theoraparse.c:
4860         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4861         and parser by inspecting the bitstream version of the incoming data.
4862
4863 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4864
4865         * configure.ac:
4866         * pkgconfig/Makefile.am:
4867         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4868         * pkgconfig/gstreamer-audio.pc.in:
4869         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4870         * pkgconfig/gstreamer-cdda.pc.in:
4871         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4872         * pkgconfig/gstreamer-fft.pc.in:
4873         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4874         * pkgconfig/gstreamer-floatcast.pc.in:
4875         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4876         * pkgconfig/gstreamer-interfaces.pc.in:
4877         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4878         * pkgconfig/gstreamer-netbuffer.pc.in:
4879         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4880         * pkgconfig/gstreamer-pbutils.pc.in:
4881         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4882         * pkgconfig/gstreamer-riff.pc.in:
4883         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4884         * pkgconfig/gstreamer-rtp.pc.in:
4885         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4886         * pkgconfig/gstreamer-rtsp.pc.in:
4887         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4888         * pkgconfig/gstreamer-sdp.pc.in:
4889         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4890         * pkgconfig/gstreamer-tag.pc.in:
4891         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4892         * pkgconfig/gstreamer-video.pc.in:
4893         Provide one pkg-config file for every gst-plugins-base library.
4894         This makes linking to those libraries much more intuitive and
4895         provides standard pkg-config behaviour for them. Fixes bug #499697.
4896
4897 2008-01-13  David Schleef  <ds@schleef.org>
4898
4899         * gst/videoscale/vs_4tap.c:
4900           Fix valgrind error on 4tap scaling method.
4901
4902 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4903
4904         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4905         Include Winsock2.h for VS6 and use a different way initialize
4906         hints structure so it can build with VS6.
4907         * win32/MANIFEST:
4908         * win32/vs6/libgstsdp.dsp:
4909         * win32/common/libgstsdp.def:
4910         Add new files for libgstsdp.
4911         * win32/vs6/grammar.dsp:
4912         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4913         * win32/vs6/gst_plugins_base.dsw:
4914         * win32/vs6/libgstdecodebin.dsp:
4915         * win32/vs6/libgstdecodebin2.dsp:
4916         * win32/vs6/libgstplaybin.dsp:
4917         * win32/vs6/libgstvolume.dsp:
4918         Add new dependencies to the link list.
4919
4920 2008-01-13  Julien Moutte  <julien@fluendo.com>
4921
4922         * win32/common/config.h:
4923         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4924         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4925         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4926         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4927         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4928         * win32/common/interfaces-enumtypes.c:
4929         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4930         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4931         (gst_mixer_track_flags_get_type),
4932         (gst_tuner_channel_flags_get_type):
4933         * win32/common/multichannel-enumtypes.c:
4934         (gst_audio_channel_position_get_type):
4935         * win32/common/pbutils-enumtypes.c:
4936         (gst_install_plugins_return_get_type):
4937         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4938         in the win32 build directory.
4939
4940 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4941
4942         * tests/check/Makefile.am:
4943         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4944
4945         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4946         * tests/check/elements/playbin.c:
4947         * tests/check/libs/mixer.c: (test_element_interface_supported),
4948         (gst_implements_interface_init):
4949         * tests/check/libs/rtp.c: (GST_START_TEST):
4950         Fix various assignment type mismatches.
4951
4952 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4953
4954         * configure.ac:
4955         * gst-libs/gst/rtsp/Makefile.am:
4956         Add test to see if hstrerror is available or if we need libresolv
4957         (Solaris) for it, then use it in libgstrtsp.
4958
4959 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4960
4961         * gst-libs/gst/tag/Makefile.am:
4962         Fix include path order
4963
4964 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4965
4966         * gst-libs/gst/pbutils/install-plugins.c:
4967         (gst_install_plugins_context_copy),
4968         (gst_install_plugins_context_get_type):
4969         * gst-libs/gst/pbutils/install-plugins.h:
4970         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4971         for bindings.
4972
4973 2008-01-11  Michael Smith <msmith@fluendo.com>
4974
4975         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4976         (_theora_granule_frame), (_theora_granule_start_time),
4977         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4978           Adapt for post-alpha meaning of granulepos, when we
4979           have a newer version of libtheora.
4980         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4981         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4982         (theora_enc_is_discontinuous), (theora_enc_chain):
4983           Likewise.
4984         * tests/check/Makefile.am:
4985           Link libtheora into theoraenc test so we can check which version of
4986           libtheora we're testing against.
4987         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4988         (check_buffer_granulepos),
4989         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4990         (theoraenc_suite):
4991           Adapt tests to check the values that are now defined for theora; make
4992           the tests backwards-adapt the passed values if we're running against an
4993           old libtheora.
4994           Fixes #497964
4995
4996 2008-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4997
4998         * gst-libs/gst/audio/gstbaseaudiosink.c:
4999           (gst_base_audio_sink_class_init):
5000         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5001           (gst_base_audio_src_class_init):
5002           Ref audio clock class from a thread-safe context to make sure
5003           we're not bit by GObjects lack of thread-safety here (#349410),
5004            however unlikely that may be in practice.
5005
5006 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5007
5008         * autogen.sh:
5009           Add -Wno-portability to the automake parameters to stop warnings
5010           about GNU make extensions being used. We require GNU make in almost
5011           every Makefile anyway.
5012           
5013         * configure.ac:
5014           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5015           at the same time is required for per target flags.
5016
5017 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5018
5019         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5020           Post an error message if we can't pull as many bytes as we need
5021           for the tag. This makes sure the user gets to see a proper error
5022           message if a file with a partial ID3 tag is fed to decodebin, and
5023           not a 'no ID3 tag demuxer' error, which would be confusing
5024           (see #508138).
5025
5026 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5027
5028         * gst-libs/gst/pbutils/descriptions.c: (formats):
5029           Add description strings for ID3, APE, and ICY tags.
5030
5031 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5032
5033         * gst/playback/gstdecodebin.c: (try_to_link_1):
5034           Make sure we error out correctly if we can't activate one of
5035           the elements we've added.  Fixes #508138.
5036           
5037 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5038
5039         Patch by: Bastien Nocera <hadess at hadess net>
5040
5041         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5042           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5043           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5044           the volume is the same for all channels. This works around
5045           some problem in alsa that leaves us with inconsistent state
5046           for some reason (#486840).
5047
5048 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5049
5050         Patch by: Jerone Young <jerone at gmail com>
5051
5052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5053           If there's no mixer track by the name of 'Master' or 'Front',
5054           check if there's one called 'PCM' before trying the generic
5055           fallback logic (fixes #506928, where we pick 'Mic' as master
5056           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5057
5058 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5059
5060         * gst/playback/gstplay-enum.c:
5061         (register_gst_autoplug_select_result),
5062         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5063         (gst_play_flags_get_type):
5064         * gst/playback/gstplay-enum.h:
5065         Add enums for configuration flags.
5066
5067         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5068         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5069         (gst_play_bin_get_property), (no_more_pads_cb),
5070         (autoplug_select_cb), (gst_play_bin_change_state):
5071         Merge mode with flags.
5072         Add more property getters/setters, defaults and docs.
5073         Add properties to get number of audio/video/text streams.
5074         Create sink object in _init so that we can always rely on it being
5075         there.
5076
5077         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5078         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5079         (activate_vis), (gst_play_sink_reconfigure),
5080         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5081         (gst_play_sink_change_state):
5082         * gst/playback/gstplaysink.h:
5083         Use flags to configure the sink pipelines.
5084         Add tee before audio pipeline so that we can use it for visualisations.
5085         Start working on integrating visualisations.
5086         Remove mode, we can do everything with the flags now.
5087         Add method to configue the sink pipeline.
5088
5089 2008-01-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5090
5091         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5092           (check_buffer_timestamp), (check_buffer_duration):
5093           Turn these functions into macros so we can see right away
5094           where the failure occured.
5095
5096 2008-01-05  Julien Moutte  <julien@fluendo.com>
5097
5098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5099         debugging information to understand how X calculates the stride
5100         for XvImages.
5101
5102 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5103
5104         * gst/volume/Makefile.am:
5105         * gst/volume/gstvolume.c: (volume_choose_func),
5106         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5107         (volume_setup):
5108         * gst/volume/gstvolume.h:
5109         Use GstAudioFilter as base class for the volume element instead of
5110         plain GstBaseTransform.
5111
5112 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5113
5114         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5115         Don't set element details for the abstract GstAudioFilter class.
5116
5117 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5118
5119         * gst-libs/gst/audio/gstaudiofilter.c:
5120         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5121         Implement get_unit_size() vmethod of GstBaseTransform.
5122
5123 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5124
5125         * gst-libs/gst/pbutils/Makefile.am:
5126         * gst-libs/gst/pbutils/pbutils.h:
5127         Use glib-enum generator to have a proper enum GType for
5128         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5129
5130 2007-12-31  David Schleef  <ds@schleef.org>
5131
5132         * tests/check/Makefile.am:
5133         * tests/check/pipelines/theoraenc.c:
5134           Reenable theoraenc test, which fails on the buildbot but
5135           not locally.
5136
5137 2007-12-31  David Schleef  <ds@schleef.org>
5138
5139         * docs/libs/.cvsignore:
5140         * docs/plugins/.cvsignore:
5141           Add *-undeclared.txt to fix buildbot.
5142
5143 2007-12-31  David Schleef  <ds@schleef.org>
5144
5145         * tests/check/Makefile.am:
5146           Second attempt at disabling theoraenc test long enough to
5147           get buildbot to compile -base.
5148
5149 2007-12-31  David Schleef  <ds@schleef.org>
5150
5151         * tests/check/pipelines/theoraenc.c:
5152           Disable theoraenc test long enough to get the buildbot to
5153           compile a recent -base.
5154
5155 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5156
5157         * tests/examples/seek/seek.c: (stop_cb):
5158         Make sure we reset the slider value to 0.0 without racing against a
5159         possible g_idle that sets it to something else.
5160
5161 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5162
5163         * sys/ximage/ximagesink.c:
5164         fix typo
5165
5166 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5167
5168         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5169         * gst-libs/gst/rtsp/gstrtspdefs.h:
5170         Add Location header so that we can start implementing redirects.
5171         See #506025.
5172
5173 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5174
5175         * gst/subparse/gstssaparse.c:
5176         combine if's
5177
5178 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5179
5180         * gst/subparse/gstssaparse.c:
5181         remove duplicate log message
5182
5183 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5184
5185         * ext/libvisual/visual.c: (gst_visual_chain):
5186         Fix 'xyz may be used uninitialized' compiler warnings caused
5187         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5188         abort() in any case but properly report the error.
5189
5190 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5191
5192         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5193         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5194         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5195         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5196         (autoplug_select_cb), (activate_group), (deactivate_group),
5197         (setup_next_source), (save_current_group),
5198         (gst_play_bin_change_state):
5199         Code cleanups.
5200         Remove next-uri, we can use the uri property just fine.
5201         Fix some crasher.
5202         Unref uridecodebin when switching.
5203         Fix going to READY.
5204
5205         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5206         (gst_play_sink_init), (gst_play_sink_dispose),
5207         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5208         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5209         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5210         (gst_play_sink_set_property), (gst_play_sink_get_property),
5211         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5212         (gen_vis_element), (gst_play_sink_get_mode),
5213         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5214         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5215         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5216         (gst_play_sink_change_state):
5217         * gst/playback/gstplaysink.h:
5218         Add some locking to make things threadsafe.
5219
5220         * gst/playback/test7.c: (about_to_finish_cb):
5221         Fix test.
5222
5223 2007-12-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5224
5225         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5226           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5227           (gst_video_scale_transform):
5228           Don't claim to be able to handle/transform caps that can't really
5229           be handled by the currently selected scaling method (here: RGB or
5230           packed YUV with 4-tap method). Also add locking to method property.
5231
5232         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5233           (test_basetransform_based):
5234           Some test pipelines for the above (not entirely valgrind clean yet
5235           apparently).
5236
5237 2007-12-21  David Schleef  <ds@schleef.org>
5238
5239         * gst-libs/gst/video/video.c:
5240         * gst-libs/gst/video/video.h:
5241           Add additional RGBA and RGB-24 video formats.
5242
5243 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5244
5245         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5246           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5247           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5248         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5249           (cddabasesrc_suite):
5250           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5251           deprecated in the future (see #498924).
5252
5253 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5254
5255         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5256           Don't leak event.
5257
5258 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5259
5260         * gst-libs/gst/riff/riff-read.c:
5261         Use GST_ROUND_UP_2 macro
5262
5263 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5264
5265         * gst/playback/.cvsignore:
5266           Ignore more.
5267
5268 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5269
5270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5271         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5272           (set_active_source):
5273         * gst/playback/gstplaybasebin.h:
5274         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5275           (setup_sinks), (playbin_set_subtitles_visible):
5276           Make switching off of subtitles work. To avoid all kind of
5277           problems with unlinking of the subtitle input, we just keep
5278           the subtitle inputs linked as they are and tell textoverlay
5279           not to render them. Fixes #373011.
5280           Other subtitle switching issues (esp. when there are both
5281           external and in-stream subtitles) remain. They'll be solved
5282           in playbin2.
5283
5284 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5285
5286         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5287         Init the pad segment too.
5288
5289 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5290
5291         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5292         (gst_audioringbuffer_open_device),
5293         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5294         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5295         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5296         (gst_audio_sink_create_ringbuffer):
5297         Improve debug output.
5298
5299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5300         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5301         Prevent some functions from doing things and failing when the
5302         ringbuffer is not yet acquired.
5303
5304 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5305
5306         * gst-libs/gst/interfaces/interfaces.h:
5307           Also remove interfaces.h from CVS as it is not needed anymore.
5308
5309 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5310
5311         * gst-libs/gst/interfaces/Makefile.am:
5312           interfaces.h is not used anymore so remove it from the build
5313           process.
5314
5315 2007-12-17  David Schleef  <ds@schleef.org>
5316
5317         * gst/videotestsrc/gstvideotestsrc.c:
5318         * gst/videotestsrc/gstvideotestsrc.h:
5319           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5320           for testing vertical refresh synchronization.
5321
5322 2007-12-17  David Schleef  <ds@schleef.org>
5323
5324         * docs/libs/gst-plugins-base-libs-sections.txt:
5325         * gst-libs/gst/video/video.c:
5326         * gst-libs/gst/video/video.h:
5327           Add new GstVideFormat enum and write a bunch of helper functions
5328           based around it.
5329
5330 2007-12-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5331
5332         * Makefile.am:
5333           Use new common/win32.mak.
5334
5335 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5336
5337         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5338         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5339         Add debug info.
5340         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5341         the parent state change function, just like the audiosink, because the
5342         parent waits for the element to finish its processing before completing
5343         the state change. This makes going to PAUSED a lot snappier.
5344         When going from READY to PAUSED, don't allow the ringbuffer to start
5345         yet.
5346
5347 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5348
5349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5350         Yet another fix for broken software that produce files with an empty
5351         blockalign field. Instead of completely failing, make a second attempt
5352         at guessing the width/depth by looking at strf->size.
5353
5354 2007-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5355
5356         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5357           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5358         * gst-libs/gst/pbutils/install-plugins.c:
5359           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5360         * gst-libs/gst/pbutils/missing-plugins.c:
5361           (gst_missing_plugin_message_get_installer_detail),
5362           (gst_missing_encoder_installer_detail_new):
5363         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5364         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5365           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5366           avoid compiler warnings (#503930).
5367
5368 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5369
5370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5371         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5372         for jpeg video streams.
5373         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5374         for the above modification.
5375
5376 2007-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5377
5378         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5379           (gst_x_overlay_handle_events):
5380           More guards (we don't want klass to end up being NULL).
5381
5382 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5383
5384         * configure.ac:
5385         * gst/volume/gstvolume.c: (gst_volume_init):
5386           Use new gst_base_transform_set_gap_aware() function as volume
5387           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5388           for this.
5389
5390 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5391
5392         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5393         Don't go to READY on EOS as this avoids testing of seeking and
5394         restarting after EOS, use the stop button when you want to READY.
5395         Don't try to do a flushing seek in segment-done, it does not make
5396         sense to use this for gapless playback and is not needed.
5397
5398 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5399
5400         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5401         (reset_rate_timer), (update_in_rates), (update_out_rates),
5402         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5403         (gst_queue_chain), (gst_queue_loop):
5404         Use separate timers for input and output rates.
5405         Pause measuring the output rate when we block for more data.
5406         See #503262.
5407
5408 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5409
5410         * gst/playback/gstqueue2.c: (gst_queue_chain):
5411         Pause the timer to measure the input rate when we block because the
5412         queue is filled. See #503262.
5413
5414 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5415
5416         Patch by: Peter Kjellerstedt  <pkj at axis com>
5417
5418         * gst-libs/gst/rtsp/gstrtspconnection.c:
5419         (gst_rtsp_connection_free):
5420         Close control sockets. Fixes #503440.
5421
5422 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5423
5424         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5425         Expose the right pad in the right place with the right element.
5426
5427 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5428
5429         * gst-libs/gst/pbutils/descriptions.c: (formats):
5430           Add description for 'private' dts caps (who come up with that name?).
5431
5432 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5433
5434         * Makefile.am:
5435           Add check-exports target and run it with 'make check'.
5436
5437         * configure.ac:
5438           Be stricter about what we export in our libraries: change regexp so that
5439           we only export _gst_foo(), but not __gst_foo().
5440
5441         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5442         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5443           Change internal functions to __gst_foo so they dont' get exported.
5444
5445         * win32/common/libgstaudio.def:
5446           Add missing symbols.
5447
5448 2007-12-11  David Schleef  <ds@schleef.org>
5449
5450         * ChangeLog: remove conflict markers
5451
5452 2007-12-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5453
5454         * ext/gnomevfs/Makefile.am:
5455         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5456           Use gst_tag_freeform_string_to_utf8() here, which also takes
5457           into account any character sets specified by the user via
5458           environment variables.
5459
5460 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5461
5462         * gst/audioconvert/Makefile.am:
5463         Also link to libm.
5464
5465 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5466
5467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5468         No need for floating point operations here. avoids having to link
5469         against the math library too.
5470
5471 2007-12-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5472
5473         * gst-libs/gst/pbutils/descriptions.c: (formats),
5474           (format_info_get_desc):
5475         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5476           (GST_START_TEST):
5477           Add one or two missing formats.  Generate ADPCM description
5478           dynamically depending on layout/format.
5479
5480 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5481
5482         * configure.ac:
5483           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5484
5485 2007-12-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5486
5487         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5488
5489         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5490           Some .srt files start with chunk number 0 and not chunk number 1,
5491           recognise and accept those as well (fixes #502497).
5492
5493         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5494           (test_src):
5495           Add unit test for the above.
5496
5497 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5498
5499         * gst/playback/gstplay-enum.c:
5500         (register_gst_autoplug_select_result),
5501         (gst_autoplug_select_result_get_type):
5502         * gst/playback/gstplay-enum.h:
5503         Add missing files.
5504
5505 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5506
5507         * gst/playback/Makefile.am:
5508         Group decodebin2 and uridecodebin into the same plugin so that they
5509         can share the GEnumType.
5510
5511         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5512         (_gst_select_accumulator), (gst_decode_bin_class_init),
5513         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5514         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5515         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5516         Add signal to sort factories instead of the more awkward autoplug-select
5517         signal.
5518         Modify autoplug_select so that we can try, skip or expose the
5519         autopluggin of an element on a pad.
5520
5521         * gst/playback/gstfactorylists.c: (compare_ranks),
5522         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5523         (element_filter), (gst_factory_list_get_elements),
5524         (gst_factory_list_debug), (gst_factory_list_filter):
5525         * gst/playback/gstfactorylists.h:
5526         Simplify the API, allow getting elements based on mask.
5527
5528         * gst/playback/gstplay-marshal.list:
5529         Add some more marshallers.
5530
5531         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5532         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5533         (autoplug_select_cb), (activate_group):
5534         Add support for managing non-raw sinks by providing a custom element and
5535         sink list to decodebin2.
5536         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5537         decodebin2.
5538
5539         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5540         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5541         * gst/playback/gstplaysink.h:
5542         Add support for raw and non-raw sinks. 
5543         Add support to force sinks selected by playbin2.
5544         Don't plug raw converters for non-raw sinks.
5545
5546         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5547         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5548         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5549         (plugin_init):
5550         Use right accumulators.
5551         Proxy new signal.
5552
5553 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5554
5555         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5556         Use runnning time as the base time instead of the timestamp.
5557         Spotted by Saur on IRC.
5558
5559 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5560
5561         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5562         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5563
5564 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5565
5566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5567         (gst_ogg_demux_read_chain):
5568         If we find a new serial number but it does not contain a BOS page, make
5569         sure we initialize the chain to NULL because else we will try to scan it
5570         and crash. Fixes #500763
5571
5572 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5573
5574         * gst/playback/Makefile.am:
5575         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5576         (get_feature_array), (decoders_filter), (sinks_filter),
5577         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5578         (gst_factory_list_filter):
5579         * gst/playback/gstfactorylists.h:
5580         Refactor some common code to filter factories and check caps compat.
5581
5582         * gst/playback/gstdecodebin.c:
5583         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5584         (gst_decode_bin_init), (gst_decode_bin_dispose),
5585         (gst_decode_bin_autoplug_continue),
5586         (gst_decode_bin_autoplug_factories),
5587         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5588         (find_compatibles):
5589         * gst/playback/gstplaybin.c:
5590         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5591         (gst_play_bin_init), (gst_play_bin_finalize),
5592         (autoplug_factories_cb), (activate_group):
5593         * gst/playback/gstqueue2.c:
5594         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5595         (proxy_autoplug_continue_signal),
5596         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5597         (proxy_drained_signal):
5598         Add some more debug info and use factor filtering code.
5599
5600 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5601
5602         * gst/audiotestsrc/gstaudiotestsrc.c:
5603         * gst/volume/gstvolume.c:
5604         * gst/volume/gstvolume.h:
5605           Add GAP-flag support.
5606
5607 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5608
5609         * tests/examples/seek/seek.c: (main): Increase the range of the
5610         rate selector as I would like to test QOS behavior at higher
5611         forward and reverse playback speed like say 64x.
5612
5613 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5614
5615         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5616         (audioresample_query), (audioresample_query_type),
5617         (gst_audioresample_set_property):
5618         Implement latency query.
5619
5620 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5621
5622         * gst-libs/gst/audio/gstbaseaudiosink.c:
5623         (gst_base_audio_sink_drain):
5624         Our EOS time contains the base_time, _wait_eos() expects a running_time
5625         so we have to subtract the base_time again before calling the function.
5626         This fixes an EOS regression where the base_time was added twice and EOS
5627         took longer and longer in certain situations.
5628         Fixes #498767.
5629
5630 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5631
5632         * docs/libs/gst-plugins-base-libs-sections.txt:
5633         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5634         (gst_base_audio_sink_set_provide_clock),
5635         (gst_base_audio_sink_get_provide_clock),
5636         (gst_base_audio_sink_set_slave_method),
5637         (gst_base_audio_sink_get_slave_method),
5638         (gst_base_audio_sink_set_property),
5639         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5640         (gst_base_audio_sink_none_slaving),
5641         (gst_base_audio_sink_handle_slaving):
5642         * gst-libs/gst/audio/gstbaseaudiosink.h:
5643         Expose methods for some object properties so that subclasses can more
5644         easily configure them.
5645         Added slave method none, that completely disables slaving to the
5646         internal clock.
5647         API: gst_base_audio_sink_set_provide_clock()
5648         API: gst_base_audio_sink_get_provide_clock()
5649         API: gst_base_audio_sink_set_slave_method()
5650         API: gst_base_audio_sink_get_slave_method()
5651
5652         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5653         (gst_base_audio_src_set_provide_clock),
5654         (gst_base_audio_src_get_provide_clock),
5655         (gst_base_audio_src_set_property),
5656         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5657         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5658         Expose methods for some object properties so that subclasses can more
5659         easily configure them.
5660         API: gst_base_audio_src_set_provide_clock()
5661         API: gst_base_audio_src_get_provide_clock()
5662
5663 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5664
5665         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5666
5667         * gst-libs/gst/sdp/gstsdpmessage.c:
5668         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5669
5670 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5671
5672         * tests/check/libs/fft.c: (GST_START_TEST):
5673         Fix scaling to really have dB instead of something else.
5674
5675 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5676
5677         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5678         GTK version, use it.
5679
5680 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5681
5682         * tests/examples/seek/seek.c: (main): Try to support stable version
5683         of GTK.
5684
5685 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5686
5687         * gst/playback/README:
5688         * gst/playback/test7.c:
5689           Fix the build + little README update.
5690
5691 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5692
5693         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5694         Add playbin2 seek pipeline.
5695
5696 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5697
5698         * gst/playback/Makefile.am:
5699         * gst/playback/gstplayback.c: (plugin_init):
5700         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5701         (eos_cb), (about_to_finish_cb), (main):
5702         Add playbin2.
5703         Added gapless playback example.
5704
5705         * gst/playback/gstplaybasebin.c:
5706         * gst/playback/gstplaybasebin.h:
5707         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5708         * gst/playback/gstqueue2.c:
5709         * gst/playback/test.c:
5710         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5711         (pad_removed_cb):
5712         * gst/playback/gststreaminfo.h:
5713         Change email.
5714
5715         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5716         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5717         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5718         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5719         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5720         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5721         (drained_cb), (unlink_group), (activate_group),
5722         (setup_next_source), (gst_play_bin_change_state),
5723         (gst_play_bin2_plugin_init):
5724         Added raw first version of playbin2. Does chained oggs and gapless
5725         playback fine. No support for raw sinks yet. No visualisations or
5726         subtitles yet.
5727
5728         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5729         (gst_play_sink_class_init), (gst_play_sink_init),
5730         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5731         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5732         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5733         (gst_play_sink_set_property), (gst_play_sink_get_property),
5734         (post_missing_element_message), (free_chain), (add_chain),
5735         (activate_chain), (gen_video_chain), (gen_text_element),
5736         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5737         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5738         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5739         (gst_play_sink_send_event), (gst_play_sink_change_state):
5740         * gst/playback/gstplaysink.h:
5741         Added Element that abstracts the sinks and their pipelines for playbin2.
5742
5743 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5744
5745         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5746         (gst_selector_pad_class_init), (gst_selector_pad_init),
5747         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5748         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5749         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5750         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5751         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5752         (gst_stream_selector_init), (gst_stream_selector_set_property),
5753         (gst_stream_selector_get_linked_pad),
5754         (gst_stream_selector_getcaps),
5755         (gst_stream_selector_is_active_sinkpad),
5756         (gst_stream_selector_activate_sinkpad),
5757         (gst_stream_selector_get_linked_pads),
5758         (gst_stream_selector_request_new_pad),
5759         (gst_stream_selector_release_pad):
5760         * gst/playback/gststreamselector.h:
5761         Improve streamselector, make it select and unselect the current pad more
5762         intelligently. 
5763         Subclass GstPad for the sinkpads of the selector.
5764         Handle segments more correctly.
5765         Fix caps negotiation.
5766         Implement release_pad.
5767
5768 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5769
5770         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5771         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5772         (remove_fakesink):
5773         Add drained signal fired when decodebin finishes decoding the data.
5774         Remove deprecated STATE_DIRTY message.
5775
5776         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5777         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5778         (analyse_source), (proxy_drained_signal), (make_decoder),
5779         (source_new_pad), (value_list_append_structure_list),
5780         (handle_redirect_message), (handle_message):
5781         Proxy the new drained signal.
5782         Handle pad removed from decodebin.
5783         Handle redirect messages by sorting multiple redirections based on the
5784         connection speed.
5785
5786 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5787
5788         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5789
5790         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5791         Fix leaking headers. Fixes #496761.
5792
5793 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5794
5795         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5796
5797         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5798         (gst_ximagesink_change_state):
5799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5800         Don't leak the PAR on errors. Fixes #496731.
5801
5802 2007-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5803
5804         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5805           (gst_tag_from_id3_user_tag):
5806           Add mapping for audio cd discid tags, so we can extract
5807           them from tags as well (see #347848). Also compare identifiers
5808           in ID3v2 TXXX frames in a case-insensitive way to increase
5809           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5810
5811 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5812
5813         * gst-plugins-base.doap:
5814         Oops, fix the release name.
5815
5816 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5817
5818         * gst-plugins-base.doap:
5819         Add 0.10.15 release
5820
5821 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5822
5823         * configure.ac:
5824         Back to CVS
5825
5826 === release 0.10.15 ===
5827
5828 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5829
5830         * configure.ac:
5831           releasing 0.10.15, "No need to argue"
5832
5833 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5834
5835         * win32/vs6/libgstfft.dsp:
5836         Convert line endings to DOS.
5837
5838 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5839
5840         * win32/vs6/gst_plugins_base.dsw:
5841         * win32/vs6/libgstfft.dsp:
5842         * win32/MANIFEST:
5843         Add a project file for fft plugin and remove socket
5844         based plugin which don't build from the workspace.
5845         * win32/vs6/libgstaudio.dsp:
5846         * win32/vs6/libgstrtp.dsp:
5847         * win32/vs6/libgsttag.dsp:
5848         Convert line endings back to DOS.
5849         Fixes #496724
5850
5851 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5852
5853         * win32/vs6/libgstinterfaces.dsp:
5854         * win32/vs6/libgstrtsp.dsp:
5855         Convert line endings back to DOS
5856
5857 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5858
5859         * gst-libs/gst/fft/kiss_fft_f32.h:
5860         * gst-libs/gst/fft/kiss_fft_f64.h:
5861         * gst-libs/gst/fft/kiss_fft_s16.h:
5862         * gst-libs/gst/fft/kiss_fft_s32.h:
5863         Don't include malloc.h which doesn't exist on Mac OSX.
5864         Instead, pull in glib.h and use g_malloc/g_free for 
5865         consistency. Fixes: #496548
5866
5867 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * gst/playback/gstdecodebin2.c:
5870           Dont leak ghostpad. Fixes #475451.
5871
5872 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5873
5874         * docs/design/design-decodebin.txt:
5875         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5876         Update some more docs and comments.
5877
5878 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5879
5880         Patch by: Sebastien Moutte  <sebastien moutte net>
5881
5882         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5883           (gst_rtcp_unix_to_ntp):
5884         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5885           Fix some C99-isms and and a missing function that some versions of
5886           MSVC don't like too much (#494346).
5887
5888         * win32/vs6/gst_plugins_base.dsw:
5889         * win32/vs6/libgstaudio.dsp:
5890         * win32/vs6/libgstrtp.dsp:
5891         * win32/vs6/libgsttag.dsp:
5892           Update vs6 projects files (#494346).
5893
5894 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5895
5896         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5897
5898         * win32/common/libgstaudio.def:
5899         * win32/common/libgstcdda.def:
5900         * win32/common/libgstinterfaces.def:
5901         * win32/common/libgstnetbuffer.def:
5902         * win32/common/libgstpbutils.def:
5903         * win32/common/libgstrtp.def:
5904         * win32/common/libgstrtsp.def:
5905         * win32/common/libgsttag.def:
5906         * win32/common/libgstvideo.def:
5907           More missing symbols to export (fixes #493986).
5908
5909 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5910
5911         * docs/libs/gst-plugins-base-libs-sections.txt:
5912         * gst-libs/gst/fft/gstfftf32.c:
5913         * gst-libs/gst/fft/gstfftf32.h:
5914         * gst-libs/gst/fft/gstfftf64.c:
5915         * gst-libs/gst/fft/gstfftf64.h:
5916         * gst-libs/gst/fft/gstffts16.c:
5917         * gst-libs/gst/fft/gstffts16.h:
5918         * gst-libs/gst/fft/gstffts32.c:
5919         * gst-libs/gst/fft/gstffts32.h:
5920         * tests/check/libs/fft.c: (GST_START_TEST):
5921         Remove the magnitude and phase calculation functions as these have
5922         very special use cases and can't even be used for the spectrum
5923         element. Also adjust the docs to mention some properties of the used
5924         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5925
5926 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5927
5928         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5929           (finish_source):
5930           Avoid crash when there are external subtitles (fixes #491722).
5931
5932 2007-11-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5933
5934         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5935         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5936           'Could not open resource for writing' is not an acceptable
5937           error message when we can't open the audio device (see #492334),
5938           even less so when we're trying to open it to record something.
5939
5940 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5941
5942         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5943
5944         * win32/common/libgstrtp.def:
5945           Add some more missing symbols (#492813).
5946
5947 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5948
5949         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5950
5951         * tests/check/elements/audioconvert.c: (verify_convert):
5952           Add check to make sure that the out caps have a channel layout
5953           set on them where they should have one.
5954
5955 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5956
5957         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5958
5959         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5960         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5961           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5962           (#492306).
5963
5964         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5965           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5966           (it disappeared in GLib 2.14.0) (#492306).
5967
5968         * gst-libs/gst/sdp/Makefile.am:
5969         * gst-libs/gst/sdp/gstsdpmessage.c:
5970           Fix includes and LIBS for win32/Mingw (#492306).
5971
5972         * tests/examples/dynamic/addstream.c (pause_play_stream):
5973           Use more portable g_usleep() instead of sleep() (#492306).
5974
5975 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5976
5977         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5978
5979         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5980           (gst_ring_buffer_parse_caps):
5981           Return NULL instead of an enum that happens to be 0, fixes warning
5982           on MSVC (#492114).
5983
5984         * gst-libs/gst/audio/gstringbuffer.h:
5985           No trailing commas in enum list (for gcc-2.9x).
5986
5987         * gst/videotestsrc/videotestsrc.c: (random_char):
5988           Make information loss explicit instead of implicitly truncating to
5989           eight bits via the return value.  Fixes runtime error on MSVC when
5990           using the debug CRT (#492114).
5991
5992         * win32/common/config.h.in:
5993           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5994
5995         * win32/common/libgstinterfaces.def:
5996         * win32/common/libgstrtp.def:
5997           Export a few more symbols (#492114).
5998
5999 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6000
6001         * gst-libs/gst/audio/audio.c:
6002         * gst-libs/gst/audio/audio.h:
6003           Readd the deprecation guards, but preserve compilability.
6004
6005 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6006
6007         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6008           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6009           Preserve channel layout when fixating the number of channels in the
6010           output caps, or make sure there's a suitable channel position layout
6011           set on the caps if required. Fixes #430677.
6012
6013 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6014
6015         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6016           Make sure the pipeline really operates in push mode as it should
6017           in this case.
6018
6019 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6020
6021         * gst-libs/gst/audio/audio.h:
6022           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6023           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6024           (ie. normal cvs builds) will fail.
6025
6026 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6027
6028         * docs/libs/Makefile.am:
6029         * gst-libs/gst/audio/audio.c:
6030         * gst-libs/gst/audio/audio.h:
6031         * gst-libs/gst/interfaces/mixer.c:
6032           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6033
6034 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6035
6036         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6037           (test_channel_layout_value_intersect), (audio_suite):
6038           Add simple unit test to make sure GstValue intersection
6039           of channel layouts works the way I think it does.
6040
6041 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6042
6043         * docs/libs/gst-plugins-base-libs-sections.txt:
6044         * gst-libs/gst/audio/gstaudiofilter.h:
6045         * gst-libs/gst/interfaces/mixer.h:
6046         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6047         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6048         * gst-libs/gst/sdp/gstsdpmessage.c:
6049           Fix the docs according to what gtk-doc complained about.
6050
6051 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6052
6053         * tests/icles/stress-playbin.c:
6054           Fix the build.
6055
6056 2007-10-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6057
6058         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6059         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6060           Post nice/more useful error message if we don't have a decoder for
6061           the primary type.
6062
6063 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6064
6065         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6066         Be a bit more useful, unblock the pads after we fired the no-more-pads
6067         signal so that we can use the signal to inspect and connect all pads
6068         without having to keep extra state outside of decodebin.
6069
6070 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6071
6072         * gst/playback/gsturidecodebin.c:
6073         (gst_uri_decode_bin_autoplug_continue),
6074         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6075         Implement default signal handler so that we return TRUE when nothing is
6076         connected.
6077
6078 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6079
6080         * gst-libs/gst/riff/riff-media.c:
6081         (gst_riff_wavext_add_channel_layout),
6082         (gst_riff_wave_add_default_channel_layout),
6083         (gst_riff_wavext_get_default_channel_mask),
6084         (gst_riff_create_audio_caps):
6085         Use the ALSA channel layout as default for wav files without channel
6086         layout information. This fixes playback of chan-id.wav on 5.1 systems
6087         for example. Also refactor the channel layout setting a bit and add
6088         more default channel orders. Fixes #489010.
6089
6090 2007-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6091
6092         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6093           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6094           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6095           instead.
6096
6097 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6098
6099         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6100         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6101         (gst_decode_bin_set_subs_encoding),
6102         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6103         (gst_decode_bin_get_property), (analyze_new_pad):
6104         Move subtitle encoding property to decodebin2 so that it can set the
6105         property value on all elements that it autoplugs and that require it.
6106         Make caps refcounting more consistent in get/set.
6107
6108         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6109         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6110         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6111         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6112         (proxy_autoplug_continue_signal),
6113         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6114         (make_decoder):
6115         Proxy properties and relevant signals from the internal decodebin.
6116         Make properties MT safe.
6117
6118 2007-10-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6119
6120         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6121         * gst-libs/gst/tag/tags.c:
6122           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6123           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6124
6125         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6126           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6127
6128         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6129           (gst_tag_to_vorbis_comments):
6130           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6131           just mapping everything I found in the wild) (#414539).
6132
6133 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6134
6135         Inspired by patch of: RenĂ© Stadler <mail at renestadler dot de>
6136
6137         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6138         (gst_decode_bin_autoplug_continue),
6139         (gst_decode_bin_autoplug_factories),
6140         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6141         (find_compatibles):
6142         * gst/playback/gstplay-marshal.list:
6143         Remove the autoplug-sort signal and replace it with a binding friendly
6144         autoplug-select signal.
6145         Add an autoplug-factories signal that can be used to generate a list of
6146         factories to try to autoplug.
6147         Add the GstPad to the autoplugging signal args as it might be needed to
6148         make a good factory selection.
6149         Fix up the marshallers for this. Fixes #407282.
6150
6151 2007-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6152
6153         * gst-libs/gst/tag/gsttagdemux.c:
6154           Don't abort with an assertion if we receive a seek event with
6155           a start type of NONE (see launchpad bug #155878).
6156
6157 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6158
6159         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6160         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6161         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6163         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6164         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6165         Make sure that before we clean up the X resources, we shutdown and join
6166         the event thread.
6167         Also make sure the event thread does not shut down immediatly after
6168         startup because the running variable is not yet correctly set.
6169         Fixes #378770. 
6170
6171 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6172
6173         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6174         Make the window for a race in typefind and shutting down smaller until
6175         we figure out the right locking here. Avoids #485753 usually.
6176
6177         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6178         Remove unneeded lock causing a race in typefind and shutting down.
6179         Fixes #485753.
6180
6181         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6182         Also remove sinks when going to NULL because we might not complete the
6183         state change to PAUSED, causing the PAUSED->READY state change not to
6184         happen.
6185
6186 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6187
6188         * gst-libs/gst/audio/gstbaseaudiosink.c:
6189         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6190         Also explicitly release the ringbuffer when going to NULL because it
6191         is required in the setcaps function, before the state change to PAUSED
6192         completes.
6193
6194 2007-10-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6195
6196         * tests/icles/.cvsignore:
6197         * tests/icles/Makefile.am:
6198         * tests/icles/stress-playbin.c:
6199           Does what it says on the tin.
6200
6201 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6202
6203         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6204         Fix queue negotiation. See #486758.
6205
6206 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6207
6208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6209         (gst_xvimagesink_xwindow_new),
6210         (gst_xvimagesink_update_colorbalance),
6211         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6212
6213         Fix handling of some of the X atoms. If the last parameter is True,
6214         XInternAtom won't create the atom if it doesn't exist, and therefore
6215         might return None. This causes X errors on Xv implementations that
6216         don't provide the colour balance attributes.
6217
6218 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6219
6220         * gst-libs/gst/tag/gstvorbistag.c:
6221         * tests/check/libs/tag.c:
6222           Extract vorbis comment LICENSE tags correctly.
6223
6224 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6225
6226         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6227
6228         * gst-libs/gst/tag/gstid3tag.c:
6229         * tests/check/libs/tag.c:
6230           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6231
6232 2007-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6233
6234         * gst-libs/gst/tag/gsttagdemux.c:
6235           Don't error out when a buggy downstream element doesn't
6236           handle the newsegment event we send properly (especially
6237           not without posting a meaningful error message on the
6238           bus). See bug #471370 and launchpad bug #136264.
6239
6240 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6241
6242         * gst-libs/gst/audio/gstbaseaudiosink.c:
6243         (gst_base_audio_sink_drain):
6244         Use new basesink method to make our EOS drain interruptable.
6245
6246 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6247
6248         * gst-libs/gst/rtp/gstrtppayloads.c:
6249         Fix silly search-replace oversight.
6250
6251 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6252
6253         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6254
6255         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6256         (gst_basertppayload_set_outcaps):
6257         Fix caps memleak. Fixes #484989.
6258
6259
6260 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6261
6262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6263         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6264         Fix debug output.
6265
6266 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6267
6268         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6269         (gst_base_audio_src_create):
6270         Also handle the case where there is no clock set on the audio source,
6271         like in the unit tests.
6272
6273 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6274
6275         * gst-libs/gst/rtp/gstrtppayloads.c:
6276         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6277         to avoid compiler warnings
6278
6279 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6280
6281         * gst/playback/gstdecodebin.c: (type_found),
6282         (gst_decode_bin_change_state):
6283         * gst/playback/gstdecodebin2.c: (type_found),
6284         (gst_decode_bin_change_state):
6285         Don't disconnect the have_type signal because we never reconnect it
6286         later on. Instead keep a variable to see if we already detected a type.
6287
6288 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6289
6290         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6291         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6292         (type_found):
6293         Unlink the signal handler when we found the type, we're not going to do
6294         anything sensible with more type_found signals anyway.
6295
6296 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6297
6298         * gst-libs/gst/tag/gsttagdemux.c:
6299           Don't leak caps.
6300
6301 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6302
6303         * gst-libs/gst/tag/Makefile.am:
6304         * gst-libs/gst/tag/gsttagdemux.c:
6305         * gst-libs/gst/tag/gsttagdemux.h:
6306           API: add GstTagDemux base class for simple tag demuxers.
6307
6308         * docs/libs/gst-plugins-base-libs-docs.sgml:
6309         * docs/libs/gst-plugins-base-libs-sections.txt:
6310           Add GstTagDemux to docs.
6311
6312 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6313
6314         * gst-libs/gst/rtp/gstrtpbuffer.c:
6315         (gst_rtp_buffer_get_payload_subbuffer):
6316         Fix bug introduced with last commit which inverted the logic and
6317         caused all buffers to be dropped. Fixes #483620.
6318         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6319
6320 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6321
6322         * gst-libs/gst/rtp/gstrtpbuffer.c:
6323           Replace g_return_if_val (as it could be disabled), with regular return
6324           and warning.
6325
6326 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6327
6328         * tests/check/pipelines/simple-launch-lines.c:
6329           Print message name and not just number.
6330
6331 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6332
6333         * gst-libs/gst/audio/gstbaseaudiosink.c:
6334         (gst_base_audio_sink_async_play):
6335         When slaved to the clock, don't try to align a sample with the previous
6336         one when going to PLAYING again.
6337
6338 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * tests/examples/snapshot/snapshot.c:
6341           Fix the build.
6342
6343 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6344
6345         * gst-libs/gst/sdp/gstsdpmessage.h:
6346         Add RFC 3556 bandwidth modifiers.
6347
6348 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6349
6350         * docs/libs/gst-plugins-base-libs-docs.sgml:
6351         * docs/libs/gst-plugins-base-libs-sections.txt:
6352         * gst-libs/gst/rtp/gstrtppayloads.c:
6353         Update documentation.
6354
6355 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6356
6357         * gst-libs/gst/rtp/Makefile.am:
6358         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6359         (gst_rtp_payload_info_for_name):
6360         * gst-libs/gst/rtp/gstrtppayloads.h:
6361         Added new file and header to deal with payload info.
6362
6363         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6364         (gst_rtp_buffer_default_clock_rate):
6365         * gst-libs/gst/rtp/gstrtpbuffer.h:
6366         Payload specific stuff is move to new headers.
6367         Implement _default_clock rate using the new payload function.
6368
6369         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6370         (gst_sdp_parse_line):
6371         * gst-libs/gst/sdp/gstsdpmessage.h:
6372         Add some more comments.
6373
6374 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6375
6376         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6377         (sdp_check_header), (sdp_type_find), (plugin_init):
6378         Add typefind function for application/sdp.
6379         Remove some old dirac typefind code that was ifdeffed out.
6380
6381 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6382
6383         * win32/common/libgstaudio.def:
6384         Add new exported functions.
6385         * win32/vs6/grammar.dsp:
6386         Add autogeneration and copy of some autegenerated files from win32/common
6387         for rtsp library.
6388         * win32/vs6/libgstaudioconvert.dsp:
6389         Add gstaudioquantize.c to the build.
6390         * win32/vs6/libgstinterfaces.dsp:
6391         Add videoorientation.c to the build.
6392         * win32/vs6/libgstriff.dsp:
6393         Add libgsttag to the link libraries list.
6394         * win32/vs6/libgstvolume.dsp:
6395         Add liboil to the link.
6396         * win32/vs6/gst_plugins_base.dsw:
6397         * win32/vs6/libgstrtsp.dsp:
6398         * win32/common/libgstrtsp.def:
6399         Add files to build libgstrtsp library.
6400         
6401 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6402
6403         * tests/examples/snapshot/snapshot.c: (main):
6404         Print error when pipeline failed to construct.
6405
6406 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6407
6408         * configure.ac:
6409         * gst-libs/gst/tag/gstid3tag.c:
6410         * gst-libs/gst/tag/gstvorbistag.c:
6411           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6412           and ID3v2 tags.
6413
6414 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6415
6416         * gst-libs/gst/floatcast/floatcast.h:
6417           Don't include config.h in an installed public header, this
6418           might break compilation of applications that don't have such
6419           a header and doesn't necessarily do what it's supposed to do
6420           anyway (ie. check for the lrint/lrintf defines) (#442065).
6421           Add docs for the various macros and document how this header
6422           has to be used (link against libm, etc.); add a few FIXMEs;
6423           include math.h for non-c99 code path.  Based on patch by
6424           Jan Schmidt.
6425           
6426 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6427
6428         * configure.ac:
6429         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6430         of duplicating these macros in configure.ac.
6431
6432 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6433
6434         * po/hu.po:
6435         * po/sv.po:
6436         * po/uk.po:
6437           Updated translations to 0.10.14
6438
6439 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6440
6441         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6442
6443         * po/pl.po:
6444           Added Polish translation.
6445
6446 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6447
6448         translated by: Ilkka Tuohela <hile@iki.fi>
6449
6450         * po/fi.po:
6451           Added Finnish translation.
6452
6453 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6454
6455         translated by: Jorge GonzĂ¡lez GonzĂ¡lez <aloriel@gmail.com>
6456
6457         * po/es.po:
6458           Added Spanish translation.
6459
6460 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6461
6462         translated by: Mogens Jaeger <mogens@jaeger.tf>
6463
6464         * po/da.po:
6465           Added Danish translation.
6466
6467 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6468
6469         translated by: Funda Wang <fundawang@linux.net.cn>
6470
6471         * po/zh_CN.po:
6472           Added Chinese (simplified) translation.
6473
6474 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6475
6476         translated by: Alexander Shopov <ash@contact.bg>
6477
6478         * po/bg.po:
6479           Added Bulgarian translation.
6480
6481 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6482
6483         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6484         Fix compilation wrt printf arguments.
6485
6486 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6487
6488         * configure.ac:
6489         * tests/examples/Makefile.am:
6490         * tests/examples/snapshot/.cvsignore:
6491         * tests/examples/snapshot/Makefile.am:
6492         * tests/examples/snapshot/snapshot.c: (main):
6493         Add simple snapshot example program using appsink.
6494
6495 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6496
6497         * tests/check/generic/states.c:
6498           Improved state change unit test.
6499
6500 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6501
6502         * docs/plugins/.cvsignore:
6503         * tests/check/.cvsignore:
6504           Ignore registries in any format.
6505
6506 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6507
6508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6509         (gst_base_rtp_depayload_chain),
6510         (gst_base_rtp_depayload_set_gst_timestamp):
6511         Only copy timestamp on outgoing packets if the depayloader did not set
6512         one.
6513         Also copy duration on outgoing packets.
6514
6515 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6516
6517         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6518         (gst_basertppayload_set_outcaps):
6519         Fix compilation because of missing %d in printf.
6520         When fixating caps, fixate what we can and throw away all remaining
6521         unfixed caps, subclasses should do something smart if they need to.
6522
6523 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * ext/gnomevfs/gstgnomevfssrc.c:
6526           Improve debug logs a bit and be more verbose if things go wrong.
6527
6528 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6529
6530         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6531         (gst_text_overlay_set_property):
6532         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6533         * gst-libs/gst/audio/gstbaseaudiosink.c:
6534         (gst_base_audio_sink_render):
6535         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6536         (gst_rtcp_unix_to_ntp):
6537         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6538         * gst/playback/gstqueue2.c:
6539         * tests/examples/seek/seek.c: (set_scale):
6540         Fix a bunch of compile warnings shown with Forte.
6541
6542         * gst/audiorate/gstaudiorate.c:
6543         Always pull in config.h before including any system headers.
6544
6545 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6546
6547         * gst/playback/gstqueue2.c: (update_buffering),
6548         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6549         (gst_queue_handle_sink_event), (gst_queue_chain),
6550         (gst_queue_push_one), (gst_queue_sink_activate_push),
6551         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6552         Also fix #476514 for queue2.
6553
6554 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6557         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6558         (gst_base_rtp_depayload_chain),
6559         (gst_base_rtp_depayload_handle_sink_event),
6560         (gst_base_rtp_depayload_push_full),
6561         (gst_base_rtp_depayload_set_gst_timestamp),
6562         (gst_base_rtp_depayload_change_state):
6563         Remove code to deal with RTP to GST time conversion, we now just copy
6564         the GST timestamp we receive to the outgoing buffers.
6565         Handle segment and flushes correctly.
6566
6567         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6568         When we have no valid input timestamp, use the previous rtp timestamp on
6569         the outgoing RTP packet instead of the RTP base time.
6570
6571 2007-09-15  David Schleef  <ds@schleef.org>
6572
6573         * ext/alsa/gstalsa.c:
6574         * ext/alsa/gstalsadeviceprobe.c:
6575         * ext/alsa/gstalsamixer.c:
6576         * ext/alsa/gstalsasink.c:
6577         * ext/alsa/gstalsasrc.c:
6578           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6579
6580 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6581
6582         * gst-libs/gst/rtp/gstbasertppayload.c:
6583         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6584         Add some debug info when negotiating caps.
6585
6586 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6587
6588         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6589         A buffer with an empty payload is also a valid buffer.
6590
6591 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6592
6593         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6594         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6595         (gst_basertppayload_change_state):
6596         Make sure we start our RTP timestamp from the random base RTP
6597         timestamp even if the buffer timestamp starts from some random value.
6598
6599 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6600
6601         * configure.ac:
6602         * tests/examples/Makefile.am:
6603         * tests/examples/dynamic/.cvsignore:
6604         * tests/examples/dynamic/Makefile.am:
6605         * tests/examples/dynamic/addstream.c: (create_stream),
6606         (pause_play_stream), (message_received), (eos_message_received),
6607         (perform_step), (main):
6608         Add simple exmple app to demonstrate starting and pausing live and
6609         non-live bins in a PLAYING pipeline.
6610
6611 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6612
6613         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6614         typefind for QCP files (RFC #3625)
6615
6616 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6617
6618         * gst-libs/gst/audio/gstbaseaudiosink.c:
6619         (gst_base_audio_sink_init):
6620         Disable pull mode scheduling, we're not ready for it yet and it subtly
6621         breaks a lot of things.
6622
6623 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6624
6625         * tests/check/elements/libvisual.c:
6626           Test all libvisual plugins, not just the first one; this reproduces
6627           bug #450336 quite easily.  Looks like a problem with the 'jess'
6628           visualisation.
6629
6630 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6631
6632         * tests/check/Makefile.am:
6633         * tests/check/elements/.cvsignore:
6634         * tests/check/elements/libvisual.c:
6635           Add basic libvisual test case in an attempt to reproduce bug #450336.
6636           Doesn't reproduce that bug, but some other crasher instead (invalid
6637           free), at least with make elements/libvisual.forever and the bumscope
6638           plugin on x86-64/gutsy. Leaving test disabled for now.
6639
6640 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6641
6642         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6643
6644         * gst-libs/gst/rtsp/gstrtspconnection.c:
6645         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6646         (read_body), (gst_rtsp_connection_receive):
6647         Make sure we can not cancel in the middle of receiving a message.
6648         Fixes #475731.
6649
6650 2007-09-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6651
6652         Patch by: Josep Torra Valles <josep@fluendo.com>
6653
6654         * gst/playback/gstplaybasebin.c:
6655           Increase upper limit for audio queue a bit; fixes preroll problem
6656           with playbin and decodebin2 when playing a quicktime trailer with
6657           multichannel audio via http (#464666).
6658
6659 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6660
6661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6662         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6663         (gst_base_audio_src_provide_clock),
6664         (gst_base_audio_src_set_property),
6665         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6666         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6667         Allow othe clocks than the internal clock to be used for the pipeline.
6668         Add property to disable clock provide.
6669         API: GstBaseAudioSrc::provide-clock
6670
6671 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * gst/playback/gstdecodebin2.c:
6674           Don't leak request pads. Fixes #475395.
6675
6676 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6677
6678         Patch by: RenĂ© Stadler <mail at renestadler dot de>
6679
6680         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6681         (gst_ximage_buffer_class_init):
6682         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6683         (gst_xvimage_buffer_class_init):
6684         Correctly chain up finalize with the parent class to prevent
6685         memory leaks. Fixes #474880.
6686
6687 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6688
6689         * gst/volume/gstvolume.c: (volume_choose_func):
6690         * tests/check/elements/volume.c: (GST_START_TEST):
6691         Revert the latest change: floating point samples are allowed to
6692         have any value, not only values in the range [-1,1]. Thanks to Andy
6693         Wingo for noticing.
6694         Also fix processing of int32 samples with volumes > 4 by making the
6695         unity value smaller which prevents overflows.
6696
6697 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6698
6699         * gst-libs/gst/rtp/gstrtpbuffer.c:
6700         * tests/check/libs/rtp.c:
6701           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6702
6703 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6704
6705         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6706
6707         * gst-libs/gst/rtp/gstrtpbuffer.c:
6708           Fix up GstRTPHeader helper struct so that compilers will not under
6709           any circumstances add padding in between our fields, as currently
6710           happens with MSVC on win32, because that would lead to us sending
6711           out RTP payloads with broken RTP headers (#471194).
6712           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6713           
6714         * tests/check/Makefile.am:
6715         * tests/check/libs/.cvsignore:
6716         * tests/check/libs/rtp.c:
6717           Add some simple unit tests for GstRTPBuffer. Some are disabled
6718           because the code tested still needs fixing (set_csrc() does not work).
6719
6720 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6721
6722         * win32/MANIFEST:
6723         * win32/common/gstrtsp-enumtypes.c:
6724         * win32/common/gstrtsp-enumtypes.h:
6725         * win32/common/interfaces-enumtypes.c:
6726         * win32/common/interfaces-enumtypes.h:
6727         * win32/common/multichannel-enumtypes.c:
6728           Add rtsp enumtypes (#474384) and update others.
6729
6730 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6731
6732         * configure.ac:
6733           Fix configure check for HAVE_LIBXML_HTML.
6734
6735 2007-09-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6736
6737         * tests/check/libs/.cvsignore:
6738           Ignore more, in case the build bots work again one day.
6739
6740 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6741
6742         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6743
6744         * configure.ac:
6745         * gst-libs/gst/Makefile.am:
6746         * gst-libs/gst/fft/Makefile.am:
6747         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6748         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6749         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6750         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6751         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6752         * gst-libs/gst/fft/gstfft.h:
6753         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6754         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6755         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6756         * gst-libs/gst/fft/gstfftf32.h:
6757         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6758         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6759         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6760         * gst-libs/gst/fft/gstfftf64.h:
6761         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6762         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6763         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6764         * gst-libs/gst/fft/gstffts16.h:
6765         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6766         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6767         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6768         * gst-libs/gst/fft/gstffts32.h:
6769         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6770         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6771         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6772         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6773         * gst-libs/gst/fft/kiss_fft_f32.h:
6774         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6775         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6776         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6777         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6778         * gst-libs/gst/fft/kiss_fft_f64.h:
6779         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6780         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6781         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6782         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6783         * gst-libs/gst/fft/kiss_fft_s16.h:
6784         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6785         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6786         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6787         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6788         * gst-libs/gst/fft/kiss_fft_s32.h:
6789         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6790         (kiss_fftr_f32), (kiss_fftri_f32):
6791         * gst-libs/gst/fft/kiss_fftr_f32.h:
6792         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6793         (kiss_fftr_f64), (kiss_fftri_f64):
6794         * gst-libs/gst/fft/kiss_fftr_f64.h:
6795         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6796         (kiss_fftr_s16), (kiss_fftri_s16):
6797         * gst-libs/gst/fft/kiss_fftr_s16.h:
6798         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6799         (kiss_fftr_s32), (kiss_fftri_s32):
6800         * gst-libs/gst/fft/kiss_fftr_s32.h:
6801         * gst-libs/gst/fft/kiss_version:
6802         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6803         * pkgconfig/gstreamer-plugins-base.pc.in:
6804         Add libgstfft, a FFT library based on Kiss FFT which is
6805         BSD licensed. Supported sample formats are int16, int32,
6806         float and double. For those formats a real FFT and IFFT
6807         can be done, different windowing functions can be applied
6808         and functions for extracting the magnitude and phase exist.
6809         Fixes #468619.
6810
6811         * docs/libs/Makefile.am:
6812         * docs/libs/gst-plugins-base-libs-docs.sgml:
6813         * docs/libs/gst-plugins-base-libs-sections.txt:
6814         Integrate libgstfft into the docs.
6815
6816         * tests/check/Makefile.am:
6817         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6818         Add unit tests for libgstfft, currently only testing the FFT.
6819         Unit tests for IFFT will follow soon.
6820
6821 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6822
6823         Patch by: Peter Kjellerstedt  <pkj at axis com>
6824
6825         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6826         (gst_sdp_message_init), (gst_sdp_message_uninit),
6827         (is_multicast_address), (gst_sdp_message_as_text),
6828         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6829         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6830         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6831         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6832         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6833         (gst_sdp_media_init), (gst_sdp_media_uninit),
6834         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6835         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6836         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6837         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6838         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6839         * gst-libs/gst/sdp/gstsdpmessage.h:
6840         Separate INIT_ARRAY() and related macros into two versions, one for
6841         structures and one for pointers (e.g., INIT_ARRAY() and
6842         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6843         lists of emails and phone numbers.
6844         Add missing const as appropriate.
6845         Change all gint to guint since they all actually represent unsigned
6846         values.
6847         Do not use time as a variable name as it shadows the global time().
6848         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6849         Actually implement gst_sdp_message_add_time().
6850         Make gst_sdp_message_add_time() take repeat times as an argument.
6851         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6852         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6853         misspelled as badwidth).
6854         gst-indented and a little clean up. Fixes #471067.
6855
6856 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6857
6858         * gst/volume/gstvolume.c: (volume_choose_func),
6859         (volume_process_double), (volume_process_double_clamp),
6860         (volume_process_float_clamp):
6861         Correctly clamp float/double samples in the [-1.0,1.0] range to
6862         prevent weird effects.
6863         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6864         Add unit tests for all samples types that had none before.
6865
6866 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6867
6868         * gst-libs/gst/rtp/gstrtpbuffer.c:
6869           Need to include stdlib.h for abs() here too.
6870
6871 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6872
6873         * gst/playback/gststreaminfo.c:
6874           Fix build.
6875
6876 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6877
6878         * gst/playback/gststreaminfo.c:
6879           Clean up some half-disabled code and comment.
6880
6881 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6882
6883         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6884
6885         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6886         (gst_base_rtp_payload_audio_handle_event):
6887         Return FALSE from the event handler to let the parent class handle the
6888         event. Fixes #446766.
6889
6890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6891         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6892         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6893
6894         * gst-libs/gst/rtp/gstbasertppayload.c:
6895         Bump the MTU to 1400.
6896
6897 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6898
6899         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6900         Add an audio/x-nsf typefind function for the nsfdec element.
6901
6902 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6903         * gst/playback/gstplaybasebin.c:
6904         Included "myth://" on stream_uris list for enable buffering to mythtv files
6905
6906 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6907
6908         * docs/libs/gst-plugins-base-libs-sections.txt:
6909         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6910         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6911         (gst_rtcp_unix_to_ntp):
6912         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6913         Fix parsing of RB blocks.
6914         Fix docs.
6915         Added helper functions to convert to/from UNIX and NTP time.
6916         API: gst_rtcp_ntp_to_unix()
6917         API: gst_rtcp_unix_to_ntp()
6918
6919         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6920         (gst_rtp_buffer_get_header_len),
6921         (gst_rtp_buffer_get_extension_data),
6922         (gst_rtp_buffer_get_payload_subbuffer),
6923         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6924         (gst_rtp_buffer_ext_timestamp):
6925         * gst-libs/gst/rtp/gstrtpbuffer.h:
6926         Fix some more docs.
6927         Implement handling of packets with extensions.
6928         Fix padding check in _validate().
6929         Added function to get extension data.
6930         API: gst_rtp_buffer_get_header_len()
6931         API: gst_rtp_buffer_get_extension_data()
6932
6933 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6934
6935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6936         (gst_base_rtp_depayload_class_init),
6937         (gst_base_rtp_depayload_set_gst_timestamp):
6938         Add some more docs for the queue-delay property and fix a typo in a
6939         comment.
6940
6941         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6942         Fix typo.
6943
6944 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6945
6946         * gst-libs/gst/audio/gstbaseaudiosink.c:
6947         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6948         (gst_base_audio_sink_change_state):
6949         When skew slaving, try to hover around the middle of a segment so that
6950         we at most drift by half a segment.
6951         If we are aligning in the oposite direction of the clock skew, we don't
6952         have to resync.
6953
6954 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6955
6956         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6957         (gst_base_rtp_depayload_setcaps),
6958         (gst_base_rtp_depayload_set_gst_timestamp):
6959         Be less silly with the segment start, just apply the clock-base to the
6960         timestamp.
6961
6962 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6963
6964         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6965         (gst_base_rtp_depayload_class_init),
6966         (gst_base_rtp_depayload_finalize),
6967         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6968         (gst_base_rtp_depayload_handle_sink_event),
6969         (gst_base_rtp_depayload_set_gst_timestamp),
6970         (gst_base_rtp_depayload_change_state):
6971         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6972         Deprecate the queue handling thread thing and remove the code.
6973         Use new method to calculate the extended timestamp.
6974
6975 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6978         (gst_rtcp_packet_sdes_copy_entry):
6979         Use g_strndup which does exactly what we want.
6980
6981         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6982         (gst_rtp_buffer_ext_timestamp):
6983         * gst-libs/gst/rtp/gstrtpbuffer.h:
6984         Add helper function to compare seqnums.
6985         Add helper function to calculate extended timestamps.
6986         API: gst_rtp_buffer_compare_seqnum()
6987         API: gst_rtp_buffer_ext_timestamp()
6988
6989 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6990
6991         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6992         (gst_rtcp_packet_sdes_get_entry),
6993         (gst_rtcp_packet_sdes_copy_entry):
6994         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6995         Fix and document SDES item data function.
6996         Add new function that makes a proper copy of SDES item data.
6997         API: gst_rtcp_packet_sdes_copy_entry()
6998
6999 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7000
7001         * configure.ac:
7002         * gst/Makefile.am:
7003           The tcp and subparse plugins are under gst, but not totaly free of
7004           dependencies. Handle selection inconfigure.ac, so that they show up
7005           on the final list of what is build and what is not. Maybe they should
7006           better be moved to ext.
7007
7008 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7009
7010         Patch by: Daniel DĂ­az  <yosoy@danieldiaz.org>
7011
7012         * configure.ac:
7013         * gst/Makefile.am:
7014           Check if libxml provides HTML parser which subparse needs.
7015           Fixes #451970.
7016
7017 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7018
7019         * ext/alsa/gstalsa.c:
7020           Fix typo and compilation on big endian systems.
7021
7022 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7023
7024         * gst/subparse/gstssaparse.c:
7025           Convert SSA newline codes into actual newline characters (#470766).
7026
7027 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7028
7029         * docs/libs/gst-plugins-base-libs-sections.txt:
7030         * gst-libs/gst/pbutils/install-plugins.c:
7031         * gst-libs/gst/pbutils/install-plugins.h:
7032         * tests/check/libs/pbutils.c:
7033           API: also add gst_install_plugins_supported() while we're at it
7034           (see #470456).
7035
7036 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7037
7038         * docs/libs/gst-plugins-base-libs-sections.txt:
7039         * gst-libs/gst/pbutils/missing-plugins.c:
7040         * gst-libs/gst/pbutils/missing-plugins.h:
7041         * tests/check/libs/pbutils.c:
7042           API: add gst_missing_*_installer_detail_new() convenience API so
7043           that applications that know exactly what they're missing can request
7044           installer detail strings for those items directly instead of having
7045           to first create a dummy missing-plugin message and then get the
7046           installer detail string from that.  Fixes #470456.
7047
7048 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7049
7050         * gst/playback/gstdecodebin.c: (close_pad_link):
7051         We need to set up delayed-linking whenever the caps are non-fixed,
7052         not just when there are multiple types - use gst_pad_is_fixed()
7053         to test.
7054
7055 2007-08-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7056
7057         * gst-libs/gst/pbutils/missing-plugins.c:
7058           (gst_missing_plugin_message_get_installer_detail):
7059           Add missing separator in PID fallback case.
7060
7061 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7062
7063         * ext/alsa/Makefile.am:
7064         There is no GST_PLUGINS_BASE_LIBS defined.
7065         
7066         * ext/alsa/gstalsa.c:
7067         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7068         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7069         Add support for ALSA 24-bit formats.
7070         snd_pcm_delay can return an error code, especially
7071         during XRUNS. In that case, the best we can do is assume
7072         delay = 0.
7073
7074         * gst/audioconvert/Makefile.am:
7075         Add flags from -base before any more-remote dependencies.
7076
7077 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7078
7079         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7080
7081         * gst/volume/gstvolume.c: (volume_choose_func),
7082         (volume_update_real_volume), (gst_volume_set_volume),
7083         (gst_volume_init), (volume_process_int32),
7084         (volume_process_int32_clamp), (volume_process_int24),
7085         (volume_process_int24_clamp), (volume_process_int16),
7086         (volume_process_int16_clamp), (volume_process_int8),
7087         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7088         * gst/volume/gstvolume.h:
7089         Add support for int32, int24 and int8 to the volume element.
7090         Fixes #445529.
7091
7092 2007-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7093
7094         * tests/examples/Makefile.am:
7095           Fix even more.
7096
7097 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7098
7099         * configure.ac:
7100         * docs/libs/Makefile.am:
7101         * docs/libs/gst-plugins-base-libs-docs.sgml:
7102         * docs/libs/gst-plugins-base-libs-sections.txt:
7103         * ext/gnomevfs/gstgnomevfssrc.c:
7104         * ext/gnomevfs/gstgnomevfssrc.h:
7105         * gst-libs/gst/Makefile.am:
7106         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7107         * pkgconfig/gstreamer-plugins-base.pc.in:
7108         * sys/v4l/v4lsrc_calls.c:
7109         * tests/examples/Makefile.am:
7110         * win32/common/config.h:
7111           Revert unwanted commit. many thanks to moap. I want a fix for 
7112           https://thomas.apestaart.org/moap/trac/ticket/239
7113
7114 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7115
7116         * gst/volume/gstvolume.c:
7117           Move passthrough below gst_object_sync_values(). Fixes #442654.
7118
7119 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7120
7121         * gst-libs/gst/audio/audio.c:
7122         Clarify the docs a little.
7123
7124 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7125
7126         * gst/volume/gstvolume.c:
7127           Enable liboil for float and add more details about problems with
7128           int16.
7129
7130 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7131
7132         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7133         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7134
7135 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7136
7137         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7138         When calculating the first timestamp of the buffers, don't go below 0
7139         and clip the samples because the offset was on the eos page.
7140         Fixes #466717.
7141
7142 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7143
7144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7145         (gst_ogg_demux_collect_chain_info):
7146         Also submit the eos page when trying to find the first timestamp.
7147         See #466717.
7148
7149 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7150
7151         * gst-libs/gst/audio/audio.h:
7152         Use gst_util_uint64_scale() instead of doing the math
7153         with double for GST_FRAMES_TO_CLOCK_TIME() and
7154         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7155         prevents rounding errors. Fixes #467667.
7156
7157 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7158
7159         * gst-libs/gst/rtsp/gstrtspconnection.c:
7160         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7161         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7162         * gst-libs/gst/rtsp/gstrtspconnection.h:
7163         Small cleanups.
7164         On shutdown, don't read the control socket yet.
7165         Set timeout value correctly in all cases.
7166         Add function to check if the server accepts reads or writes.
7167         API: gst_rtsp_connection_poll()
7168
7169         * gst-libs/gst/rtsp/gstrtspdefs.h:
7170         Fix compilation with -pedantic.
7171         Add enum for _poll.
7172
7173 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7174
7175         Patch by: Olivier Crete  <tester at tester ca>
7176
7177         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7178         (gst_basertppayload_getcaps):
7179         * gst-libs/gst/rtp/gstbasertppayload.h:
7180         Add getcaps vfunc to basertppayload. See #465146.
7181
7182 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7183
7184         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7185         Only post buffering messages when we are a stream.
7186
7187 2007-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7188
7189         * gst-libs/gst/pbutils/install-plugins.c:
7190         * gst-libs/gst/pbutils/missing-plugins.c:
7191           Small docs fix and addition.
7192
7193 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7194
7195         * tests/icles/.cvsignore:
7196         * tests/icles/Makefile.am:
7197         * tests/icles/test-textoverlay.c:
7198           Add a dumb little test for textoverlay alignments.
7199
7200 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7201
7202         Patch by: Dan Williams  <dcbw redhat com>
7203
7204         * ext/pango/gsttextoverlay.c:
7205         * ext/pango/gsttextoverlay.h:
7206           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7207           "silent" property so there's a Since tag in the API reference.
7208
7209 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7210
7211         * gst-libs/gst/rtp/gstbasertppayload.c:
7212         (gst_basertppayload_set_outcaps):
7213         * gst-libs/gst/rtp/gstbasertppayload.h:
7214         Improve caps negotiation so that downstream elements can confiure
7215         certain RTP properties by fixing them on the caps. See #465146.
7216         Add docs.
7217
7218 2007-08-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7219
7220         * docs/libs/gst-plugins-base-libs-sections.txt:
7221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7222         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7223           Mark as deprecated some macros which were presumably meant to be
7224           private API and accidentally exposed in the public header file.
7225           Also actually _init() lock (only works at the moment because the
7226           struct is zeroed out when created and the initial values in the
7227           mutex struct are zeroes too). (#459585)
7228
7229 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7230
7231         * docs/libs/Makefile.am:
7232           Remove cruft and do some cleanups.
7233
7234         * docs/libs/gst-plugins-base-libs-docs.sgml:
7235           Prepare for comming gtkdoc features (rebase against online docs).
7236
7237 2007-08-10  Michael Smith <msmith@fluendo.com>
7238
7239         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7240           Debug output fixes.
7241         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7242         (GST_START_TEST):
7243           Change the number of buffers used; 500 is too many and leads to
7244           timeouts.
7245
7246 2007-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7247
7248         * gst/playback/gstqueue2.c:
7249         * gst/videorate/gstvideorate.c:
7250           Printf format fixes (#465028).
7251
7252 2007-08-09  Michael Smith <msmith@fluendo.com>
7253
7254         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7255           If we have a large (> 1 second) discontinuity, push a series of
7256           smaller buffers rather than a single very large buffer. Avoids
7257           unreasonably large single buffer allocations when encountering a
7258           large gap.
7259         * tests/check/elements/audiorate.c: (GST_START_TEST),
7260         (audiorate_suite):
7261           Add a test for this.
7262
7263 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7264
7265         * gst/playback/gstplaybasebin.c: (group_commit),
7266         (queue_remove_probe), (queue_threshold_reached):
7267
7268         Patch by: Josep Torra Valles <josep@fluendo.com>
7269         Fixes: #465015
7270         Make sure we remove the check_queues buffer probe from the 
7271         correct queue to avoid racily going back to "buffering 99%" when
7272         buffering is actually complete.
7273
7274         Also, fix the spelling of Josep's surname in the ChangeLog.
7275
7276 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7277
7278         * ext/ogg/gstoggmux.c:
7279           Do not leak oggmux instance.
7280         
7281         * ext/vorbis/vorbisenc.c:
7282           Also log values.
7283
7284 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7285
7286         * po/hu.po:
7287         * po/it.po:
7288         * po/nl.po:
7289         * po/uk.po:
7290         * po/vi.po:
7291           Updated translations.
7292
7293 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7294
7295         patch by: Yang Hong <hongyang@redflag-linux.com>
7296
7297         * ext/pango/gsttextoverlay.c:
7298         * ext/pango/gsttextoverlay.h:
7299           Add 'silent' property to GstTimeOverlay. Fixes #462979
7300
7301 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7302
7303         Patch by: Josep Torra Valles <josep@fluendo.com>
7304
7305         * docs/plugins/gst-plugins-base-plugins.args:
7306         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7307         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7308         (gst_uri_decode_bin_get_property), (gen_source_element):
7309         Add connection-speed property. Fixes #464690.
7310
7311 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7312
7313         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7314
7315         * configure.ac:
7316         * gst-libs/gst/rtsp/Makefile.am:
7317         * gst-libs/gst/rtsp/gstrtspconnection.c:
7318         (gst_rtsp_connection_connect):
7319         Fix compilation on windows. Fixes #464320.
7320
7321 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7322
7323         Patch by: Josep Torra Valles <josep@fluendo.com>
7324
7325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7326         (gst_play_base_bin_init), (queue_threshold_reached),
7327         (gen_source_element), (setup_substreams),
7328         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7329         (gst_play_base_bin_get_streaminfo_value_array):
7330         * gst/playback/gstplaybasebin.h:
7331         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7332         (gst_play_bin_set_property), (gst_play_bin_get_property),
7333         (gst_play_bin_handle_redirect_message):
7334         Move connection-speed property from playbin to playbasebin so that we
7335         can also configure it in source elements that have the connection-speed
7336         property. Fixes #464028.
7337         Add some debug info here and there.
7338
7339 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7340
7341         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7342         Properly respond to conversion queries. Fixes #464079.
7343
7344 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7345
7346         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7347         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7348         (gst_audio_test_src_init_sine_table),
7349         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7350         * gst/audiotestsrc/gstaudiotestsrc.h:
7351         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7352         Also set the default volume to the default value specified in the
7353         GParamSpec.
7354
7355 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7356
7357         Patch by: Jens Granseuer <jensgr at gmx dot net>
7358
7359         * gst/audioconvert/gstaudioquantize.c:
7360         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7361
7362 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7363
7364         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7365         Add rdt manager for rdt transport.
7366         Fix parsing of RDT transport.
7367
7368 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7369
7370         * configure.ac:
7371         Back to CVS
7372
7373 === release 0.10.14 ===
7374
7375 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7376
7377         * configure.ac:
7378           releasing 0.10.14, "Light Years Ahead"
7379
7380 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7381
7382         * tests/check/libs/audio.c: (GST_START_TEST):
7383         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7384
7385 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7386
7387         * gst-libs/gst/audio/audio.c:
7388         When clipping a buffer with no timestamp, assume it is
7389         within the segment without warnings.
7390
7391         Fixes: #460978
7392
7393 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7394
7395         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7396         Fire the signal on the object, not the interface.
7397
7398 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7399
7400         * gst-libs/gst/rtsp/.cvsignore:
7401         Ber. Don't include the full path, idiot.
7402
7403 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7404
7405         * gst-libs/gst/rtsp/.cvsignore:
7406         Ignore generated files.
7407
7408 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7409
7410         * gst-libs/gst/interfaces/Makefile.am:
7411         * gst-libs/gst/interfaces/interfaces-marshal.list:
7412         * gst-libs/gst/interfaces/rtspextension.c:
7413         * gst-libs/gst/interfaces/rtspextension.h:
7414         * gst-libs/gst/rtsp/Makefile.am:
7415         * gst-libs/gst/rtsp/gstrtsp.h:
7416         * gst-libs/gst/rtsp/gstrtspextension.c:
7417         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7418         (gst_rtsp_extension_detect_server),
7419         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7420         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7421         (gst_rtsp_extension_configure_stream),
7422         (gst_rtsp_extension_get_transports),
7423         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7424         * gst-libs/gst/rtsp/gstrtspextension.h:
7425         * gst-libs/gst/rtsp/rtsp-marshal.list:
7426         Move the rtspextension.h interface into gstrtspextension.h
7427         as part of libgstrtsp instead of libgstinterfaces, because it's
7428         only for use within plugins, not applications. 
7429         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7430         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7431         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7432         is abstract.
7433
7434 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7435
7436         * gst-libs/gst/interfaces/Makefile.am:
7437         * gst-libs/gst/interfaces/interfaces-marshal.list:
7438         * gst-libs/gst/interfaces/rtspextension.c:
7439         (gst_rtsp_extension_iface_init),
7440         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7441         * gst-libs/gst/interfaces/rtspextension.h:
7442         Fix marshaller for the send signal.
7443         Add URL to stream selection interface method.
7444
7445 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7446
7447         * gst-libs/gst/riff/Makefile.am:
7448         Pull in our dependencies from -base before those from outside.
7449
7450 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         * docs/libs/gst-plugins-base-libs-sections.txt:
7453         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7454         * gst-libs/gst/rtsp/gstrtspbase64.h:
7455         API: gst_rtsp_base64_decode_ip()
7456         Added function to decode Base64 in-place.
7457
7458 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7459
7460         * tests/check/libs/.cvsignore:
7461         Ignore the mixer test binary.
7462
7463 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7464
7465         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7466         Gratuitous comment change to trigger a rebuild on the buildbots.
7467
7468 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7471         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7472         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7473         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7474         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7475         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7476         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7477         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7478         (gst_sdp_media_get_attribute_val):
7479         * gst-libs/gst/sdp/gstsdpmessage.h:
7480         Constify args where we can.
7481
7482 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7483
7484         * gst-libs/gst/interfaces/Makefile.am:
7485         * gst-libs/gst/interfaces/rtspextension.c:
7486         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7487         (gst_rtsp_extension_detect_server),
7488         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7489         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7490         (gst_rtsp_extension_configure_stream),
7491         (gst_rtsp_extension_get_transports),
7492         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7493         * gst-libs/gst/interfaces/rtspextension.h:
7494         Move interface for RTSP extensions from -good to here.
7495         Added helper methods to invoke interface methods.
7496
7497 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7498
7499         * docs/libs/gst-plugins-base-libs-sections.txt:
7500         * gst-libs/gst/rtsp/gstrtspdefs.h:
7501         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7502         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7503         (gst_rtsp_message_init_response),
7504         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7505         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7506         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7507         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7508         (gst_rtsp_message_get_body), (dump_key_value):
7509         * gst-libs/gst/rtsp/gstrtspmessage.h:
7510         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7511         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7512         (gst_rtsp_range_parse):
7513         * gst-libs/gst/rtsp/gstrtsprange.h:
7514         * gst-libs/gst/rtsp/gstrtsptransport.c:
7515         * gst-libs/gst/rtsp/gstrtspurl.c:
7516         Fix some more RTSP docs.
7517         Add some missing methods for dealing with messages.
7518
7519 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7520
7521         * docs/libs/gst-plugins-base-libs-docs.sgml:
7522         * docs/libs/gst-plugins-base-libs-sections.txt:
7523         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7524         * gst-libs/gst/rtsp/gstrtspbase64.h:
7525         * gst-libs/gst/rtsp/gstrtspconnection.c:
7526         (gst_rtsp_connection_connect), (add_auth_header),
7527         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7528         (read_body), (gst_rtsp_connection_receive),
7529         (gst_rtsp_connection_next_timeout),
7530         (gst_rtsp_connection_reset_timeout),
7531         (gst_rtsp_connection_set_auth):
7532         * gst-libs/gst/rtsp/gstrtspconnection.h:
7533         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7534         * gst-libs/gst/rtsp/gstrtspdefs.h:
7535         * gst-libs/gst/rtsp/gstrtspmessage.h:
7536         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7537         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7538         (gst_rtsp_range_parse):
7539         * gst-libs/gst/rtsp/gstrtspurl.h:
7540         Added beginnings of RTSP documentation.
7541
7542 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7543
7544         * docs/libs/Makefile.am:
7545         * docs/libs/gst-plugins-base-libs-docs.sgml:
7546         * docs/libs/gst-plugins-base-libs-sections.txt:
7547         * gst-libs/gst/sdp/gstsdp.h:
7548         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7549         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7550         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7551         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7552         (gst_sdp_message_get_attribute_val),
7553         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7554         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7555         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7556         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7557         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7558         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7559         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7560         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7561         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7562         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7563         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7564         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7565         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7566         (gst_sdp_media_get_attribute_val_n),
7567         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7568         (print_media), (gst_sdp_message_dump):
7569         * gst-libs/gst/sdp/gstsdpmessage.h:
7570         Document the SDP library.
7571         Add some of the missing SDPMedia methods.
7572
7573 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * configure.ac:
7576         * gst-libs/gst/Makefile.am:
7577         * gst-libs/gst/rtsp/Makefile.am:
7578         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7579         * gst-libs/gst/rtsp/gstrtspbase64.h:
7580         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7581         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7582         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7583         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7584         (parse_response_status), (parse_request_line), (parse_line),
7585         (gst_rtsp_connection_read), (read_body),
7586         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7587         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7588         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7589         (gst_rtsp_connection_set_auth):
7590         * gst-libs/gst/rtsp/gstrtspconnection.h:
7591         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7592         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7593         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7594         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7595         (gst_rtsp_find_method):
7596         * gst-libs/gst/rtsp/gstrtspdefs.h:
7597         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7598         (gst_rtsp_message_new), (gst_rtsp_message_init),
7599         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7600         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7601         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7602         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7603         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7604         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7605         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7606         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7607         (gst_rtsp_message_dump):
7608         * gst-libs/gst/rtsp/gstrtspmessage.h:
7609         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7610         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7611         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7612         * gst-libs/gst/rtsp/gstrtsprange.h:
7613         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7614         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7615         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7616         (range_as_text), (rtsp_transport_mode_as_text),
7617         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7618         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7619         (gst_rtsp_transport_free):
7620         * gst-libs/gst/rtsp/gstrtsptransport.h:
7621         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7622         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7623         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7624         * gst-libs/gst/rtsp/gstrtspurl.h:
7625         * gst-libs/gst/sdp/Makefile.am:
7626         * gst-libs/gst/sdp/gstsdp.h:
7627         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7628         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7629         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7630         (gst_sdp_attribute_init), (gst_sdp_message_new),
7631         (gst_sdp_message_init), (gst_sdp_message_uninit),
7632         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7633         (gst_sdp_media_uninit), (gst_sdp_media_free),
7634         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7635         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7636         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7637         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7638         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7639         (gst_sdp_message_get_attribute_val),
7640         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7641         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7642         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7643         (gst_sdp_media_get_attribute_val_n),
7644         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7645         (read_string), (read_string_del), (gst_sdp_parse_line),
7646         (gst_sdp_message_parse_buffer), (print_media),
7647         (gst_sdp_message_dump):
7648         * gst-libs/gst/sdp/gstsdpmessage.h:
7649         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7650         Move SDP and RTSP from helper objects in -good to a reusable library.
7651         Use a proper gst_ namespace.
7652
7653 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7654
7655         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7656         (vorbis_dec_flush_decode):
7657         Use the new buffer clipping function from gstaudio here.
7658
7659 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7660
7661         * docs/libs/gst-plugins-base-libs-sections.txt:
7662         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7663         * gst-libs/gst/audio/audio.h:
7664         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7665         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7666         Also add deprecation guards for gst_audio_structure_set_int() to the
7667         header.
7668
7669 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7670
7671         * docs/libs/gst-plugins-base-libs-sections.txt:
7672           Cleanup the docs.
7673
7674 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7675
7676         Patch by: Dan Williams <dcbw at redhat dot com>
7677
7678         * gst/playback/gstplaybasebin.c:
7679         (gst_play_base_bin_get_streaminfo_value_array):
7680         Don't return NULL when querying the stream info value array but instead
7681         return an empty array. Fixes #459204.
7682
7683 2007-07-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7684
7685         * gst/playback/gsturidecodebin.c:
7686           Init debug category before using it.
7687
7688 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7689
7690         * gst-libs/gst/interfaces/mixer.h:
7691         Add padding vars in place of the signal pointers
7692         when building with DISABLE_DEPRECATED so that the
7693         interface structure doesn't change size.
7694
7695 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7696
7697         * docs/libs/gst-plugins-base-libs-sections.txt:
7698         * ext/alsa/gstalsamixer.c:
7699         * ext/alsa/gstalsamixer.h:
7700         * ext/alsa/gstalsamixerelement.c:
7701         * ext/alsa/gstalsamixertrack.c:
7702         * gst-libs/gst/interfaces/mixer.c:
7703         * gst-libs/gst/interfaces/mixer.h:
7704         * gst-libs/gst/interfaces/mixeroptions.c:
7705         * gst-libs/gst/interfaces/mixeroptions.h:
7706         * gst-libs/gst/interfaces/mixertrack.c:
7707         * gst-libs/gst/interfaces/mixertrack.h:
7708         * tests/check/Makefile.am:
7709         * tests/check/libs/mixer.c:
7710
7711         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7712         Fixes: #152864 
7713
7714         Add support for notifying mixer changes on the message bus, and
7715         implement it in alsamixer.
7716
7717         API: gst_mixer_get_mixer_flags
7718         API: gst_mixer_message_parse_mute_toggled
7719         API: gst_mixer_message_parse_record_toggled
7720         API: gst_mixer_message_parse_volume_changed
7721         API: gst_mixer_message_parse_option_changed
7722         API: GstMixerMessageType
7723         API: GstMixerFlags
7724
7725 2007-07-20  Michael Smith <msmith@fluendo.com>
7726
7727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7728         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7729           xcontext->im_format is only for testing XShm support (as the header
7730           file comments document). Use xvimage->im_format for everything else.
7731           Avoids spurious warnings on buffer allocation before setcaps.
7732
7733 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7734
7735         * tests/examples/volume/Makefile.am:
7736         * tests/icles/Makefile.am:
7737           We should use $(LIBM).
7738
7739 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7740
7741         * tests/icles/Makefile.am:
7742           This needs -lm.
7743
7744 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7745
7746         * gst-libs/gst/rtp/gstbasertppayload.c:
7747         (gst_basertppayload_class_init), (gst_basertppayload_init),
7748         (gst_basertppayload_set_property),
7749         (gst_basertppayload_get_property):
7750         Don't break ABI, restore previous ranges. Keep the default random
7751         selection of timestamp and seqnum offset but as soon as the app sets a
7752         specific value, use that one.
7753
7754 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7755
7756         Patch by: Bastien Nocera <hadess at hadess dot net>
7757
7758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7759         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7760         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7761         * sys/xvimage/xvimagesink.h:
7762         Add option to turn off double-buffering for debugging purposes.
7763         Fixes #437169.
7764
7765 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7766
7767         Patch by: Jorn Baayen <jorn at openedhand dot com>
7768
7769         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7770         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7771         (gst_ximagesink_init), (gst_ximagesink_class_init):
7772         * sys/ximage/ximagesink.h:
7773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7774         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7775         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7776         * sys/xvimage/xvimagesink.h:
7777         add 'handle-expose' property. Useful for video widgets which may want to
7778         be in control of Expose behaviour. Fixes #380625
7779
7780 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7781
7782         * gst-libs/gst/rtp/gstbasertppayload.c:
7783         (gst_basertppayload_class_init), (gst_basertppayload_init),
7784         (gst_basertppayload_event), (gst_basertppayload_push),
7785         (gst_basertppayload_set_property),
7786         (gst_basertppayload_get_property),
7787         (gst_basertppayload_change_state):
7788         * gst-libs/gst/rtp/gstbasertppayload.h:
7789         Fix ranges of rtp payloader properties so that the full range can be
7790         used in addition to -1 (random).
7791         Fix wrong seqnum reporting in caps.
7792         Fixes #420326.
7793
7794 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7795
7796         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7797         (gst_video_rate_query):
7798         Use boilerplate.
7799         Add latency query, might not be perfect yet but already works a lot
7800         better. Fixes #442557.
7801
7802 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7803
7804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7805         (gst_xvimagesink_setcaps):
7806         * sys/xvimage/xvimagesink.h:
7807         After a caps change, redraw our borders to avoid garbage left there
7808         when the image format changes to a smaller size, like 16:9 -> 4:3
7809         Also, hold the flow_lock a bit longer in the set_caps while we're
7810         fiddling with the xcontext.
7811
7812 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7813
7814         * Makefile.am:
7815         * configure.ac:
7816         * tests/Makefile.am:
7817         Remove bogus check for libcheck, since we check for
7818         gstreamer-check and it pulls in the required info from there, and we
7819         weren't actually _using_ the information for libcheck ourselves
7820         anyway.
7821
7822 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7823
7824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7825         (gst_ffmpeg_caps_to_pixfmt):
7826         Fix the r_mask test for RGBA32 on little-endian.
7827         Fix a stupid typo that would have obviously broken 
7828         compilation on big-endian, if anyone was testing.
7829
7830 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7831
7832         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7833         (paint_hline_str4):
7834         * gst/videotestsrc/videotestsrc.h:
7835         Add alpha to the color struct.
7836         Use a default alpha value of 255 instead of 128.
7837
7838 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7839
7840         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7841         (setup_source):
7842         Clear the dynamic pads counter when starting a new uri. This makes
7843         reusing playbin work again.
7844         Fixes #454264.
7845
7846 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7847
7848         * configure.ac:
7849           Use pkg-config to locate check.
7850
7851 2007-07-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7852
7853         * configure.ac:
7854         * tests/check/elements/volume.c: (GST_START_TEST):
7855           Fix 'make check' build against core CVS.
7856
7857 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7858
7859         * gst-libs/gst/interfaces/propertyprobe.c:
7860         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7861         * gst-libs/gst/tag/gstvorbistag.c:
7862           Make gtk-doc happy.
7863
7864 2007-07-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7865
7866         * gst-libs/gst/audio/gstbaseaudiosink.c:
7867         (gst_base_audio_sink_callback):
7868           Quick hack to make audiosinks stop at EOS when operating in
7869           pull-mode; needs to be fixed properly some day.
7870
7871 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7872
7873         * docs/libs/gst-plugins-base-libs-sections.txt:
7874           Fix location of includes in the docs.
7875
7876 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7877
7878         * gst/ffmpegcolorspace/avcodec.h:
7879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7880         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7881         (gst_ffmpegcsp_avpicture_fill):
7882         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7883         (img_get_alpha_info):
7884         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7885         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7886         end of the word. Partially fixes #451908
7887
7888 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7889
7890         * docs/libs/Makefile.am:
7891         * docs/plugins/Makefile.am:
7892           Simplify --extra-dir as gtkdoc scans recursively.
7893
7894 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7897         (gst_adder_request_new_pad):
7898         Make getcaps more robust by not using the proxycaps function. This makes
7899         sure that we don't end up recursively calling getcaps upstream.
7900         See #316248.
7901
7902 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7903
7904         * gst/audioconvert/audioconvert.c:
7905         Include math.h to fix compilation.
7906
7907 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7908
7909         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7910         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7911         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7912         format, as produced by some dc1394 cameras like the iSight.
7913         See http://www.fourcc.org/yuv.php#IYU1
7914
7915 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7916
7917         * gst/audioconvert/Makefile.am:
7918         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7919         (check_default), (audio_convert_prepare_context),
7920         (audio_convert_clean_context), (audio_convert_convert):
7921         * gst/audioconvert/audioconvert.h:
7922         * gst/audioconvert/gstaudioconvert.c:
7923         (gst_audio_convert_dithering_get_type),
7924         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7925         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7926         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7927         * gst/audioconvert/gstaudioconvert.h:
7928         * gst/audioconvert/gstaudioquantize.c:
7929         (gst_audio_quantize_setup_noise_shaping),
7930         (gst_audio_quantize_free_noise_shaping),
7931         (gst_audio_quantize_setup_dither),
7932         (gst_audio_quantize_free_dither),
7933         (gst_audio_quantize_setup_quantize_func),
7934         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7935         * gst/audioconvert/gstaudioquantize.h:
7936         Implement dithering and noise shaping in audioconvert. By default now
7937         TPDF dithering (and no noise shaping) will be used when converting
7938         from a higher bit depth to 20 bit depth or smaller, otherwise
7939         everything will be as it is now.
7940         For the last audioconvert in a pipeline it would make sense to
7941         use some kind of noise shaping, enabling it by default for all
7942         conversions would give undesired results though. Fixes #360246.
7943         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7944         (GST_START_TEST):
7945         Adjust unit test for the new audioconvert.
7946
7947 2007-06-28  Wim Taymans  <wim@fluendo.com>
7948
7949         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7950         Use other metrics as well when estimating the buffer level.
7951
7952 2007-06-28  Wim Taymans  <wim@fluendo.com>
7953
7954         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7955         Small debug improvement.
7956
7957         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7958         (plugin_init):
7959         Tweak the rate estimation period.
7960         When calculating the buffer filledness in rate estimation mode, don't
7961         mix it with other metrics.
7962
7963 2007-06-28  Wim Taymans  <wim@fluendo.com>
7964
7965         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7966         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7967         When creating the groups, allow for a 5 second, unlimited buffers
7968         preroll phase after which we expose the group.
7969         When the group is exposed, use a small number of buffers up to a 2
7970         second limit. Also disconnect the overrun signal from multiqueue when we
7971         exposed the group because it is not needed anymore.
7972
7973 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7974
7975         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7976           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7977           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7978           (#451707); also, output some debugging info when dealing with
7979           freeform strings.
7980
7981         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7982           Add unit test for the above.
7983
7984 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7985
7986         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7987           Add description for Windows Media RTP caps.
7988
7989         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7990           Remove RTP fields that don't define the format from caps.
7991
7992 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7993
7994         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7995           Skip empty buffers, but not empty header buffers. That way the original
7996           vorbisdec unit test still passes (#451145); also, take into account
7997           that those empty packets might carry a granulepos.
7998
7999         * tests/check/Makefile.am:
8000         * tests/check/elements/vorbisdec.c:
8001         (_create_codebook_header_buffer), (_create_audio_buffer),
8002         (GST_START_TEST), (vorbisdec_suite):
8003           Add unit test that sends an empty packet.
8004
8005 2007-06-27  Wim Taymans  <wim@fluendo.com>
8006
8007         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8008         Don't error out on 0-sized packets, just emit a warning because this is
8009         not a fatal error. Fixes #451145.
8010
8011 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8012
8013         * docs/plugins/gst-plugins-base-plugins.args:
8014         * docs/plugins/gst-plugins-base-plugins.signals:
8015         * docs/plugins/inspect/plugin-adder.xml:
8016         * docs/plugins/inspect/plugin-alsa.xml:
8017         * docs/plugins/inspect/plugin-audioconvert.xml:
8018         * docs/plugins/inspect/plugin-audiorate.xml:
8019         * docs/plugins/inspect/plugin-audioresample.xml:
8020         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8021         * docs/plugins/inspect/plugin-cdparanoia.xml:
8022         * docs/plugins/inspect/plugin-decodebin.xml:
8023         * docs/plugins/inspect/plugin-decodebin2.xml:
8024         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8025         * docs/plugins/inspect/plugin-gdp.xml:
8026         * docs/plugins/inspect/plugin-gnomevfs.xml:
8027         * docs/plugins/inspect/plugin-libvisual.xml:
8028         * docs/plugins/inspect/plugin-ogg.xml:
8029         * docs/plugins/inspect/plugin-pango.xml:
8030         * docs/plugins/inspect/plugin-playbin.xml:
8031         * docs/plugins/inspect/plugin-subparse.xml:
8032         * docs/plugins/inspect/plugin-tcp.xml:
8033         * docs/plugins/inspect/plugin-theora.xml:
8034         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8035         * docs/plugins/inspect/plugin-video4linux.xml:
8036         * docs/plugins/inspect/plugin-videorate.xml:
8037         * docs/plugins/inspect/plugin-videoscale.xml:
8038         * docs/plugins/inspect/plugin-videotestsrc.xml:
8039         * docs/plugins/inspect/plugin-volume.xml:
8040         * docs/plugins/inspect/plugin-vorbis.xml:
8041         * docs/plugins/inspect/plugin-ximagesink.xml:
8042         * docs/plugins/inspect/plugin-xvimagesink.xml:
8043           Update docs with caps info.
8044
8045 2007-06-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8046
8047         * po/POTFILES.in:
8048           Add more files with translatable strings (#450875).
8049
8050 2007-06-23  Edward Hervey  <edward@fluendo.com>
8051
8052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8053         The chain should be freed if we error out here, else it will leak.
8054         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8055         (cleanup_decodebin):
8056         Don't forget to *properly* remove the signals, else it will leak.
8057
8058 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8059
8060         * MAINTAINERS:
8061         Updating all the maintainers files
8062
8063 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8064
8065         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8066         (main):
8067           Destroy and recreate parse-launch based pipeline after stop to be able
8068           to play again. Reorder some code and add more comments.
8069
8070 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8071
8072         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8073         When handling a delayed-caps notification case, mark
8074         the group as dynamic so that the nbdynamic count is
8075         incremented and decremented correctly. Fixes: #449156
8076         Patch by: Wim Taymans <wim@fluendo.com>
8077
8078 2007-06-19  Andy Wingo  <wingo@pobox.com>
8079
8080         * gst-libs/gst/audio/gstbaseaudiosink.c
8081         (gst_base_audio_sink_init): Enable pull-mode operation.
8082
8083 2007-06-19  Michael Smith <msmith@fluendo.com>
8084
8085         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8086           Change minimum rate back to 1000 to allow low-sample-rate wav files
8087           to play back.
8088
8089 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8090
8091         * po/vi.po:
8092           Update translations.
8093
8094 2007-06-15  David Schleef  <ds@schleef.org>
8095
8096         * gst/playback/gstqueue2.c:
8097           Fix compile error from ignored return value.
8098
8099 2007-06-15  Michael Smith <msmith@fluendo.com>
8100
8101         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8102           Update tmpbuf for all neccesary rows, not just one, as is required
8103           when downscaling.
8104           Fixes #402076.
8105
8106 2007-06-15  Michael Smith <msmith@fluendo.com>
8107
8108         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8109         (eos_buffer_probe):
8110           Add a test that ensures we set DELTA_UNIT on all non-header,
8111           non-video buffers, if we have a video stream.
8112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8113         (gst_ogg_mux_process_best_pad):
8114           Move setting delta_pad to earlier, where we inspect all pads, so
8115           that leading audio pages don't get DELTA_UNIT unset if they come
8116           before the first DELTA_UNIT from video pages. Fixes the newly-added
8117           test. Fixes #385527.
8118
8119 2007-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8120
8121         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8122           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8123           fails on the p5-ppc64 build bot and the failure looks like it is due
8124           to the same issue as #348114, ie. a compiler bug.
8125
8126 2007-06-13  Edward Hervey  <edward@fluendo.com>
8127
8128         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8129         Fix build on MacOSX.
8130
8131 2007-06-13  Wim Taymans  <wim@fluendo.com>
8132
8133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8134         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8135         Fix compilation on mingw. Fixes #446972.
8136
8137 2007-06-12  Wim Taymans  <wim@fluendo.com>
8138
8139         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8140
8141         * gst/playback/gstqueue2.c: (update_buffering),
8142         (gst_queue_locked_enqueue):
8143         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8144         also update the buffering status when receiving events. Fixes #446551.
8145
8146 2007-06-11  Wim Taymans  <wim@fluendo.com>
8147
8148         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8149
8150         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8151         (gst_queue_handle_src_query):
8152         Wait for preroll before attempting to forward a duration query upstream.
8153         Fixes #445505.
8154
8155 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8156
8157         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8158         (gst_base_rtp_depayload_set_gst_timestamp):
8159         Use G_GINT64_CONSTANT macro for int64 constant.
8160         * win32/common/libgstinterfaces.def:
8161         * win32/common/libgsttag.def:
8162         Add new exported functions.
8163
8164 2007-06-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8165
8166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8167           The BOS page of the first Dirac video stream needs to come before
8168           the BOS page of any Vorbis streams or other audio streams, just like
8169           it is with Theora.
8170
8171 2007-06-07  Wim Taymans  <wim@fluendo.com>
8172
8173         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8174         Fix compilation.
8175
8176 2007-06-06  Wim Taymans  <wim@fluendo.com>
8177
8178         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8179
8180         * gst/playback/gstqueue2.c: (gst_queue_init),
8181         (gst_queue_handle_sink_event), (gst_queue_chain),
8182         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8183         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8184         (gst_queue_src_activate_pull):
8185         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8186         Does not yet completely work because duration queries upstream won't
8187         block yet.
8188
8189 2007-06-06  Wim Taymans  <wim@fluendo.com>
8190
8191         * configure.ac:
8192         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8193         Some more fseeko checks.
8194
8195 2007-06-06  Wim Taymans  <wim@fluendo.com>
8196
8197         * configure.ac:
8198         check for large file support.
8199
8200 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8201
8202         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8203
8204         * gst/subparse/gstsubparse.c: (parse_subrip),
8205         (subviewer_unescape_newlines), (parse_subviewer),
8206         (gst_sub_parse_data_format_autodetect),
8207         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8208         * gst/subparse/gstsubparse.h:
8209         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8210         * tests/check/elements/subparse.c: (GST_START_TEST),
8211         (subparse_suite):
8212         Add a unit test for both SubViewer formats.
8213
8214 2007-06-01  Michael Smith <msmith@fluendo.com>
8215
8216         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8217           Don't overflow intermediate values when seeking to large time values
8218           in audiotestsrc.
8219
8220 2007-06-05  Wim Taymans  <wim@fluendo.com>
8221
8222         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8223         (gst_queue_create_read), (gst_queue_read_item_from_file),
8224         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8225         Include stdio to define fseeko.
8226
8227 2007-06-05  Wim Taymans  <wim@fluendo.com>
8228
8229         Patch by: Edward Hervey  <edward@fluendo.com>
8230
8231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8232         (gst_v4lsrc_query):
8233         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8234
8235 2007-06-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8236
8237         * gst-libs/gst/riff/Makefile.am:
8238         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8239           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8240           our own implementation.
8241
8242 2007-06-05  Wim Taymans  <wim@fluendo.com>
8243
8244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8245         (gst_base_rtp_depayload_setcaps),
8246         (gst_base_rtp_depayload_set_gst_timestamp),
8247         (gst_base_rtp_depayload_change_state):
8248         Handle timestamp wraparound.
8249
8250 2007-06-05  Wim Taymans  <wim@fluendo.com>
8251
8252         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8253         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8254         (gst_uri_decode_bin_change_state):
8255         Make sure we name srcpads uniquely even when using different internal
8256         decodebins.
8257         Signal no-more-pads when no more dynamic elements exist.
8258         Remove pads on cleanup.
8259
8260 2007-06-05  Wim Taymans  <wim@fluendo.com>
8261
8262         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8263
8264         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8265         (gst_queue_init), (gst_queue_finalize),
8266         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8267         (gst_queue_create_read), (gst_queue_read_item_from_file),
8268         (gst_queue_open_temp_location_file),
8269         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8270         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8271         (gst_queue_is_empty), (gst_queue_is_filled),
8272         (gst_queue_change_state), (gst_queue_set_temp_location),
8273         (gst_queue_set_property):
8274         Add support for filebased buffering. Fixes #441264.
8275
8276 2007-06-05  Wim Taymans  <wim@fluendo.com>
8277
8278         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8279         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8280         (caps_notify_group_cb), (gst_decode_group_new),
8281         (gst_decode_group_free):
8282         Add support for delayed caps fixation when autoplugging.
8283         Optimize cases where a multiqueue is not needed/wanted, like right after
8284         anything that is not a demuxer.
8285
8286 2007-06-05  Wim Taymans  <wim@fluendo.com>
8287
8288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8289         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8290         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8291         consideratly speedup ogg chain detection by not trying to find a base
8292         timestamp for skeleton streams. 
8293
8294 2007-06-05  Wim Taymans  <wim@fluendo.com>
8295
8296         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8297         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8298         (gst_multi_fd_sink_remove_flush),
8299         (gst_multi_fd_sink_remove_client_link),
8300         (gst_multi_fd_sink_handle_client_write),
8301         (gst_multi_fd_sink_handle_clients):
8302         * gst/tcp/gstmultifdsink.h:
8303         Add support for remove_flush.
8304
8305 2007-06-05  Wim Taymans  <wim@fluendo.com>
8306
8307         * docs/design/draft-keyframe-force.txt:
8308         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8309         (theora_enc_chain):
8310         Add draft design for forcing keyframes in encoders and implement in
8311         theoraenc.
8312
8313 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8314
8315         * configure.ac:
8316           Back to CVS
8317
8318 === release 0.10.13 ===
8319
8320 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8321
8322         * configure.ac:
8323           releasing 0.10.13, "What's Going on?"
8324
8325 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8326
8327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8328         In riff, the depth is stored in the size field but it just means that
8329         the least significant bits are cleared. We can therefore just play
8330         the sample as if it had a depth == width. Fixes: #440997
8331
8332         Patch by: Wim Taymans <wim@fluendo.com> 
8333         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8334
8335 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8336
8337         * gst-libs/gst/floatcast/floatcast.h:
8338         Define inline when needed on win32 builds. Fixes: #441295
8339         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8340
8341 2007-05-29  Wim Taymans  <wim@fluendo.com>
8342
8343         * gst/playback/gstplaybasebin.c: (queue_overrun),
8344         (no_more_pads_full):
8345         Stop buffering when the group is commited because the queues filled up.
8346         Fixes #442024.
8347
8348 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8349
8350         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8351         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8352         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8353         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8354         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8355         * ext/alsa/gstalsamixer.h:
8356         * ext/alsa/gstalsamixerelement.c:
8357         (gst_alsa_mixer_element_interface_supported),
8358         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8359         (gst_alsa_mixer_element_set_property),
8360         (gst_alsa_mixer_element_get_property),
8361         (gst_alsa_mixer_element_change_state):
8362         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8363         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8364         (gst_mixer_option_changed):
8365         * gst-libs/gst/interfaces/mixer.h:
8366         Revert commits towards #152864 made so far. We'll pick it up again
8367         after the 0.10.13 release.
8368
8369 2007-05-24  Wim Taymans  <wim@fluendo.com>
8370
8371         * gst-libs/gst/audio/gstbaseaudiosink.c:
8372         (gst_base_audio_sink_render):
8373         After an interrupt (PAUSED/flush) assume that the next sample should not
8374         be aligned to the previous sample. Fixes #417992.
8375
8376 2007-05-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8377
8378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8379           Don't add channels and rate fields to the template caps for
8380           audio/x-dts, as wavparse might not always be able to set them,
8381           which would then lead to 'caps are not a real subset of the
8382           template caps' warnings.
8383
8384 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8385
8386         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8387         Handle unknown or invalid pads without crashing, as might occur if
8388         a media file like an mp3 is specified as a subtitle file.
8389         Fixes: #410039
8390
8391 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8392
8393         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8394         (setup_sinks):
8395         Block the subtitle bin output queue before ghosting it and linking,
8396         then unblock after. This avoids spurious not-linked errors caused 
8397         by the queue starting up (because it gets linked when it is ghosted). 
8398         Fixes: #350299
8399
8400 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8401
8402         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8403         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8404         file. Avoids flukes where the input gets typefound to some valid but
8405         useless type.
8406
8407 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8408
8409         * tests/check/Makefile.am:
8410         * tests/check/elements/.cvsignore:
8411         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8412         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8413           Add unit test for gnomevfssink seeking and position reporting for
8414           file:// URIs.
8415
8416 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8417
8418         Patch by: Mark Nauwelaerts <manauw at skynet be>
8419
8420         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8421         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8422         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8423         * ext/gnomevfs/gstgnomevfssink.h:
8424           Fix position reporting, especially after a seek (from upstream),
8425           see #412648.
8426
8427 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8428
8429         * ext/cdparanoia/gstcdparanoiasrc.c:
8430           Repair umlaut.
8431
8432 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8433
8434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8435         Specify the full valid range for MP3 samplerates. Fixes a regression
8436         caused by extra header checks since the last release.
8437
8438 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8439
8440         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8442         Fix a locking-order bug I introduced with my changes the other day.
8443         Patch by Mike Smith.
8444
8445 2007-05-21  Michael Smith <msmith@fluendo.com>
8446
8447         * ext/theora/theoradec.c: (theora_handle_data_packet):
8448           Don't look inside 0-length packets (which indicate duplicated
8449           frames)
8450
8451 2007-05-21  Wim Taymans  <wim@fluendo.com>
8452
8453         * ext/cdparanoia/gstcdparanoiasrc.c:
8454         (gst_cd_paranoia_src_read_sector):
8455         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8456         (gst_base_audio_src_create):
8457         Small cleanups.
8458
8459         * ext/theora/theoradec.c: (theora_dec_sink_event):
8460         Fix typo.
8461
8462         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8463         (gst_base_rtp_depayload_set_gst_timestamp):
8464         Add some FIXME
8465
8466         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8467         And some debug info when a FIXME path is hit.
8468
8469 2007-05-21  Wim Taymans  <wim@fluendo.com>
8470
8471         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8472         (gst_base_rtp_audio_payload_class_init),
8473         (gst_base_rtp_audio_payload_init),
8474         (gst_base_rtp_audio_payload_finalize),
8475         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8476         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8477         (gst_base_rtp_payload_audio_handle_event):
8478         Some cleanups, remove minptime property as it is now in the parent
8479         class.
8480         Override parent class event function.
8481
8482         * gst-libs/gst/rtp/gstbasertppayload.c:
8483         (gst_basertppayload_class_init), (gst_basertppayload_init),
8484         (gst_basertppayload_event), (gst_basertppayload_set_property),
8485         (gst_basertppayload_get_property):
8486         * gst-libs/gst/rtp/gstbasertppayload.h:
8487         Add min-ptime property.
8488         Add handle-event vmethod. Fixes #415001.
8489
8490 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8491
8492         * gst-libs/gst/audio/gstbaseaudiosink.c
8493           (gst_base_audio_sink_change_state):
8494           Fix typo in comment.
8495
8496         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8497           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8498           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8499           close_link):
8500         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8501           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8502           Remove trailing whitespaces in comments.
8503
8504         * gst/volume/Makefile.am:
8505           Fix tabs.
8506
8507 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8508
8509         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8510
8511         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8512           set_option, get_option, _gst_reserved):
8513           Revert reordering functions (keep ABI).
8514
8515 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8516
8517         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8518         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8519         (gst_ximagesink_show_frame):
8520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8521         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8522         (gst_xvimagesink_show_frame):
8523         When we create our own window, indicate that we handle the 
8524         WM_DELETE client message from the window manager, so that it won't 
8525         kill our window (and our app) along with it. Handle ClientMessage,
8526         post an error on the bus, and close the window. Further buffers
8527         arriving will result in a FlowError because the window has been
8528         destroyed.
8529
8530         Fixes: #393975
8531
8532         Clean up the X event handling loop and make them the same for
8533         both xvimagesink and ximagesink while I'm at it.
8534
8535 2007-05-17  Wim Taymans  <wim@fluendo.com>
8536
8537         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8538         Make decodebin2 autoplug depayloaders too.
8539
8540         * gst/playback/gsturidecodebin.c: (source_new_pad):
8541         Set the newly created decoder in a usable state when autoplugging a
8542         dynamic source such as RTSP.
8543
8544 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8545
8546         * gst/playback/gststreaminfo.c: (cb_probe):
8547           Ignore video-codec tag for audio streams and ignore audio-codec tags
8548           for video streams. Should make codec name collection a bit more
8549           robust against sloppy demuxers that send tag events containing both
8550           tags down each pad.
8551
8552 2007-05-17  Wim Taymans  <wim@fluendo.com>
8553
8554         * gst/playback/gstqueue2.c: (update_rates):
8555         Tweak the buffering thresholds a little.
8556         Update the buffer size with the previously calculate rate instead of
8557         only when we calculate a new rate so that we get smoother buffering
8558         updates.
8559
8560         * gst/playback/Makefile.am:
8561         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8562         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8563         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8564         (gst_uri_decode_bin_get_property), (unknown_type),
8565         (add_element_stream), (no_more_pads_full), (no_more_pads),
8566         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8567         (gen_source_element), (has_all_raw_caps), (analyse_source),
8568         (remove_decoders), (make_decoder), (remove_source),
8569         (source_new_pad), (setup_source), (decoder_query_init),
8570         (decoder_query_duration_fold), (decoder_query_duration_done),
8571         (decoder_query_position_fold), (decoder_query_position_done),
8572         (decoder_query_latency_fold), (decoder_query_latency_done),
8573         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8574         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8575         (gst_uri_decode_bin_change_state), (plugin_init):
8576         New element that intergrates a source, optional buffering element and
8577         decodebin.
8578
8579 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8580
8581         * configure.ac:
8582           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8583           (also has a .pc file, so we don't need the fallback check any
8584           longer). Fixes #438840.
8585
8586 2007-05-17  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8589         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8590         (apply_segment), (apply_buffer), (update_buffering),
8591         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8592         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8593         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8594         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8595         (plugin_init):
8596         fix build.
8597
8598 2007-05-17  Wim Taymans  <wim@fluendo.com>
8599
8600         * gst/playback/Makefile.am:
8601         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8602         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8603         (gst_queue_getcaps), (gst_queue_bufferalloc),
8604         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8605         (apply_buffer), (update_buffering), (reset_rate_timer),
8606         (update_rates), (gst_queue_locked_flush),
8607         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8608         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8609         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8610         (gst_queue_loop), (gst_queue_handle_src_event),
8611         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8612         (gst_queue_src_activate_push), (gst_queue_change_state),
8613         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8614         On our way to playbin2 this is the new network queue that does buffering
8615         all by itself using high and low watermarks. It can also measure up and
8616         downstream bandwidth to optimally size the queue.
8617
8618 2007-05-17  Michael Smith <msmith@fluendo.com>
8619
8620         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8621         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8622           Use the segment->last_stop value to calculate the next timestamp to
8623           generate after a seek; not the segment->start value.
8624
8625 2007-05-15  David Schleef  <ds@schleef.org>
8626
8627         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8628           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8629
8630 2007-05-15  Wim Taymans  <wim@fluendo.com>
8631
8632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8633         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8634         Some more chained streaming ogg timestamp fixes.
8635
8636 2007-05-15  Wim Taymans  <wim@fluendo.com>
8637
8638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8639         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8640         (gst_ogg_demux_handle_page):
8641         Add some FIXMEs.
8642         Fix chain start/stop segment handling based on patch by
8643         <ahalda at cs dot mcgill dot ca> see #320984.
8644
8645 2007-05-15  Michael Smith <msmith@fluendo.com>
8646
8647         * configure.ac:
8648           We don't require a C++ compiler. So don't require one.
8649
8650 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8651
8652         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8653           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8654           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8655           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8656           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8657           gst_alsa_mixer_update_track):
8658           Apply some of the cleanup Tim suggested in #152864 afterwards.
8659
8660 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8661
8662         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8663
8664         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8665           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8666           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8667           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8668           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8669           gst_alsa_mixer_handle_source_callback,
8670           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8671           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8672           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8673           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8674           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8675           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8676         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8677         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8678           gst_alsa_mixer_element_interface_supported,
8679           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8680           gst_alsa_mixer_element_set_property,
8681           gst_alsa_mixer_element_get_property,
8682           gst_alsa_mixer_element_change_state):
8683         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8684         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8685           gst_mixer_option_changed):
8686         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8687           volume_changed, option_changed, _gst_reserved):
8688           Implement notification for alsamixer. Fixes #152864
8689
8690 2007-05-14  David Schleef  <ds@schleef.org>
8691
8692         * gst/videotestsrc/videotestsrc.c:
8693         * gst/videotestsrc/videotestsrc.h:
8694           Add support for video/x-raw-bayer.
8695
8696 2007-05-12  David Schleef  <ds@schleef.org>
8697
8698         * sys/xvimage/xvimagesink.c:
8699           Add some sanity checking for the XVImage size returned by X.
8700           Related to #377400.
8701
8702 2007-05-12  Wim Taymans  <wim@fluendo.com>
8703
8704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8705         (gst_base_rtp_depayload_setcaps),
8706         (gst_base_rtp_depayload_set_gst_timestamp):
8707         Parse and use additional caps fields as described in updated
8708         application/x-rtp caps spec.
8709
8710 2007-05-12  Wim Taymans  <wim@fluendo.com>
8711
8712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8713         (gst_ogg_demux_collect_chain_info):
8714         If there is a stream in a chain without any data packets, ignore the
8715         stream in the total length calculations. Might be related to #436820.
8716
8717 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8718
8719         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8720         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8721         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8722         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8723         (plugin_init):
8724
8725         Consolidate and re-work our mpeg system stream detection to probe
8726         more packets and produce a higher confidence result. Fixes a
8727         regression caused by lowering the typefind probability last year
8728         - related to bug #397810. Remove the redundant MPEG-1 specific 
8729         typefind function, as the new one detects both MPEG-1 & MPEG-2
8730         happily.
8731
8732         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8733         little. 
8734
8735         Tested against my media test directory, with some improvements and
8736         no regressions.
8737
8738 2007-05-10  Wim Taymans  <wim@fluendo.com>
8739
8740         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8741         (queue_out_of_data):
8742         Connect to the new queue "pushing" signal instead of the broken
8743         "running" one.
8744
8745 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8746
8747         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8748         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8749         Move variable declaration before the first instruction.
8750         * gst/videotestsrc/videotestsrc.c:
8751         Define M_PI if it's not defined yet.
8752         * win32/common/libgstrtp.def:
8753         Add new exported functions.
8754
8755 2007-05-09  Michael Smith <msmith@fluendo.com>
8756
8757         * ext/theora/theoradec.c: (theora_handle_type_packet):
8758           gst_pad_push_event() does not return a GstFlowReturn!
8759
8760 2007-05-09  Wim Taymans  <wim@fluendo.com>
8761
8762         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8763         * tests/examples/seek/seek.c: (do_seek):
8764         Some small cosmetic changes.
8765
8766 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8767
8768         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8769           gst_adder_change_state):
8770         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8771           segment_pending, segment_position, segment_rate):
8772           Handle playback-rate on adder.
8773
8774 2007-05-07  Michael Smith <msmith@fluendo.com>
8775
8776         * ext/theora/gsttheoradec.h:
8777         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8778         (theora_dec_sink_event), (theora_handle_comment_packet),
8779         (theora_handle_type_packet), (theora_dec_change_state):
8780           Don't push events (newsegment, tags) before initialising the
8781           decoder.
8782           This is neccesary for seeking to work correctly in gnonlin.
8783
8784 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8787         * gst/adder/gstadder.c:
8788         * gst/audiotestsrc/gstaudiotestsrc.c
8789           (gst_audio_test_src_create_white_noise):
8790         * gst/videotestsrc/gstvideotestsrc.c:
8791         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8792           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8793           volume_sink_template, volume_src_template, gst_volume_init,
8794           volume_process_double, volume_process_int16,
8795           volume_process_int16_clamp):
8796           Doc fixes and formatting.
8797
8798 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8799
8800         * tests/check/Makefile.am:
8801         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8802           Minimal check for volume's GstController usability; also another
8803           test for #422295.
8804
8805 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8806
8807         * gst-libs/gst/cdda/gstcddabasesrc.c:
8808         (gst_cdda_base_src_add_track):
8809           Fix it so that it (a) makes sense and (b) doesn't break
8810           everything cdda-related including the unit test.
8811
8812 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8813
8814         * gst-libs/gst/cdda/gstcddabasesrc.c:
8815         (gst_cdda_base_src_add_track):
8816           Fix build when disabling asserts.
8817
8818 2007-05-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8819
8820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8821           When XShm is not available, we might get row strides that are not
8822           rounded up to multiples of four; this is bad, because virtually
8823           every RGB-processing element in GStreamer assumes rowstrides are
8824           rounded up to multiples of four, so let's allocate at least enough
8825           memory to avoid crashes in this case. The image will still be
8826           displayed distorted though if this happens, so that still needs
8827           fixing (maybe by allocating a bigger image with an 'even' width
8828           and then clipping it appropriately when rendering - something for
8829           Xlib aficionados in any case).
8830
8831 2007-05-03  Michael Smith <msmith@fluendo.com>
8832
8833         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8834           If a buffer doesn't have a timestamp, assume it's contiguous with
8835           the previous buffer, and synthesise timestamps appropriately.
8836
8837 2007-05-03  Edward Hervey  <edward@fluendo.com>
8838
8839         * tests/check/elements/videorate.c: (GST_START_TEST):
8840         Set buffer timestamp to a valid value in order to test the buffer
8841         really does stay in videorate.
8842
8843 2007-05-03  Edward Hervey  <edward@fluendo.com>
8844
8845         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8846         There is no sensible way to handle incoming buffers which don't have a
8847         valid timestamp. We therefore discard them and wait for the next one.
8848
8849 2007-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8850
8851         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8852         * gst/playback/gstdecodebin2.c: (plugin_init):
8853           Better error message for text files.
8854
8855 2007-04-29  Wim Taymans  <wim@fluendo.com>
8856
8857         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8858         Fix offset bug in generation RR packets.
8859
8860 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8861
8862         * ext/theora/theoradec.c: (_theora_granule_time),
8863         (theora_dec_push_forward), (theora_handle_data_packet),
8864         (theora_dec_decode_buffer): Calculate buffer duration correctly
8865         to generate a perfect stream (#433888).
8866         * gst/audioresample/gstaudioresample.c:
8867         (audioresample_check_discont): Glib provides ABS.
8868
8869 2007-04-27  Wim Taymans  <wim@fluendo.com>
8870
8871         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8872         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8873         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8874         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8875         (gst_rtcp_packet_bye_set_reason):
8876         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8877         Fix RB block parsing and writing.
8878         Add support for constructing BYE packets.
8879
8880 2007-04-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8881
8882         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8883         (gst_base_audio_src_create):
8884         * po/POTFILES.in:
8885           When posting a warning message because samples were dropped, post
8886           something more intelligible than he default error message for clock
8887           errors which is just confusing in this context (#432984).
8888
8889 2007-04-25  Wim Taymans  <wim@fluendo.com>
8890
8891         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8892         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8893         (read_packet_header), (gst_rtcp_packet_move_to_next),
8894         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8895         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8896         (gst_rtcp_packet_sdes_get_item_count),
8897         (gst_rtcp_packet_sdes_first_item),
8898         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8899         (gst_rtcp_packet_sdes_first_entry),
8900         (gst_rtcp_packet_sdes_next_entry),
8901         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8902         (gst_rtcp_packet_sdes_add_entry):
8903         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8904         Implement code to write SR, RR and SDES packets.
8905
8906 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8907
8908         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8909
8910         * sys/ximage/ximagesink.c:
8911           Fix build if XShm is not available (#432362).
8912
8913 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8914
8915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8916         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8917         pointers to random memory which are passed to g_free() when
8918         audio_convert_prepare_context() is called the first time.
8919
8920 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8921
8922         Patch by: Dan Williams <dcbw redhat com>
8923
8924         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8925           Don't leak incoming buffer if gst_pad_push() returns a
8926           non-OK flow. Fixes #432755.
8927          
8928         * tests/check/elements/videorate.c: (GST_START_TEST),
8929         (videorate_suite):
8930           Unit test for the above by Yours Truly.
8931
8932 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8933
8934         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8935         (gst_adder_sink_event), (gst_adder_collected):
8936           Fix non-flushing segmented seeks, Fixes #340060 for me
8937
8938 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8939
8940         Patch by: Olivier Crete  <tester at tester ca>
8941
8942         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8943         (gst_base_rtp_audio_payload_class_init),
8944         (gst_base_rtp_audio_payload_init),
8945         (gst_base_rtp_audio_payload_dispose):
8946           Chain up to parent class in dispose function; get rid of
8947           unnecessary 'diposed' flag in private structure (#415001).
8948
8949 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8950
8951         * docs/libs/gst-plugins-base-libs.types:
8952         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8953         (gst_base_rtp_audio_payload_class_init):
8954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8955         * gst-libs/gst/rtp/gstbasertppayload.c:
8956           Some minor docs fixes and additions; also add missing 'Since' bits.
8957
8958 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8959
8960         Patch by: Zeeshan Ali  <zeenix gmail com>
8961
8962         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8963         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8964         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8965         (gst_base_rtp_audio_payload_push):
8966         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8967           The recently-added gst_base_rtp_audio_payload_push() should take an
8968           object of type GstBaseRTPAudioPayload as first argument (#431672).
8969
8970 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8971
8972         * gst/audioresample/gstaudioresample.c:
8973           Make more functions static, just because we can.
8974
8975 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8976
8977         * tests/check/elements/audioresample.c:
8978           Add unit test for audioresample shutdown crasher (#420106).
8979
8980 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8981
8982         * gst/subparse/gstsubparse.c:
8983         * gst/subparse/samiparse.c:
8984           Use GST_DISABLE_XML here
8985
8986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8987         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8988         (gst_xvimagesink_buffer_alloc),
8989         (gst_xvimagesink_navigation_send_event):
8990         * sys/xvimage/xvimagesink.h:
8991           Include stdlib.h when using atoi.
8992           
8993         * tests/check/elements/playbin.c: (playbin_suite):
8994           Use GST_DISABLE_REGISTRY here
8995
8996 2007-04-19  Michael Smith  <msmith@fluendo.com>
8997
8998         * ext/theora/gsttheoraenc.h:
8999         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9000         (theora_enc_sink_event), (theora_enc_change_state):
9001           Track initialisation state; don't try to use encoder state if we're
9002           not initialised (it'll segfault).
9003
9004 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9005
9006         * tests/check/pipelines/.cvsignore:
9007         Fix build.
9008
9009 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9010
9011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9012         Allow random depths between 1 and 32 instead of only multiplies of 8.
9013
9014 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9015
9016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9017         Set the maximum number of channels for PCM and float in the correct
9018         place to have it also used when creating the template caps.
9019
9020 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9021
9022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9023         Correctly support 4, 6 and 8 channels with normal PCM and float
9024         wav files.
9025
9026         Fix the depth and signedness calculation in extensible wav files and
9027         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9028         mask is found.
9029
9030         Add support for float, alaw and mulaw in extensible wav files.
9031
9032         This allows correct playback of all but 5 files from
9033         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9034         
9035         (gst_riff_create_audio_template_caps):
9036         Add voxware and float formats to the template caps.     
9037
9038 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9039
9040         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9041
9042         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9043         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9044
9045         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9046         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9047         Use the correct format strings for integer formats.
9048
9049 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9050
9051         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9052           Don't use pad_alloc_buffer_and_set_caps to create a small header
9053           packet, or, worse, to create a big temporary video buffer using the
9054           src pad.
9055
9056 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9057
9058         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9059         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9060           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9061           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9062
9063 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9064
9065         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9066           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9067           streamheader_suite):
9068           Add another test set up for failure
9069
9070 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9071
9072         * tests/check/Makefile.am:
9073         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9074           GST_START_TEST, streamheader_suite, main):
9075           Add a test for the streamheader bug Wim fixed.
9076
9077 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9078
9079         * ext/theora/theoradec.c: (theora_dec_sink_event):
9080         Fix misleading comment.
9081
9082 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9083
9084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9085           More sanity checks for the header fields.
9086
9087 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9088
9089         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9090           Try encodings from all environment variables, not just those in the
9091           first environment variable that is set.
9092
9093 2007-04-12  Wim Taymans  <wim@fluendo.com>
9094
9095         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9096         (gst_video_rate_chain):
9097         Add some debug.
9098
9099         * tests/check/elements/videorate.c: (GST_START_TEST),
9100         (videorate_suite):
9101         Added check for videorate changing caps handling. Closes #421834.
9102
9103 2007-04-12  Michael Smith  <msmith@fluendo.com>
9104
9105         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9106           Use scale functions to avoid overflow when calculating duration of 
9107           vorbis buffers.
9108
9109 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9110
9111         * docs/libs/gst-plugins-base-libs-sections.txt:
9112         * gst-libs/gst/tag/tag.h:
9113         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9114           API: add gst_tag_freeform_string_to_utf8() (#405072).
9115
9116         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9117           Use gst_tag_freeform_string_to_utf8() here.
9118
9119 2007-04-12  Wim Taymans  <wim@fluendo.com>
9120
9121         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9122         (gst_gdp_pay_sink_event):
9123         Make sure we set the IN_CAPS flag correctly.
9124
9125         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9126         Get the IN_CAPS flag before we call functions that mess with the flags.
9127
9128 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9129
9130         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9131           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9132           Only stamp buffers with offset/offset_end right before they get
9133           pushed.  This ensures offset continuity, which was not the case
9134           before as shown by
9135           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9136
9137 2007-04-06  Wim Taymans  <wim@fluendo.com>
9138
9139         * gst/playback/gstplaybin.c: (add_sink),
9140         (gst_play_bin_change_state):
9141         Activate sync in playbin, we are ready to handle it for live streams.
9142
9143 2007-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9144
9145         * tests/check/elements/playbin.c:
9146         (test_sink_usage_video_only_stream), (playbin_suite):
9147           Add small test for stream-info-value-array code paths.
9148
9149 2007-04-05  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst-libs/gst/audio/gstbaseaudiosink.c:
9152         (gst_base_audio_sink_skew_slaving):
9153         Don't try to create invalid calibration parameters by making the
9154         internal time go backwards, instead make external time go forward.
9155
9156 2007-04-05  Wim Taymans  <wim@fluendo.com>
9157
9158         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9159
9160         * gst/playback/gstplaybasebin.c: (add_stream):
9161         Fix leak in add_stream(), when g_value_set_object() increases the
9162         refcount of streaminfo object. Fixes #426250.
9163
9164 2007-04-03  David Schleef  <ds@schleef.org>
9165
9166         * gst/videotestsrc/gstvideotestsrc.c:
9167         * gst/videotestsrc/gstvideotestsrc.h:
9168         * gst/videotestsrc/videotestsrc.c:
9169         * gst/videotestsrc/videotestsrc.h:
9170           Add a test pattern called "circular", which has concentric
9171           rings with varying radial frequency.  The main purpose of this
9172           pattern is to test fidelity loss in a filter or scaler element.
9173           Notably, this pattern is scale invariant, and is optimally viewed
9174           with a width (and height) of 400.
9175
9176 2007-04-03  Wim Taymans  <wim@fluendo.com>
9177
9178         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9179
9180         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9181         (deactivate_free_recursive):
9182         Decodebin2 doesn't unref pads it obtains in some occasions:
9183         - multiqueue src pads, when either connecting further or exposing
9184         - sink pads of new autoplugged elements
9185         - peer pads when recursively freeing elements
9186         Fixes #425455.
9187
9188 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9189
9190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9191         Add audio/x-raw-float support, now that audioconvert support
9192         non-native endianness floats.
9193
9194 2007-03-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9195
9196         * docs/libs/gst-plugins-base-libs-docs.sgml:
9197           gstreamer-plugins-base.pc doesn't exist, it's
9198           gstreamer-plugins-base-0.10.pc.
9199
9200 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9201
9202         Patch by: RenĂ© Stadler <mail at renestadler dot de>
9203         with some minor changes
9204
9205         * gst-libs/gst/floatcast/floatcast.h:
9206         Use more efficient float endianness conversion functions that don't
9207         involve 2 function calls per value.
9208         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9209         (check_default), (audio_convert_prepare_context):
9210         * gst/audioconvert/gstaudioconvert.c:
9211         (gst_audio_convert_parse_caps), (make_lossless_changes):
9212         Support non-native endianness floats as input and output.
9213         Fixes #339838.
9214         * tests/check/elements/audioconvert.c: (verify_convert),
9215         (GST_START_TEST):
9216         Add unit tests for the non-native endianness float conversions.
9217
9218 2007-03-29  Wim Taymans  <wim@fluendo.com>
9219
9220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9221         (gst_base_rtp_depayload_base_init),
9222         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9223         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9224         (gst_base_rtp_depayload_set_gst_timestamp),
9225         (gst_base_rtp_depayload_change_state),
9226         (gst_base_rtp_depayload_set_property),
9227         (gst_base_rtp_depayload_get_property):
9228         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9229         Add Private structure.
9230         Bring element code to 2007.
9231         Parse clock-base caps param and use it when generating the
9232         newsegment.
9233         Reset variables before going to PAUSED.
9234         Fix some docs.
9235
9236 2007-03-29  Wim Taymans  <wim@fluendo.com>
9237
9238         * docs/libs/gst-plugins-base-libs-docs.sgml:
9239         * docs/libs/gst-plugins-base-libs-sections.txt:
9240         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9241         (gst_base_rtp_audio_payload_get_adapter):
9242         Add RTCP docs.
9243         Fix some more docs.
9244
9245         * gst-libs/gst/rtp/Makefile.am:
9246         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9247         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9248         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9249         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9250         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9251         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9252         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9253         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9254         (gst_rtcp_packet_sr_get_sender_info),
9255         (gst_rtcp_packet_sr_set_sender_info),
9256         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9257         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9258         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9259         (gst_rtcp_packet_sdes_get_chunk_count),
9260         (gst_rtcp_packet_sdes_first_chunk),
9261         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9262         (gst_rtcp_packet_sdes_first_item),
9263         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9264         (gst_rtcp_packet_bye_get_ssrc_count),
9265         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9266         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9267         (gst_rtcp_packet_bye_get_reason_len),
9268         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9269         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9270         Add new helper object for parsing and creating RTCP messages.
9271
9272 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9273
9274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9275         PCM samples with width=8 must be always unsigned, no matter what
9276         depth they have.
9277
9278 2007-03-29  Andy Wingo  <wingo@pobox.com>
9279
9280         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9281         perfect offsets also, not just timestamps.
9282
9283         * tests/check/elements/videorate.c (test_more): Test that given
9284         any incoming offsets, that videorate produces perfect offsets.
9285
9286 2007-03-29  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst-libs/gst/riff/riff-ids.h:
9289         Add some more RIFF formats.
9290
9291 2007-03-29  Wim Taymans  <wim@fluendo.com>
9292
9293         * gst-libs/gst/rtp/gstrtpbuffer.c:
9294         (gst_rtp_buffer_default_clock_rate):
9295         * gst-libs/gst/rtp/gstrtpbuffer.h:
9296         Fix fixed payload names and docs.
9297         Added method to get the default clock rates of fixed payload types.
9298         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9299
9300 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9301
9302         * tests/check/pipelines/.cvsignore:
9303         Add new vorbisdec test to cvsignore.
9304
9305 2007-03-28  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9308         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9309         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9310         (gst_base_audio_sink_set_property),
9311         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9312         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9313         (gst_base_audio_sink_skew_slaving),
9314         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9315         (gst_base_audio_sink_async_play):
9316         * gst-libs/gst/audio/gstbaseaudiosink.h:
9317         Store private stuff in GstBaseAudioSinkPrivate.
9318         Add configurable clock slaving modes property.
9319         API:: GstBaseAudioSink::slave-method property
9320         Some more latency reporting tweaks.
9321         Added skew based clock slaving correction and make it the default until
9322         the resampling method is more robust.
9323
9324 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9325
9326         * gst/audioconvert/audioconvert.c:
9327         Add docs to the integer pack functions and implement proper
9328         rounding. Before we had rounding towards negative infinity, i.e.
9329         always the smaller number was taken. Now we use natural rounding,
9330         i.e. rounding to the nearest integer and to the one with the largest
9331         absolute value for X.5. The old rounding introduced some minor
9332         distortions. Fixes #420079
9333         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9334         Fix one unit test that assumed the old rounding and added unit tests
9335         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9336         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9337         rounding from signed int32 to signed/unsigned int16.
9338
9339 2007-03-27  Michael Smith  <msmith@fluendo.com>
9340
9341         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9342         (gst_audio_convert_transform_caps):
9343           Fix typo in debug line introduced recently, as pointed out on irc.
9344
9345 2007-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9346
9347         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9348         * tests/check/libs/tag.c: (GST_START_TEST):
9349           Make sure we parse floating-point numbers in vorbis comments
9350           correctly with either '.' or ',' as separator, no matter what
9351           the current locale is. Add unit test for this too.
9352
9353 2007-03-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9354
9355         Patch by: RenĂ© Stadler  <mail at renestadler de>
9356
9357         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9358           When writing out floating-point numbers to vorbis comment tags, always
9359           use the same character as separator no matter what the current locale is
9360           (fixes #423051).
9361
9362         * tests/check/libs/tag.c: (GST_START_TEST):
9363           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9364
9365 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9366
9367         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9368           vorbis_handle_data_packet):
9369           Correctly set DURATION to generate a timestamp-continuous stream.
9370           One bug left at the end; see
9371           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9372         * tests/check/Makefile.am:
9373         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9374           Add a test to check this.  Without the above patch this test fails.
9375
9376 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9377
9378         * gst-libs/gst/rtp/Makefile.am:
9379         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9380
9381 2007-03-23  Michael Smith  <msmith@fluendo.com>
9382
9383         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9384         (gst_video_rate_reset), (gst_video_rate_chain):
9385           If videorate changes caps, we can no longer use the old buffer
9386           (which may have a different size, incompatible with our caps).
9387           So don't do that; just duplicate the new frame more times.
9388
9389 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9390
9391         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9392         Remove playbin's override of the set_clock vmethod. It's irrelevant
9393         after Wim's commit on the 19th.
9394
9395 2007-03-22  Wim Taymans  <wim@fluendo.com>
9396
9397         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9398         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9399         * ext/gnomevfs/gstgnomevfssrc.h:
9400         Don't cache file sizes. Fixes #341078.
9401
9402 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9403
9404         * gst/playback/gstplaybin.c: (add_sink):
9405           Use GST_PTR_FORMAT to log caps. 
9406
9407 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9408
9409         Patch by: Young-Ho Cha <ganadist at chollian net>
9410
9411         * gst/subparse/samiparse.c: (handle_start_font):
9412           Special-case some more colour names that pango doesn't handle by
9413           default. Fixes #420578.
9414
9415 2007-03-20  Michael Smith  <msmith@fluendo.com>
9416
9417         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9418           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9419           that marks EOS internally. After that, libvorbis will buffer all
9420           input data, and encode none of it, eventually leading to memory
9421           exhaustion.
9422
9423 2007-03-19  Wim Taymans  <wim@fluendo.com>
9424
9425         * gst/playback/gstdecodebin.c: (remove_fakesink):
9426         Don't post STATE_DIRTY anymore.
9427
9428         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9429         (gst_play_bin_change_state):
9430         Remove stream_time reset in seek handling, core does that now.
9431         Disable clocking for live pipelines by forcing a NULL clock to the
9432         complete pipeline, core is too smart now for our previous hack.
9433         We can always autoplug in PAUSED now.
9434
9435 2007-03-17  David Schleef  <ds@schleef.org>
9436
9437         * REQUIREMENTS:  Update this file, change the formatting to make
9438         it more consistent, plus more machine readable.
9439
9440 2007-03-16  Michael Smith  <msmith@fluendo.com>
9441
9442         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9443         (strip_width_64), (append_with_other_format):
9444           Previous fix was too simplistic, and broke the tests. Use a better
9445           approach; only strip 64 from widths for integer audio.
9446
9447 2007-03-16  Michael Smith  <msmith@fluendo.com>
9448
9449         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9450         (gst_audio_convert_transform_caps):
9451           We don't support 64 bit integer audio, so don't try to claim we can.
9452           Stops us producing caps don't match our template caps.
9453           Update comments.
9454
9455 2007-03-15  Michael Smith  <msmith@fluendo.com>
9456
9457         * gst/audioresample/gstaudioresample.c:
9458         (audioresample_check_discont), (audioresample_transform):
9459           Don't trigger discontinuities for very small imperfections; a filter
9460           flush will sound bad, and many plugins have rounding errors leading
9461           to these.
9462
9463 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9464
9465         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9466
9467         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9468         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9469         API: add "min-ptime" property to RTP base audio payloader.
9470         API: add gst_base_rtp_audio_payload_push().
9471         API: add gst_base_rtp_audio_payload_get_adapter().
9472         Fixes #415001
9473         Indentation/whitespace/documentation fixes.
9474
9475 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9476
9477         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9478         (audioresample_transform_size), (audioresample_do_output),
9479         (audioresample_transform), (audioresample_pushthrough): Handle
9480         discontinuous streams.
9481         * gst/audioresample/gstaudioresample.h:
9482         * tests/check/elements/audioresample.c:
9483         (test_discont_stream_instance), (GST_START_TEST),
9484         (audioresample_suite): Add a test for discontinuous streams.
9485         * win32/common/config.h: Updated.
9486
9487 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9488
9489         * po/af.po:
9490         * po/az.po:
9491         * po/cs.po:
9492         * po/en_GB.po:
9493         * po/it.po:
9494         * po/nb.po:
9495         * po/nl.po:
9496         * po/or.po:
9497         * po/sq.po:
9498         * po/sr.po:
9499         * po/sv.po:
9500         * po/uk.po:
9501         * po/vi.po:
9502           Update translations from translation project.
9503
9504 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9505
9506         * gst/audioresample/debug.h:
9507         * gst/audioresample/resample.c: (resample_init):
9508           Since I really am not interested in a debug line for each sample
9509           being processed, move the library's debugging to its own category,
9510           libaudioresample
9511
9512 2007-03-13  Michael Smith  <msmith@fluendo.com>
9513
9514         * ext/theora/theoradec.c: (theora_handle_type_packet):
9515           Since the plugin doesn't support anything other than 4:2:0 right
9516           now, post an error and fail if we get something else. Won't matter
9517           until libtheora supports the other pixel formats, but hopefully
9518           that'll be soon...
9519
9520 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9521
9522         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9523         Use gst_guint64_to_gdouble for conversion.
9524         * win32/MANIFEST:
9525         Add new files to the win32 MANIFEST.
9526         * win32/common/libgstaudio.def:
9527         * win32/common/libgstpbutils.def:
9528         Add new exported functions.
9529         * win32/vs6/gst_plugins_base.dsw:
9530         * win32/vs6/libgstdecodebin.dsp:
9531         * win32/vs6/libgstplaybin.dsp:
9532         Change the link to libgstpbutils.lib.
9533         * win32/vs6/libgstdecodebin2.dsp:
9534         Add a new project for decodebin2.
9535         * win32/vs6/libgstpbutils.dsp:
9536         Add a new project for pbutils.
9537
9538 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9539
9540         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9541           Also accept partial dates with only year and month,
9542           like 1999-12-00 (fixes #410396 even more).
9543
9544         * tests/check/libs/tag.c: (GST_START_TEST):
9545           Add unit test for the above.
9546
9547 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9548
9549         * tests/check/elements/subparse.c: (GST_START_TEST),
9550         (subparse_suite):
9551           Add unit test for MPL2 subtitle format (#413799).
9552
9553 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9554
9555         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9556
9557         * gst/subparse/Makefile.am:
9558         * gst/subparse/gstsubparse.c:
9559         (gst_sub_parse_data_format_autodetect),
9560         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9561         (gst_subparse_type_find):
9562         * gst/subparse/gstsubparse.h:
9563         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9564         * gst/subparse/mpl2parse.h:
9565           Add support for MPL2 subtitle format (#413799).
9566
9567 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9568
9569         * configure.ac:
9570           We require core CVS for the new buffer metadata copy functions.
9571
9572 2007-03-09  Wim Taymans  <wim@fluendo.com>
9573
9574         * gst-libs/gst/tag/gstid3tag.c:
9575         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9576         Fixes #414496.
9577
9578         Patch by: Alex Lancaster <alexl at users sourceforge net>
9579
9580 2007-03-09  Wim Taymans  <wim@fluendo.com>
9581
9582         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9583         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9584         Improve adapter usage and comments.
9585
9586 2007-03-09  Wim Taymans  <wim@fluendo.com>
9587
9588         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9589         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9590         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9591         Use new metadata copy function.
9592
9593         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9594         (gst_ffmpegcsp_transform):
9595         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9596         Basetransform copied the metadata for us.
9597
9598 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9599
9600         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9601         (gst_text_overlay_video_event):
9602           Some more logging. Only accept newsegment events in TIME format and
9603           send a WARNING message if they are not in TIME format.
9604
9605         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9606         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9607         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9608         * gst/subparse/gstsubparse.h:
9609           No need to allocate GstSegment structure dynamically, just put it
9610           into the instance structure; ignore newsegment events in BYTE
9611           format and in particular don't let it overwrite our saved TIME
9612           segment from the last seek.
9613
9614 2007-03-09  Michael Smith  <msmith@fluendo.com>
9615
9616         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9617           Replace AC3 typefinder with one that isn't terrible, and actually
9618           works usefully.
9619
9620 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9621
9622         * gst/audioconvert/gstaudioconvert.c:
9623         (gst_audio_convert_transform):
9624           fix error category and translatable string
9625           
9626
9627 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9628
9629         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9630         * pkgconfig/gstreamer-plugins-base.pc.in:
9631           Fix up utils => pbutils here too.
9632
9633 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9634
9635         * gst/subparse/gstsubparse.c: (handle_buffer):
9636           Break out of loop in chain function as soon as possible if we get
9637           a non-OK flow return.
9638
9639 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9640
9641         * tests/check/elements/alsa.c: (GST_START_TEST):
9642         Unref the mixer if the state change fails too (if the
9643         alsa devices are inaccessible, for example)
9644
9645 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9646
9647         * tests/check/Makefile.am:
9648         Don't test libvisual elements in the states check, because libvisual
9649         seems to leak internally.
9650
9651         Re-enable the alsa and states tests now that there's new suppressions
9652         in gst.supp.
9653
9654         * tests/check/elements/alsa.c: (GST_START_TEST):
9655         Don't leak the alsamixer we instantiated.
9656
9657 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9658
9659         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9660         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9661         (gst_ximagesink_finalize):
9662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9663         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9664         Move some cleanup stuff from the state change handler into a _reset()
9665         function that can be called from _finalize(). This ensures that things
9666         get freed even if (for some reason) the NULL->READY state transition
9667         fails in the parent class.
9668         Even if a parent state change fails, process our downward state change
9669         logic instead of bailing out early.
9670         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9671
9672 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9673
9674         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9675         Extra log line.
9676
9677         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9678         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9679         Use pango_font_description_set_family_static instead of 
9680         pango_font_description_set_family to save a string copy (it was
9681         leaking due to the strdup anyway)
9682
9683         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9684         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9685         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9686         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9687         Chain up in finalize.
9688
9689 2007-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9690
9691         * gst-libs/gst/interfaces/mixertrack.c:
9692         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9693         (gst_mixer_track_set_property):
9694           API: add "untranslated-label" property which should be set by
9695           implementations at construct time (#414645).
9696
9697         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9698         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9699           Set "untranslated-label" when constructing mixer track objects.
9700
9701         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9702           Unit test to check the above.
9703
9704 2007-03-07  Wim Taymans  <wim@fluendo.com>
9705
9706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9707         Fix confusing debug message.
9708
9709 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9710
9711         * gst-plugins-base.doap:
9712         update doap file with new version
9713
9714 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9715
9716         * configure.ac:
9717         Back to CVS
9718
9719 === release 0.10.12 ===
9720
9721 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9722
9723         * configure.ac:
9724           releasing 0.10.12, "Zombie Horde"
9725
9726 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9727
9728         * configure.ac:
9729         Bump version to 0.10.11.4 pre-release
9730
9731 2007-03-06  Wim Taymans  <wim@fluendo.com>
9732
9733         * gst-libs/gst/audio/gstbaseaudiosink.c:
9734         (gst_base_audio_sink_async_play):
9735         Fix regression that made GStreamer skip the first samples of audio.
9736         Fixes #414684.
9737
9738 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9739
9740         * configure.ac:
9741         Bump version to 0.10.11.3 pre-release
9742
9743 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9744
9745         * po/POTFILES.in:
9746           Update paths for the rename from utils to pbutils to fix the build.
9747
9748 2007-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9749
9750         * gst-libs/gst/pbutils/Makefile.am:
9751           Change directory to install headers in from gst/utils to gst/pbutils
9752           as well.
9753
9754 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9755
9756         * configure.ac:
9757         * docs/libs/gst-plugins-base-libs-docs.sgml:
9758         * docs/libs/gst-plugins-base-libs-sections.txt:
9759         * gst-libs/gst/Makefile.am:
9760         * gst-libs/gst/interfaces/mixer.c:
9761         * gst-libs/gst/pbutils/Makefile.am:
9762         * gst-libs/gst/pbutils/descriptions.c:
9763         (gst_pb_utils_get_source_description),
9764         (gst_pb_utils_get_sink_description),
9765         (gst_pb_utils_get_decoder_description),
9766         (gst_pb_utils_get_encoder_description),
9767         (gst_pb_utils_get_element_description),
9768         (gst_pb_utils_add_codec_description_to_tag_list),
9769         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9770         * gst-libs/gst/pbutils/descriptions.h:
9771         * gst-libs/gst/pbutils/install-plugins.c:
9772         * gst-libs/gst/pbutils/install-plugins.h:
9773         * gst-libs/gst/pbutils/missing-plugins.c:
9774         (gst_missing_uri_source_message_new),
9775         (gst_missing_uri_sink_message_new),
9776         (gst_missing_element_message_new),
9777         (gst_missing_decoder_message_new),
9778         (gst_missing_encoder_message_new),
9779         (gst_missing_plugin_message_get_description):
9780         * gst-libs/gst/pbutils/missing-plugins.h:
9781         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9782         * gst-libs/gst/pbutils/pbutils.h:
9783         * gst-libs/gst/utils/Makefile.am:
9784         * gst-libs/gst/utils/base-utils.c:
9785         * gst-libs/gst/utils/base-utils.h:
9786         * gst-libs/gst/utils/descriptions.c:
9787         * gst-libs/gst/utils/descriptions.h:
9788         * gst-libs/gst/utils/install-plugins.c:
9789         * gst-libs/gst/utils/install-plugins.h:
9790         * gst-libs/gst/utils/missing-plugins.c:
9791         * gst-libs/gst/utils/missing-plugins.h:
9792         * gst-plugins-base.spec.in:
9793         * gst/playback/Makefile.am:
9794         * gst/playback/gstdecodebin.c:
9795         * gst/playback/gstdecodebin2.c:
9796         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9797         (gen_source_element):
9798         * gst/playback/gstplaybin.c: (plugin_init):
9799         * tests/check/Makefile.am:
9800         * tests/check/libs/pbutils.c: (GST_START_TEST),
9801         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9802         * tests/check/libs/utils.c:
9803           rename utils to pbutils
9804
9805 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9806
9807         * docs/plugins/Makefile.am:
9808         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9810         * docs/plugins/inspect/plugin-decodebin2.xml:
9811         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9812         Add documentation for decodebin2 that indicates that the API
9813         is still unstable.
9814
9815 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9816
9817         * configure.ac:
9818         Update to 0.10.11.2 (0.10.12 pre-release)
9819
9820 2007-03-01  Wim Taymans  <wim@fluendo.com>
9821
9822         * gst-libs/gst/audio/gstbaseaudiosink.c:
9823         (gst_base_audio_sink_async_play):
9824         base time is irrelevant here.
9825
9826 2007-03-01  Wim Taymans  <wim@fluendo.com>
9827
9828         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9829         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9830         Improve debugging.
9831
9832         * gst-libs/gst/audio/gstbaseaudiosink.c:
9833         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9834         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9835         Improve latency and clock slaving calculations.
9836         Improve slave clock calibration.
9837
9838         * gst-libs/gst/audio/gstringbuffer.c:
9839         (gst_ring_buffer_commit_full):
9840         When we are asked to render N sample to 0 bytes, return N.
9841
9842 2007-03-01  Wim Taymans  <wim@fluendo.com>
9843
9844         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9845         (gst_alsasink_write), (gst_alsasink_reset):
9846         * ext/alsa/gstalsasink.h:
9847         Remove unused dispose function.
9848         Rename lock to not interfere with alsasrc lock.
9849
9850         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9851         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9852         (gst_alsasrc_read), (gst_alsasrc_reset):
9853         * ext/alsa/gstalsasrc.h:
9854         Implement finalize function.
9855         Use lock to protect alsa access.
9856         Implement _reset.
9857         Fine tune sw params.
9858
9859 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9860
9861         * configure.ac:
9862           Convert to new AG_GST style.
9863
9864 2007-02-28  Wim Taymans  <wim@fluendo.com>
9865
9866         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9867
9868         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9869         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9870         Fix race condition when rapidly switching visualisations in playbin.
9871         Fixes #401029.
9872
9873 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9874
9875         * tests/check/Makefile.am:
9876         Include local stuff before system installed things in LDFLAGS and
9877         CFLAGS.
9878
9879 2007-02-28  Wim Taymans  <wim@fluendo.com>
9880
9881         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9882         Improve debugging.
9883
9884 2007-02-28  Wim Taymans  <wim@fluendo.com>
9885
9886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9887         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9888         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9889         Fix duration and timestamping, taking latency into account.
9890         Implement latency query.
9891
9892 2007-02-28  Wim Taymans  <wim@fluendo.com>
9893
9894         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9895         (gst_audio_clock_new):
9896         Fix clock name.
9897
9898         * gst-libs/gst/audio/gstbaseaudiosink.c:
9899         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9900         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9901         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9902         (gst_base_audio_src_create):
9903         Improve latency query code.
9904         Use proper clock names.
9905
9906 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9907
9908         * tests/check/generic/states.c: (GST_START_TEST):
9909           Copy the states.c test from core again
9910         * tests/check/Makefile.am:
9911           ignore cdio and cdparanoiasrc
9912
9913 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9914
9915         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9916         (double_hq), (audio_convert_get_func_index), (check_default),
9917         (audio_convert_prepare_context), (audio_convert_convert):
9918           Also make valgrind happy and avoid copying data in some cases.
9919
9920 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9921
9922         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9923         (double_hq), (audio_convert_get_func_index),
9924         (audio_convert_prepare_context), (audio_convert_convert):
9925         * gst/audioconvert/gstaudioconvert.c:
9926         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9927         (gst_audio_convert_transform_caps):
9928         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9929         (audioconvert_suite):
9930           Don't run inplace if that overwrites source data as we go. Add more
9931           tests. Fixes #339837 even more.
9932
9933 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9934
9935         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9936         (msg_segment_done): Fix various seeking bugs (Slider was not
9937         updating when doing a non flushing seek, Reverse playback 
9938         on segment seek was wrong).
9939
9940 2007-02-26  Wim Taymans  <wim@fluendo.com>
9941
9942         * tests/examples/seek/seek.c: (stop_seek):
9943         When we stop scrubbing, don't leave the pipeline PLAYING when we
9944         requested a PAUSED state.
9945
9946 2007-02-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9947
9948         Patch by: RenĂ© Stadler <mail at renestadler de>
9949
9950         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9951           Parse date strings in vorbis comments that have an invalid (zero)
9952           month or day (#410396).
9953
9954         * tests/check/libs/tag.c: (GST_START_TEST):
9955           Test case for the above.
9956
9957 2007-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9958
9959         Patch by: LoĂ¯c Minier <lool+gnome at via ecp fr>
9960
9961         * configure.ac:
9962         * ext/alsa/Makefile.am:
9963         * gst/audiotestsrc/Makefile.am:
9964           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9965
9966 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9967
9968         * gst/playback/gstplaybin.c:
9969           Improve docs: point out that the application needs to assist playbin
9970           with buffering.
9971
9972 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9973
9974         * gst-libs/gst/utils/install-plugins.c:
9975         * gst-libs/gst/utils/missing-plugins.c:
9976         * tests/check/libs/utils.c: (missing_msg_check_getters):
9977           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9978           to just 'gstreamer'. Document the caps string component of the
9979           decoder/encoder detail a bit better, since not everyone will be
9980           familiar with the GStreamer media type/caps system (but they better
9981           enjoy nested itemized lists).
9982
9983 2007-02-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9984
9985         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9986         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9987           Fix copying of GstNetBuffer (would crash before, or at least lead to
9988           invalid memory access, #410772), for now by copying the GstBuffer copy
9989           code from the core over here so we can copy the GstBuffer fields on a
9990           provided buffer instance (of type GstNetBuffer in this case). Would be
9991           better to fix this with some support by the core though (and in the long
9992           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9993
9994         * tests/check/Makefile.am:
9995           Enable unit test for GstNetBuffer.
9996
9997 2007-02-22  Andy Wingo  <wingo@pobox.com>
9998
9999         * gst-libs/gst/audio/gstbaseaudiosink.c
10000         (gst_base_audio_sink_init): Disable pull-mode activation until we
10001         figure out how to make audio sinks go to PLAYING.
10002
10003 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10004
10005         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10006         (double_hq), (audio_convert_get_func_index),
10007         (audio_convert_prepare_context), (audio_convert_convert):
10008         * gst/audioconvert/audioconvert.h:
10009         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10010         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10011         * gst/audioconvert/gstchannelmix.h:
10012         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10013           Add float as an intermediate format, as well as float mixing. Enable
10014           test that was failing before. Fixes #339837
10015
10016 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10017
10018         * tests/examples/seek/seek.c: (do_seek):
10019         Undo the previous commit: -1 as a stop time implies that the stop
10020         time is the end of file, clearing any previously configured segment.
10021
10022 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10023
10024         * tests/examples/seek/seek.c: (do_seek):
10025         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10026
10027 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10028
10029         * gst/volume/gstvolume.c: (volume_process_int16),
10030         (volume_process_int16_clamp), (volume_set_caps):
10031           Unbreak volume, value remains gint.
10032
10033 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10034
10035         * gst/volume/gstvolume.c: (volume_choose_func),
10036         (volume_update_real_volume), (gst_volume_set_volume),
10037         (gst_volume_init), (volume_process_double), (volume_process_float),
10038         (volume_process_int16), (volume_process_int16_clamp),
10039         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10040         * gst/volume/gstvolume.h:
10041           Extend float audio support (double) and some int->uint cleanups.
10042
10043 2007-02-20  Edward Hervey  <edward@fluendo.com>
10044
10045         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10046         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10047         (sort_end_pads), (gst_decode_group_expose),
10048         (gst_decode_group_hide):
10049         Don't free groups from the streaming threads. Just put them aside and
10050         free them in dispose.
10051
10052 2007-02-20  Edward Hervey  <edward@fluendo.com>
10053
10054         * gst/playback/gstdecodebin2.c: (connect_element),
10055         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10056         (sort_end_pads), (gst_decode_group_expose):
10057         Handle dynamic pads within groups.
10058         Sort pads before exposing them in order to make playbin happy.
10059         There still is a race with the multiqueue filling up. This should be
10060         solved separately.
10061         Fixes #398721
10062
10063 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10064
10065         * gst-libs/gst/utils/base-utils.c:
10066         * gst-libs/gst/utils/descriptions.c:
10067         * gst-libs/gst/utils/install-plugins.c:
10068         * gst-libs/gst/utils/missing-plugins.c:
10069           Some more docs (and descriptions for two subtitle formats).
10070
10071 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10072
10073         * gst-libs/gst/audio/audio.c:
10074           Fix documentation.
10075
10076 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10077
10078         Patch by: Yves Lefebvre  <ivanohe abacom com>
10079
10080         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10081           Don't leak caps. Fixes #408278.
10082
10083 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10084
10085         * ext/cdparanoia/gstcdparanoiasrc.h:
10086         * ext/ogg/gstoggdemux.h:
10087         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10088         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10089         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10090         * gst-libs/gst/audio/audio.h:
10091         * gst-libs/gst/audio/gstaudiofilter.h:
10092         * gst-libs/gst/interfaces/videoorientation.h:
10093         * gst/adder/gstadder.h:
10094           More docs coverage and some ChangeLog surgery (add missing names)
10095
10096 2007-02-15  Wim Taymans  <wim@fluendo.com>
10097
10098         * sys/ximage/ximagesink.c:
10099         (gst_ximagesink_calculate_pixel_aspect_ratio):
10100         * sys/xvimage/xvimagesink.c:
10101         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10102         Small constifications.
10103
10104 2007-02-15  Wim Taymans  <wim@fluendo.com>
10105
10106         * gst-libs/gst/audio/gstbaseaudiosink.c:
10107         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10108         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10109         (gst_base_audio_sink_async_play),
10110         (gst_base_audio_sink_change_state):
10111         Answer latency query.
10112         Use configured latency when syncing.
10113         Fix clock slaving.
10114
10115         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10116         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10117         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10118         Fix possible memleak.
10119         Implement latency query.
10120         Small cleanups.
10121
10122 2007-02-15  Wim Taymans  <wim@fluendo.com>
10123
10124         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10125         Ignore errors in reset, these are not fatal. They also grab the element
10126         lock which is already taking when this function is called. Fixes
10127         #405451.
10128
10129 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10130
10131         * configure.ac:
10132           Remove 'tests/examples/xerror/Makefile' from output files again.
10133
10134 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10135
10136         * configure.ac:
10137         * docs/plugins/Makefile.am:
10138           Also crossref against gst-plugins-base-libs.
10139
10140 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10141
10142         * configure.ac:
10143         * docs/libs/Makefile.am:
10144         * docs/plugins/Makefile.am:
10145           Add crossreferences to glib/gobject/gstream docs.
10146
10147         * gst-libs/gst/audio/audio.h:
10148           Source formatting.
10149
10150         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10151           Add own debug category.
10152
10153 2007-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10154
10155         Patch by: RenĂ© Stadler <mail at renestadler de>
10156
10157         * gst-libs/gst/tag/gstvorbistag.c:
10158           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10159           (#403597).
10160
10161 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10162
10163         * gst/playback/gstplaybasebin.c: (setup_source):
10164           When we have external subtitles and wait for the subtitle decodebin
10165           to get up and running, we set up a (sync) bus handler for the
10166           subtitle decodebin, so we can stop waiting when it posts an error
10167           message. However, we should do that before we set the subtitle
10168           decodebin's state to playing, otherwise things are racy and we might
10169           miss error messages posted before we had a chance to set up the bus.
10170           This should finally fix totem hanging on .txt pseudo-subtitle files.
10171           
10172 2007-02-10  SĂ©bastien Moutte  <sebastien at moutte dot net>
10173
10174         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10175           Use gst_gdouble_to_guint64 for conversions.
10176         * win32/common/config.h.in:
10177           Add a define for GST_INSTALL_PLUGINS_HELPER
10178         * win32/common/libgstaudio.def:
10179         * win32/common/libgstcdda.def:
10180         * win32/common/libgstnetbuffer.def:
10181         * win32/common/libgstrtp.def:
10182         * win32/common/libgutils.def:
10183           Add new exported functions.
10184         * win32/vs6/gst_plugins_base.dsw:
10185         * win32/vs6/libgstdecodebin.dsp:
10186         * win32/vs6/libgstnetbuffer.dsp:
10187         * win32/vs6/libgstplaybin.dsp:
10188         * win32/vs6/libgstrtp.dsp:
10189         * win32/vs6/libgstvorbis.dsp:
10190         * win32/vs6/libgstcdda.dsp:
10191         * win32/vs6/libgstgdp.dsp:
10192         * win32/vs6/libgstutils.dsp:
10193           Update and add new project files.
10194
10195 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10196
10197         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10198         (subrip_remove_unhandled_tags), (parse_subrip):
10199           For SubRip (.srt) subtitles, ignore all markup tags we don't
10200           handle (like font tags, for example).
10201
10202         * tests/check/elements/subparse.c:
10203           Add test for this.
10204
10205 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10206
10207         * gst/playback/gstdecodebin.c: (add_fakesink),
10208         (gst_decode_bin_change_state):
10209         * gst/playback/gstdecodebin2.c: (add_fakesink),
10210         (gst_decode_bin_change_state):
10211           Don't error out if there is no fakesink in the NULL to READY state
10212           change, since when decodebin is re-used, we're only adding the
10213           fakesink element in READY to PAUSED.
10214
10215         * tests/check/elements/decodebin.c:
10216         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10217         (decodebin_suite):
10218           Minimal unit test to make sure we can use the same decodebin
10219           instance twice (at least with audiotestsrc input).
10220
10221 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10222
10223         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10224           Try to get devic-name from device string first, and from handle only
10225           as fallback (seems to yield better results and is more robust
10226           against buggy probing code on the application side).
10227
10228 2007-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10229
10230         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10231
10232         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10233         (gst_alsa_find_device_name):
10234         * ext/alsa/gstalsa.h:
10235         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10236         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10237           Improve device-name detection a bit, especially in the case where
10238           the device is not actually open (#405020, #405024). Move common code
10239           into gstalsa.c instead of duplicating it.
10240
10241 2007-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10242
10243         * gst/audioconvert/gstaudioconvert.c:
10244           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10245
10246 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10247
10248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10249         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10250         (gst_xvimagesink_interface_supported),
10251         (gst_xvimagesink_probe_get_properties),
10252         (gst_xvimagesink_probe_probe_property),
10253         (gst_xvimagesink_probe_needs_probe),
10254         (gst_xvimagesink_probe_get_values),
10255         (gst_xvimagesink_property_probe_interface_init),
10256         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10257         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10258         (gst_xvimagesink_get_type):
10259         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10260         for XVAdaptors so that one can choose the adaptor to use with 
10261         gstreamer-properties.
10262
10263 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10264
10265         * gst/audioconvert/gstaudioconvert.c:
10266           Also mention that a conversion from double to float is suboptimal still.
10267
10268 2007-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10269
10270         * gst-libs/gst/audio/gstaudiofilter.c:
10271         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10272           Clear our formats structure and free the caps contained in it when
10273           shutting down.
10274
10275 2007-02-05  Andy Wingo  <wingo@pobox.com>
10276
10277         * gst-libs/gst/audio/gstbaseaudiosink.c
10278         (gst_base_audio_sink_callback): Update basesink->offset so that we
10279         pull monotonically increasing offsets instead of, um, seeking back
10280         to 0 each time. Fixes alsasrc ! alsasink!
10281
10282 2007-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10283
10284         * gst/videoscale/gstvideoscale.c:
10285           A width and height of 1 makes us crash, so increase minimum size to
10286           2x2 pixels until someone feels like fixing this (#404512).
10287
10288 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10289
10290         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10291           Add small test to make sure request pads are cleaned up properly
10292           even if oggmux never changes state out of NULL.
10293
10294 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10295
10296         * tests/check/libs/utils.c: (GST_START_TEST):
10297           Fix unit test. Turns out things work much better when you
10298           NULL-terminate string arrays. Should make p5 build bot happy again.
10299
10300 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10301
10302         * gst-libs/gst/audio/Makefile.am:
10303         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10304         (gst_audio_filter_template_base_init),
10305         (gst_audio_filter_template_class_init),
10306         (gst_audio_filter_template_init),
10307         (gst_audio_filter_template_set_property),
10308         (gst_audio_filter_template_get_property),
10309         (gst_audio_filter_template_setup),
10310         (gst_audio_filter_template_filter),
10311         (gst_audio_filter_template_filter_inplace), (plugin_init):
10312           Oops, forgot to commit fixed-up example.
10313
10314 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10315
10316         * docs/libs/gst-plugins-base-libs-sections.txt:
10317         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10318         (gst_audio_filter_class_init), (gst_audio_filter_init),
10319         (gst_audio_filter_set_caps),
10320         (gst_audio_filter_class_add_pad_templates):
10321         * gst-libs/gst/audio/gstaudiofilter.h:
10322           Port GstAudioFilter to 0.10. This change technically breaks
10323           API and ABI (and thus also every library developer's heart),
10324           but seems justifiable on the grounds that the base class was
10325           completely unusable before (ie. would crash immediately when
10326           actually used). Fixes #403963 (and eventually also #403572).
10327           Also document all of this a bit.
10328
10329 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10330
10331         * gst-libs/gst/utils/install-plugins.c:
10332         (gst_install_plugins_spawn_child):
10333         * tests/check/libs/utils.c:
10334         (test_base_utils_install_plugins_do_callout):
10335           Lowering log level to see why things fail on the p5 build bot;
10336           fix some typos in unit test messages.
10337
10338 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10339
10340         * tests/check/libs/utils.c:
10341         (test_base_utils_install_plugins_do_callout):
10342           Don't hard-code temp directory for test helper; use GLib functions
10343           to write out file and do error checking etc.
10344
10345 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10346
10347         * gst-libs/gst/utils/Makefile.am:
10348         * gst-libs/gst/utils/base-utils.h:
10349         * gst-libs/gst/utils/install-plugins.c:
10350         (gst_install_plugins_context_set_xid),
10351         (gst_install_plugins_context_new),
10352         (gst_install_plugins_context_free),
10353         (gst_install_plugins_get_helper),
10354         (gst_install_plugins_spawn_child),
10355         (gst_install_plugins_return_from_status),
10356         (gst_install_plugins_installer_exited),
10357         (gst_install_plugins_async), (gst_install_plugins_sync),
10358         (gst_install_plugins_return_get_name),
10359         (gst_install_plugins_installation_in_progress):
10360         * gst-libs/gst/utils/install-plugins.h:
10361           API: add API for applications to initiate installation of missing
10362           plugins, ie. gst_install_plugins_async() primarily.
10363           Based on libgimme-codec by Ryan Lortie.
10364
10365         * configure.ac:
10366           Add --with-install-plugins-helper configure option so distros can specify
10367           the path of the helper script or program to call when plugin installation
10368           is requested (distros: please do any argument munging in this helper
10369           script instead of patching GStreamer to pass arguments differently
10370           to another program directly).
10371
10372         * docs/libs/gst-plugins-base-libs-docs.sgml:
10373         * docs/libs/gst-plugins-base-libs-sections.txt:
10374           Build and document new API.
10375
10376         * tests/check/libs/utils.c: (result_cb),
10377         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10378         (libgstbaseutils_suite):
10379           Some simple checks for the new API.
10380
10381 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10382
10383         * tests/check/elements/audioconvert.c: (test_float_conversion):
10384           Add small test for 32bit float <=> 64bit float conversion (works
10385           only one way so far, 32=>64 produces structured noise).
10386
10387 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10388
10389         * gst/audioconvert/gstaudioconvert.c:
10390         (set_structure_widths_32_and_64), (make_lossless_changes):
10391           We don't support floats with a width of 40, 48 or 56 bits.
10392
10393 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10394
10395         * gst/audioconvert/audioconvert.c: (float), (double),
10396         (audio_convert_get_func_index):
10397         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10398         (make_lossless_changes):
10399           Support for 64-bit float audio in audioconvert (#339837)
10400
10401 2007-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10402
10403         Patch by: Holger Wansing  <linux wansing-online de>
10404
10405         * po/LINGUAS:
10406         * po/de.po:
10407           Add German translation (#352069).
10408
10409 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10410
10411         reviewed by: Wim Taymans <wim@fluendo.com>
10412
10413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10414         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10415         Use newly added GstCollectPads API to free the allocated resources in
10416         the GstOggPad structures (#402393).
10417
10418 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10419
10420         * gst/playback/gstplaybin.c: (gen_vis_element):
10421           Add audioresample+audioconvert in front of the visualisation
10422           element, so that elements like libvisual 0.4 that don't support all
10423           samplerates can work.
10424
10425           Fixes: #402505
10426
10427 2007-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10428
10429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10430         (gst_play_base_bin_get_streaminfo_value_array):
10431           Take some locks and make a copy of the streaminfo value array we
10432           maintain while holding the lock, so that the application can
10433           retrieve the stream-info as a value array in a thread-safe way.
10434
10435 2007-01-30  Wim Taymans  <wim@fluendo.com>
10436
10437         * gst/audioconvert/gstaudioconvert.c:
10438         Don't fail on 0 sized buffers. Fixes #396835.
10439
10440 2007-01-29  David Schleef  <ds@schleef.org>
10441
10442         * gst/typefind/gsttypefindfunctions.c:
10443           Detect BBCD as video/x-dirac, so we can play raw dirac
10444           streams.
10445
10446 2007-01-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10447
10448         * ext/theora/theoraenc.c: (theora_enc_chain):
10449           Check return value of theora_encode_header(), or we might try to
10450           allocate a random number of bytes. theora_encode_header() can fail
10451           if libtheora has been compiled with encoding support disabled.
10452           Fixes #398110.
10453
10454 2007-01-29  Wim Taymans  <wim@fluendo.com>
10455
10456         * tests/check/gst/.cvsignore:
10457         Do as buildbot says.
10458
10459 2007-01-29  Wim Taymans  <wim@fluendo.com>
10460
10461         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10462         Fix strides in libvisual. Gst uses X strides.
10463         Inspired by: <ed at catmur dot co dot uk> and 
10464         <tim at centricular dot net>
10465         Fixes #401118.
10466
10467 2007-01-27  Wim Taymans  <wim@fluendo.com>
10468
10469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10470         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10471         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10472         (gst_ogg_demux_perform_seek),
10473         (gst_ogg_demux_bisect_forward_serialno),
10474         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10475         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10476         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10477         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10478         * ext/ogg/gstoggdemux.h:
10479         Properly propagate streaming errors when we are scanning the file for
10480         chains so that we don't crash when shut down. Might fix some crashers
10481         when quickly switching oggs in RB such as #332503 and #378436.
10482
10483 2007-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10484
10485         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10486           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10487           error code as well.
10488
10489 2007-01-25  Wim Taymans  <wim@fluendo.com>
10490
10491         * gst/playback/gstplaybasebin.c: (remove_source):
10492         Don't try to disconnect a signal from a finalized object.
10493
10494 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10495
10496         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10497           Cast lock macro parameters to make sure we're actually accessing the
10498           lock member at the right class level. Free list itself in _dispose()
10499           as well and NULL it in case dispose gets called multiple times.
10500
10501 2007-01-25  Edward Hervey  <edward@fluendo.com>
10502
10503         * gst/playback/gstdecodebin2.c:
10504         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10505         Free GstDecodeGroups no longer used.
10506         (gst_decode_group_expose):
10507         Don't unlock too many times !
10508         (deactivate_free_recursive):
10509         Free iterator once we're done with it.
10510         Fix for recursively deactivating elements (stop at ghostpads).
10511
10512 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10513
10514         * gst/playback/gstplaybin.c: (handoff):
10515           Fix up caps on the frame buffer before we save it and potentially
10516           make it accessible to other threads via g_object_get; also use
10517           gst_buffer_replace() instead of gst_mini_object_replace().
10518
10519 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10520
10521         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10522           Make getting the current frame thread-safe.
10523
10524 2007-01-25  Edward Hervey  <edward@fluendo.com>
10525
10526         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10527         (gst_decode_group_new), (gst_decode_group_free):
10528         Set queues to bigger sizes to cope with HD contents.
10529         Fix some mutex freeing and add comment about MT safe methods.
10530
10531 2007-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10532
10533         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10534         (gst_text_overlay_text_event):
10535           Don't unnecessarily ref (and then leak) upstream events if the text
10536           pad is not linked. Fixes #399948.
10537
10538         * tests/check/gst-plugins-base.supp:
10539           Add suppression for pango on edgy/x86 for textoverlay test.
10540
10541 2007-01-24  Wim Taymans  <wim@fluendo.com>
10542
10543         * gst-libs/gst/rtp/gstrtpbuffer.h:
10544         Add some more fixed payloads.
10545
10546 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10547
10548         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10549           Error out properly if we get an error from libogg while reading the
10550           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10551
10552 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10553
10554         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10555           Don't leak mutex.
10556
10557         * tests/check/elements/playbin.c:
10558         (test_sink_usage_video_only_stream),
10559         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10560         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10561         (test_missing_suburisource_handler),
10562         (test_missing_primary_decoder), (playbin_suite):
10563           Run all tests once with decodebin and once with decodebin2.
10564           One test does not pass yet with decodebin2.
10565
10566 2007-01-23  Edward Hervey  <edward@fluendo.com>
10567
10568         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10569         Fix the cases where oggmux doesn't properly figure out that all
10570         sinkpads have gone EOS, and therefore doesn't push out the remaining
10571         buffers and the final EOS event.
10572         Fixes #363379
10573
10574 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10575
10576         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10578         Don't lock on navigation event push, just on keysym to string.
10579         Fixes #397673 again.
10580
10581 2007-01-22  Edward Hervey  <edward@fluendo.com>
10582
10583         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10584         (get_current_group), (group_demuxer_event_probe),
10585         (gst_decode_group_expose), (deactivate_free_recursive),
10586         (gst_decode_group_free):
10587         Cleanups.
10588         Don't forget to emit 'no-more-pads' once a group is exposed.
10589         Cleanup elements from a DecodeGroup once we remove it.
10590         Protect call to gst_decode_group_expose() with the decodebin lock.
10591
10592 2007-01-22  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         Looking at Xorg code i can't figure out if that XKeysymToString
10597         function is thread sensible or not. Lock it just in case as
10598         recommended by Radek Doulik <rodo at ximian dot com>.
10599
10600 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10601
10602         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10604         Lock that X Call as well. Fixes #397673.
10605
10606 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10607
10608         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10609           Don't go into an endless loop if the file starts with 00 00 01 2X,
10610           like quicktime redirect files might. Fixes #396042.
10611
10612         * tests/check/Makefile.am:
10613         * tests/check/gst/.cvsignore:
10614         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10615         (typefindfunctions_suite):
10616           Add unit test for the above.
10617
10618 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10619
10620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10621           On second thought, use "depth" field rather than "bpp" field.
10622
10623 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10624
10625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10626           Camtasia caps apparently need a bpp field (#398875).
10627
10628 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10629
10630         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10631         (gen_source_element), (gst_play_base_bin_change_state):
10632           Attempt at a better error message in case we don't have the required
10633           URI handler installed; post missing-plugin message also when we're
10634           missing an URI handler for the subtitle URI; clean up properly also
10635           when an error occurs and we never made it to PAUSED state.
10636
10637         * tests/check/elements/playbin.c: (GST_START_TEST),
10638         (playbin_suite):
10639           Check that we're also getting a missing-plugin messsage for a
10640           missing subtitle URI handler (and clean up properly).
10641
10642 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10643
10644         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10645           Plug a few reference leaks.
10646
10647 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10648
10649         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10650           Lower probability a bit if the marker isn't right at the start,
10651           to decrease the chance of false positives.
10652
10653 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10654
10655         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10656           Small mpeg2 system stream typefinding improvement: make typefinder
10657           probe a bit into the stream instead of just looking for a marker
10658           at the beginning. Fixes #397810.
10659
10660 2007-01-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10661
10662         * gst/audioconvert/gstchannelmix.c:
10663           Remove compatibility cruft for prehistoric GLib versions.
10664
10665 2007-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10666
10667         * gst/playback/Makefile.am:
10668         * gst/playback/gstdecodebin.c: (close_pad_link):
10669         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10670         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10671         (gst_play_base_bin_handle_message_func), (unknown_type):
10672           Let decodebin be the element to post missing-plugin messages for
10673           missing decoders (rather than playbin); make playbin implement
10674           GstBin::handle_message so we can suppress missing-plugin messages
10675           for types we're not handling on purpose (don't want to bring up an
10676           installer in those cases).
10677
10678 2007-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10679
10680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10681         * gst-libs/gst/tag/gstvorbistag.c:
10682         (gst_tag_list_to_vorbiscomment_buffer):
10683         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10684           Fix potentially unaligned access (#397207).
10685
10686 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10687
10688         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10689         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10690         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10691         (main):
10692           Allow to toggle looping while it plays. Fix callback prototype. Clean
10693           up code a bit more. Add copyright header.
10694
10695 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10696
10697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10698           Red and blue mask was swapped (spotted by Dan Williams).
10699
10700 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10701
10702         * gst-libs/gst/tag/gstid3tag.c:
10703         * gst-libs/gst/tag/gstvorbistag.c:
10704           Use new beats-per-minute tag from core.
10705
10706 2007-01-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10707
10708         * po/POTFILES.in:
10709           Add new files with translatable strings, so they actually make it
10710           into the template file one day.
10711
10712 2007-01-12  Andy Wingo  <wingo@pobox.com>
10713
10714         * gst-libs/gst/audio/gstbaseaudiosink.c
10715         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10716         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10717         stuff, as the base class handles this now. Actually tell the ring
10718         buffer to start.
10719         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10720         How did this work before? Maybe I'm not as awesome a programmer as
10721         I think.
10722
10723         * gst-libs/gst/audio/gstbaseaudiosrc.c
10724         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10725         of a pad function.
10726
10727 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10728
10729         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10730           Remove more fields so that the application can better blacklist
10731           formats that have been tried before.
10732
10733 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10734
10735         * gst-libs/gst/audio/mixerutils.h:
10736           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10737           used when compiling with c++ compilers as well.
10738
10739 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10740
10741         * gst/typefind/gsttypefindfunctions.c:
10742           Fix comment.
10743
10744 2007-01-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10745
10746         * gst/playback/gstplaybin.c: (post_missing_element_message),
10747         (gen_video_element), (gen_text_element), (gen_audio_element),
10748         (gen_vis_element):
10749           Post missing-plugin messages also when we error out because
10750           converters, textoverlay or auto*sinks are missing (#161922).
10751
10752 2007-01-10  Wim Taymans  <wim@fluendo.com>
10753
10754         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10755         (is_demuxer_element), (new_caps):
10756         * gst/playback/gstplaybasebin.c: (source_new_pad):
10757         Fix the case where we try to ref a NULL element when we delay a link
10758         because of unfixed caps.
10759         Set the state of autoplugged decodebins to PAUSED.
10760         RTSP now works in playbin, we can remove it from the blacklist.
10761
10762 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10763
10764         * gst/playback/Makefile.am:
10765         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10766         (unknown_type), (setup_subtitle), (gen_source_element):
10767         * gst/playback/gstplaybin.c: (plugin_init):
10768           Post missing-plugin messages on the bus for missing sources and
10769           missing decoders/demuxers/depayloaders; fix error code used when
10770           we're missing an URI handler source; for media types that we are not
10771           handling on purpose at the moment, don't print "don't know how to
10772           handle xyz" messages to the terminal or post missing-plugin
10773           messages on the bus.
10774
10775         * tests/check/elements/playbin.c: (create_playbin),
10776         (GST_START_TEST), (gst_codec_src_uri_get_type),
10777         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10778         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10779         (gst_codec_src_init_type), (gst_codec_src_base_init),
10780         (gst_codec_src_create), (gst_codec_src_class_init),
10781         (gst_codec_src_init), (plugin_init), (playbin_suite):
10782           Add some tests for the missing-plugin stuff.
10783
10784 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10785
10786         * configure.ac:
10787         * gst-libs/gst/Makefile.am:
10788         * gst-libs/gst/utils/Makefile.am:
10789         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10790         * gst-libs/gst/utils/base-utils.h:
10791         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10792         (find_format_info), (caps_are_rtp_caps),
10793         (gst_base_utils_get_source_description),
10794         (gst_base_utils_get_sink_description),
10795         (gst_base_utils_get_decoder_description),
10796         (gst_base_utils_get_encoder_description),
10797         (gst_base_utils_get_element_description),
10798         (gst_base_utils_add_codec_description_to_tag_list),
10799         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10800         * gst-libs/gst/utils/descriptions.h:
10801         * gst-libs/gst/utils/missing-plugins.c:
10802         (missing_structure_get_type), (copy_and_clean_caps),
10803         (gst_missing_uri_source_message_new),
10804         (gst_missing_uri_sink_message_new),
10805         (gst_missing_element_message_new),
10806         (gst_missing_decoder_message_new),
10807         (gst_missing_encoder_message_new),
10808         (missing_structure_get_string_detail),
10809         (missing_structure_get_caps_detail),
10810         (gst_missing_plugin_message_get_installer_detail),
10811         (gst_missing_plugin_message_get_description),
10812         (gst_is_missing_plugin_message):
10813         * gst-libs/gst/utils/missing-plugins.h:
10814           API: add new libgstbaseutils library with functions
10815           - to create and parse missing-plugins messages
10816           - that provide (translated) descriptions for caps/decoders/sources/etc.
10817           Closes #392393.
10818
10819         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10820         * pkgconfig/gstreamer-plugins-base.pc.in:
10821           Add new lib.
10822
10823         * docs/libs/gst-plugins-base-libs-docs.sgml:
10824         * docs/libs/gst-plugins-base-libs-sections.txt:
10825           Generate docs for new lib and API.
10826
10827         * tests/check/Makefile.am:
10828         * tests/check/libs/.cvsignore:
10829         * tests/check/libs/utils.c: (missing_msg_check_getters),
10830         (GST_START_TEST), (libgstbaseutils_suite):
10831           Add some basic unit tests.
10832
10833 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10834
10835         * ext/ogg/Makefile.am:
10836           Dist gstoggdemux.h to fix 'make distcheck'.
10837
10838         * sys/v4l/Makefile.am:
10839           Fix 'make distcheck' even more.
10840
10841 2007-01-09  Wim Taymans  <wim@fluendo.com>
10842
10843         * docs/plugins/Makefile.am:
10844         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10845         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10846         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10847         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10848         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10849         (gst_ogg_demux_perform_seek):
10850         * ext/ogg/gstoggdemux.h:
10851         Added docs.
10852         Add some more comments.
10853         Small cleanups.
10854
10855 2007-01-09  Wim Taymans  <wim@fluendo.com>
10856
10857         * ext/theora/theoradec.c:
10858         * ext/vorbis/vorbisdec.c:
10859         * gst-libs/gst/audio/gstringbuffer.c:
10860         (gst_ring_buffer_commit_full):
10861         * gst-libs/gst/audio/gstringbuffer.h:
10862         * gst-libs/gst/rtp/gstrtpbuffer.c:
10863         * gst-libs/gst/tag/gstvorbistag.c:
10864         Small documentation updates/fixes
10865
10866 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10867
10868         * configure.ac:
10869           Require core CVS HEAD for Andy's basesrc/sink API additions.
10870
10871 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10872
10873         Patch by: GĂ¼nter Thelen  <daedalus dot inc at gmx net>
10874
10875         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10876         (plugin_init):
10877           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10878           on flac.sf.net (there appear to be other versions of the first
10879           ogg page in the wild) (#391365).
10880
10881 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10882
10883         * configure.ac:
10884           Check if localtime_r() is available.
10885
10886         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10887           If localtime_r() is not available, fall back to localtime(). Should
10888           fix build on MingW (#393310).
10889
10890 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10891
10892         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10893         * gst/subparse/gstsubparse.h:
10894           Remove spurious 1000 subtrahend when calculating the timestamp from
10895           the frame number and the frame rate . Also, use the frames/second
10896           value specified in the first line of the file, if one is specified
10897           there. Should fix #357503.
10898
10899         * tests/check/elements/subparse.c: (do_test),
10900         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10901         (subparse_suite):
10902           Add some basic unit tests for the microdvd subtitle format.
10903
10904 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10905
10906         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10907
10908         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10909         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10910         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10911         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10912         (gst_xvimagesink_set_xwindow_id),
10913         (gst_xvimagesink_set_event_handling),
10914         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10915         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10916         Fixes: #390076.
10917         Add an adaptor property to select a specific XV adaptor.
10918         * sys/xvimage/xvimagesink.h:
10919
10920 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10921
10922         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10923         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10924         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10925         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10926         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10927         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10928         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10929         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10930         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10931         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10932         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10933         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10934         Use flow_lock much more to protect every access to xwindow.
10935         Try to catch erros while creating images in case some drivers are
10936         just generating an XError when the requested image is too big.
10937         Should fix : #354698, #384008, #384060.
10938         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10939         Implement some stress testing of setting window xid.
10940
10941 2007-01-07  SĂ©bastien Moutte  <sebastien@moutte.net>
10942
10943         * win32/common/libgsaudio.def:
10944           Add new exported function.
10945         * win32/common/libgstogg.dsp:
10946           Add gstoggaviparse.c to the build.
10947         * win32/common/libgstvideoscale.dsp:
10948           Add vs_4tap.c to the build.
10949         * win32/common/libgstvorbis.dsp:
10950           Add vorbistag.c to the build.
10951         
10952 2007-01-06  Andy Wingo  <wingo@pobox.com>
10953
10954         * gst-libs/gst/audio/gstbaseaudiosink.c
10955         (gst_base_audio_sink_class_init)
10956         (gst_base_audio_sink_init): 
10957         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10958         to baseaudiosink, and tell basesink that we can work in pull mode.
10959         This way the ring buffer thread drives the pipeline directly, if
10960         pull mode is possible. There is some lingering nastiness regarding
10961         capsnego, however.
10962         (gst_base_audio_sink_callback): Implement the callback to pull
10963         data. This interface is a bit light, though -- it should get a
10964         GstFlowReturn return value at least.
10965
10966 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10967
10968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10969         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10970         * gst/playback/gstdecodebin2.c:
10971         (gst_decode_group_check_if_blocked):
10972           Printf format and missing argument fixes.
10973
10974 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10975
10976         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10977         (gst_ogm_parse_change_state):
10978         Activate pads before adding them to the element.
10979
10980 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10981
10982         * tests/examples/seek/scrubby.c: (main):
10983         * tests/examples/seek/seek.c: (main):
10984           Call g_thread_init() first thing in main() (see #391278).
10985
10986 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10987
10988         * tests/check/Makefile.am:
10989         * tests/check/libs/.cvsignore:
10990         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10991         (netbuffer_suite):
10992           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10993           for the time being, since it's broken, see #393099.
10994
10995 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10996
10997         * tests/check/Makefile.am:
10998           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10999
11000 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11001
11002         * configure.ac:
11003           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11004           so that GST_BASE_CFLAGS can go inbetween them, making sure
11005           we use uninstalled gst-libs headers
11006         * docs/libs/Makefile.am:
11007         * ext/alsa/Makefile.am:
11008         * ext/cdparanoia/Makefile.am:
11009         * ext/gnomevfs/Makefile.am:
11010         * ext/libvisual/Makefile.am:
11011         * ext/ogg/Makefile.am:
11012         * ext/theora/Makefile.am:
11013         * ext/vorbis/Makefile.am:
11014         * gst-libs/gst/audio/Makefile.am:
11015         * gst-libs/gst/cdda/Makefile.am:
11016         * gst-libs/gst/interfaces/Makefile.am:
11017         * gst-libs/gst/riff/Makefile.am:
11018         * gst-libs/gst/rtp/Makefile.am:
11019         * gst-libs/gst/tag/Makefile.am:
11020         * gst/adder/Makefile.am:
11021         * gst/audioconvert/Makefile.am:
11022         * gst/audiorate/Makefile.am:
11023         * gst/audioresample/Makefile.am:
11024         * gst/playback/Makefile.am:
11025         * gst/tcp/Makefile.am:
11026         * gst/videoscale/Makefile.am:
11027         * gst/volume/Makefile.am:
11028         * sys/ximage/Makefile.am:
11029         * sys/xvimage/Makefile.am:
11030         * tests/icles/Makefile.am:
11031           adapt
11032
11033 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11034
11035         * gst-libs/gst/interfaces/xoverlay.c:
11036         (gst_x_overlay_handle_events):
11037         * gst-libs/gst/interfaces/xoverlay.h:
11038         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11039         (gst_ximagesink_set_xwindow_id),
11040         (gst_ximagesink_set_event_handling),
11041         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11042         (gst_ximagesink_get_property), (gst_ximagesink_init),
11043         (gst_ximagesink_class_init):
11044         * sys/ximage/ximagesink.h:
11045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11046         (gst_xvimagesink_set_xwindow_id),
11047         (gst_xvimagesink_set_event_handling),
11048         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11049         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11050         (gst_xvimagesink_class_init):
11051         * sys/xvimage/xvimagesink.h:
11052         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11053         Add a method to the XOverlay interface to allow disabling of 
11054         event handling in x[v]imagesink elements. This will let X events
11055         propagate to parent windows which can be usefull in some cases.
11056         Be carefull that the application is then responsible of pushing
11057         navigation events and expose events to the video sink.
11058         Fixes: #387138.
11059
11060 2007-01-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11061
11062         * gst-libs/gst/tag/gstvorbistag.c:
11063         * tests/check/libs/tag.c: (GST_START_TEST):
11064           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11065           (fixes #392070).
11066
11067 2007-01-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11068
11069         * configure.ac:
11070         * docs/Makefile.am:
11071         * docs/design/Makefile.am:
11072           Dist design docs.
11073
11074 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11075
11076         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11077         typo. Fixes: #390063.
11078
11079 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11080
11081         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11083         caps leak.
11084         * win32/common/config.h: Updated.
11085
11086 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11087
11088         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11089         (setup_gdpdepay_streamheader):
11090         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11091         (setup_gdppay_streamheader):
11092           Fix the dp tests, but activating the pads for the streamheader tests
11093           too and cleaning up conditionaly
11094
11095 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11096
11097         * gst/ffmpegcolorspace/avcodec.h:
11098         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11099         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11100         (gst_ffmpegcsp_avpicture_fill):
11101         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11102         (img_get_alpha_info):
11103         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11104         other end of the word. Fixes: #387073.
11105
11106         Add some inconsequential branch hints in a couple of places.
11107
11108 2006-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11109
11110         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11111         (gst_ffmpeg_caps_to_smpfmt):
11112           The "signed" field in raw audio caps is of boolean type, trying to
11113           extract the value with _get_int() will fail (fix to keep in sync with
11114           the copy in gst-ffmpeg)
11115
11116 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11117
11118         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11119         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11120         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11121         (cleanup_gdpdepay):
11122         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11123         * tests/check/elements/subparse.c: (teardown_subparse):
11124         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11125         * tests/check/elements/videorate.c: (cleanup_videorate):
11126         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11127         * tests/check/elements/volume.c: (cleanup_volume):
11128         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11129         (cleanup_vorbisdec):
11130         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11131         (cleanup_vorbistag):
11132           consistent pad (de)activation
11133
11134 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11135
11136         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11137           Forgot to register the extensions.
11138
11139 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11140
11141         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11142         (plugin_init):
11143           Add typefinder for VIVO files (my christmas present to the 90s).
11144
11145 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11146
11147         * gst/playback/gstdecodebin.c: (type_found):
11148           Special-case the text/plain media type: we only want to recognise it
11149           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11150           parser, but not if the entire stream is of text/plain type. If the
11151           entire stream is text/plain, we should just error out.
11152
11153           This fixes playback of audio files with lyrics in totem. Totem can't
11154           distinguish between text files and subtitle files and passes any
11155           .txt file with the same basename as the main file to playbin as
11156           suburi, and playbin will then throw a 'subtitle found, but no video
11157           stream' error, which isn't entirely helpful. See #380342.
11158
11159           Also, with this change we'll show a slightly more correct error
11160           message in case totem passes a playlist file to us (although a
11161           custom error message wording instead of the default text would
11162           probably not be a bad idea either).
11163
11164           Same problem also needs to be fixed for playbin+decodebin2.
11165
11166         * tests/check/Makefile.am:
11167         * tests/check/elements/decodebin.c: (src_handoff_cb),
11168         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11169         (decodebin_suite):
11170           Add simple unit test for decodebin for the above.
11171
11172 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11173
11174         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11175         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11176           Refuse to change state to READY when we failed to create any of the
11177           required elements in our instance init function.
11178
11179 2006-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11180
11181         * docs/libs/gst-plugins-base-libs-sections.txt:
11182           Small docs fixes/updates.
11183
11184         * gst-libs/gst/video/gstvideosink.h:
11185           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11186           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11187           removed from the base sink API between 0.9.6 and 0.9.7).
11188           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11189           accessor macros, so we don't do a runtime GObject type check every
11190           time we use them.
11191
11192 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11193
11194         * Makefile.am:
11195         * gst-plugins-base.doap:
11196         * gst-plugins-base.spec.in:
11197           add doap file
11198
11199 2006-12-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11200
11201         Patch by: Jens Granseuer <jensgr at gmx net>
11202
11203         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11204         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11205         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11206         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11208           Declare variables at the beginning of a block. Fixes #383195.
11209
11210 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11211
11212         * configure.ac:
11213         Bump version nano - back to CVS.
11214
11215
11216 === release 0.10.11 ===
11217
11218 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11219
11220         * configure.ac:
11221           releasing 0.10.11, "Dumb things"
11222
11223 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11224
11225         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11226         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11227         Handle the case where an element has multiple pads with 
11228         unfixed caps as well as still possibly producing more dynamic 
11229         pads by storing each case as a distinct entry in the dynamic list.
11230         Fixes #38223 again.
11231
11232 2006-12-04  Wim Taymans  <wim@fluendo.com>
11233
11234         * gst/playback/gstdecodebin.c: (close_pad_link):
11235         Fix #382223, add more dynamic caps handling.
11236
11237 2006-12-04  Wim Taymans  <wim@fluendo.com>
11238
11239         * gst-libs/gst/audio/gstringbuffer.h:
11240         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11241         (gst_netaddress_set_ip4_interface),
11242         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11243         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11244         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11245         (gst_netaddress_get_ttl):
11246         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11247         * gst/playback/gstdecodebin.c: (close_pad_link):
11248         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11249         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11250         * win32/common/config.h:
11251
11252 2006-12-01  Michael Smith  <msmith@fluendo.com>
11253
11254         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11255           Delete bad debug code.
11256           Fixes #381219
11257
11258 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11259
11260         * gst/videoscale/vs_4tap.c:
11261         * win32/MANIFEST:
11262         * win32/common/config.h:
11263         * win32/vs8/libgstvideoscale.vcproj:
11264         Fix compilation on win32 under VS8
11265         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11266         Partially fixes #381175
11267
11268 2006-11-30  Michael Smith  <msmith@fluendo.com>
11269
11270         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11271         (GST_START_TEST):
11272           It would be very bad if, after a discont buffer, we thought every
11273           single following buffer was also discont. So, add to the test to
11274           ensure that this isn't the case.
11275           
11276         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11277           ... it was the case. So fix it.
11278
11279 2006-11-28  Wim Taymans  <wim@fluendo.com>
11280
11281         * gst/playback/gstplaybasebin.c: (check_queue_event):
11282         Improve debug.
11283
11284         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11285         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11286         padtemplate caps. Refixes #357577.
11287
11288 2006-11-28  Wim Taymans  <wim@fluendo.com>
11289
11290         * gst/playback/gstplaybasebin.c: (check_queue_event),
11291         (queue_threshold_reached), (queue_out_of_data),
11292         (gen_preroll_element):
11293         Add event probe to see when EOS is in a queue and we can disable the
11294         underrun signals. Fixes #357577.
11295
11296 2006-11-28  Edward Hervey  <edward@fluendo.com>
11297
11298         * gst/playback/Makefile.am:
11299         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11300         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11301         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11302         (gst_decode_bin_init), (gst_decode_bin_dispose),
11303         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11304         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11305         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11306         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11307         (connect_element), (expose_pad), (type_found),
11308         (pad_added_group_cb), (pad_removed_group_cb),
11309         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11310         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11311         (are_raw_caps), (multi_queue_overrun_cb),
11312         (multi_queue_underrun_cb), (gst_decode_group_new),
11313         (get_current_group), (group_demuxer_event_probe),
11314         (gst_decode_group_control_demuxer_pad),
11315         (gst_decode_group_control_source_pad),
11316         (gst_decode_group_check_if_blocked),
11317         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11318         (gst_decode_group_hide), (gst_decode_group_free),
11319         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11320         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11321         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11322         (plugin_init):
11323         New decodebin2 element.
11324         Closes #370092
11325         * gst/playback/gstplay-marshal.list:
11326         Added marshallers for new signals in decodebin2
11327         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11328         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11329         is set.
11330
11331 2006-11-28  Wim Taymans  <wim@fluendo.com>
11332
11333         * gst/playback/gstplaybasebin.c: (setup_source),
11334         (gst_play_base_bin_change_state):
11335         Disable rtsp:// uris for the release, it's not good enough yet.
11336         Remove unused var.
11337
11338 2006-11-26  Wim Taymans  <wim@fluendo.com>
11339
11340         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11341         (theora_dec_push_forward), (theora_dec_push_reverse),
11342         (theora_handle_data_packet), (theora_dec_decode_buffer),
11343         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11344         (theora_dec_chain_forward), (theora_dec_chain):
11345         Implement reverse playback.
11346
11347         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11348         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11349         (vorbis_dec_chain_forward):
11350         Clear buffers used for reverse playback in _reset.
11351         No need to set the eos flag, we clip samples using the segment.
11352
11353 2006-11-24  Wim Taymans  <wim@fluendo.com>
11354
11355         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11356         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11357         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11358         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11359         Some cleanups.
11360         Handle continued pages in reverse mode.
11361
11362 2006-11-24  Wim Taymans  <wim@fluendo.com>
11363
11364         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11365         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11366         (vorbis_dec_flush_decode):
11367         Small cleanups.
11368         Don't try to add invalid timestamps.
11369         Clipping will unref the buffer.
11370
11371 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11372
11373         * gst/adder/gstadder.h:
11374         * gst/audiotestsrc/gstaudiotestsrc.h:
11375           remove obsolete _factory_init protos
11376
11377 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11378
11379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11380           Fix spacing in debug message.
11381
11382 2006-11-23  Wim Taymans  <wim@fluendo.com>
11383
11384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11385         (gst_ogg_demux_chain):
11386         Don't just ignore return values from _pad_push().
11387         Small debug improvements.
11388
11389 2006-11-23  Michael Smith  <msmith@fluendo.com>
11390
11391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11392           If our incoming buffer is marked as DISCONT, then increment the page
11393           number (so that the discontinuity is marked in the final ogg
11394           bitstream) and flush the previous page.
11395
11396 2006-11-22  Michael Smith  <msmith@fluendo.com>
11397
11398         * ext/theora/gsttheoraenc.h:
11399         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11400         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11401         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11402         (theora_enc_chain), (theora_enc_change_state):
11403           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11404
11405         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11406         (GST_START_TEST), (theoraenc_suite):
11407           Enable discontinuity test, fix it.
11408
11409 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11410
11411         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11412         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11413         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11414         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11415         (gst_text_overlay_change_state):
11416         * ext/pango/gsttextoverlay.h:
11417           Some textoverlay fixes: for one, in the video chain function,
11418           actually wait for a text buffer to come in if there is none at the
11419           moment and there should be one; also, deal more gracefully with
11420           incoming buffers that do not have a timestamp or duration; discard
11421           text buffer when not needed any longer. Fixes #341681.
11422
11423         * tests/check/Makefile.am:
11424         * tests/check/elements/.cvsignore:
11425         * tests/check/elements/textoverlay.c:
11426         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11427         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11428         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11429         (test_video_waits_for_text_send_text_newsegment_thread),
11430         (test_video_waits_for_text_shutdown_element),
11431         (test_render_continuity_push_video_buffers_thread),
11432         (textoverlay_suite):
11433           Add some unit tests for textoverlay.
11434
11435 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11436
11437         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11438           Avoid integer underflow when the found probability for mp3 is
11439           smaller than the 'penalty' we subtract if there's not a clean
11440           mp3 header sync at offset 0.
11441
11442 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11443
11444         * docs/libs/gst-plugins-base-libs-sections.txt:
11445           Add some new symbols to the docs
11446
11447 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11448
11449         * tests/check/Makefile.am:
11450         * tests/check/elements/ffmpegcolorspace.c:
11451         (ffmpegcolorspace_suite):
11452           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11453           (for now not for valgrinding though, since it takes too long).
11454
11455 2006-11-20  Wim Taymans  <wim@fluendo.com>
11456
11457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11458         (gst_ffmpeg_pixfmt_to_caps):
11459         Fix RGBA32 caps. Fixes #357038.
11460
11461 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11462
11463         * gst-libs/gst/interfaces/mixertrack.h:
11464           Add FIXME so we can add some padding here in 0.11
11465
11466 2006-11-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11467
11468         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11469           Fix GstBaseRTPAudioPayload structure so the whole GObject
11470           inheritance business actually works (parent class instance structure
11471           must always come first in the derived class instance structure).
11472
11473 2006-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11474
11475         * gst/videotestsrc/Makefile.am:
11476         * tests/check/Makefile.am:
11477           Make sure our checks and the videotestsrc plugin link against the
11478           local uninstalled gst libs and not any installed gst libs that
11479           might happen to exist as well.
11480
11481         * tests/check/elements/adder.c: (message_received),
11482         (test_event_message_received), (test_play_twice_message_received):
11483         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11484           Fix compiler warnings when compiling against core with disabled
11485           debugging system.
11486
11487 2006-11-16  Michael Smith  <msmith@fluendo.com>
11488
11489         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11490         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11491           Fix audiorate, so that it accurately sets offsets and timestamps.
11492           Doesn't change the fundamental algorithmic decisions; so should be
11493           safe.
11494
11495         * tests/check/Makefile.am:
11496           Enable audiorate test now that it passes.
11497
11498 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11499
11500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11501           clear xv when going to NULL, remove // commented non-existant proto
11502
11503         * tests/examples/seek/seek.c: (main):
11504           add missing tooltip description for scrub and play_scrub
11505
11506 2006-11-14  David Schleef  <ds@schleef.org>
11507
11508         * configure.ac:
11509           Bump liboil requirement to 0.3.8.
11510         * gst-libs/gst/riff/riff-media.c:
11511           Add Dirac fourcc.
11512         * gst/videoscale/vs_image.h:
11513         * gst/videoscale/vs_scanline.h:
11514           Use liboil's stdint.h.
11515         * gst/videotestsrc/videotestsrc.c:
11516           Remove liboil related ifdef's, since they aren't needed now, and
11517           won't work with future versions.
11518
11519 2006-11-14  David Schleef  <ds@schleef.org>
11520
11521         * gst/videoscale/Makefile.am:
11522         * gst/videoscale/gstvideoscale.c:
11523         * gst/videoscale/gstvideoscale.h:
11524         * gst/videoscale/vs_4tap.c:
11525         * gst/videoscale/vs_4tap.h:
11526         * gst/videoscale/vs_image.c:
11527         * gst/videoscale/vs_image.h:
11528         * gst/videoscale/vs_scanline.c:
11529         * gst/videoscale/vs_scanline.h:
11530           Add a 4-tap image scaler.  Theoretically looks much prettier.
11531           The tap calculation could use some improvement.
11532
11533 2006-11-14  Wim Taymans  <wim@fluendo.com>
11534
11535         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11536
11537         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11538         (gst_riff_parse_strf_iavs):
11539         * gst/subparse/gstsubparse.c: (convert_encoding):
11540         * gst/tcp/gstmultifdsink.c:
11541         (gst_multi_fd_sink_handle_client_write):
11542         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11543         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11544         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11545         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11546         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11547         (gst_ximagesink_ximage_new):
11548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11549         Various gsize and gssize printf fixes. Fixes #372507.
11550
11551 2006-11-13  Wim Taymans  <wim@fluendo.com>
11552
11553         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11554         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11555         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11556         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11557         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11558         * ext/vorbis/vorbisdec.h:
11559         First stab at vorbis reverse playback.
11560
11561 2006-11-13  Wim Taymans  <wim@fluendo.com>
11562
11563         * gst-libs/gst/audio/gstbaseaudiosink.c:
11564         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11565         * gst-libs/gst/audio/gstbaseaudiosink.h:
11566         Make the clock sync code more accurate wrt resampling and playback
11567         at different rates.
11568         
11569         * gst-libs/gst/audio/gstringbuffer.c:
11570         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11571         * gst-libs/gst/audio/gstringbuffer.h:
11572         Use better algorithm to interpolate sample rates. 
11573
11574 2006-11-13  Michael Smith  <msmith@fluendo.com>
11575
11576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11577           Improve a debug line slightly.
11578
11579         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11580           Call gst_riff_init() in plugin_init, to avoid getting errors from
11581           the debug system (unrelated changes to another plugin made this turn
11582           up; not sure why).
11583
11584 2006-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11585
11586         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11587
11588         * win32/common/libgsttag.def:
11589           Add missing symbol (#366492).
11590
11591 2006-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11592
11593         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11594           Don't unref a NULL pad.
11595
11596 2006-11-09  Wim Taymans  <wim@fluendo.com>
11597
11598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11599         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11600         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11601         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11602         (gst_ogg_demux_loop):
11603         Implement first stab at reverse playback.
11604
11605 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11606
11607         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11608         (gst_riff_create_video_template_caps):
11609           add h263/h264 variants to the caps, Fixes #363118
11610
11611 2006-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11612
11613         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11614         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11615           Use g_strerror instead of strerror so we get UTF-8.
11616
11617 2006-11-03  David Schleef  <ds@schleef.org>
11618
11619         * ext/ogg/gstoggdemux.c:
11620         * ext/ogg/gstoggmux.c:
11621           Add/remove KW-DIRAC header here, since it is ogg-specific.
11622
11623 2006-11-03  Michael Smith  <msmith@fluendo.com>
11624
11625         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11626           Recognise more mpeg4 elementary video streams.
11627
11628 2006-11-02  Edward Hervey  <edward@fluendo.com>
11629
11630         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11631         Lower the probability of mp3 typefinding functions if we don't find a
11632         valid mp3 header at the start of the file.
11633         Closes #369482
11634
11635 2006-11-02  Wim Taymans  <wim@fluendo.com>
11636
11637         * ext/theora/gsttheoradec.h:
11638         * ext/theora/theoradec.c: (gst_theora_dec_init),
11639         (theora_dec_sink_event), (theora_dec_chain_forward),
11640         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11641         (theora_dec_chain):
11642         Document and partially implement an algorithm for doing reverse playback
11643         of theora video.
11644
11645 2006-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11646
11647         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11648
11649         * win32/common/config.h:
11650         * win32/common/interfaces-enumtypes.c:
11651         * win32/common/libgsttag.def:
11652         * win32/vs8/gst-plugins-base.sln:
11653         * win32/vs8/libgstaudioresample.vcproj:
11654         * win32/vs8/libgstinterfaces.vcproj:
11655         * win32/vs8/libgstogg.vcproj:
11656         * win32/vs8/libgstriff.vcproj:
11657         * win32/vs8/libgsttag.vcproj:
11658         * win32/vs8/libgsttheora.vcproj:
11659         * win32/vs8/libgstvideoscale.vcproj:
11660         * win32/vs8/libgstvorbis.vcproj:
11661           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11662           to libgsttag.def; add missing dependencies for some vs8 projects;
11663           re-arrange placement of .def files in vs8 projects (#366334).
11664
11665 2006-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11666
11667         * ext/ogg/gstogg.c:
11668           Remove unused variable.
11669
11670         * ext/ogg/gstoggdemux.c:
11671           Fix Wim's surname in plugin description.
11672
11673 2006-10-31  Wim Taymans  <wim@fluendo.com>
11674
11675         * gst-plugins-base.spec.in:
11676         spec new .h file. Fixes #368310.
11677
11678 2006-10-31  Michael Smith  <msmith@fluendo.com>
11679
11680         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11681         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11682         (gst_multi_fd_sink_get_stats),
11683         (gst_multi_fd_sink_remove_client_link),
11684         (gst_multi_fd_sink_queue_buffer),
11685         (gst_multi_fd_sink_handle_clients):
11686         * gst/tcp/gstmultifdsink.h:
11687           Make using the remove or clear signals threadsafe.
11688           Make calling get-stats with an invalid fd not segfault.
11689           Fixes 368273.
11690
11691 2006-10-31  Wim Taymans  <wim@fluendo.com>
11692
11693         * gst-libs/gst/rtp/Makefile.am:
11694         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11695         (gst_base_rtp_audio_payload_init):
11696         Fix and activate base audio payloader.
11697
11698 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11699
11700         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11701         (plugin_init):
11702           Add typefinder for QuickTime Image Files (see #366156).
11703
11704 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11705
11706         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11707           Another typo fix (#366212).
11708
11709 2006-10-27  Wim Taymans  <wim@fluendo.com>
11710
11711         * gst/volume/gstvolume.c: (volume_transform_ip):
11712         Use stream time to synchronize volume property instead of rather random
11713         timestamps. This is needed when gnonlin does its time shifting.
11714
11715 2006-10-27  Wim Taymans  <wim@fluendo.com>
11716
11717         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11718
11719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11720         Remove the pad from the element in release_pad. Fixes #364812.
11721
11722 2006-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11723
11724         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11726           Explicitly create our custom buffer classes at a thread-safe
11727           location as well, since g_type_class_ref() doesn't seem to be
11728           entirely thread-safe either (#365501; also see #349410).
11729
11730 2006-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11731
11732         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11733         (gst_riff_parse_info):
11734           If strings in INFO chunk are not UTF-8, do something similar to
11735           what we do for ID3v1 tags: check a number of environment variables
11736           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11737           character sets to try, otherwise try the current locale and/or fall
11738           back on ISO-8859-1. Fixes #360552.
11739
11740 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11741
11742         * gst/videotestsrc/gstvideotestsrc.c:
11743         (gst_video_test_src_pattern_get_type),
11744         (gst_video_test_src_set_pattern):
11745         * gst/videotestsrc/gstvideotestsrc.h:
11746         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11747         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11748         (gst_video_test_src_checkers8):
11749         * gst/videotestsrc/videotestsrc.h:
11750           Add a bunch of exciting new checkers patterns.
11751
11752 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11753
11754         * gst/subparse/Makefile.am:
11755         * gst/subparse/gstsubparse.c:
11756         (gst_sub_parse_data_format_autodetect),
11757         (gst_sub_parse_format_autodetect), (handle_buffer),
11758         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11759         * gst/subparse/gstsubparse.h:
11760         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11761         (parse_tmplayer):
11762         * gst/subparse/tmplayerparse.h:
11763           Add support for TMPlayer-type subtitles (#362845).
11764
11765         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11766         (GST_START_TEST), (subparse_suite):
11767           Add some basic unit tests for the above.
11768
11769 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11770
11771         * tests/check/elements/audiorate.c: (test_injector_base_init),
11772         (test_injector_class_init), (test_injector_chain),
11773         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11774         (GST_START_TEST), (audiorate_suite):
11775           More tests for audiorate: inject buffers to check behaviour when
11776           buffers overlap.
11777
11778 2006-10-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11779
11780         * tests/check/Makefile.am:
11781         * tests/check/elements/.cvsignore:
11782         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11783         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11784           Add some basic unit tests for audiorate. Disabled at the moment
11785           since it doesn't pass yet (see bug #363119).
11786
11787 2006-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11788
11789         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11790         (parse_subrip), (handle_buffer):
11791           Add missing closing tags for markup and fix broken markup,
11792           otherwise pango won't render anything (fixes #357531). Also,
11793           make sure the text we send out is always NUL-terminated
11794           (better safe than sorry etc.).
11795
11796         * tests/check/elements/subparse.c: (test_srt_do_test),
11797         (test_srt):
11798           Some more tests for .srt incl. tests for the above stuff.
11799
11800 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11801
11802         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11804         Patch by: Stefan Kost  <ensonic@users.sf.net>
11805         Try to redraw borders only when needed. Apparently this consumes
11806         resources on small devices... :-O (#363607)
11807
11808 2006-10-20  Michael Smith  <msmith@fluendo.com>
11809
11810         * gst/tcp/gstmultifdsink.c:
11811         (gst_multi_fd_sink_client_queue_buffer):
11812           If caps change, then update the client's idea of the caps so that we
11813           don't end up re-sending streamheaders for every single buffer after
11814           the caps change.
11815
11816 2006-10-20  Michael Smith  <msmith@fluendo.com>
11817
11818         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11819         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11820           Set caps on pushed buffers; fix up refcounting of caps objects.
11821
11822 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11823
11824         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11825         (plugin_init):
11826           Typefind mmsh header data packet to application/x-mmsh (#362625).
11827
11828 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11829
11830         * tests/check/Makefile.am:
11831         * tests/check/elements/.cvsignore:
11832         * tests/check/elements/subparse.c: (buffer_from_static_string),
11833         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11834         (GST_START_TEST), (subparse_suite):
11835           Add very simple unit test for subparse.
11836
11837 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11838
11839         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11840         (parse_subrip):
11841           Strip trailing newlines from subtitle text output.
11842
11843 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11844
11845         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11846         (gst_sub_parse_change_state):
11847           Fix memleak; clear subparse->textbuf n state change function.
11848
11849 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11850
11851         * gst/subparse/gstsubparse.c:
11852         (gst_sub_parse_data_format_autodetect):
11853           Don't require subrip (.srt) files to start with a chunk number of 1.
11854
11855 2006-10-18  Wim Taymans  <wim@fluendo.com>
11856
11857         * gst-libs/gst/audio/gstbaseaudiosink.c:
11858         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11859         * gst-libs/gst/audio/gstbaseaudiosink.h:
11860         Extract rate from the NEWSEGMENT event.
11861         Use commit_full to also take rate adjustment into account when writing
11862         samples to the ringbuffer.
11863         
11864         * gst-libs/gst/audio/gstringbuffer.c:
11865         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11866         (gst_ring_buffer_read):
11867         * gst-libs/gst/audio/gstringbuffer.h:
11868         Added _commit_full() to also take rate into account.
11869         Use simple interpolation algorithm to resample audio.
11870         API: gst_ring_buffer_commit_full()
11871
11872         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11873         * tests/examples/seek/seek.c: (segment_done):
11874         Don't try to seek with 0.0 rate, just pause instead.
11875         Remove bogus debug line.
11876
11877 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11878
11879         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11880         (setup_source):
11881           Catch async errors when starting up the subtitle bin, so we can
11882           stop waiting and continue with the main film instead of hanging
11883           forever. Fixes #339366.
11884
11885         * tests/check/elements/playbin.c: (playbin_suite):
11886           Enable unit test for the above.
11887
11888 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11889
11890         * tests/check/Makefile.am:
11891         * tests/check/elements/.cvsignore:
11892         * tests/check/elements/playbin.c: (GST_START_TEST),
11893         (gst_red_video_src_uri_get_type),
11894         (gst_red_video_src_uri_get_protocols),
11895         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11896         (gst_red_video_src_uri_handler_init),
11897         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11898         (gst_red_video_src_create), (gst_red_video_src_class_init),
11899         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11900           Some small and basic unit tests for playbin; not very useful yet,
11901           but at least a start.
11902
11903 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11904
11905         * gst/playback/gstplaybin.c: (setup_sinks):
11906           The old pad activation spiel.
11907
11908 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11909
11910         * gst/playback/gstplaybasebin.c: (setup_source):
11911           Don't hang forever if the subbin already fails to start up in 
11912           the state change to PAUSED (#339366).
11913
11914 2006-10-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11915
11916         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11917         (gst_tuner_set_channel), (gst_tuner_get_channel),
11918         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11919         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11920         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11921         (gst_tuner_find_channel_by_name):
11922           Fix some function guards, add some more function guards.
11923
11924 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11925
11926         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11927         (remove_element_chain):
11928         Don't return a pad from get_our_ghost_pad unless it is actually the
11929         one we want.
11930         Change a cast in remove_element_chain slightly.
11931
11932 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11933
11934         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11935         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11936         Segment seeking needs to use the rate and set stop to -1.
11937
11938 2006-10-13  Wim Taymans  <wim@fluendo.com>
11939
11940         * gst-libs/gst/audio/gstbaseaudiosink.c:
11941         (gst_base_audio_sink_setcaps):
11942         Don't crash when ringbuffer is not yet created.
11943         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11944         Fixes #361634.
11945
11946         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11947         * gst/playback/gststreamselector.c:
11948         (gst_stream_selector_request_new_pad):
11949         Activate pads befre adding them to running elements.
11950
11951 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11952
11953         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11954         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11955         updater when we start grabing the slider. Don't wait for the
11956         pipeline to be PAUSED.
11957
11958 2006-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11959
11960         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11961         (gst_mixer_set_volume), (gst_mixer_get_volume),
11962         (gst_mixer_set_mute), (gst_mixer_set_option),
11963         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11964         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11965         (gst_mixer_option_changed):
11966           Guard mixer interface functions against bogus arguments.
11967
11968 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11969
11970         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11971         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11972         (msg_state_changed), (main): Use state-changed messages to trigger
11973         start/stop of scale update timer. Indeed the scale slider was
11974         jumping here and there because the update timer was activated 
11975         before seek completed. This fixes instant applying of rate changes
11976         by pressing the spinbutton like a crazy man !
11977
11978 2006-10-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11979
11980         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11981
11982         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11983         (gst_basertppayload_finalize):
11984           Fix two small memory leaks (#361456).
11985
11986 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11987
11988         * tests/examples/seek/seek.c: (do_seek),
11989         (rate_spinbutton_changed_cb): When changing spinbutton we try
11990         to change the rate on the fly.
11991
11992 2006-10-10  Wim Taymans  <wim@fluendo.com>
11993
11994         * gst-libs/gst/riff/riff-ids.h:
11995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11996         (gst_riff_create_audio_template_caps):
11997         Add WMS caps.
11998
11999 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12000
12001         Patch by: Josep Torra Valles <josep@fluendo.com>
12002
12003         * ext/gnomevfs/gstgnomevfssink.c:
12004         * ext/gnomevfs/gstgnomevfssrc.c:
12005         Fix URI interface implementation return type.
12006         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12007         Fix what looks like a copy/paste issue when assigning values.
12008         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12009         (gst_audio_filter_template_get_type):
12010         Cast to prevent Forte warnings.
12011         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12012         Fix URI interface implementation return type.
12013         gst_pad_query_position requires a signed integer pointer as
12014         3rd parameter, GstClockTime is unsigned.
12015         * gst/audioconvert/audioconvert.c:
12016         Fix integer overflow when treated as signed.
12017         * gst/audioresample/resample.c: (resample_add_input_data):
12018         Cast to prevent warnings on Forte.
12019         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12020         Fix integer overflow when treated as signed.
12021         * gst/ffmpegcolorspace/imgconvert_template.h:
12022         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12023         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12024         (cleanup_decodebin):
12025         Who initialises a guint to -1!
12026         Cast function pointers to prevent warnings on Forte.
12027         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12028         (queue_threshold_reached):
12029         Cast function pointers correctly to prevent warnings on Forte.
12030         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12031         Cast function pointers correctly to prevent warnings on Forte.
12032         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12033         Obvious change to unsigned, 0xEF > max signed char.
12034         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12035         GstClockTime is unsigned, initialise correctly.
12036         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12037         Cast so pointer arithemetic doesn't cause warnings on Forte.
12038         * gst/videorate/gstvideorate.c:
12039         Use correct return value.
12040         * tests/examples/seek/scrubby.c:
12041         GstClockTime is unsigned, initialise correctly.
12042
12043 2006-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12044
12045         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12046
12047         * gst/typefind/gsttypefindfunctions.c:
12048           Recognise XML files and XML-like files shorter than 256 bytes as
12049           well (fixes #359237).
12050
12051 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12052
12053         Patch by: Renato Filho <renato.filho@indt.org.br>
12054         
12055         * gst/typefind/gsttypefindfunctions.c:
12056         Added typefind functions to video/x-nuv media.
12057         
12058 2006-10-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12059
12060         * gst-libs/gst/interfaces/xoverlay.c:
12061         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12062           Some more guards against invalid input.
12063
12064 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12065
12066         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12067         Useless goto.
12068         * tests/examples/seek/seek.c: (do_seek),
12069         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12070         seek example to experiment with rates != 1.0 (reverse playback !)
12071
12072 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12073
12074         * gst-libs/gst/interfaces/xoverlay.c:
12075           Unref message in doc-example (spotted by Robert McQueen)
12076
12077 2006-10-06  Wim Taymans  <wim@fluendo.com>
12078
12079         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12080         (mpeg1_parse_header), (mpeg1_sys_type_find):
12081         printf fix.
12082
12083 2006-10-06  Wim Taymans  <wim@fluendo.com>
12084
12085         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12086         (close_pad_link):
12087         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12088         Activate dynamic pads before adding them to the element.
12089
12090 2006-10-06  Michael Smith  <msmith@fluendo.com>
12091
12092         * gst-libs/gst/floatcast/floatcast.h:
12093           Fix obviously-bogus macros; use the correct types.
12094
12095 2006-10-06  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12098         (gst_base_rtp_depayload_change_state):
12099         Also call parent state change function to activate pads.
12100
12101         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12102         (mpeg1_parse_header), (mpeg1_sys_type_find):
12103         Add some more debug info in mpeg typefinding.
12104
12105 2006-10-06  Michael Smith  <msmith@fluendo.com>
12106
12107         * ext/theora/theoradec.c: (theora_dec_chain):
12108           Zero byte theora packets are valid and well-defined; don't warn on
12109           them.
12110
12111 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12114         (gst_multi_fd_sink_get_stats), (find_limits),
12115         (gst_multi_fd_sink_queue_buffer):
12116           API: add dropped_buffers to the get-stats GValueArray
12117
12118 2006-10-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12119
12120         * ext/alsa/gstalsadeviceprobe.c:
12121         (gst_alsa_device_property_probe_get_values):
12122         * ext/alsa/gstalsasink.c: (set_hwparams):
12123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12124         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12126         (gst_ogg_mux_process_best_pad):
12127         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12128         (gst_ogg_parse_chain):
12129         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12130         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12131         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12132         (gst_vorbis_enc_buffer_check_discontinuous):
12133         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12134         * gst-libs/gst/audio/gstbaseaudiosink.c:
12135         (gst_base_audio_sink_render):
12136         * gst-libs/gst/cdda/gstcddabasesrc.c:
12137         (gst_cdda_base_src_handle_track_seek):
12138         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12139         (gst_base_rtp_depayload_push_full):
12140         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12141         * gst/audioresample/resample.c: (resample_input_pushthrough):
12142         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12143         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12144         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12145         (wavpack_type_find):
12146         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12147         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12148         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12149         * tests/check/elements/volume.c: (GST_START_TEST):
12150           Printf format fixes.
12151
12152 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12153
12154         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12155           Fix a simple mistake (see the docs)
12156           Fixes #359580
12157
12158 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12159
12160         * docs/plugins/Makefile.am:
12161         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12162         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12163         * docs/plugins/gst-plugins-base-plugins.args:
12164         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12165         * docs/plugins/inspect/plugin-adder.xml:
12166         * docs/plugins/inspect/plugin-alsa.xml:
12167         * docs/plugins/inspect/plugin-audioconvert.xml:
12168         * docs/plugins/inspect/plugin-audiorate.xml:
12169         * docs/plugins/inspect/plugin-audioresample.xml:
12170         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12171         * docs/plugins/inspect/plugin-cdparanoia.xml:
12172         * docs/plugins/inspect/plugin-decodebin.xml:
12173         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12174         * docs/plugins/inspect/plugin-gdp.xml:
12175         * docs/plugins/inspect/plugin-gnomevfs.xml:
12176         * docs/plugins/inspect/plugin-libvisual.xml:
12177         * docs/plugins/inspect/plugin-ogg.xml:
12178         * docs/plugins/inspect/plugin-pango.xml:
12179         * docs/plugins/inspect/plugin-playbin.xml:
12180         * docs/plugins/inspect/plugin-subparse.xml:
12181         * docs/plugins/inspect/plugin-tcp.xml:
12182         * docs/plugins/inspect/plugin-theora.xml:
12183         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12184         * docs/plugins/inspect/plugin-video4linux.xml:
12185         * docs/plugins/inspect/plugin-videorate.xml:
12186         * docs/plugins/inspect/plugin-videoscale.xml:
12187         * docs/plugins/inspect/plugin-videotestsrc.xml:
12188         * docs/plugins/inspect/plugin-volume.xml:
12189         * docs/plugins/inspect/plugin-vorbis.xml:
12190         * docs/plugins/inspect/plugin-ximagesink.xml:
12191         * docs/plugins/inspect/plugin-xvimagesink.xml:
12192           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12193
12194 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12195
12196         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12197
12198         * ext/vorbis/Makefile.am:
12199         * ext/vorbis/vorbis.c: (plugin_init):
12200         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12201         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12202         * ext/vorbis/vorbisparse.h:
12203         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12204         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12205         (gst_vorbis_tag_parse_packet):
12206         * ext/vorbis/vorbistag.h:
12207           Add new vorbistag element which derives from vorbisparse
12208           and is essentially the same as well, only that it implements
12209           the GstTagSetter interface and can modify the stream's
12210           vorbiscomment on the fly (#335635).
12211
12212         * tests/check/Makefile.am:
12213         * tests/check/elements/.cvsignore:
12214         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12215         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12216         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12217         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12218           Add unit test for new vorbistag element.
12219
12220 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12221
12222         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12223         (vorbis_parse_push_headers), (vorbis_parse_chain):
12224           Set BOS flag in packet structure to fix 'jump depends
12225           on unitialized value' errors in valgrind; various minor
12226           clean-ups.
12227
12228 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12229
12230         * gst/playback/gstdecodebin.c: (close_pad_link):
12231         Fix typo in a debug statement.
12232
12233         * gst/playback/gstplaybasebin.c: (probe_triggered),
12234         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12235         (gen_source_element), (source_new_pad), (analyse_source),
12236         (setup_source):
12237         When handling no_more_pads in new_decoded_pad, make sure to treat
12238         subtitle pads correctly. Fixes playback with subtitle files.
12239
12240         Move a recurring message to LOG level.
12241
12242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12243         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12244         which ends up as -1 when cast to an int. Make the logic handle the
12245         max value as an unsigned mask and only change the colorkey when it's
12246         a value we recognise.
12247
12248 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12249
12250         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12251         Removed empty * between paragraphs
12252
12253 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12254
12255         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12256         * gst-libs/gst/rtp/README:
12257         Moved some documentation into .c file
12258
12259 2006-09-29  Wim Taymans  <wim@fluendo.com>
12260
12261         * gst/playback/gstdecodebin.c: (no_more_pads):
12262         Fix compilation.
12263
12264 2006-09-29  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/playback/gstdecodebin.c: (new_caps):
12267         Remove g_print
12268
12269         * gst/playback/gstplaybin.c:
12270         Add some docs.
12271
12272 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12273
12274         * tests/check/Makefile.am:
12275           Re-enable cddabasesrc test to see if it works again
12276           now.
12277
12278 2006-09-29  Wim Taymans  <wim@fluendo.com>
12279
12280         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12281         (gen_source_element):
12282         Handle invalid URIs a bit more gracefully.
12283
12284 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12285
12286         * tests/check/pipelines/oggmux.c:
12287           Remove obsolete comment.
12288
12289 2006-09-29  Michael Smith  <msmith@fluendo.com>
12290
12291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12292         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12293         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12294         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12295         (gst_ogg_mux_collected):
12296           Commit patch from James "Doc" Livingston, adds proper EOS handling
12297           in oggmux. GStreamer can, for the first time ever, create a valid
12298           Ogg file! Yay!
12299
12300         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12301         (oggmux_suite):
12302           Reenable tests now that they pass.
12303
12304 2006-09-29  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12307         Stop reading commands when EOF (we read 0) as well.
12308
12309 2006-09-28  Wim Taymans  <wim@fluendo.com>
12310
12311         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12312         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12313         (find_dynamic), (unlinked), (close_link):
12314         Implement delayed caps linking needed for element with a lot of
12315         different caps on the src pads that get fixed at runtime.
12316         Improve management of dynamic elements.
12317
12318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12319         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12320         (gen_preroll_element), (remove_groups), (unknown_type),
12321         (add_element_stream), (no_more_pads_full), (no_more_pads),
12322         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12323         (new_decoded_pad), (setup_subtitle), (array_has_value),
12324         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12325         (analyse_source), (remove_decoders), (make_decoder),
12326         (remove_source), (setup_source), (finish_source), (prepare_output),
12327         (gst_play_base_bin_change_state):
12328         * gst/playback/gstplaybasebin.h:
12329         Use more _CAST instead of full type checking casts.
12330         Small cleanups, plug some leaks.
12331         Handle dynamic sources.
12332         Add some helper functions to create lists of strings used for
12333         blacklisting and other stuff.
12334         Refactor some code dealing with analysing the source.
12335         Re-enable sources without pads (like cd:// or other selfcontained
12336         elements).
12337
12338 2006-09-28  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst-libs/gst/audio/gstbaseaudiosink.c:
12341         (gst_base_audio_sink_render):
12342         When we have a timestamp, we can still perform clipping.
12343         When we have no clock, we must play the sample ASAP.
12344
12345 2006-09-28  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12348         Set caps on outgoing buffers.
12349
12350         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12351         (gst_video_rate_event), (gst_video_rate_chain):
12352         * gst/videorate/gstvideorate.h:
12353         Fix videorate some more. Fixes #357977
12354
12355 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12356
12357         * tests/check/elements/adder.c: (adder_suite):
12358           Don't set timeout to 6 seconds when we're running
12359           in valgrind ... (and how is 6 seconds longer than
12360           the default anyway?)
12361
12362 2006-09-28  Wim Taymans  <wim@fluendo.com>
12363
12364         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12365         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12366         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12367         Keep sink and src segment to keep track of time and support more
12368         input formats.
12369         Fix bogus next_offset and run_time calculation, don't understand how
12370         this could have worked before. Fixes #357976.
12371         Remove some unneeded vars.
12372
12373 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12374
12375         * gst/playback/gstplaybin.c: (remove_sinks):
12376           Only remove visualisation from visbin if there is a visbin (or:
12377           don't throw warnings when closing totem without playing a file).
12378
12379 2006-09-27  Wim Taymans  <wim@fluendo.com>
12380
12381         * gst-libs/gst/audio/gstbaseaudiosink.c:
12382         (gst_base_audio_sink_render):
12383         Add some more info in a WARNING.
12384
12385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12386         (gst_base_audio_src_create):
12387         Handle PAUSE in create function, use new -core addition to
12388         wait for playing. Fixes pausing and resuming capture from an
12389         audiosrc.
12390
12391         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12392         (gst_ring_buffer_read):
12393         Constify some more.
12394         Caller supports interrupted reads now.
12395
12396 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12397
12398         * tests/check/Makefile.am:
12399           Another attempt to make the gen64 buildbot happy.
12400
12401 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12402
12403         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12404
12405         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12406         (gst_visual_chain), (gst_visual_change_state):
12407           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12408           correctly. Fixes #357800
12409
12410 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12411
12412         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12413           Add timeout to _get_state() so we see which pipeline it is
12414           that causes trouble on the gen64 build bot.
12415
12416 2006-09-27  Wim Taymans  <wim@fluendo.com>
12417
12418         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12419         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12420         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12421         (gst_base_rtp_depayload_set_gst_timestamp):
12422         the source pad always uses fixed caps.
12423
12424 2006-09-27  Wim Taymans  <wim@fluendo.com>
12425
12426         * docs/libs/gst-plugins-base-libs-docs.sgml:
12427         * docs/libs/gst-plugins-base-libs-sections.txt:
12428         * gst-libs/gst/audio/gstaudioclock.c:
12429         * gst-libs/gst/audio/gstaudioclock.h:
12430         * gst-libs/gst/audio/gstaudiosink.c:
12431         * gst-libs/gst/audio/gstaudiosink.h:
12432         * gst-libs/gst/audio/gstaudiosrc.c:
12433         * gst-libs/gst/audio/gstbaseaudiosink.c:
12434         (gst_base_audio_sink_render):
12435         * gst-libs/gst/audio/gstbaseaudiosink.h:
12436         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12437         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12438         * gst-libs/gst/audio/gstringbuffer.h:
12439         Added docs for the audio libs.
12440
12441 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12442
12443         * tests/check/Makefile.am:
12444           Temporarily disable test that fails on the bots for unknown reasons.
12445
12446 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12447
12448         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12449         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12450         Moved AudioCodecType into priv
12451         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12452
12453 2006-09-25  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12456         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12457         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12458         (new_pad):
12459         Cleanups and small leak fixes.
12460         Added Depayloaders to valid list of autopluggable elements.
12461
12462 2006-09-25  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12465         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12466         (gen_video_element), (gen_text_element), (gen_audio_element),
12467         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12468         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12469         Detect NO_PREROLL state change returns and disable clock distribution to
12470         the sinks so that sync is disabled.
12471         Avoid some type checking and do simple casts instead.
12472         Small cleanups, fix some FIXMEs.
12473         Be more robust when linking user specified elements, catch an report
12474         errors. Fixes #357404.
12475         Fix some leaks in the error paths.
12476
12477 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12478
12479         * ChangeLog:
12480           ChangeLog surgery for missing bug-number
12481
12482 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12483
12484         Patch by: Peter Kjellerstedt  <pkj at axis com>
12485
12486         * gst/playback/test.c:
12487           Fix compilation with uClibc and -Werror (#357591).
12488
12489 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12490
12491         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12492           Parse dates that are followed by a time as well (#357532).
12493
12494         * tests/check/libs/tag.c: (test_vorbis_tags):
12495           Add unit test for this.
12496
12497 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12498
12499         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12500         (gst_audio_convert_transform_caps):
12501         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12502         * gst/videotestsrc/videotestsrc.h:
12503           A few array const-ifications.
12504
12505 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12506
12507         * tests/check/Makefile.am:
12508           See if this makes the build bots happy.
12509
12510         * tests/check/libs/cddabasesrc.c:
12511           UTF8-ise my name.
12512
12513 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12514
12515         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12516
12517         * gst/subparse/samiparse.c: (handle_start_font),
12518         (fix_invalid_entities):
12519           More case-insensitivity for certain tags; recognise entities with
12520           decimal codes as special entities as well (#357330).
12521
12522 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12523
12524         * gst-libs/gst/Makefile.am:
12525           Need to build tag directory before cdda.
12526
12527 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12528
12529         * docs/libs/gst-plugins-base-libs-sections.txt:
12530         * gst-libs/gst/cdda/Makefile.am:
12531         * gst-libs/gst/cdda/gstcddabasesrc.c:
12532         (gst_cdda_base_src_base_init):
12533         * gst-libs/gst/cdda/gstcddabasesrc.h:
12534         * gst-libs/gst/tag/tag.h:
12535         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12536         (gst_tag_register_musicbrainz_tags):
12537           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12538           depend on libgsttag. This is required so we can extract/read tags like
12539           DISCID without depending on libgstcddabasesrc (which used to register
12540           them).
12541
12542         * gst-libs/gst/tag/gstvorbistag.c:
12543           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12544           tags (also see #347848).
12545
12546         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12547           Log vorbis comments we are actually writing. Const-ify array.
12548
12549 2006-09-23  Wim Taymans  <wim@fluendo.com>
12550
12551         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12552         Improve buffering a bit by avoiding a deadlock because we cannot assume
12553         the underrun is always called.
12554
12555 2006-09-23  Wim Taymans  <wim@fluendo.com>
12556
12557         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12558
12559         * gst-libs/gst/riff/riff-ids.h:
12560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12561         (gst_riff_create_audio_template_caps):
12562         Added MPEG-4 AAC and id and caps. Fixes #357289
12563         Added WMA9 Lossless id.
12564
12565 2006-09-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12566
12567         * ext/gnomevfs/gstgnomevfssrc.c:
12568           Fix misleading docs addition.
12569
12570         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12571           Get rid of compiler warning the right way.
12572
12573 2006-09-22  Wim Taymans  <wim@fluendo.com>
12574
12575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12576         (gst_base_rtp_depayload_finalize),
12577         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12578         (gst_base_rtp_depayload_push_full),
12579         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12580         (gst_base_rtp_depayload_process),
12581         (gst_base_rtp_depayload_set_gst_timestamp),
12582         (gst_base_rtp_depayload_queue_release):
12583         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12584         Small cleanups.
12585         Fix some leaks.
12586         Refactored the process method and added methods to push from the process
12587         vmethod.
12588         Use _scale functions.
12589         API: gst_base_rtp_depayload_push_ts
12590         API: gst_base_rtp_depayload_push
12591
12592         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12593         timestamps are uint.
12594
12595 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12596
12597         * gst-libs/gst/interfaces/xoverlay.c:
12598           Remove unused statement from doc example.
12599
12600 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12601
12602         * gst-libs/gst/interfaces/videoorientation.c:
12603         (gst_video_orientation_iface_init),
12604         (gst_video_orientation_get_hflip),
12605         (gst_video_orientation_get_vflip),
12606         (gst_video_orientation_get_hcenter),
12607         (gst_video_orientation_get_vcenter),
12608         (gst_video_orientation_set_hflip),
12609         (gst_video_orientation_set_vflip),
12610         (gst_video_orientation_set_hcenter),
12611         (gst_video_orientation_set_vcenter):
12612           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12613           in ChangeLog)
12614
12615 2006-09-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12616
12617         * tests/check/Makefile.am:
12618         * tests/check/elements/.cvsignore:
12619         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12620         (create_rgb_conversions), (rgb_conversion_free),
12621         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12622         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12623           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12624           but disable for now since it doesn't pass (something wrong with
12625           RGBA somewhere).
12626
12627 2006-09-21  Wim Taymans  <wim@fluendo.com>
12628
12629         * gst/playback/gstplaybasebin.c: (group_commit),
12630         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12631         (queue_out_of_data), (gen_preroll_element),
12632         (preroll_remove_overrun), (probe_triggered):
12633         Refactor handling of overrun detection.
12634         Separate handling of group completion and deadlock detection when doing
12635         network buffering. This should fix some deadlocks that were not detected
12636         because the group was completed.
12637         Add more comments, improve debugging.
12638
12639 2006-09-21  Wim Taymans  <wim@fluendo.com>
12640
12641         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12642         * tests/check/libs/audio.c:
12643         Some more compilation fixes.
12644
12645 2006-09-21  Wim Taymans  <wim@fluendo.com>
12646
12647         * gst-libs/gst/audio/gstringbuffer.c:
12648         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12649         (gst_ring_buffer_read):
12650         Early morning compilation fix.
12651
12652 2006-09-20  Wim Taymans  <wim@fluendo.com>
12653
12654         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12655         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12656         * tests/check/elements/videorate.c: (GST_START_TEST):
12657         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12658         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12659         Fix some warnings.
12660
12661 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12662
12663         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12664         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12665         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12666           Handcrafted merge to help CVS understanding what I changed and what
12667           not.
12668
12669 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12670
12671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12672         (gst_xvimagesink_get_times):
12673           change colorkey behaviour back according to #354773 comment 6/7
12674
12675 2006-09-19  Michael Smith  <msmith@fluendo.com>
12676
12677         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12678         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12679         (gst_multi_fd_sink_recover_client),
12680         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12681         (gst_multi_fd_sink_get_property):
12682         * gst/tcp/gstmultifdsink.h:
12683           Implement stubbed out properties unit-type, units-soft-max,
12684           units-max, to allow specifying maximum sizes in units other than
12685           buffers.
12686           Fixes #355935
12687
12688 2006-09-19  Wim Taymans  <wim@fluendo.com>
12689
12690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12691         (gst_riff_create_audio_template_caps):
12692         Reorder the audio formats a bit for clarity.
12693         Detect and create caps for MSGSM and MSN (WAV49).
12694         Fixes #356596.
12695
12696         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12697         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12698         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12699         Small cleanups, move error handling out of normal flow for clarity.
12700
12701 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12702
12703         * docs/libs/gst-plugins-base-libs-docs.sgml:
12704         * docs/libs/gst-plugins-base-libs.types:
12705         * gst-libs/gst/interfaces/Makefile.am:
12706         * gst-libs/gst/interfaces/videoorientation.c:
12707         (gst_video_orientation_get_type),
12708         (gst_video_orientation_iface_init),
12709         (gst_video_orientation_get_hflip),
12710         (gst_video_orientation_get_vflip),
12711         (gst_video_orientation_get_hcenter),
12712         (gst_video_orientation_get_vcenter),
12713         (gst_video_orientation_set_hflip),
12714         (gst_video_orientation_set_vflip),
12715         (gst_video_orientation_set_hcenter),
12716         (gst_video_orientation_set_vcenter):
12717         * gst-libs/gst/interfaces/videoorientation.h:
12718           API: Add new interface to control video orientation (fixes #354908)
12719
12720 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12721
12722         * gst/videotestsrc/gstvideotestsrc.c:
12723           Use G_UNLIKELY in _create and log one more detail.
12724           
12725         (gst_video_test_src_get_times), (gst_video_test_src_create):
12726         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12727           Use gst_util_uint64_scale_int in _get_times().
12728
12729 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12730
12731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12732           Give better warning message (add object and detail).
12733
12734 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12735
12736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12737         (gst_xvimagesink_get_times):
12738           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12739           #354773), use gst_util_uint64_scale_int in _get_times()
12740
12741 2006-09-18  Michael Smith  <msmith@fluendo.com>
12742
12743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12744           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12745           always true, leading to dropping all timestamps.
12746
12747 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12748
12749         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12750         (gst_visual_chain), (gst_visual_change_state):
12751           update to work also with libvisual 0.4 API, fix double unref (#355914)
12752           
12753         * tools/gst-launch-ext.1.in:
12754         * tools/gst-visualise.1.in:
12755           remove references to old man-pages
12756
12757         * tests/examples/seek/seek.c: (main):
12758           add real meadi-buttons, add tool-tips for the seek-options, arrange
12759           seek options in a table
12760
12761 2006-09-18  Michael Smith  <msmith@fluendo.com>
12762
12763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12764         (gst_ogg_mux_push_buffer):
12765           Don't generate out-of-order timestamps from oggmux, instead clamp
12766           output timestamps to be >= the previously output ts.
12767           Fixes #355595
12768
12769 2006-09-18  Michael Smith  <msmith@fluendo.com>
12770
12771         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12772         (gst_multi_fd_sink_class_init):
12773           Updates, fixes, and typo corrections for multifdsink. No functional
12774           changes.
12775
12776 2006-09-17  Michael Smith  <msmith@fluendo.com>
12777
12778         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12779           Don't crash on truncated files - check that we got an 8 byte buffer
12780           before trying to memcmp it.
12781
12782 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12783
12784         * gst/playback/gstplaybasebin.c: (get_active_source):
12785           Make stream-switching appear instant to the application
12786           (ie. make sure that a g_object_get on 'current-foo' returns
12787           the stream previously set with g_object_set(). Totem needs
12788           this to update stream-related meta-info (like audio-codec)
12789           correctly when switching streams.
12790
12791 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12792
12793         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12794         (gst_alsa_mixer_ensure_track_list):
12795           Try harder to guess which mixer track is the master mixer
12796           track (instead of just taking the first one that has a pvolume).
12797           Fixes #342228.
12798
12799 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12800
12801         reviewed by: <delete if not using a buddy>
12802
12803         * gst-libs/gst/audio/audio.h:
12804         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12805
12806 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12807
12808         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12809         (gst_audio_convert_transform_caps):
12810           Get structure-name just once.
12811
12812 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12813
12814         * tests/check/elements/audioresample.c: (GST_START_TEST):
12815         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12816         * tests/check/elements/volume.c: (GST_START_TEST):
12817         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12818         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12819         (test_pipeline), (GST_START_TEST):
12820         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12821         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12822           Fix big batch of compiler warnings.
12823
12824 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12825
12826         * ext/gnomevfs/gstgnomevfssrc.c:
12827           Add docs about icydemux usage in connection with gnomevfssrc
12828
12829         * ext/libvisual/visual.c:
12830         * ext/ogg/gstoggaviparse.c:
12831         * ext/ogg/gstoggdemux.c:
12832         * ext/ogg/gstoggmux.c:
12833         * ext/ogg/gstoggparse.c:
12834         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12835         * gst-libs/gst/audio/gstaudiosink.c:
12836         * gst-libs/gst/audio/gstaudiosrc.c:
12837         * gst/audiorate/gstaudiorate.c:
12838           More G_OBJECT macro fixing.
12839
12840         * gst/audiotestsrc/gstaudiotestsrc.h:
12841           Fix wrong info in header due to copy & paste
12842
12843 2006-09-15  Wim Taymans  <wim@fluendo.com>
12844
12845         * gst-libs/gst/audio/gstbaseaudiosink.c:
12846         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12847         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12848         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12849         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12850         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12851         Do the delay calculation in the source/sink base classes as this is
12852         specific for the capture/playback mode.
12853         Try to fixate a bit better, like round depth up to a multiple of 8
12854         bigger than width.
12855         Handle underruns correctly by marking DISCONT on buffers and adjusting
12856         timestamps to handle the gap.
12857         Set offset/offset_end correctly on buffers.
12858
12859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12860         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12861         (gst_ring_buffer_read):
12862         Remove resync and underrun recovery from the ringbuffer.
12863         Fix ringbuffer read code on under/overrun.
12864
12865 2006-09-15  Wim Taymans  <wim@fluendo.com>
12866
12867         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12868         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12869         (queue_threshold_reached), (gst_play_base_bin_set_property),
12870         (gst_play_base_bin_get_property):
12871         * gst/playback/gstplaybasebin.h:
12872         Don't use a 0 low watermark when buffering, it is catching starvation
12873         way too late. Instead, use a 3 second queue with 30 and 95
12874         percent low/high watermarks. 
12875         Added queue-min-threshold property to configure low watermark.
12876         Use new _buffering message API.
12877         Make queue_threshold variable big enough to store a uint64 time value.
12878         API: playbin::queue-min-threshold property.
12879
12880 2006-09-15  Wim Taymans  <wim@fluendo.com>
12881
12882         * configure.ac:
12883         We require 0.10.10.1 now because of _wait_preroll().
12884
12885         * gst-libs/gst/audio/gstbaseaudiosink.c:
12886         (gst_base_audio_sink_render):
12887         Use gst_base_sink_wait_preroll().
12888
12889 2006-09-15  Wim Taymans  <wim@fluendo.com>
12890
12891         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12892         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12893         Use DEBUG_OBJECT more.
12894
12895 === release 0.10.10 ===
12896
12897 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12898
12899         patch by: Michael Smith <msmith at fluendo dot com>
12900
12901         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12902         (gst_multi_fd_sink_client_queue_buffer),
12903         (gst_multi_fd_sink_new_client):
12904         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12905         (multifdsink_suite):
12906           Fix implementation of sync-method 'next-keyframe'
12907           Closes #354594
12908
12909 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12910
12911         patch by: Wim Taymans <wim at fluendo dot com>
12912
12913         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12914         This patch removes the RANDOM flag that was incorrectly introduced with
12915         revision 1.91.  Fixes #354590
12916
12917 2006-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12918
12919         * tests/check/Makefile.am:
12920           Random variation in Makefile line to see if it makes the
12921           gen64-base-full bot any happier.
12922
12923 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12924
12925         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12926           Disable test that fails at the moment (killed after timeout).
12927
12928 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12929
12930         Patch by: James Livingston  <doclivingston at gmail.com>
12931
12932         * tests/check/Makefile.am:
12933         * tests/check/pipelines/.cvsignore:
12934         * tests/check/pipelines/oggmux.c: (get_page_codec),
12935         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12936         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12937         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12938         (test_theora_vorbis), (oggmux_suite):
12939           Add simple unit test for oggmux from #337026 with checking for the
12940           EOS flags disabled for the time being.
12941
12942 2006-09-04  Wim Taymans  <wim@fluendo.com>
12943
12944         patch by: Alessandro Dessina <alessandro nnva org>
12945
12946         * ext/ogg/gstoggmux.c:
12947         Add cmml caps to oggmux. Fixes #353912
12948
12949 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12950
12951         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12952           Returning a return value often helps. In this case, we
12953           don't need the return value anyway, so just get rid of it.
12954           Should make build bots much happier.
12955
12956 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12957
12958         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12959         (paint_get_structure), (gst_video_test_src_get_size),
12960         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12961         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12962         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12963         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12964         * gst/videotestsrc/videotestsrc.h:
12965           Add support for AYUV and the various RGBA formats. Initialise
12966           fields of paintinfo structs allocated on the stack.
12967
12968         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12969         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12970         (check_rgb_buf), (videotestsrc_suite):
12971           Add unit tests for videotestsrc's RGB output.
12972
12973 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12974
12975         * gst/videotestsrc/gstvideotestsrc.c:
12976         (gst_video_test_src_pattern_get_type),
12977         (gst_video_test_src_set_pattern):
12978         * gst/videotestsrc/gstvideotestsrc.h:
12979         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12980         (gst_video_test_src_black), (gst_video_test_src_white),
12981         (gst_video_test_src_red), (gst_video_test_src_green),
12982         (gst_video_test_src_blue):
12983         * gst/videotestsrc/videotestsrc.h:
12984           Add more uni-colour patterns ("white", "red", "green", and "blue").
12985
12986 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12987
12988         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12989           Fix stride for YVYU, should be word-aligned (#353658).
12990
12991 2006-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12992
12993         * gst/adder/gstadder.c: (gst_adder_src_event):
12994           Fix build.
12995
12996 2006-08-31  Edward Hervey  <edward@fluendo.com>
12997
12998         * gst/adder/gstadder.c: (forward_event_func),
12999         (gst_adder_src_event), (gst_adder_collected),
13000         (gst_adder_change_state):
13001         * gst/adder/gstadder.h:
13002         Remember the start position asked in the incoming seeks, so we can
13003         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13004         of assuming it will always be 0).
13005
13006 2006-08-31  Edward Hervey  <edward@fluendo.com>
13007
13008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13009         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13010         (gst_ogg_demux_loop):
13011         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13012
13013 2006-08-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13014
13015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13016         (gst_ffmpegcsp_get_unit_size):
13017           Return FALSE instead of returning a random false unit
13018           size when the format isn't known/supported (even if
13019           this shouldn't happen under normal circumstances).
13020
13021 2006-08-29  Wim Taymans  <wim@fluendo.com>
13022
13023         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13024
13025         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13026         (gst_gnome_vfs_src_start):
13027         Try harder to get the size from a uri by using _info_uri() when
13028         _info_from_handle() does not give us enough info. 
13029         Also follow symlinks when getting the size.
13030         Partially Fixes #332864.
13031
13032 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13033
13034         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13035
13036         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13037         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13038         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13039         (gst_alsa_mixer_set_record):
13040         * ext/alsa/gstalsamixertrack.c:
13041         (gst_alsa_mixer_track_update_alsa_capabilities),
13042         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13043         (gst_alsa_mixer_track_update):
13044         * ext/alsa/gstalsamixertrack.h:
13045           Improve and fix mixer track handling, in particular better handling
13046           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13047           separate track objects for tracks that have both capture and playback
13048           volume (and label them differently as well so they're not mistakenly
13049           assumed to be duplicates); classify mixer tracks that only affect
13050           the audible volume of something (rather than the capture volume)
13051           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13052           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13053           (following the meaning documented in the mixer interface header
13054           file); add support for alsa's exclusive cswitch groups; update/sync
13055           state/flags better if mixer settings are changed by another
13056           application. Fixes #336075.
13057
13058 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13059
13060         * gst/playback/gstplaybin.c:
13061           Improve docs: add section about BUFFERING messages sent by playbin.
13062
13063 2006-08-29  Michael Smith  <msmith@fluendo.com>
13064
13065         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13066         (gst_vorbis_enc_buffer_check_discontinuous),
13067         (gst_vorbis_enc_chain):
13068           Ignore explicit DISCONT marked on buffers (which is often spurious,
13069           particularly when using multiple segments), in favour of solely
13070           using the timestamps/durations.
13071
13072 2006-08-29  Edward Hervey  <edward@fluendo.com>
13073
13074         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13075         Don't rely on incoming buffers offset anymore, since it is completely
13076         broken when using multiple segments.
13077         Instead convert the incoming buffers timestamp to running time, and
13078         then convert that value to the offsets.
13079         Also inform GstSegment of the last outputted stop position, which is
13080         needed if we received several segments with an unknown stop value.
13081
13082 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13083
13084         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13085           fix buffer unreffing on a header push failure
13086
13087 2006-08-28  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13090         (gst_audio_rate_chain):
13091         Make the metadata of the buffer writable before changing its
13092         flags.
13093
13094 2006-08-28  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13097         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13098         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13099         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13100         Fix audiorate some more.
13101         Reset and resync counters on flush and READY.
13102         Handle the DISCONT flag correctly.
13103         Use GstSegment to track position.
13104         Fail when not negotiated.
13105         Fixes #353234.
13106
13107 2006-08-25  Michael Smith  <msmith@fluendo.com>
13108
13109         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13110           Fix spelling.
13111           Remove accidently included debug line.
13112
13113 2006-08-25  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13116         Small cleanups.
13117         If a buffer is received with no caps, make the buffer metadata
13118         writable and set the caps, making sure that we don't screw up the
13119         refcounts.
13120
13121 2006-08-25  Michael Smith  <msmith@fluendo.com>
13122
13123         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13124         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13125           Fix memory leaks and misleading debug messages, add a couple of
13126           comments.
13127
13128         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13129         (gst_multi_fd_sink_render):
13130           Do not use gst_buffer_make_writable() in a basesink render method,
13131           as it may incorrectly unref the buffer. Instead, use convoluted
13132           dance to avoid copying the buffer except when we need to.
13133
13134 2006-08-25  Michael Smith  <msmith@fluendo.com>
13135
13136         * ext/vorbis/vorbisenc.c:
13137         (gst_vorbis_enc_buffer_check_discontinuous):
13138           Allow very small discontinuities in the timestamps. These we can't
13139           do anything useful with anyway (because vorbis's timestamps have
13140           only sample granularity), and are commonly produced by elements with
13141           minor bugs. Allow up to 1/2 a sample out.
13142           Fixes #351742.
13143
13144 2006-08-24  Wim Taymans  <wim@fluendo.com>
13145
13146         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13147         (play_scrub_toggle_cb), (main):
13148         Add a checkbox to enable play scrubbing. Makes it possible to disable
13149         normal scrubbing.
13150
13151 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13152
13153         * tests/check/elements/.cvsignore:
13154           make buildbot happy
13155
13156 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13157
13158         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13159         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13160         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13161         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13162         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13163         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13164         (gst_ogm_text_parse_strip_trailing_zeroes),
13165         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13166         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13167           Refactor ogm parse, do better input checking, misc. clean-ups.
13168           Cache incoming events and push them once the source pad has
13169           been created. Don't pass unterminated strings to sscanf().
13170           Strip trailing zeroes from subtitle text output, since they
13171           are not valid UTF-8. Don't push vorbiscomment packets on
13172           the subtitle text pad. Output perfect streams if possible.
13173
13174 2006-08-23  Wim Taymans  <wim@fluendo.com>
13175
13176         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13177         Waits for tasks to settle down so that we clean up correctly for 
13178         valgrind.
13179
13180 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13181
13182         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13183           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13184           actually return return value in taglists_are_equal.
13185
13186 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13187
13188         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13189           Fix crash due to broken bitstream parsing on x86-64: can't make
13190           any assumptions about sizeof(struct) due to alignment/packing
13191           differences on different architectures. Fixes #351790.
13192
13193 2006-08-22  Wim Taymans  <wim@fluendo.com>
13194
13195         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13196         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13197         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13198         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13199         (gst_riff_parse_info):
13200         Protect public functions against bad input.
13201         Do some cleanups.
13202         Fix documentation.
13203
13204 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13205
13206         * gst-libs/gst/riff/riff-ids.h:
13207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13208           Add voxware audio IDs (even if we can't play it) (#351795).
13209
13210 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13211
13212         * gst-libs/gst/riff/riff-media.c:
13213         (gst_riff_create_video_template_caps),
13214         (gst_riff_create_audio_template_caps),
13215         (gst_riff_create_iavs_template_caps):
13216           Const-ify some arrays and use G_N_ELEMENTS instead
13217           of wasting oodles of RAM on terminator bits.
13218
13219 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13220
13221         * gst-libs/gst/tag/gstvorbistag.c:
13222         (gst_tag_list_to_vorbiscomment_buffer):
13223         * tests/check/libs/tag.c: (GST_START_TEST):
13224           And the same for _to_vorbiscomment_buffer(): allow
13225           id_data_len == 0 for speex.
13226
13227 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13228
13229         * configure.ac:
13230         * docs/plugins/Makefile.am:
13231         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13232         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13233         * docs/plugins/inspect/plugin-gdp.xml:
13234         * gst/gdp/Makefile.am:
13235         * tests/check/Makefile.am:
13236           Move GDP plugin to -base from -bad.  Closes #347783.
13237
13238 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13239
13240         * gst-libs/gst/tag/gstvorbistag.c:
13241         (gst_tag_list_from_vorbiscomment_buffer):
13242           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13243           Also add some checks to make sure we don't memcmp() beyond the end of
13244           vorbiscomment buffer if the ID to check for is larger than the buffer.
13245
13246         * tests/check/libs/tag.c: (GST_START_TEST):
13247           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13248
13249 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13250
13251         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13252         (gst_vorbis_enc_set_metadata):
13253           Use vorbis comment utility functions from libgsttag
13254           instead of re-inventing the wheel (partially fixes #347091).
13255
13256 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13257
13258         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13259         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13260         as some that won't.
13261
13262 2006-08-21  Wim Taymans  <wim@fluendo.com>
13263
13264         * docs/libs/Makefile.am:
13265         * docs/libs/gst-plugins-base-libs-sections.txt:
13266         * docs/libs/gst-plugins-base-libs.types:
13267         Don't try to GObject scan the netbuffer as it's not a GObject.
13268         Fixes #351308.
13269
13270         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13271         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13272         Document GstNetBuffer.
13273
13274 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13275
13276         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13277         (audioconvert_suite):
13278           Add testcase for caps-size-explosion
13279
13280 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13281
13282         * gst/audioconvert/gstaudioconvert.c:
13283         (gst_audio_convert_get_unit_size), (set_structure_widths):
13284           Lower debug, use g_assert in _get_unit_size
13285
13286         * gst/audioresample/gstaudioresample.c:
13287         (audioresample_get_unit_size):
13288         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13289         (gst_ffmpegcsp_get_unit_size):
13290         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13291           use g_assert in _get_unit_size
13292
13293 2006-08-18  Wim Taymans  <wim@fluendo.com>
13294
13295         * docs/libs/gst-plugins-base-libs-sections.txt:
13296         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13297         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13298         (gst_rtp_buffer_get_payload_buffer):
13299         * gst-libs/gst/rtp/gstrtpbuffer.h:
13300         Document GstRTPBuffer.
13301         Added function to efficiently strip payload headers.
13302         API: gst_rtp_buffer_get_payload_subbuffer()
13303
13304 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13305
13306         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13307         (gst_tag_to_vorbis_comments):
13308           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13309           tags and deserialise them properly as well (#347091).
13310           Add some more gtk-doc blurbs and also some g_return_if_fail().
13311
13312         * tests/check/libs/tag.c: (GST_START_TEST),
13313         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13314           More tests.
13315
13316 2006-08-17  Wim Taymans  <wim@fluendo.com>
13317
13318         * ext/ogg/Makefile.am:
13319         * ext/ogg/gstogg.c: (plugin_init):
13320         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13321         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13322         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13323         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13324         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13325         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13326         Added ogg-in-avi parser element. Fixes #140139.
13327
13328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13329         Fixed a bug in oggdemux debug code.
13330
13331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13332         (gst_riff_create_audio_template_caps):
13333         Recognise Ogg in the AVI extensible wave format.
13334
13335 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13336
13337         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13338           Make buffer durations add up (duration should be next_ts-ts for
13339           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13340           from CVS.
13341
13342         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13343         (test_buffer_timestamps), (cddabasesrc_suite):
13344           Add unit test for the above.
13345
13346         * tests/check/Makefile.am:
13347           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13348           to see what happens.
13349
13350 2006-08-16  Wim Taymans  <wim@fluendo.com>
13351
13352         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13353         (gst_alsasink_open):
13354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13355         (gst_alsasrc_open):
13356         Avoid setting and using a NULL device name.
13357         Print more info when we fail to open a device.
13358
13359 2006-08-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13360
13361         * docs/libs/gst-plugins-base-libs-sections.txt:
13362         * gst-libs/gst/tag/tag.h:
13363         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13364           API: add gst_tag_parse_extended_comment() (#351426).
13365
13366         * tests/check/Makefile.am:
13367         * tests/check/libs/.cvsignore:
13368         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13369           Add unit test for gst_tag_parse_extended_comment().
13370
13371 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13372
13373         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13375           Fix leak (#351502).
13376
13377 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13378
13379         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13380         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13381         * docs/plugins/gst-plugins-base-plugins.args:
13382         * gst/playback/gstplaybin.c:
13383           Document playbin.
13384           
13385         * docs/plugins/inspect/plugin-adder.xml:
13386         * docs/plugins/inspect/plugin-alsa.xml:
13387         * docs/plugins/inspect/plugin-audioconvert.xml:
13388         * docs/plugins/inspect/plugin-audiorate.xml:
13389         * docs/plugins/inspect/plugin-audioresample.xml:
13390         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13391         * docs/plugins/inspect/plugin-cdparanoia.xml:
13392         * docs/plugins/inspect/plugin-decodebin.xml:
13393         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13394         * docs/plugins/inspect/plugin-gnomevfs.xml:
13395         * docs/plugins/inspect/plugin-ogg.xml:
13396         * docs/plugins/inspect/plugin-pango.xml:
13397         * docs/plugins/inspect/plugin-playbin.xml:
13398         * docs/plugins/inspect/plugin-subparse.xml:
13399         * docs/plugins/inspect/plugin-tcp.xml:
13400         * docs/plugins/inspect/plugin-theora.xml:
13401         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13402         * docs/plugins/inspect/plugin-video4linux.xml:
13403         * docs/plugins/inspect/plugin-videorate.xml:
13404         * docs/plugins/inspect/plugin-videoscale.xml:
13405         * docs/plugins/inspect/plugin-videotestsrc.xml:
13406         * docs/plugins/inspect/plugin-volume.xml:
13407         * docs/plugins/inspect/plugin-vorbis.xml:
13408         * docs/plugins/inspect/plugin-ximagesink.xml:
13409         * docs/plugins/inspect/plugin-xvimagesink.xml:
13410           Update to CVS version.
13411
13412 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13413
13414         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13415         (gst_play_bin_set_property), (gst_play_bin_get_property),
13416         (value_list_append_structure_list),
13417         (gst_play_bin_handle_redirect_message),
13418         (gst_play_bin_handle_message):
13419           API: GstPlayBin::connection-speed
13420           Add "connection-speed" property; re-order redirect messages with
13421           multiple redirect locations depending on the minimum bitrate if
13422           that information is available and a connection speed is set
13423           (#350399).
13424
13425 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13426
13427         * gst/playback/gstplaybin.c:
13428           Update max volume to the same value that the volume element uses.
13429
13430 2006-08-14  Wim Taymans  <wim@fluendo.com>
13431
13432         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13433         Less uglyness..
13434
13435 2006-08-14  Wim Taymans  <wim@fluendo.com>
13436
13437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13438         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13439         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13440         Add some more debug info.
13441         Don't crash when a seek failed.
13442         Actually return the result of the seek instead of TRUE.
13443         Ignore multiple BOS pages with the same serial so that we don't create
13444         the same stream multiple times.
13445         Post an error when we fail to do the initial seek.
13446
13447 2006-08-13  Wim Taymans  <wim@fluendo.com>
13448
13449         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13450         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13451         Small code cleanup.
13452
13453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13454         (gst_alsa_mixer_new):
13455         Remove hack that always set the device to hw:0*.
13456         Properly find the card name for whatever device was configured.
13457         Do some better debugging.
13458         Fixes #350784.
13459
13460         * ext/alsa/gstalsamixerelement.c:
13461         (gst_alsa_mixer_element_set_property),
13462         (gst_alsa_mixer_element_change_state):
13463         Cleanups.
13464         Handle setting of a NULL device name better.
13465
13466 2006-08-11  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst/adder/gstadder.c:
13469         Don't clip float values. Fixes #350900.
13470
13471 2006-08-11  Andy Wingo  <wingo@pobox.com>
13472
13473         * gst/tcp/gsttcp.c: Really fix the build?
13474
13475         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13476         fixes the build.
13477
13478 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13479
13480         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13481           Float caps shouldn't have a "signed" field.
13482
13483 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13484
13485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13486           Implement SEEKING query in its most basic form, so that we can
13487           at least check if we're seekable or not (#350655).
13488
13489 2006-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13490
13491         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13492           The checks here are not even close to anything that would
13493           justify MAXIMUM probability, lowering to POSSIBLE until someone
13494           fixes the checks (case at hand: quicktime redirection files
13495           might start with 00 00 01 XX and pass the checks here just
13496           fine, see #350399).
13497
13498 2006-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13499
13500         Patch by: Sjoerd Simons  <sjoerd at luon net>
13501
13502         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13503           Better detection for multipart/x-mixed-replace: accept leading
13504           whitespaces before the boundary marker as well (as our very own
13505           multipartmux used to produce) (#349068).
13506
13507 2006-08-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13508
13509         Patch by: Young-Ho Cha  <ganadist at chollian net>
13510
13511         * gst-libs/gst/riff/riff-ids.h:
13512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13513         (gst_riff_create_audio_template_caps):
13514           Detect DTS audio streams (#350157).
13515
13516 2006-08-05  Andy Wingo  <wingo@pobox.com>
13517
13518         * ext/theora/gsttheoraparse.h:
13519         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13520         (theora_parse_dispose, theora_parse_set_property)
13521         (theora_parse_get_property, theora_parse_munge_granulepos)
13522         (theora_parse_push_buffer, theora_parse_change_state):
13523         API: GstTheoraParse::synchronization-points
13524         Add a property 'synchronization-points' to fix badly synchronized oggs.
13525
13526 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13527
13528         * tests/check/Makefile.am:
13529         * tests/check/libs/.cvsignore:
13530         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13531         (fixed_caps_have_channel_positions), (GST_START_TEST),
13532         (audio_suite), (main):
13533           Add a few tests for the channel position stuff in libgstaudio.
13534
13535 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13536
13537         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13538         (gst_alsa_detect_channels):
13539         * ext/alsa/gstalsasink.c:
13540           Add support for cards that (only) do more than 8 channels,
13541           like the Delta 44 (#345188).
13542
13543         * gst-libs/gst/audio/multichannel.c:
13544         (gst_audio_check_channel_positions):
13545         * gst-libs/gst/audio/multichannel.h:
13546           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13547           unspecified channel position and cannot be combined with any
13548           of the other audio channel positions; adjust position layout
13549           checks accordingly (#345188).
13550
13551 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13552
13553         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13554           Recognise ancient RealAudio files (see #349779).
13555
13556 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13557
13558         Patch by: Jens Granseuer  <jensgr at gmx net>
13559
13560         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13561           Add typefinder for Interplay's MVE format (#348973).
13562
13563 2006-08-02  Wim Taymans  <wim@fluendo.com>
13564
13565         Patch by: Marcel Moreaux <marcelm at luon dot net>
13566
13567         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13568         (gst_base_rtp_depayload_add_to_queue):
13569         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13570         Handle RTP sequence number rollover.
13571         Disable jitterbuffer by default.
13572
13573 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13574
13575         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13576         (audioresample_set_caps):
13577         Don't leak references to the incoming caps. Clean them up when
13578         stopping.
13579
13580         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13581         (gst_video_scale_finalize):
13582         Don't leak our temporary pixel buffer.
13583
13584         * tests/check/Makefile.am:
13585         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13586         (GST_START_TEST), (simple_launch_lines_suite):
13587
13588         Fix leaks and re-enable the test for valgrind checking.
13589
13590 2006-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13591
13592         Patch by: Sjoerd Simons  <sjoerd at luon net>
13593
13594         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13595         (plugin_init):
13596           Add typefind function for multipart/x-mixed-replace (#348916).
13597
13598 2006-07-28  Wim Taymans  <wim@fluendo.com>
13599
13600         * gst/adder/gstadder.c: (gst_adder_setcaps),
13601         (gst_adder_query_duration):
13602         Fix leak in duration query.
13603         Reflow some docs and notes.
13604
13605 2006-07-28  Michael Smith  <msmith@fluendo.com>
13606
13607         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13608         (vorbisenc_suite):
13609           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13610           aspect of it.
13611
13612 2006-07-28  Michael Smith  <msmith@fluendo.com>
13613
13614         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13615         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13616         (gst_vorbis_enc_push_buffer),
13617         (gst_vorbis_enc_buffer_check_discontinuous),
13618         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13619         * ext/vorbis/vorbisenc.h:
13620           Handle discontinuities in the input vorbis stream correctly,
13621           so that the output is properly timestamped (and has good granulepos
13622           values). Needs some oggmux fixes too.
13623
13624 2006-07-27  Wim Taymans  <wim@fluendo.com>
13625
13626         patch by: Kai Vehmanen <kv2004 eca cx>
13627
13628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13629         (gst_base_rtp_depayload_chain),
13630         (gst_base_rtp_depayload_handle_sink_event),
13631         (gst_base_rtp_depayload_change_state):
13632         Don't send multiple newsegments with different formats.
13633         Fixes #348677.
13634
13635 2006-07-26  Wim Taymans  <wim@fluendo.com>
13636
13637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13638         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13639         Make seeking in ogg more accurate again by doing the more correct
13640         granuletime to stream time conversion.
13641
13642 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13643
13644         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13645         (gst_multi_fd_sink_new_client):
13646           debug a little more understandably
13647           do not use goto as a substitute for break, especially if
13648           break is also being used
13649
13650 2006-07-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13651
13652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13653         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13654           Remove GLib-2.6 compatibility cruft.
13655
13656 2006-07-24  Wim Taymans  <wim@fluendo.com>
13657
13658         * gst-libs/gst/audio/gstbaseaudiosink.c:
13659         (gst_base_audio_sink_render):
13660         Don't try to align a sample to an unknown value.
13661
13662 2006-07-24  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst-libs/gst/audio/gstbaseaudiosink.c:
13665         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13666         When the audio clock is slaved to another clock, never try to align
13667         samples but trust the rate interpolation algorithm.
13668
13669 2006-07-24  Wim Taymans  <wim@fluendo.com>
13670
13671         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13672         Don't try to calculate silence samples, base class does this much
13673         better now.
13674
13675         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13676         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13677         (gst_ring_buffer_acquire):
13678         Calculate silence samples correctly.
13679
13680         * gst-libs/gst/audio/gstringbuffer.h:
13681         Add _CAST macro.
13682
13683 2006-07-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13684
13685         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13686           Limit search for the first markup tag to the first few kB of
13687           the file. If we don't find one there, it's highly unlikely that
13688           this is an XML(-ish) file.
13689
13690 2006-07-21  Andy Wingo  <wingo@pobox.com>
13691
13692         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13693         test to the one in vorbisenc. Also commented out.
13694
13695         * tests/check/pipelines/vorbisenc.c: 
13696         (test_discontinuity): New test, commented out until Mike lands
13697         some elite vorbisenc patches.
13698
13699         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13700         Bufferstraw was actually factored out of these tests. Now we share
13701         code yay.
13702
13703         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13704         for bufferstraw addition to gstcheck.
13705
13706 2006-07-21  Wim Taymans  <wim@fluendo.com>
13707
13708         * ext/theora/theoradec.c: (clip_buffer):
13709         Better clipping.
13710
13711 2006-07-21  Wim Taymans  <wim@fluendo.com>
13712
13713         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13714         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13715         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13716         Fix leak.
13717         Avoid type casting when we can.
13718
13719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13720         Fix mem leak.
13721
13722 2006-07-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13723
13724         * ext/alsa/gstalsamixerelement.c:
13725         (gst_alsa_mixer_element_change_state):
13726           Make state change fail if the specified device can't be opened
13727           for some reason.
13728
13729 2006-07-20  Wim Taymans  <wim@fluendo.com>
13730
13731         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13732         (cb_newpad), (main):
13733         Example of a small audio/video player using decodebin.
13734
13735 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13736
13737         * gst-libs/gst/riff/riff-ids.h:
13738           Add 'fact' chunk id
13739
13740 2006-07-19  Wim Taymans  <wim@fluendo.com>
13741
13742         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13743         (gst_base_rtp_depayload_chain),
13744         (gst_base_rtp_depayload_change_state):
13745         Don't assert when not negotiated but post a meaningfull 
13746         error message. Fixes #347918.
13747
13748         * gst-libs/gst/rtp/gstbasertppayload.c:
13749         Add comment about better default MTU size.
13750
13751         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13752         Small cleanups, start docs.
13753
13754 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13755
13756         Patch by: Martin Szulecki
13757
13758         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13759           If "device-name" is requested and the device is not
13760           open, try to temporarily open it to obtain this
13761           information (#342494).
13762
13763 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13764
13765         * gst-libs/gst/tag/gstid3tag.c:
13766           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13767
13768         * gst-libs/gst/tag/gsttageditingprivate.h:
13769         * gst-libs/gst/tag/gstvorbistag.c:
13770           Some more random const-ifications.
13771
13772 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13773
13774         * gst-libs/gst/riff/riff-ids.h:
13775         * gst-libs/gst/riff/riff-media.c:
13776         (gst_riff_create_video_template_caps):
13777           Add more FOURCCs (sort list to make stuff easier to find),
13778           add comment what those 16 bytes in struct _gst_riff_strh according to
13779           one avi-dumper are
13780
13781 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13782
13783         * gst-libs/gst/audio/multichannel.c:
13784         (gst_audio_check_channel_positions),
13785         (gst_audio_fixate_channel_positions):
13786           Const-ify two arrays.
13787
13788 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13789
13790         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13791           Fix typo, so that alsasink also advertises 8 channels
13792           if that's supported (tags: can, worms, open, alsa, ph34r).
13793
13794 2006-07-17  Wim Taymans  <wim@fluendo.com>
13795
13796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13797         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13798         *sigh*, when is the compiler going to warn when the comments
13799         are out-of-sync with the code.. Refix case of busted theora
13800         headers with 0 granule pos.
13801
13802 2006-07-14  Wim Taymans  <wim@fluendo.com>
13803
13804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13805         (gst_base_rtp_depayload_wait),
13806         (gst_base_rtp_depayload_change_state),
13807         (gst_base_rtp_depayload_set_property),
13808         (gst_base_rtp_depayload_get_property):
13809         Fix 99% cpu load by waiting for absolute times on the
13810         clock. Fixes #347300.
13811
13812 2006-07-14  Andy Wingo  <wingo@pobox.com>
13813
13814         * ext/theora/gsttheoraparse.h: 
13815         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13816         (theora_parse_push_headers, theora_parse_clear_queue)
13817         (theora_parse_drain_queue_prematurely, )
13818         (theora_parse_sink_event, theora_parse_change_state): Queue events
13819         until we initialized our state, like in vorbisparse.
13820
13821         * ext/vorbis/vorbisparse.h: 
13822         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13823         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13824         (vorbis_parse_drain_queue_prematurely, )
13825         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13826         until we have initialized our state. Fixes seeking after an
13827         initial pad block.
13828
13829 2006-07-14  Andy Wingo  <wingo@pobox.com>
13830
13831         Patch by: Iain Holmes <iaingnome@gmail.com>
13832         
13833         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13834
13835 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13836
13837         * configure.ac:
13838         Bump nano back to CVS
13839
13840 === release 0.10.9 ===
13841
13842 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13843
13844         * configure.ac:
13845           releasing 0.10.9, "I walk the line"
13846
13847 2006-07-14  Michael Smith  <msmith@fluendo.com>
13848
13849         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13850           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13851           (commonly happens when running this test under valgrind) when trying
13852           to remove the buffer probe.
13853
13854 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13855
13856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13857         Fix missing g_unlock from the previous commit
13858
13859 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13860
13861         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13862         (gst_ximagesink_change_state):
13863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13864         (gst_xvimagesink_change_state):
13865         Implement a locking order to ensure we always take the object lock
13866         before the x_lock and never vice-versa.
13867
13868 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13869
13870         * gst/playback/gstdecodebin.c: (find_compatibles):
13871         Fix a caps leak when linking (#347304)
13872
13873         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13874         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13875         (gst_ximagesink_change_state):
13876         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13877         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13878         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13879         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13880         Don't leak shared memory resources. Use the object lock to protect
13881         against the xcontext disappearing while returning a buffer from the
13882         pipeline. (#347304)
13883
13884 2006-07-12  Edward Hervey  <edward@fluendo.com>
13885
13886         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13887         (vorbis_handle_comment_packet):
13888         gst_tag_list_merge() returns a new object. Take that into account when
13889         using it. This avoids memleak.
13890         Revert previous commit which is not needed.
13891
13892 2006-07-12  Edward Hervey  <edward@fluendo.com>
13893
13894         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13895         Reset the decoder in finalize so that all fields get cleared.
13896
13897 2006-07-12  Wim Taymans  <wim@fluendo.com>
13898
13899         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13900         (gst_base_audio_src_set_clock),
13901         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13902         Don't try to post an error message when setting the clock fails
13903         as this can happen when adding an element to a bin which will then
13904         deadlock. Fixes #347296.
13905
13906 2006-07-12  Edward Hervey  <edward@fluendo.com>
13907
13908         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13909         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13910         (vorbis_handle_type_packet):
13911         Post tag messages on the bus even if we're not initialized.
13912         If we're not initialized, we still postpone the event pushing of tags.
13913
13914 2006-07-12  Wim Taymans  <wim@fluendo.com>
13915
13916         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13917         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13918         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13919         Revert last two changes that broke the freeze.
13920
13921 2006-07-12  Wim Taymans  <wim@fluendo.com>
13922
13923         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13924         basesink calculates silence sample correctly for us.
13925
13926 2006-07-12  Wim Taymans  <wim@fluendo.com>
13927
13928         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13929         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13930         Calculate correct silence samples so we don't fill our ringbuffer
13931         with noise.
13932
13933 2006-07-12  Edward Hervey  <edward@fluendo.com>
13934
13935         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13936         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13937         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13938         * ext/vorbis/vorbisdec.h:
13939         Delay sending events (newsegment, tags) until the decoder is properly
13940         initialized.
13941         Fixes #347295
13942
13943 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13944
13945         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13946         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13947           Patch from #347221 adding a test for audioconvert
13948           channel remappings.
13949
13950 2006-07-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13951
13952         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13953         (gst_ssa_parse_parse_line):
13954           Don't include the terminating NUL in the buffer size,
13955           it's only there for extra paranoia (would add random
13956           '*' characters at the end of each subtitle since the
13957           terminator itself is not valid UTF-8 technically).
13958           Also fix indenting after boilerplate macro.
13959
13960 2006-07-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13961
13962         * gst/playback/gstdecodebin.c: (close_pad_link):
13963           Also emit 'unknown-type' signal (which should really be
13964           called unhandled-type) if we found potential decoders/demuxers
13965           in the registry but none of them worked in the end (as in the
13966           case where the plugins don't exist any longer but are still
13967           listed in the registry). Fixes #329798.
13968
13969 2006-07-08  Andy Wingo  <wingo@pobox.com>
13970
13971         * theoraparse.c (theora_parse_push_buffer)
13972         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13973         Add some more debugging. Fix granulepos reconstruction in the face
13974         of discontinuities.
13975
13976 2006-07-06  Wim Taymans  <wim@fluendo.com>
13977
13978         * gst-libs/gst/audio/gstbaseaudiosink.c:
13979         (gst_base_audio_sink_class_init),
13980         (gst_base_audio_sink_provide_clock):
13981         Use gobject_class instead of G_OBJECT_CLASS (klass)
13982
13983         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13984         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13985         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13986         (gst_base_audio_src_get_time),
13987         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13988         (gst_base_audio_src_create_ringbuffer):
13989         Fix latency and buffer-time constants and properties ala basesink.
13990         Implement pull based scheduling. Fixes #346527.
13991         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13992         one segment.
13993         Refuse slaving to another clock instead of silently not working.
13994         Only provide a clock when we are actually able to do so.
13995         Various small cleanups and compiler hints.
13996
13997 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13998
13999         Patch by: Lutz Mueller <lutz at topfrose de>
14000
14001         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14002         (plugin_init):
14003           Add typefinding for text/html (#346581).
14004
14005 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14006
14007         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14008         (xml_check_first_element), (xml_type_find), (smil_type_find):
14009           Fix SMIL typefinding, make xml_check_first_element() more
14010           useful.
14011
14012 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14013
14014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14015         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14016         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14017         * gst/playback/gstplaybasebin.h:
14018           Protect list of elements with a subtitle-encoding property and
14019           the subtitle encoding member itself with a lock of their own
14020           instead of using the object lock. This prevents a dead-lock in
14021           the element-remove callback in some circumstances when shutting
14022           down playbin.
14023
14024 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14025
14026         * win32/common/libgsttag.def:
14027         Export some new functions.
14028         * win32/vs6/libgstogg.dsp:
14029         Add a link to libgsttag-0.10.lib.
14030
14031 2006-07-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14032
14033         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14034           Some const-ification.
14035
14036 2006-07-04  Wim Taymans  <wim@fluendo.com>
14037
14038         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14039         Improve checking if we are dealing with a stream. Added some
14040         more uris that need buffering.
14041
14042 2006-07-03  Edward Hervey  <edward@fluendo.com>
14043
14044         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14045         Remove unused variable.
14046
14047 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14048
14049         * Makefile.am:
14050           include lcov.mak
14051         * configure.ac:
14052           add GCOV_LIBS to GST_LIBS
14053
14054 2006-07-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14055
14056         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14057
14058         * ext/alsa/gstalsasrc.c:
14059           Add 32 bps to template caps and increase channels range
14060           from [1,2] to [1,MAX]. See #346326.
14061
14062 2006-06-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14063
14064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14065           Recognise 'WMVA' video codec fourcc (#345879).
14066           
14067 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14068          
14069         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14070           Fixed nasty memory leak
14071
14072 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14073
14074         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14075         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14076           fix logging
14077
14078 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14079
14080         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14081         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14082         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14083         Protect remove_fakesink using a mutex, so that we don't try and
14084         remove the fakesink simultaneously from multiple threads.
14085
14086         When going from READY to PAUSED, restore the fakesink, so that
14087         it is there when decodebin gets reused.
14088
14089 2006-06-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14090
14091         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14093         * gst-libs/gst/rtp/gstbasertppayload.c:
14094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14095         * gst/tcp/gstmultifdsink.c:
14096         * gst/tcp/gsttcpclientsink.c:
14097         * gst/tcp/gsttcpclientsrc.c:
14098         * gst/tcp/gsttcpserversink.c:
14099         * gst/tcp/gsttcpserversrc.c:
14100         * gst/videorate/gstvideorate.c:
14101         * gst/videotestsrc/gstvideotestsrc.c:
14102         * sys/v4l/gstv4ljpegsrc.c:
14103         * sys/v4l/gstv4lmjpegsink.c:
14104         * sys/v4l/gstv4lsrc.c:
14105         * tests/examples/seek/scrubby.c:
14106         * tests/examples/seek/seek.c:
14107           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14108
14109 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14110
14111         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14112           Second field in GEnumValue shouldn't be a description,
14113           but a stringified version of the enum value.
14114
14115 2006-06-22  Wim Taymans  <wim@fluendo.com>
14116
14117         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14118         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14119         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14120         Avoid type checking in buffer casts.
14121         Avoid caps copy in buffer_alloc when we can.
14122         Use pad_peer_accept.
14123
14124 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14125
14126         * gst-libs/gst/tag/tag.h:
14127           Oops, make that 'Since: 0.10.9'.
14128
14129 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14130
14131         * docs/libs/gst-plugins-base-libs-sections.txt:
14132         * gst-libs/gst/tag/tag.h:
14133         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14134         (gst_tag_image_type_get_type):
14135           API: add GstTagImageType enum to describe images contained
14136           in image tags (#345641).
14137
14138 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14139
14140         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14141           Fix warnings with gst-inspect: "buffers-min" property
14142           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14143           typo in property description.
14144
14145 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14146
14147         Patch by: Cody Russell <bratsche at gnome org>
14148
14149         * gst/audioresample/gstaudioresample.c:
14150         (gst_audioresample_class_init):
14151         * gst/playback/gststreamselector.c:
14152         (gst_stream_selector_class_init):
14153         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14154         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14155         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14156         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14157         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14158         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14159         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14160         * gst/videotestsrc/gstvideotestsrc.c:
14161         (gst_video_test_src_class_init):
14162         * gst/volume/gstvolume.c: (gst_volume_class_init):
14163           Avoid unnecessary class cast check in class_init
14164           functions (#337747).
14165
14166 2006-06-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14167
14168         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14169         (gst_text_overlay_video_chain):
14170           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14171           and doesn't validate its input either (and neither did
14172           textoverlay it seems). Let's do that then and fix #345206.
14173
14174 2006-06-19  Wim Taymans  <wim@fluendo.com>
14175
14176         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14177         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14178         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14179         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14180         (find_syncframe), (find_limits), (assign_value),
14181         (count_burst_unit), (gst_multi_fd_sink_new_client),
14182         (gst_multi_fd_sink_handle_client_write),
14183         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14184         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14185         (gst_multi_fd_sink_change_state):
14186         * gst/tcp/gstmultifdsink.h:
14187         Added shiny new burst-on-connect methods.
14188         Add properties to control the minimal amount of data queued.
14189         Small cleanups.
14190         API: bytes-min property
14191         API: time-min property
14192         API: buffers-min property
14193         API: burst-unit property
14194         API: burst-value property
14195         API: add-full signal
14196
14197         * gst/tcp/gsttcp-marshal.list:
14198         Added new marshaller code for the new signal.
14199
14200         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14201         (multifdsink_suite):
14202         Added testcases for new burst methods.
14203
14204 2006-06-19  Edward Hervey  <edward@fluendo.com>
14205
14206         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14207         Implement clipping for accurate seeking.
14208         Closes #345225
14209
14210 2006-06-19  Wim Taymans  <wim@fluendo.com>
14211
14212         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14213
14214         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14215         (gst_video_scale_transform):
14216         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14217
14218 2006-06-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14219
14220         * configure.ac:
14221           Fix --disable-external (can't set conditionals conditionally,
14222           #343602).
14223
14224 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14225
14226         * tests/check/elements/audioresample.c: (test_reuse),
14227         (audioresample_suite):
14228           Add test case for bug #342789 fixed below.
14229
14230 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14231
14232         * gst/audioresample/gstaudioresample.c:
14233         (gst_audioresample_class_init), (gst_audioresample_init),
14234         (audioresample_start), (audioresample_stop),
14235         (gst_audioresample_set_property), (gst_audioresample_get_property):
14236           Implement GstBaseTransform::start and ::stop so that audioresample
14237           can clear its internal state properly and be reused instead of
14238           causing non-negotiated errors with playbin under some circumstances
14239           (#342789).
14240
14241         * tests/check/elements/audioresample.c: (setup_audioresample),
14242         (cleanup_audioresample):
14243           Need to set element state here so that ::start and ::stop are
14244           called.
14245
14246 2006-06-16  Wim Taymans  <wim@fluendo.com>
14247
14248         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14249
14250         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14251         Parse extra data better, apparently it's right behind
14252         the normal strf header size. Fixes #343500.
14253
14254 2006-06-16  Wim Taymans  <wim@fluendo.com>
14255
14256         * ext/alsa/gstalsasink.c: (set_hwparams):
14257         If we fail to set the buffer_time and period_time alsa
14258         parameters, post a warning and leave alsa select a 
14259         default instead of failing. Fixes #342085
14260
14261 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14262
14263         * docs/libs/gst-plugins-base-libs-sections.txt:
14264         * gst-libs/gst/cdda/gstcddabasesrc.h:
14265           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14266           out in the header file and shouldn't be listed in the docs.
14267
14268         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14269           Must dereference pointer to fourcc in the debug statement.
14270
14271 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14272
14273         * docs/libs/Makefile.am:
14274         * docs/libs/gst-plugins-base-libs-docs.sgml:
14275         * docs/libs/gst-plugins-base-libs-sections.txt:
14276         * docs/libs/gst-plugins-base-libs.types:
14277         add remaining symbols into correct setions
14278         
14279         * gst-libs/gst/audio/gstringbuffer.c:
14280         fix incomplete docs
14281         
14282         * gst-libs/gst/audio/gstringbuffer.h:
14283         comment out not yet implemented function
14284         
14285         
14286         * gst-libs/gst/floatcast/floatcast.h:
14287         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14288         add short descriptions
14289         
14290         
14291         * gst-libs/gst/interfaces/propertyprobe.c:
14292         fix return value docs   
14293         
14294         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14295         simplify debug logging
14296         
14297         * gst-libs/gst/riff/riff-read.h:
14298         sync function prototype and docs
14299         
14300         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14301         remove left over symbol
14302
14303 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14304
14305         * autogen.sh:
14306         * configure.ac:
14307         * docs/Makefile.am:
14308           Use GST_PLUGIN_DOCS macro in configure.ac, add
14309           --enable-plugin-docs default to autogen.sh and use
14310           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14311
14312 2006-06-15  Wim Taymans  <wim@fluendo.com>
14313
14314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14315         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14316         (gst_ogg_demux_loop):
14317         Combine GstFlowReturn from the source pads to give a
14318         meaningfull result to the upstream peer or to stop the
14319         processing task in case of errors.
14320
14321 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14322
14323         * gst/playback/gststreaminfo.c: (cb_probe):
14324           Try GST_TAG_CODEC as fallback when extracting the
14325           codec name; more debug info.
14326
14327 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14328
14329         * ext/ogg/Makefile.am:
14330         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14331           Extract language tags from ogm subtitle streams, so that
14332           the subtitle menu choices are labelled correctly in
14333           Totem (fixes #344708).
14334
14335 2006-06-14  Wim Taymans  <wim@fluendo.com>
14336
14337         Patch by: Alessandro Decina <alessandro at nnva dot org>
14338
14339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14340         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14341         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14342         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14343         Fix various leaks. Fixes #343699.
14344         Add x-smoke mime type.
14345
14346 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14347
14348         * gst-libs/gst/riff/riff-ids.h:
14349           Add IDs for 'bext' chunks (see #343837).
14350
14351 2006-06-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14352
14353         Patch by: Young-Ho Cha  <ganadist at chollian net>
14354
14355         * gst/subparse/samiparse.c: (sami_context_pop_state),
14356         (handle_start_font), (end_sami_element):
14357           Honour font face tags in SAMI subtitles (#344503).
14358
14359 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14360
14361         * po/POTFILES.in:
14362           add missing files containing translatable strings
14363
14364 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14365
14366         * docs/libs/tmpl/.cvsignore:
14367           we don't want those *.sgml files in CVS either
14368
14369 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14370
14371         * docs/libs/.cvsignore:
14372         * tests/check/elements/.cvsignore:
14373         * tests/check/libs/.cvsignore:
14374           ignore more
14375
14376 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14377
14378         * docs/libs/Makefile.am:
14379           also commiting the changed Makefile.am (added more libs to the
14380           doc-build)
14381
14382 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14383
14384         * docs/libs/gst-plugins-base-libs-docs.sgml:
14385         * docs/libs/gst-plugins-base-libs-sections.txt:
14386         * docs/libs/gst-plugins-base-libs.types:
14387           first batch of reordering things, add index & hierarchy
14388
14389 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14390
14391         * configure.ac:
14392           use GST_PKG_CHECK_MODULES, cleans up output
14393
14394 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14395
14396         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14397           Add support for burn:// URIs (#343385); const-ify things a bit,
14398           use G_N_ELEMENTS instead of hard-coded array size.
14399
14400 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14401
14402         Patch by: Young-Ho Cha  <ganadist at chollian net>
14403
14404         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14405           Fix up broken entities before passing them to libxml *sigh*.
14406           (#343303).
14407           
14408 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14409
14410         * configure.ac:
14411           back to TRUNK
14412
14413 === release 0.10.8 ===
14414
14415 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14416
14417         * configure.ac:
14418           releasing 0.10.8, "Moar gij ziet mij nie"
14419
14420 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14421
14422         * configure.ac:
14423         * po/af.po:
14424         * po/az.po:
14425         * po/cs.po:
14426         * po/en_GB.po:
14427         * po/hu.po:
14428         * po/it.po:
14429         * po/nb.po:
14430         * po/nl.po:
14431         * po/or.po:
14432         * po/sq.po:
14433         * po/sr.po:
14434         * po/sv.po:
14435         * po/uk.po:
14436         * po/vi.po:
14437         * win32/common/config.h:
14438           0.10.7.2 prerelease
14439
14440 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14441
14442         * docs/libs/tmpl/gstaudio.sgml:
14443         * docs/libs/tmpl/gstcolorbalance.sgml:
14444         * docs/libs/tmpl/gstmixer.sgml:
14445         * docs/libs/tmpl/gstringbuffer.sgml:
14446         * docs/libs/tmpl/gsttuner.sgml:
14447         * docs/libs/tmpl/gstxoverlay.sgml:
14448         * gst-libs/gst/audio/audio.c:
14449         * gst-libs/gst/audio/gstringbuffer.c:
14450         * gst-libs/gst/interfaces/colorbalance.c:
14451         * gst-libs/gst/interfaces/mixer.c:
14452         * gst-libs/gst/interfaces/tuner.c:
14453         * gst-libs/gst/interfaces/xoverlay.c:
14454           move last template doc snippets to source code and delete them
14455
14456 2006-06-06  Michael Smith  <msmith@fluendo.com>
14457
14458         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14459         (theora_parse_drain_queue):
14460           Mark DELTA_UNIT on non-keyframes.
14461
14462 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14463
14464         * gst-libs/gst/audio/gstbaseaudiosink.c:
14465         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14466         * gst-libs/gst/audio/gstbaseaudiosink.h:
14467         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14468         (gst_ring_buffer_samples_done):
14469         * gst-libs/gst/audio/gstringbuffer.h:
14470         Document better the fact that latency_time and buffer_time are values
14471         stored in microseconds, and not the usual GStreamer nanoseconds.
14472         Change the variables (compatibly) that store them from GstClockTime 
14473         to guint64 to make it more clear that they're not storing clock times.
14474         Also, remove the bogus property description that says the user can
14475         specify -1 to get the default value, since that's never been the case.
14476
14477         When computing the default segment size for the ring buffer, make it
14478         an integer number of samples.
14479
14480         When the sub-class indicates a delay greater than the number of
14481         samples we've written return 0 from the audio sink get_time method.
14482
14483 2006-06-02  Michael Smith  <msmith@fluendo.com>
14484
14485         * tests/check/elements/audioconvert.c: (set_channel_positions),
14486         (get_float_mc_caps), (get_int_mc_caps):
14487         * tests/check/elements/audioresample.c:
14488         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14489         * tests/check/elements/videorate.c:
14490         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14491         * tests/check/elements/volume.c:
14492         * tests/check/elements/vorbisdec.c:
14493         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14494           Don't busy-wait in tests; this was causing test timeouts very
14495           frequently when running under valgrind.
14496
14497 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14498
14499         * gst/tcp/README:
14500         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14501         (gst_multi_fd_sink_remove_client_link),
14502         (gst_multi_fd_sink_client_queue_caps),
14503         (gst_multi_fd_sink_client_queue_buffer),
14504         (gst_multi_fd_sink_handle_client_write),
14505         (gst_multi_fd_sink_render):
14506         * gst/tcp/gstmultifdsink.h:
14507           make multifdsink properly deal with streamheader:
14508           - streamheader is taken from caps
14509           - buffers marked with IN_CAPS are not sent
14510           - streamheaders are sent, on connection, from the caps of the
14511             buffer where the client gets positioned to
14512           - further streamheader changes are done every time the client
14513             will receive a buffer with different caps
14514         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14515         (gst_multifdsink_create_streamheader):
14516           add tests for this
14517
14518 2006-06-02  Michael Smith  <msmith@fluendo.com>
14519
14520         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14521           Reinstate limit on channel count. Vorbis does not define the meaning
14522           of > 6 channels, so they're just independent channels. Gstreamer
14523           currently has no mechanism to represent N independent channels.
14524
14525 2006-06-02  Michael Smith  <msmith@fluendo.com>
14526
14527         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14528           Don't arbitrarily restrict channel counts and rate in vorbis.
14529           In terms of effects likely on real-world files, this fixes 96kHz
14530           playback of vorbis.
14531
14532 2006-06-02  Michael Smith  <msmith@fluendo.com>
14533
14534         * gst/audioconvert/audioconvert.c: (float):
14535           More correct float->int conversion.
14536
14537 2006-06-02  Michael Smith  <msmith@fluendo.com>
14538
14539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14540           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14541           value. Fixes g-critical on trying to play back ogg containing
14542           unknown codec.
14543
14544 2006-06-02  Wim Taymans  <wim@fluendo.com>
14545
14546         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14547         (setup_source):
14548         * gst/playback/gstplaybasebin.h:
14549         Make the subtitle detection work from any thread so we don't
14550         deadlock. Fixes #343397.
14551
14552 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14553
14554         * gst/volume/Makefile.am:
14555           Seriously, it's not *that* hard to get compilation right.  Even
14556           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14557
14558 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14559
14560         * gst/volume/gstvolume.c: (volume_choose_func),
14561         (volume_update_real_volume), (gst_volume_class_init),
14562         (gst_volume_init), (volume_process_float), (volume_process_int16),
14563         (volume_process_int16_clamp), (volume_set_caps),
14564         (volume_transform_ip), (plugin_init):
14565         * gst/volume/gstvolume.h:
14566         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14567         another property desc., remove unused param from process function
14568         
14569         * tests/check/elements/volume.c: (volume_suite):
14570         reactivate the passthrough test
14571
14572 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14573
14574         * ext/alsa/gstalsamixerelement.h:
14575         * ext/alsa/gstalsamixeroptions.h:
14576         * ext/alsa/gstalsamixertrack.h:
14577         * ext/gnomevfs/gstgnomevfssink.h:
14578         * ext/gnomevfs/gstgnomevfssrc.h:
14579         * ext/theora/gsttheoradec.h:
14580         * ext/theora/gsttheoraenc.h:
14581         * ext/theora/gsttheoraparse.h:
14582         * ext/vorbis/vorbisparse.h:
14583         * gst-libs/gst/audio/gstaudioclock.h:
14584         * gst-libs/gst/audio/gstaudiofilter.h:
14585         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14586         * gst/audioconvert/gstaudioconvert.h:
14587         * gst/audioresample/gstaudioresample.h:
14588         * gst/audiotestsrc/gstaudiotestsrc.h:
14589         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14590         * gst/playback/gststreamselector.h:
14591         * gst/tcp/gstmultifdsink.h:
14592         * gst/tcp/gsttcpclientsink.h:
14593         * gst/tcp/gsttcpclientsrc.h:
14594         * gst/tcp/gsttcpserversink.h:
14595         * gst/tcp/gsttcpserversrc.h:
14596         * gst/videorate/gstvideorate.h:
14597         * gst/videoscale/gstvideoscale.h:
14598         * gst/videotestsrc/gstvideotestsrc.h:
14599         * gst/volume/gstvolume.h:
14600         * sys/v4l/gstv4ljpegsrc.h:
14601         * sys/v4l/gstv4lmjpegsink.h:
14602         * sys/v4l/gstv4lmjpegsrc.h:
14603         * sys/v4l/gstv4lsrc.h:
14604         * sys/ximage/ximagesink.h:
14605         * sys/xvimage/xvimagesink.h:
14606         * tests/old/testsuite/alsa/sinesrc.h:
14607         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14608
14609 2006-05-31  Wim Taymans  <wim@fluendo.com>
14610
14611         * ext/libvisual/visual.c: (gst_visual_reset),
14612         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14613         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14614         Handle DISCONT.
14615         Use running time before doing QoS.
14616         Handle mono too.
14617
14618 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14619
14620         * docs/libs/Makefile.am:
14621           set a magic variable to indicate we know the docs are incomplete
14622
14623 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14624
14625         * win32/common/libgstvideo.def:
14626           export gst_video_calculate_display_ratio
14627         * win32/vs6/libgstvideoscale.dsp:
14628           add link to libgstvideo-0.10.lib
14629
14630 2006-05-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14631
14632         * gst/playback/gstplaybasebin.c: (gen_source_element):
14633           Throw a more comprehensible error for rtsp:// URIs (rather
14634           than erroring out with a negotiation error later on) until
14635           we fix playbin to handle rtspsrc etc.
14636
14637 2006-05-30  Wim Taymans  <wim@fluendo.com>
14638
14639         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14640         (gst_text_overlay_text_event):
14641         Added some FIXMEs.
14642
14643 2006-05-30  Wim Taymans  <wim@fluendo.com>
14644
14645         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14646         (gst_adder_request_new_pad), (gst_adder_release_pad):
14647         * gst/adder/gstadder.h:
14648         Implement release_request_pad.
14649         Make padcounter atomic.
14650
14651         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14652         Added check for release_pad in adder.
14653
14654 2006-05-30  Wim Taymans  <wim@fluendo.com>
14655
14656         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14657         Fix build again.
14658
14659 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14660
14661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14662         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14663         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14664         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14665         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14666         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14667         (gst_ogg_demux_bisect_forward_serialno),
14668         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14669         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14670           add more debugging
14671           clean up printf formats for granulepos and serialno
14672
14673 2006-05-30  Michael Smith  <msmith@fluendo.com>
14674
14675         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14676         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14677         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14678         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14679         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14680         * ext/vorbis/vorbisenc.h:
14681           Multi-channel caps negotiation, so we can do proper multichannel
14682           vorbis encoding, negotiated through audioconvert.
14683
14684 2006-05-30  Wim Taymans  <wim@fluendo.com>
14685
14686         * tests/check/elements/adder.c: (test_event_message_received),
14687         (test_play_twice_message_received), (GST_START_TEST),
14688         (adder_suite):
14689         Added check to show that #339935 is fixed with ongoing
14690         adder and collectpads fixes.
14691
14692 2006-05-29  Wim Taymans  <wim@fluendo.com>
14693
14694         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14695         Don't leak pad name.
14696
14697 2006-05-29  Wim Taymans  <wim@fluendo.com>
14698
14699         * gst/adder/gstadder.c: (gst_adder_query_duration),
14700         (forward_event_func), (forward_event), (gst_adder_src_event):
14701         Fix adder seeking.
14702         Make query/seeking code threadsafe.
14703
14704         * tests/check/Makefile.am:
14705         * tests/check/elements/adder.c: (test_event_message_received),
14706         (GST_START_TEST), (test_play_twice_message_received):
14707         Fix adder test case.
14708
14709 2006-05-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14710
14711         Patch by: Young-Ho Cha  <ganadist at chollian net>
14712
14713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14714         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14715         (set_encoding_element), (decodebin_element_added_cb),
14716         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14717         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14718         * gst/playback/gstplaybasebin.h:
14719           Add 'subtitle-encoding' property to playbin, so applications can
14720           force a subtitle encoding for non-UTF8 subtitles (#342268).
14721
14722         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14723         (gst_sub_parse_set_property):
14724           Rename recently-added 'encoding' property to 'subtitle-encoding'
14725           (so it can be proxied by playbin/decodebin in a generic way
14726           with less danger of false positives).
14727
14728 2006-05-29  Michael Smith  <msmith@fluendo.com>
14729
14730         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14731         (append_with_other_format), (set_structure_widths),
14732         (gst_audio_convert_transform_caps):
14733           Patch from #341562: give more specific audio caps in get_caps, so
14734           that basetransform  can make better decisions on what caps to
14735           negotiate.
14736
14737 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14738
14739         * tests/check/elements/volume.c:
14740         make it compile again
14741
14742 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14743
14744         * tests/check/elements/volume.c: (volume_suite):
14745         disable test until #343196 gets resolved
14746
14747 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14748
14749         * gst/adder/gstadder.c: (gst_adder_get_type):
14750         Make it easier to copy&paste
14751         
14752         * gst/volume/Makefile.am:
14753         * gst/volume/gstvolume.c: (volume_update_real_volume),
14754         (gst_volume_set_volume), (gst_volume_set_mute),
14755         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14756         (volume_transform_ip), (volume_update_mute),
14757         (volume_update_volume):
14758         * gst/volume/gstvolume.h:
14759         Add own debug category, move duplicate code to helper function, fix
14760         property texts, add more comments and prepare ffor liboil-goodness
14761         
14762         * tests/check/Makefile.am:
14763         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14764         add test for mute and passtrough case, be a bit more verbose to track
14765         failure
14766         
14767         * tests/check/generic/states.c: (GST_START_TEST):
14768         catch elements that fail to instantiate
14769
14770 2006-05-28  Edward Hervey  <edward@fluendo.com>
14771
14772         * tests/check/pipelines/simple-launch-lines.c:
14773         * tests/check/pipelines/theoraenc.c:
14774         * tests/check/pipelines/vorbisenc.c:
14775         Comment out tests using parse_launch() if core was built without
14776         parsing capabilities.
14777
14778 2006-05-27  Edward Hervey  <edward@fluendo.com>
14779
14780         * tests/check/Makefile.am:
14781         Extra bonus points for whoever explains to ensonic that you are meant
14782         to test unit tests thoroughly before commiting them, especially if
14783         you know it's going to break.
14784         De-activated element/adder tests.
14785
14786 2006-05-27  Edward Hervey  <edward@fluendo.com>
14787
14788         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14789         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14790         Marking caps conversion issues as GST_WARNING is way too verbose,
14791         Moving them to GST_LOG.
14792
14793 2006-05-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14794
14795         * README:
14796           Replace current README (containing the release notes from
14797           some 0.9.x version) with a proper README taken from the core.
14798
14799 2006-05-26  Wim Taymans  <wim@fluendo.com>
14800
14801         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14802         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14803         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14804         (vorbis_dec_change_state):
14805         Small cleanups.
14806         Add some FIXMEs
14807         Clip output samples to segment boundaries.
14808
14809 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14810
14811         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14812         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14813         Improve the errors produced on bad output, including some human
14814         readable description strings.
14815         Handle the (theoretical for ximagesink) case where the XServer 
14816         has a different idea about the size required for a particular 
14817         frame and gives us too small a memory allocation.
14818
14819 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14820
14821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14822         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14823         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14824         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14825         Improve the errors produced on bad output, including some human 
14826         readable description strings.
14827         Handle RGB Xv formats properly by transforming them into our 
14828         big-endian caps description.
14829         Use gst_caps_truncate to ensure that we never try and choose a
14830         non-fixed caps in buffer_alloc.
14831         Handle the case where the XServer has a different idea about the size
14832         required for a particular frame and gives us too small a memory
14833         allocation.
14834         Use -1 to indicate 'no image format', because 0 is a valid XServer
14835         image format number.
14836         Put RGB Xv formats at the end of the caps, so that we always prefer
14837         YUV format frames.
14838         Iterate the available Xv Encodings to determine the maximum width and
14839         height, and then return that in our caps.
14840         (Closes #315312, #337544)
14841
14842 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14843
14844         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14845         When there is only one unfinished pad and it receives an event that
14846         doesn't match our requirements, we need to set alldone=FALSE so that
14847         the fakesink is not removed yet.
14848
14849 2006-05-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14850
14851         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14852           Use gst_type_find_helper_for_buffer() to find the type
14853           of stream from the first packet.
14854
14855         * configure.ac:
14856           Bump requirements to core CVS (needed for vorbis
14857           typefinding to work).
14858
14859 2006-05-24  Edward Hervey  <edward@fluendo.com>
14860
14861         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14862         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14863         contain.  Else they play perfectly fine with qtdemux.
14864
14865 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14866
14867         * ext/theora/theoradec.c:
14868         * ext/theora/theoraenc.c:
14869         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14870         * gst/audiorate/gstaudiorate.c:
14871           make more debug catagories static
14872         
14873         * tests/check/Makefile.am:
14874         * tests/check/elements/adder.c: (message_received),
14875         (test_event_message_received), (GST_START_TEST),
14876         (test_play_twice_message_received), (adder_suite):
14877           added test case for using element twice, extra bonus points for anyone
14878           who can make these test run reliably
14879
14880 2006-05-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14881
14882         * ext/theora/theoradec.c: (theora_dec_chain):
14883           Make work with time-stamped input buffers that do not
14884           have a granulepos in BUFFER_OFFSET_END (like theora
14885           buffers coming from matroskademux). Fixes #342448.
14886
14887 2006-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14888
14889         Patch by: Peter Kjellerstedt  <pkj at axis com>
14890
14891         * gst/tcp/Makefile.am:
14892           fdstresstest doesn't need Gtk+, fix compilation if 
14893           gtk is not available (#342566).
14894
14895 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14896          
14897         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14898           80 line columns
14899           Removed redundant floor()
14900
14901 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14902
14903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14904           On second thought, just skip JUNK chunks automatically, so
14905           the caller doesn't have to handle this. Fixes #342345.
14906           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14907           not GST_FLOW_ERROR.
14908
14909 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14910
14911         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14912           Don't bail out on JUNK chunks with a size of 0 (would try to
14913           pull_range 0 bytes before, which sources don't like too much).
14914           See #342345.
14915
14916 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14917
14918         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14920         Use the gstutil scaling function to preserve 64 bits while calculating
14921         output width and height from the display-aspect-ratio. (A continuation
14922         of #341542)
14923
14924 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14925
14926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14927         (gst_xvimagesink_buffer_alloc):
14928         * sys/xvimage/xvimagesink.h:
14929         When performing buffer allocations, remember the caps and image format
14930         we return so that if the same caps are asked for next time we can
14931         return them immediately without doing any caps intersections.
14932
14933 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14934          
14935         * gst-libs/gst/rtp/README:
14936           Some new documentation
14937         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14938           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14939         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14940         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14941           New RTP audio base payloader class. Supports frame or sample based
14942           codecs.  Not enabled in Makefile.am until approved.
14943
14944 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14945
14946         * tests/check/elements/alsa.c: (test_device_property_probe):
14947           Fix test case: don't try to free NULL GValueArray when there
14948           are no devices.
14949
14950 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14951
14952         * tests/check/Makefile.am:
14953         * tests/check/elements/alsa.c: (test_device_property_probe),
14954         (alsa_suite), (main):
14955           Add simple test that runs a device property probe on alsasrc,
14956           alsasink and alsamixer. Disable valgrind check for now (too
14957           many leaks in libasound, and valgrind ignored my suppressions
14958           additions).
14959
14960 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14961
14962         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14963         (gst_alsa_device_property_probe_probe_property),
14964         (gst_alsa_device_property_probe_needs_probe),
14965         (gst_alsa_device_property_probe_get_values),
14966         (gst_alsa_type_add_device_property_probe_interface):
14967         * ext/alsa/gstalsadeviceprobe.h:
14968         * ext/alsa/gstalsamixerelement.c:
14969         (gst_alsa_mixer_element_init_interfaces):
14970         * ext/alsa/gstalsamixerelement.h:
14971           Clean up and simplify alsa device probing. Make it actually work
14972           for multiple classes. Don't cache results any longer.
14973
14974         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14975         (gst_alsasink_init):
14976         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14977         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14978         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14979           Make alsasink and alsasrc implement the GstPropertyProbe interface
14980           for device probing (#342181).
14981           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14982
14983 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14984
14985         * gst/subparse/samiparse.c: (handle_start_font):
14986           Don't ignore return value of strtol (++compiler_happiness).
14987
14988 2006-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14989
14990         Patch by: Young-Ho Cha  <ganadist chollian net>
14991
14992         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14993         (gst_sub_parse_class_init), (gst_sub_parse_init),
14994         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14995         (convert_encoding):
14996         * gst/subparse/gstsubparse.h:
14997           Add 'encoding' property (#341681).
14998
14999         * gst/subparse/samiparse.c: (characters_sami):
15000           Output is pango markup, so we need to escape text
15001           between tags (#342143).
15002
15003 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15004
15005         * gst-libs/gst/audio/multichannel.c:
15006         (gst_audio_check_channel_positions):
15007           It's okay to have caps with channels=1 and a channel position
15008           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15009           (deinterleavers might want to keep the position in the caps,
15010           so that they can be re-interleaved again properly later).
15011           Leave check for unexpected 2-channel layouts intact for now.
15012
15013 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15014
15015         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15016         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15017         basesrc can do its job correctly.
15018
15019 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15020
15021         * ext/alsa/Makefile.am:
15022         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15023         (gst_alsa_detect_formats), (get_channel_free_structure),
15024         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15025         (gst_alsa_probe_supported_formats):
15026         * ext/alsa/gstalsa.h:
15027         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15028           Refactor and improve caps probing code: probe signedness
15029           when we probe the supported formats/widths; set endianness
15030           to the one we actually probed for (ie. cpu endianness).
15031           
15032         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15033         (gst_alsasrc_close):
15034         * ext/alsa/gstalsasrc.h:
15035           Implement caps probing for alsasrc.
15036
15037 2006-05-15  Wim Taymans  <wim@fluendo.com>
15038
15039         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15040         (theora_dec_src_query), (theora_dec_src_event),
15041         (theora_dec_sink_event), (theora_handle_comment_packet),
15042         (theora_handle_data_packet), (theora_dec_change_state):
15043         Cleanups, add some G_LIKELY.
15044         Use segment helpers instead of our own wrong code.
15045         Clear queued buffers on seek and READY.
15046
15047         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15048         (vorbis_dec_convert), (vorbis_dec_src_query),
15049         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15050         (vorbis_handle_comment_packet), (vorbis_dec_push),
15051         (vorbis_handle_data_packet), (vorbis_dec_chain),
15052         (vorbis_dec_change_state):
15053         * ext/vorbis/vorbisdec.h:
15054         Remove old useless packetno variable.
15055         Do position query properly.
15056         Add some G_LIKELY.
15057         Do cleanup of queued buffers in new helper function
15058         and use it.
15059
15060 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15061
15062         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15063           Query supported sample rates. Fixes #341732.
15064
15065 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15066
15067         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15068         (gst_decode_bin_change_state): Make decodebin reusable
15069         when going from PAUSE_TO_READY and then back to PAUSED.
15070         Fixes #331678.
15071
15072 2006-05-15  Wim Taymans  <wim@fluendo.com>
15073
15074         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15075         (vorbis_dec_convert), (vorbis_dec_src_query),
15076         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15077         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15078         (vorbis_dec_clean_queued), (vorbis_dec_push),
15079         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15080         Cleanups. Use refcounting and DEBUG_OBJECT.
15081         Reset segment on flush, use code methods instead of our
15082         own wrong version.
15083         Fix potential memleak.
15084
15085 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15086
15087         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15088         (gst_alsasink_init):
15089         * ext/alsa/gstalsasink.h:
15090           Don't leak allocated snd_output_t structure if there's
15091           more than one alsasink instance at a time (#341873).
15092           Also fix GObject macros in header file.
15093           
15094 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15095
15096         * gst/subparse/gstsubparse.c:
15097         (gst_sub_parse_data_format_autodetect):
15098           Don't use libxml functions in the typefinding code.
15099
15100 2006-05-15  Wim Taymans  <wim@fluendo.com>
15101
15102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15103         Fix seeking performance in the case where a non-header 
15104         packet has a 0 granulepos (busted theora case). 
15105         Fixes #341719
15106         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15107          the first place, you limelight stealer you)
15108
15109 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15110
15111         * gst/subparse/gstsubparse.c:
15112         (gst_sub_parse_data_format_autodetect):
15113           Improve SAMI typefinding: handle case where there are
15114           whitespaces or newlines in front of the first <SAMI>
15115           tag (#169936).
15116
15117 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15118
15119         * configure.ac:
15120           Build video4linux plugin even if there's no XVIDEO, just
15121           without implementing the GstXOverlay interface (#334002).
15122          
15123 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15124
15125         * configure.ac:
15126         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15127         (plugin_init):
15128           Add tentative support for libvisual-0.4 (#336881).
15129
15130 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15131
15132         Patch by: Young-Ho Cha <ganadist at chollian net>
15133
15134         * gst/subparse/samiparse.c: (handle_start_font):
15135           Need to map "silver" colour explicitly (#169936).
15136
15137 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15138
15139         Patch by: Young-Ho Cha  <ganadist at chollian net>
15140
15141         * gst/subparse/Makefile.am:
15142         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15143         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15144         (gst_sub_parse_format_autodetect), (feed_textbuf),
15145         (gst_subparse_type_find), (plugin_init):
15146         * gst/subparse/gstsubparse.h:
15147         * gst/subparse/samiparse.c:
15148         * gst/subparse/samiparse.h:
15149           Add support for SAMI subtitles (#169936).
15150
15151 2006-05-14  Michael Smith  <msmith@fluendo.com>
15152
15153         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15154           Fix #341696: crash when mixing L+R+C to mono or stereo.
15155         * tests/check/Makefile.am:
15156         * tests/check/elements/audioconvert.c: (set_channel_positions),
15157         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15158         (audioconvert_suite):
15159           Add test for the above, including some generic framework bits for
15160           testing multichannel things.
15161
15162 === release 0.10.7 ===
15163
15164 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15165
15166         * configure.ac:
15167           releasing 0.10.7, "Leave the gun"
15168
15169 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15170
15171         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15173         Fix the build.
15174
15175 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15176
15177         * docs/libs/gst-plugins-base-libs-docs.sgml:
15178         * docs/libs/gst-plugins-base-libs-sections.txt:
15179         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15180         * gst-libs/gst/video/video.h:
15181         * gst/videoscale/Makefile.am:
15182         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15184         * tests/check/Makefile.am:
15185         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15186         (main):
15187           Fix integer overflow problem with pixel-aspect-ratio calculations
15188           in videoscale and xvimagesink (#341542)
15189
15190 2006-05-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15191
15192         * gst-libs/gst/tag/gstid3tag.c:
15193           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15194
15195 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15196
15197         * win32/MANIFEST:
15198           update win32 files listing
15199
15200 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15201
15202         patch by: Sjoerd Simons (sjoerd@luon.net)
15203
15204         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15205         (group_create), (group_destroy), (add_stream),
15206         (gst_play_base_bin_get_property),
15207         (gst_play_base_bin_get_streaminfo_value_array):
15208         * gst/playback/gstplaybasebin.h:
15209           API: GstPlayBaseBin::stream-info-value-array property
15210           use a more bindings-friendly way of exposing streaminfo
15211           using a GValueArray.  Tested in ipython.
15212           Closes #341114
15213
15214 2006-05-11  Wim Taymans  <wim@fluendo.com>
15215
15216         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15217         (queue_underrun_cb), (queue_filled_cb):
15218         Also catch queue underruns but don't do anything yet.
15219         Refactor and comment queue enlarging code a bit.
15220
15221         * gst/playback/gstplaybasebin.c: (queue_overrun),
15222         (queue_threshold_reached), (queue_out_of_data),
15223         (gen_preroll_element):
15224         If a queue over/underruns check that we don't create nasty
15225         deadlocks when the min-threshold is not reached but the
15226         max-bytes is. In those cases disable max-bytes when we
15227         know that the queue is fed timed data.
15228         Add more comments.
15229
15230 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15231
15232         * gst/playback/gstplaybin.c: (gen_audio_element):
15233           Make playbin automatically plug an 'audioresample'
15234           element before the audio sink as well. This solves
15235           problems with sinks that only accept a very specific
15236           sample rate, like esdsink (e.g. #340379).
15237
15238 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15239
15240         * gst/playback/gstplaybasebin.c: (gen_source_element):
15241           Make http sources send special headers so that we receive
15242           icecast metadata if the http stream is an icecast stream
15243           (otherwise the server will just ignore them). This also
15244           means that from now on users will need the 'icydemux'
15245           element from gst-plugins-good installed if they want to
15246           listen to icecast radio streams. (#341432, #333657).
15247
15248 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15249
15250         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15251         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15252           remove stupid example from docs - it should come with a simple
15253           C program instead.
15254           Clean up/fix docs
15255         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15256         (fail_if_can_read), (GST_START_TEST),
15257         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15258           add a test for changing streamheader which exposes a bug in
15259           multifdsink
15260
15261 2006-05-11  Michael Smith  <msmith@fluendo.com>
15262
15263         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15264         (gst_gnome_vfs_src_received_headers_callback):
15265         * ext/gnomevfs/gstgnomevfssrc.h:
15266           Don't set icy-caps unless we have a sane interval value. Move
15267           interval to a local variable; we never use it outside this function.
15268
15269 2006-05-11  Wim Taymans  <wim@fluendo.com>
15270
15271         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15273         Register special buffer types along with the objects so
15274         that they are not registered at runtime from N different
15275         streaming threads since they are not threadsafe.
15276
15277 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15278
15279         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15280         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15281           add two more tests, one doing streamheader
15282
15283 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15284
15285         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15286           clean up the bufqueue when shutting down
15287         * tests/check/Makefile.am:
15288         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15289         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15290         (main):
15291           add a test for the leak that was just fixed
15292
15293 2006-05-10  Wim Taymans  <wim@fluendo.com>
15294
15295         * gst/adder/gstadder.c: (gst_adder_setcaps),
15296         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15297         (gst_adder_src_event), (gst_adder_sink_event),
15298         (gst_adder_class_init), (gst_adder_finalize),
15299         (gst_adder_request_new_pad), (gst_adder_collected):
15300         * gst/adder/gstadder.h:
15301         Updated some docs. Added comments and FIXMEs all over the place.
15302         Improve debugging info.
15303         Fix leak on finalize by not calling the parent.
15304         Implement duration query.
15305         Make event forwarding threadsafe.
15306         Correctly send NEWSEGMENT at start and after flush.
15307         Handle EOS correctly.
15308         Post error when not negotiated.
15309
15310         * tests/check/elements/adder.c: (GST_START_TEST):
15311         Added FIXME in the test.
15312
15313 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15314
15315         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15316         (gst_text_overlay_halign_get_type),
15317         (gst_text_overlay_wrap_mode_get_type):
15318         * ext/theora/theoradec.c: (theora_handle_type_packet),
15319         (theora_handle_data_packet):
15320         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15321         (theora_enc_sink_setcaps), (theora_enc_chain):
15322         * gst-libs/gst/cdda/gstcddabasesrc.c:
15323         (gst_cdda_base_src_mode_get_type):
15324         * gst/audiotestsrc/gstaudiotestsrc.c:
15325         (gst_audiostestsrc_wave_get_type):
15326         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15327         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15328         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15329         (gst_sync_method_get_type), (gst_unit_type_get_type),
15330         (gst_client_status_get_type):
15331         * gst/videoscale/gstvideoscale.c:
15332         (gst_video_scale_method_get_type):
15333         * gst/videotestsrc/gstvideotestsrc.c:
15334         (gst_video_test_src_pattern_get_type):
15335         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15336         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15337         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15338         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15339         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15340         (paint_setup_RGB565), (paint_setup_xRGB1555):
15341           Const-ify GEnumValue and GFlagsValue arrays. Use
15342           GST_ROUND_UP_* macros instead of home-made ones.
15343
15344 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15345
15346         * configure.ac:
15347           Require core CVS for the new newsegment stuff.
15348
15349 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15350
15351         Patch by: Sjoerd Simons  <sjoerd at luon net>
15352
15353         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15354           Register nick for enum value (#341160).
15355
15356 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15357
15358         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15359         (plugin_init):
15360          backout typefind patch #340375
15361          
15362         * tests/check/elements/adder.c: (message_received),
15363         (GST_START_TEST), (adder_suite):
15364           redo, signal-handling of test
15365
15366 2006-05-09  Wim Taymans  <wim@fluendo.com>
15367
15368         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15369         (gst_adder_collected):
15370         * gst/adder/gstadder.h:
15371         Remove bogus segment merging and forwarding, we don't
15372         care about timestamps anyway and we just produce a
15373         continuous stream. 
15374         Also create a nice NEWSEGMENT event when we start.
15375         Use _scale_int some more.
15376
15377 2006-05-09  Edward Hervey  <edward@fluendo.com>
15378
15379         * tests/icles/stress-xoverlay.c:
15380         Fix if core was built without parsing support.
15381
15382 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15383
15384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15385           Add SEDG (Samsung MPEG-4) fourcc.
15386
15387 2006-05-09  Edward Hervey  <edward@fluendo.com>
15388
15389         * tests/icles/stress-xoverlay.c:
15390         * tests/examples/volume/volume.c:
15391         Fix if core was built without parsing support.
15392
15393         * tests/examples/seek/seek.c:
15394         Disable the parse_launch example if core was built without parsing
15395         support.
15396
15397 2006-05-08  Edward Hervey  <edward@fluendo.com>
15398
15399         * autogen.sh: (CONFIGURE_DEF_OPT): 
15400         libtoolize on Darwin/MacOSX is called glibtoolize
15401
15402 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15403
15404         * tests/check/Makefile.am:
15405         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15406           Disable the adder test, until the build-slaves posses the kindness to 
15407           either like it or to give valid reason for not doing so 
15408
15409 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15410
15411         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15412         (adder_suite):
15413           Shuffle NULL state change around and raise timeout more
15414
15415 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15416
15417         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15418         (mp4_type_find), (plugin_init):
15419           Add typefind to distinguish between "audio/x-m4a" and new type
15420           "video/mp4". Fixes #340375
15421
15422         * tests/check/elements/adder.c: (adder_suite):
15423           Raise timeout to make buildbot happy
15424
15425 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15426
15427         * gst/adder/gstadder.c: (gst_adder_sink_event),
15428         (gst_adder_request_new_pad), (gst_adder_change_state):
15429         * gst/adder/gstadder.h:
15430         * tests/check/Makefile.am:
15431         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15432         (adder_suite), (main):
15433           Add sink-event handling to adder. It tries to merge incomming
15434           newsegment-events. Added test to check if segment_done is comming
15435           through. Fixes #340060
15436
15437 2006-05-05  Andy Wingo  <wingo@pobox.com>
15438
15439         * ext/theora/theoraparse.c (gst_theora_parse_init)
15440         (theora_parse_src_convert, theora_parse_src_query):
15441         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15442         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15443         query functions on the source pads of the theora and vorbis parse
15444         elements. Fixes position querying when doing a remux.
15445
15446 2006-05-05  Michael Smith  <msmith@fluendo.com>
15447
15448         * ext/theora/theoraparse.c: (parse_granulepos),
15449         (theora_parse_drain_queue_prematurely),
15450         (theora_parse_queue_buffer), (theora_parse_sink_event):
15451           Fix flushing.
15452           Fix invalid granulepos outputs when starting with a non-keyframe.
15453
15454 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15455
15456         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15457         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15458         Rearrange MPEG system stream detection, fixing some memleaks in the
15459         process.
15460         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15461         they clean up their data correctly.
15462         Remove unused ogganx caps and move the 'is_annodex' check to inside
15463         the 'is_ogg' if statement.
15464
15465 2006-05-05  Wim Taymans  <wim@fluendo.com>
15466
15467         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15468         Properly remove ghostpads. Fixes #340392
15469
15470 2006-05-04  David Schleef  <ds@schleef.org>
15471
15472         * gst/typefind/gsttypefindfunctions.c:
15473
15474 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15475
15476         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15477         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15478
15479         When typefinding an MP3 in push-based mode, don't penalise the
15480         probability down to 74% when we found 5 valid frames just because we
15481         can't peek the end of the file.
15482
15483         Make the probability for detecting MPEG Transport Streams based on the
15484         number of sequential headers we successfully detected.
15485
15486 2006-05-03  Wim Taymans  <wim@fluendo.com>
15487
15488         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15489         (vorbis_dec_push), (vorbis_dec_chain):
15490         Still produce an error when we receive an empty packet.
15491
15492 2006-05-03  Wim Taymans  <wim@fluendo.com>
15493
15494         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15495         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15496         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15497         Mark buffers with DISCONT after seek and after activating new
15498         chains.
15499
15500         * ext/theora/gsttheoradec.h:
15501         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15502         (theora_get_query_types), (theora_dec_sink_event),
15503         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15504         (theora_dec_change_state):
15505         Fix frame counter.
15506         Detect and mark DISCONT buffers.
15507
15508         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15509         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15510         (vorbis_dec_change_state):
15511         * ext/vorbis/vorbisdec.h:
15512         Use GstSegment.
15513         Detect and mark DISCONT buffers.
15514         Don't crash on 0 sized buffers.
15515
15516 2006-05-03  Wim Taymans  <wim@fluendo.com>
15517
15518         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15519         (volume_transform_ip):
15520         Increase "volume" property to 10.0. Fixes #340369.
15521         Set the process function to NULL when capsnego fails so that
15522         we properly error out.
15523
15524 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15525
15526         * gst/playback/gstplaybin.c: (add_sink):
15527         * gst/playback/test.c: (main):
15528         * gst/playback/test5.c: (dump_element_stats):
15529         * gst/playback/test6.c: (main):
15530           free caps using gst_caps_unref, don't leak caps-strings
15531
15532 2006-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15533
15534         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15535         (plugin_init):
15536           Refine musepack typefinding a bit. Return MAXIMUM
15537           probability when we detect stream version 7 to make
15538           sure the mpeg audio typefinder doesn't trump us.
15539
15540 2006-04-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15541
15542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15543           Protect against unexpected NULL strf_data buffer.
15544
15545 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15546
15547         * tests/check/elements/audioconvert.c: (verify_convert),
15548         (GST_START_TEST):
15549           interpret the out[] buffer in the order the bytes are actually
15550           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15551           Other tests should use BYTE_ORDER since the array is filled in
15552           with actual values
15553
15554 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15555
15556         * tests/check/elements/audioconvert.c: (verify_convert),
15557         (GST_START_TEST):
15558           when a test fails, give an indication of which it is
15559
15560 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15561
15562         * gst-libs/gst/cdda/gstcddabasesrc.c:
15563           compile fix; strtol() needs <stdlib.h>
15564
15565 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15566
15567         * ext/alsa/gstalsamixerelement.c:
15568         * ext/alsa/gstalsasrc.c:
15569         * ext/cdparanoia/gstcdparanoiasrc.c:
15570         * ext/gnomevfs/gstgnomevfssink.c:
15571         * ext/gnomevfs/gstgnomevfssrc.c:
15572         * ext/ogg/gstoggdemux.c:
15573         * ext/ogg/gstoggmux.c:
15574         * ext/ogg/gstoggparse.c:
15575         * ext/ogg/gstogmparse.c:
15576         * ext/pango/gstclockoverlay.c:
15577         * ext/pango/gsttextoverlay.c:
15578         * ext/pango/gsttextrender.c:
15579         * ext/pango/gsttimeoverlay.c:
15580         * ext/theora/theoradec.c:
15581         * ext/theora/theoraenc.c:
15582         * ext/vorbis/vorbisdec.c:
15583         * ext/vorbis/vorbisenc.c:
15584         * gst-libs/gst/audio/gstaudiofilter.c:
15585         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15586         * gst/audioconvert/gstaudioconvert.c:
15587         * gst/audiorate/gstaudiorate.c:
15588         * gst/audioresample/gstaudioresample.c:
15589         * gst/audiotestsrc/gstaudiotestsrc.c:
15590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15591         * gst/playback/gstdecodebin.c:
15592         * gst/playback/gstplaybin.c:
15593         * gst/playback/gststreamselector.c:
15594         * gst/subparse/gstsubparse.c:
15595         * gst/tcp/gstmultifdsink.c:
15596         * gst/tcp/gsttcpclientsink.c:
15597         * gst/tcp/gsttcpclientsrc.c:
15598         * gst/tcp/gsttcpserversink.c:
15599         * gst/tcp/gsttcpserversrc.c:
15600         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15601         * gst/videorate/gstvideorate.c:
15602         * gst/videoscale/gstvideoscale.c:
15603         * gst/videotestsrc/gstvideotestsrc.c:
15604         * gst/volume/gstvolume.c:
15605         * sys/v4l/gstv4ljpegsrc.c:
15606         * sys/v4l/gstv4lmjpegsink.c:
15607         * sys/v4l/gstv4lmjpegsrc.c:
15608         * sys/v4l/gstv4lsrc.c:
15609         * sys/ximage/ximagesink.c:
15610         * sys/xvimage/xvimagesink.c:
15611         * tests/check/libs/cddabasesrc.c:
15612           make GstElementDetails const
15613
15614 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15615
15616         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15617         (gst_adder_init):
15618           send events from src-pad to all sink-pads fixes #338657
15619
15620 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15621
15622         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15623         (alsasink_parse_spec):
15624           query width capabilities from alsa, fixes #338919
15625
15626 2006-04-28  Wim Taymans  <wim@fluendo.com>
15627
15628         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15629         (gst_multi_fd_sink_remove_client_link):
15630         * gst/tcp/gstmultifdsink.h:
15631         Fix race condition in multifdsink that can lead to spurious 
15632         duplicate clients. this patch adds a new signal that is fired when
15633         multifdsink has removed all references to the fd.
15634         Fixes #339574.
15635         Updated documentation.
15636         API: client-fd-removed signal added
15637
15638 2006-04-28  Michael Smith  <msmith@fluendo.com>
15639
15640         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15641           When asking g_value_array_new to prealloc elements, we may as well
15642           ask for the right number of elements.
15643
15644 2006-04-28  Wim Taymans  <wim@fluendo.com>
15645
15646         * gst-libs/gst/audio/gstbaseaudiosink.c:
15647         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15648         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15649         patch to make timestamp checking more tollerant to rounding 
15650         errors given that real discontinuities are to be marked on
15651         buffers. Fixes some asf files and #338778.
15652         Also avoid some crashers when we receive an event in the 
15653         NULL state.
15654
15655 2006-04-28  Michael Smith  <msmith@fluendo.com>
15656
15657         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15658         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15659         (gst_gnome_vfs_src_get_property),
15660         (gst_gnome_vfs_src_send_additional_headers_callback),
15661         (gst_gnome_vfs_src_received_headers_callback),
15662         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15663         (gst_gnome_vfs_src_stop):
15664         * ext/gnomevfs/gstgnomevfssrc.h:
15665           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15666           proper shared support within icydemux.
15667
15668 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15671         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15672           fix up docs
15673           fix a leak when no caps negotiated
15674           fix counting of input frames
15675         * tests/check/elements/.cvsignore:
15676         * tests/check/elements/videorate.c: (assert_videorate_stats),
15677         (GST_START_TEST), (videorate_suite):
15678           add tests for these
15679
15680 2006-04-28  Wim Taymans  <wim@fluendo.com>
15681
15682         * gst-libs/gst/audio/gstringbuffer.c:
15683         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15684         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15685         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15686         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15687         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15688         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15689         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15690         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15691         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15692         Check arguments passed to public functions instead of
15693         crashing.
15694
15695 2006-04-28  Wim Taymans  <wim@fluendo.com>
15696
15697         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15698         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15699         GstBaseAudioSrc must be live or it does not work.
15700
15701         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15702         Don't set live to TRUE as this is the default in the parentclass.
15703
15704 2006-04-28  Wim Taymans  <wim@fluendo.com>
15705
15706         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15707         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15708         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15709         fixation cases better. Fixes #338991
15710
15711 2006-04-28  Wim Taymans  <wim@fluendo.com>
15712
15713         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15714         Handle 0/1 framerate correctly Fixes #331901.
15715
15716 2006-04-28  Wim Taymans  <wim@fluendo.com>
15717
15718         * tests/check/elements/audioconvert.c: (get_float_caps),
15719         (GST_START_TEST), (audioconvert_suite):
15720         Added check for correct clipping when doing float samples
15721         in audioconvert.
15722
15723 2006-04-28  Wim Taymans  <wim@fluendo.com>
15724
15725         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15726         (gst_video_rate_chain):
15727         Print more debugging info.
15728
15729 2006-04-28  Wim Taymans  <wim@fluendo.com>
15730
15731         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15732         (resample_set_state_from_caps):
15733         Add support for other formats audioresample can handle such as
15734         32 bits in and float and 64 bits float. Fixes #301759
15735
15736 2006-04-28  Wim Taymans  <wim@fluendo.com>
15737
15738         * gst/audioconvert/audioconvert.c: (float):
15739         correctly clip float samples > 1.0. Fixes #338718
15740
15741 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15742
15743         Patch by: Young-Ho Cha  <ganadist at chollian net>
15744
15745         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15746         (gst_text_overlay_render_text):
15747           Don't strip newlines from the text. Also, center lines
15748           within multi-line paragraphs (#339405).
15749
15750 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15751
15752         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15753           Fix wavpack typefinding to work in more cases (don't peek
15754           for chunks of multiple hundred kBs at once, but process
15755           things step-by-step in smaller units). Fixes #339786.
15756
15757 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15758
15759         * configure.ac:
15760           back to HEAD
15761
15762 === release 0.10.6 ===
15763
15764 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15765
15766         * configure.ac:
15767           releasing 0.10.6, "Chao"
15768
15769 2006-04-26  David Schleef  <ds@schleef.org>
15770
15771         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15772           Fixes #338897.
15773
15774 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15775
15776         * configure.ac:
15777         * win32/common/config.h:
15778           new prerelease
15779
15780 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         patch by: Wim Taymans
15783
15784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15785         (gst_ogg_demux_perform_seek):
15786           make sure correct newsegments are sent, so that the decoder
15787           and the demuxer agree on timestamps.  Fixes playback of a lot
15788           of Ogg files that do not start from 0.  Fixes #339833.
15789
15790 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         Patch by: Edward Hervey  <edward@fluendo.com>
15793
15794         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15795         * tests/check/Makefile.am:
15796         * tests/check/elements/videorate.c: (assert_videorate_stats),
15797         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15798         (videorate_suite), (main):
15799           Fix an infinite loop if frames are passed in with wrongly ordered
15800           timestamps.  Fixes #339013.
15801
15802 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15805
15806         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15807           fix typefinding on some ISO files.  Fixes #339212.
15808
15809 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15810
15811         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15812
15813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15814           add another H264 fourcc.  Fixes #339047.
15815
15816 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15817
15818         Patch by: Jan Schmidt
15819
15820         * gst/playback/gststreamselector.c:
15821         (gst_stream_selector_bufferalloc):
15822           Restore old StreamSelector behaviour.
15823           Fixes #338419.
15824
15825 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15826
15827         * configure.ac:
15828         * win32/common/config.h:
15829           prerelease
15830
15831 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15832
15833         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15834
15835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15836         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15837           Fix some memory leaks: on finalize, free buffers left in the queue
15838           before destroying the queue; in _push(), unref rtp_buf even if
15839           the process vfunc returned a NULL buffer as output buffer (#337548);
15840           demote some recuring debug messages to LOG level.
15841
15842 2006-04-11  Wim Taymans  <wim@fluendo.com>
15843
15844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15845         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15846         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15847         (gst_ogg_demux_loop):
15848         More cleanups.
15849         Respect segment stop when emiting EOS or SEGMENT_DONE.
15850         Fixes (#337945).
15851
15852 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15853
15854         * gst/playback/gststreamselector.c:
15855         (gst_stream_selector_get_property):
15856           Don't leak pad name.
15857
15858 2006-04-10  Michael Smith  <msmith@fluendo.com>
15859
15860         * tests/check/Makefile.am:
15861         * tests/check/gst-plugins-base.supp:
15862           Suppress an old libtheora bug (fixed in more recent versions), so 
15863           that FC4 buildslaves can pass.
15864
15865 2006-04-10  Wim Taymans  <wim@fluendo.com>
15866
15867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15868         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15869         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15870         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15871         (gst_ogg_demux_loop):
15872         Don't leak events.
15873         Remember what error we got when finding chains, if we
15874         were shutdown, that would not be an error.
15875
15876 2006-04-10  Wim Taymans  <wim@fluendo.com>
15877
15878         * gst-libs/gst/audio/gstbaseaudiosink.c:
15879         (gst_base_audio_sink_event):
15880         Starting the ringbuffer when we did not acquire it can cause
15881         a deadlock, is pointless and causes nasty things for
15882         subclasses. 
15883         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15884
15885 2006-04-10  Wim Taymans  <wim@fluendo.com>
15886
15887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15888         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15889         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15890         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15891         (gst_ogg_demux_deactivate_current_chain),
15892         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15893         (gst_ogg_demux_bisect_forward_serialno),
15894         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15895         Add some more debugging.
15896
15897 2006-04-10  Wim Taymans  <wim@fluendo.com>
15898
15899         * ext/theora/theoradec.c: (theora_dec_src_event),
15900         (theora_handle_data_packet):
15901         Some more debug info.
15902
15903         * tests/examples/seek/seek.c: (start_seek), (main):
15904         Print element messages too.
15905
15906 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15907
15908         * gst/audioresample/debug.h:
15909           replace debug macros with variable number of parameters
15910           by a simple alias to gstreamer standard debug macros 
15911          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15912           supported by MSVC 6.0 and 7.1)
15913         * gst/audioresample/resample.h:
15914           define M_PI and rint for WIN32
15915         * win32/common/libgstaudio.def:
15916         * win32/common/libgstriff.def:
15917         * win32/common/libgsttag.def:
15918         * win32/common/libgstvideo.def:
15919           add new exported functions
15920         * win32/vs6:
15921           update project files
15922
15923 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15924
15925         * ext/alsa/gstalsamixeroptions.c:
15926         (gst_alsa_mixer_options_class_init):
15927         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15930         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15931         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15932         * gst-libs/gst/audio/gstaudiofilter.c:
15933         (gst_audio_filter_class_init):
15934         * gst-libs/gst/audio/gstaudiosink.c:
15935         (gst_audioringbuffer_class_init):
15936         * gst-libs/gst/audio/gstaudiosrc.c:
15937         (gst_audioringbuffer_class_init):
15938         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15939         * gst-libs/gst/interfaces/colorbalancechannel.c:
15940         (gst_color_balance_channel_class_init):
15941         * gst-libs/gst/interfaces/mixeroptions.c:
15942         (gst_mixer_options_class_init):
15943         * gst-libs/gst/interfaces/mixertrack.c:
15944         (gst_mixer_track_class_init):
15945         * gst-libs/gst/interfaces/tunerchannel.c:
15946         (gst_tuner_channel_class_init):
15947         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15948         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15949         (gst_netbuffer_class_init):
15950         * gst-libs/gst/rtp/gstbasertppayload.c:
15951         (gst_basertppayload_class_init):
15952         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15953         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15954         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15955         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15956         * gst/playback/gststreamselector.c:
15957         (gst_stream_selector_class_init):
15958         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15959         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15960         * sys/v4l/gstv4lcolorbalance.c:
15961         (gst_v4l_color_balance_channel_class_init):
15962         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15963         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15964         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15965         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15966         (gst_v4l_tuner_norm_class_init):
15967         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15969         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15970         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15971
15972 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15973
15974         * ext/pango/gsttextrender.h:
15975         * gst-libs/gst/audio/gstaudiosink.h:
15976         * gst-libs/gst/audio/gstaudiosrc.h:
15977         * gst-libs/gst/audio/gstbaseaudiosink.h:
15978         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15979         * gst-libs/gst/audio/gstringbuffer.h:
15980         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15981         * gst-libs/gst/rtp/gstbasertppayload.h:
15982         * gst-libs/gst/video/gstvideofilter.h:
15983         * gst-libs/gst/video/gstvideosink.h:
15984         * gst/playback/gstplaybasebin.h:
15985         * gst/tcp/gstmultifdsink.h:
15986         * sys/v4l/gstv4lelement.h:
15987         Fix broken GObject macros
15988
15989 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15990
15991         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15992         More debug to trace why my USB headset is not working with gst
15993
15994 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15995
15996         * gst/playback/gstplaybasebin.c: (group_destroy):
15997         Clean up our group elements properly in the case where it never 
15998         got committed - it still got added unconditionally to the bin.
15999
16000 2006-04-07  Wim Taymans  <wim@fluendo.com>
16001
16002         * ext/theora/theoradec.c: (theora_dec_sink_event),
16003         (theora_handle_data_packet), (theora_dec_chain):
16004         Unref unhandled events.
16005         Protect against empty buffers.
16006         Perform QoS on running time.
16007
16008 2006-04-07  Michael Smith  <msmith@fluendo.com>
16009
16010         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16011         (gst_vorbis_enc_chain):
16012           Remove leaks from vorbisenc.
16013           Mostly minor changes, the only significant one is that now the
16014           buffers we set as 'streamheader' on the caps are copies of the
16015           original buffers, to avoid circular refcounting problems.
16016
16017 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16018
16019         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16020           Don't remove our mute-probe if someone else already did so.
16021           Don't set a 2nd one if there is already one pending on the pad.
16022
16023         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16024         (do_playbin_seek):
16025           When a seek fails, ensure that playbin is still set back to playing.
16026           
16027         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16028         (mpeg_ts_type_find), (plugin_init):
16029           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16030
16031 2006-04-06  Andy Wingo  <wingo@pobox.com>
16032
16033         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16034         (gst_video_rate_init): Caps-related parameters should not be reset
16035         by a flush -- move their inits to the instance init function.
16036         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16037         is not OK, just return the result.
16038
16039         * gst/audiotestsrc/gstaudiotestsrc.c
16040         (gst_audio_test_src_class_init)
16041         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16042         broken by Stefan's commit on 24 March.
16043
16044         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16045         buffers being pushed out. Fixes oggmux ! multifdsink.
16046
16047 2006-04-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16048
16049         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16050         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16051         * ext/vorbis/vorbisdec.h:
16052         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16053         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16054         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16055         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16056         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16057         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16058         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16059         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16060         (gst_vorbis_enc_buffer_from_packet),
16061         (gst_vorbis_enc_buffer_from_header_packet),
16062         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16063         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16064         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16065         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16066         (gst_vorbis_enc_change_state):
16067         * ext/vorbis/vorbisenc.h:
16068           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16069           vorbisenc adhere to the official nomenclature; use boilerplate
16070           macro.
16071
16072 2006-04-04  Andy Wingo  <wingo@pobox.com>
16073
16074         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16075         Whoops, fix bug introduced. Bad hacker!
16076         
16077         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16078         Properly handle the case where you get EOS before any buffers are
16079         received. Use gst_buffer_make_metadata_writable where appropriate.
16080
16081         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16082         is often negative -- make it signed so as not to wrap around.
16083         Fixes segfaults introduced on 9 March.
16084
16085 2006-04-03  Wim Taymans  <wim@fluendo.com>
16086
16087         * ext/theora/gsttheoradec.h:
16088         * ext/theora/theoradec.c: (theora_dec_src_event):
16089         Don't try to store a gdouble in a gboolean.
16090         Small cleanups.
16091
16092 2006-04-03  Michael Smith  <msmith@fluendo.com>
16093
16094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16095           Oggmux sucks.
16096           Make it suck slightly less by writing out the final page.
16097           Still can't encode a vorbis-in-ogg file correctly, though.
16098
16099 2006-04-03  Andy Wingo  <wingo@pobox.com>
16100
16101         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16102         a g_print.
16103
16104         * ext/theora/theora.c (plugin_init): Register theoraparse.
16105
16106         * ext/theora/gsttheoraparse.h: 
16107         * ext/theora/theoraparse.c: New files implementing a theora
16108         parser. Now we can properly remux ogg/theora+vorbis, yay.
16109
16110         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16111
16112 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16113
16114         * gst/audiotestsrc/gstaudiotestsrc.c:
16115           Fixed the sample pipeline (see #323798)
16116
16117 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16118
16119         * configure.ac:
16120         * win32/common/config.h:
16121         * win32/common/config.h.in:
16122           use AS_VERSION and AS_NANO
16123           more cleanups
16124
16125 2006-03-31  Andy Wingo  <wingo@pobox.com>
16126
16127         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16128         uninitialized variable return that would happen.
16129         
16130         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16131         uninitialized variable return that would never happen.
16132
16133         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16134         (vorbis_parse_sink_event): Add an event function to flush our
16135         state on a seek, and to drain buffers on a premature EOS.
16136         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16137         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16138         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16139         (vorbis_parse_drain_queue): Queue up buffers until we can set
16140         their timestamps and granulepos values.
16141
16142         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16143         and keep track of data needed for deriving granulepos and
16144         timestamps for buffers.
16145
16146 2006-03-29  Wim Taymans  <wim@fluendo.com>
16147
16148         Patch by: j^ <j at bootlab dot org>
16149
16150         * ext/alsa/gstalsamixerelement.c:
16151         (gst_alsa_mixer_element_class_init):
16152         * ext/alsa/gstalsasink.c:
16153         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16154         * ext/ogg/gstoggdemux.c:
16155         * ext/ogg/gstoggmux.c:
16156         * ext/ogg/gstoggparse.c:
16157         * ext/pango/gstclockoverlay.c:
16158         * ext/pango/gsttextoverlay.c:
16159         * ext/pango/gsttextrender.c:
16160         * ext/pango/gsttimeoverlay.c:
16161         * ext/theora/theoradec.c:
16162         * ext/theora/theoraenc.c:
16163         * ext/vorbis/vorbisdec.c:
16164         * ext/vorbis/vorbisenc.c:
16165         * gst/audioconvert/gstaudioconvert.c:
16166         * gst/subparse/gstsubparse.c:
16167         * gst/tcp/gstmultifdsink.c:
16168         * gst/tcp/gsttcpclientsink.c:
16169         * gst/tcp/gsttcpclientsrc.c:
16170         * gst/tcp/gsttcpserversink.c:
16171         * gst/tcp/gsttcpserversrc.c:
16172           better/unified long descriptions
16173           Fixes #336477
16174
16175 2006-03-29  Wim Taymans  <wim@fluendo.com>
16176
16177         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16178         (stop_seek):
16179         Don't let double and triple clicks mess up our state.
16180
16181 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16182
16183         * gst/playback/gstplaybin.c: (gen_video_element),
16184         (gen_text_element), (gen_audio_element), (gen_vis_element):
16185           Error out gracefully when we can't create any of the usual
16186           conversion elements for some reason. Also, don't try to
16187           create an audioscale (sic) element that's not used anyway.
16188
16189 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16190
16191         * gst/playback/gstplaybasebin.c: (setup_source):
16192           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16193           element for a particular protocol, that's confusing for users.
16194           Instead, post a RESOURCE_FAILED error, so that our own error
16195           message is actually shown in totem etc. (#336303).
16196
16197 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16198
16199         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16200
16201         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16202         (gst_gnome_vfs_src_get_icy_metadata):
16203           Fix some minor memory leaks (#336194).
16204
16205 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16206
16207         * ext/gnomevfs/gstgnomevfs.c:
16208         (gst_gnome_vfs_location_to_uri_string):
16209         * ext/gnomevfs/gstgnomevfs.h:
16210         * ext/gnomevfs/gstgnomevfssink.c:
16211         (gst_gnome_vfs_sink_set_property):
16212         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16213           Make gnomevfssink accept filenames as well as URIs for the
16214           "location" property, just like gnomevfssrc does (and
16215           filesrc/filesink do) (#336190).
16216
16217 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16218
16219         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16220           set to NULL before unreffing, fixes a valgrind leak.
16221           Why was this not triggering the error that an object needs to
16222           be NULL before unreffing ?
16223         * win32/common/config.h:
16224           update
16225
16226 2006-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16227
16228         * gst/subparse/gstsubparse.c: (convert_encoding),
16229         (gst_sub_parse_change_state):
16230         * gst/subparse/gstsubparse.h:
16231           Text subtitle files may or may not be UTF-8. If it's not, we
16232           don't really want to see '?' characters in place of non-ASCII
16233           characters like accented characters. So let's assume the input
16234           is UTF-8 until we come across text that is clearly not. If it's
16235           not UTF-8, we don't really know what it is, so try the following:
16236           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16237           is set; if not, check (b) if the current locale encoding is
16238           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16239           the current locale encoding is UTF-8 and the environment variable
16240           was not set to any particular encoding. Not perfect, but better
16241           than nothing (and better than before, I think) (fixes #172848).
16242
16243 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16244
16245         * configure.ac:
16246           update core requirement to 0.10.4.1 because of async_playback
16247           vmethod on GstBaseSink
16248
16249 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16250
16251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16252         * gst/adder/gstadder.c: (gst_adder_init):
16253         use DEBUG_FUNCPTR for collectpads
16254
16255 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16256
16257         * docs/plugins/Makefile.am:
16258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16260         * ext/cdparanoia/gstcdparanoiasrc.c:
16261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16262         (gst_gnome_vfs_sink_class_init):
16263         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16265         * ext/ogg/gstoggmux.c:
16266         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16267         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16268         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16269         * ext/pango/gsttextoverlay.c:
16270         * ext/pango/gsttextrender.c:
16271         * ext/theora/theoradec.c:
16272         * ext/theora/theoraenc.c:
16273         * ext/vorbis/vorbisdec.c:
16274         * ext/vorbis/vorbisenc.c:
16275         * gst-libs/gst/audio/gstaudiofilter.c:
16276         (gst_audio_filter_base_init):
16277         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16278         (gst_audio_filter_template_base_init):
16279         * gst/adder/gstadder.c: (gst_adder_get_type):
16280         * gst/adder/gstadder.h:
16281         * gst/audioconvert/gstaudioconvert.c:
16282         * gst/audiotestsrc/gstaudiotestsrc.c:
16283         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16284         (gst_audio_test_src_create):
16285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16286         * gst/playback/gstdecodebin.c:
16287         * gst/playback/gstplaybin.c:
16288         * gst/playback/gststreamselector.c:
16289         (gst_stream_selector_base_init):
16290         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16291         * gst/volume/gstvolume.c:
16292         * sys/v4l/gstv4lmjpegsink.c:
16293         * sys/v4l/gstv4lmjpegsrc.c:
16294         * tests/check/libs/cddabasesrc.c:
16295         * tests/old/examples/gob/gst-identity2.gob:
16296           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16297           define GstElementDetails at the top
16298
16299 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16300
16301         * win32/common/libgstinterfaces.def:
16302         Add a lot of export functions for gst-python
16303         * win32/vs6/libgstinterfaces.dsp:
16304         Add a missing include folder in the project configuration
16305         
16306 2006-03-23  Wim Taymans  <wim@fluendo.com>
16307
16308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16309         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16310         (gst_base_audio_src_change_state):
16311         Fix audio sources, forgot to make the ringbuffer
16312         startable...
16313
16314 2006-03-23  Wim Taymans  <wim@fluendo.com>
16315
16316         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16317         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16318         (gst_base_audio_src_change_state):
16319         unparent instead of unref the ringbuffer.
16320
16321 2006-03-23  Wim Taymans  <wim@fluendo.com>
16322
16323         * gst-libs/gst/audio/gstbaseaudiosink.c:
16324         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16325         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16326         Implement new async_play vmethod to start slaving and allow
16327         playback start in case of async PLAY state changes. 
16328
16329         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16330         Enable QoS with new method in base class.
16331
16332 2006-03-23  Wim Taymans  <wim@fluendo.com>
16333
16334         Patch by: Julien MOUTTE <julien at moutte dot net>
16335
16336         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16337         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16338         Partially handle 0 framerate, only EOS after the first frame
16339         is missing.
16340
16341 2006-03-23  Wim Taymans  <wim@fluendo.com>
16342
16343         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16344
16345         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16346         (gst_riff_create_video_template_caps):
16347         * gst/ffmpegcolorspace/avcodec.h:
16348         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16349         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16350         (gst_ffmpegcsp_avpicture_fill):
16351         * gst/ffmpegcolorspace/imgconvert.c:
16352         Patch for support of YVU9 AVI files (#334822)
16353
16354 2006-03-22  Edward Hervey  <edward@fluendo.com>
16355
16356         * docs/design/design-decodebin.txt:
16357         Added design document for new decodebin
16358         (Target Caps): text/x-pango-markup is also a default target caps.
16359
16360 2006-03-22  Wim Taymans  <wim@fluendo.com>
16361
16362         * gst-libs/gst/audio/gstbaseaudiosink.c:
16363         (gst_base_audio_sink_dispose):
16364         Since we _parent the ringbuffer, we also need to
16365         _unparent instead of a plain _unref.
16366
16367 2006-03-22  Wim Taymans  <wim@fluendo.com>
16368
16369         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16370         (stop_seek), (scrub_toggle_cb), (main):
16371         Add scrub checkbox.
16372
16373 2006-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16374
16375         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16376         (gst_ogg_parse_chain):
16377           Fix very inefficient usage of linked lists (#335365).
16378
16379 2006-03-21  Edward Hervey  <edward@fluendo.com>
16380
16381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16382         * gst/playback/gstplaybin.c: (handoff):
16383         * gst/playback/gststreamselector.c:
16384         (gst_stream_selector_set_property):
16385         gcc 4.1 unreferenced pointer fixes.
16386         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16388         gst_buffer_ref() now takes a GstBuffer*.
16389
16390 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16391
16392         * sys/xvimage/xvimagesink.c:
16393         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16394         by Jan Schmidt.
16395
16396 2006-03-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16397
16398         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16399         (id3v1_type_find), (apetag_type_find), (plugin_init):
16400           Can't do tag preferences via probability, as tags would then
16401           lose against types that are recognised with MAXIMUM probability
16402           (like .wav); so let all tag typefinders return MAXIMUM themselves
16403           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16404           that we can prefer APE to ID3v1 (fixes #335028).
16405           
16406 2006-03-17  Wim Taymans  <wim@fluendo.com>
16407
16408         * gst-libs/gst/audio/gstbaseaudiosink.c:
16409         (gst_base_audio_sink_change_state):
16410         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16411         (gst_ring_buffer_may_start):
16412         * gst-libs/gst/audio/gstringbuffer.h:
16413         Only start playback if we are playing.
16414         should fix #330748.
16415
16416 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16417
16418         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16419         * win32/common/config.h:
16420           Revert accidental commits to these files.
16421
16422 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16423
16424         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16425
16426         * tests/Makefile.am:
16427           Don't try to build tests in tests/icles if we
16428           don't have X (#323852)
16429
16430 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16431
16432         * gst-libs/gst/tag/gstid3tag.c:
16433           Add TXXX frame identifiers for replaygain stuff as used
16434           by some taggers (see #323721).
16435
16436 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16437
16438         * gst/playback/gststreamselector.c:
16439         (gst_stream_selector_set_property),
16440         (gst_stream_selector_bufferalloc):
16441           Preserve the existing buggy streamselector behaviour by performing
16442           a fallback buffer allocation when downstream isn't linked yet.
16443           This should really be fixed in playbin by blocking pads until it's
16444           linked them.
16445           Also, use gst_pad_alloc_buffer instead of
16446           gst_pad_alloc_buffer_and_set.
16447
16448 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16449
16450         * gst-libs/gst/tag/gstid3tag.c:
16451           Don't crash on unknown ID3v2 TXXX frames.
16452           
16453 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16454
16455         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16456           Chain up to the parent finalize method.
16457           Add 32-bit sample size to the template caps.
16458
16459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16460         (gst_riff_create_video_template_caps):
16461           Add the fourcc that the VMWare codec uses.
16462           
16463         * gst/playback/gststreamselector.c:
16464         (gst_stream_selector_set_property),
16465         (gst_stream_selector_bufferalloc),
16466         (gst_stream_selector_request_new_pad):
16467           For the active pad, forward buffer-alloc requests, otherwise
16468           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16469           having to memcpy every frame when used by playbin.
16470
16471         * gst/tcp/gstmultifdsink.c:
16472         (gst_multi_fd_sink_handle_client_write):
16473           Get negotiated caps from the sink pad, rather than the sink
16474           pad's peer.
16475
16476 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16477
16478         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16479         
16480         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16481           Don't forget to set src->callbacks_pushed to FALSE again when
16482           popping them, otherwise re-activation in a different mode won't
16483           work (#334620).
16484
16485 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16486
16487         Patch by: Sebastien Moutte  <sebastien moutte net>
16488
16489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16490         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16491         (gst_ffmpeg_smpfmt_to_caps):
16492           Replace __VA_ARGS__ caps creation macros with varargs functions.
16493           Makes things compile on MSVC (#320765), looks nicer, and we can
16494           tell the compiler to check for the NULL terminator.
16495
16496 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16497
16498         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16499
16500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16501           Make sure the buffer we copy into is really always big
16502           enough, this time for real (#333488).
16503           
16504 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16505
16506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16507           Add support for 24bpp DIB (#305279).
16508
16509 2006-03-14  Wim Taymans  <wim@fluendo.com>
16510
16511         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16512         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16514         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16515         (gst_video_scale_init), (gst_video_scale_src_event):
16516         Re-enable QoS after the release.
16517         Rework videoscale to use the base class src_event handler.
16518
16519 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16520
16521         * configure.ac:
16522           back to CVS.
16523
16524 === release 0.10.5 ===
16525
16526 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16527
16528         * configure.ac:
16529           releasing 0.10.5, "Net"
16530
16531 2006-03-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16532
16533         * docs/plugins/Makefile.am:
16534           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16535           
16536 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16537
16538         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16539         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16540         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16541           Add cdparanoiasrc to docs.
16542
16543         * gst-libs/gst/cdda/gstcddabasesrc.c:
16544           More GstCddaBaseSrc docs.
16545
16546 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16547
16548         * docs/libs/gst-plugins-base-libs-sections.txt:
16549         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16550         * gst-libs/gst/tag/tag.h:
16551           API: libgsttag: new method gst_tag_from_id3_user_tag().
16552
16553 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16554
16555         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16556           NULL-terminate array of mpeg4 video file extensions.
16557           Fixes crash on PPC (#334226).
16558
16559 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16560
16561         * ext/gnomevfs/gstgnomevfssrc.c:
16562         (gst_gnome_vfs_src_check_get_range):
16563           gnome_vfs_uri_is_local() alone is not a good indicator
16564           whether we can operate in pull-mode with a specific URI,
16565           as it returns FALSE for file:// URIs that point to an
16566           NFS-mounted path. Be more conservative here: whitelist
16567           local files, blacklist http URIs and use the old
16568           mechanism for anything else (fixes #334216).
16569
16570 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16571
16572         * configure.ac:
16573           back to trunk
16574
16575 === release 0.10.4 ===
16576
16577 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16578
16579         * configure.ac:
16580           releasing 0.10.4, "Power"
16581
16582 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16583
16584         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16585         Disable max-lateness by setting it to -1 for now, so that 
16586         we can bed QoS stuff in thoroughly between now and the next
16587         release.
16588
16589 2006-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16590
16591         Patch by: Fabrizio Gennari
16592
16593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16594           Make sure we don't read beyond the palette buffer in case of
16595           broken or manipulated files (#333488)
16596
16597 2006-03-10  Edward Hervey  <edward@fluendo.com>
16598
16599         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16600         Fix for variable not initialized.
16601
16602 2006-03-09  Wim Taymans  <wim@fluendo.com>
16603
16604         * ext/libvisual/visual.c: (gst_visual_get_type),
16605         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16606         (gst_visual_chain):
16607         Small cleanups.
16608
16609         * ext/theora/gsttheoradec.h:
16610         * ext/theora/theoradec.c: (gst_theora_dec_init),
16611         (gst_theora_dec_reset), (_theora_granule_time),
16612         (theora_dec_src_convert), (theora_dec_sink_convert),
16613         (theora_dec_src_query), (theora_dec_src_event),
16614         (theora_dec_sink_event), (theora_handle_comment_packet),
16615         (theora_handle_header_packet), (theora_dec_push),
16616         (theora_handle_data_packet), (theora_dec_chain),
16617         (theora_dec_change_state):
16618         Add simple QoS.
16619
16620 2006-03-09  Wim Taymans  <wim@fluendo.com>
16621
16622         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16623         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16624         Some cleanups.
16625
16626 2006-03-09  Wim Taymans  <wim@fluendo.com>
16627
16628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16629         Don't try to activate NULL chains.
16630
16631 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16632
16633         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16634           Fix invalid memory access to region before peek'd data (#332964).
16635
16636 2006-03-09  Wim Taymans  <wim@fluendo.com>
16637
16638         Patch by: Christophe Fergeau
16639
16640         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16641         * ext/pango/gsttextrender.c: (gst_text_render_init):
16642         * gst/adder/gstadder.c: (gst_adder_init):
16643         Don't leak padtemplates, closes #333510.
16644
16645 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16646
16647         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16648           Fix invalid memory access: make sure string passed to
16649           regexec() is NUL-termianted.
16650
16651 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16652
16653         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16654         (mp3_type_find):
16655           Refactor mpeg/audio typefinding to make it more maintainable
16656           and easier to fine-tune. Make probing into middle of the file
16657           work properly (fixes #333900, also see #152688).
16658
16659 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16660
16661         * gst/typefind/gsttypefindfunctions.c:
16662         (utf8_type_find_have_valid_utf8_at_offset):
16663           Remove part from previous commit that was bogus:
16664           g_utf8_validate() does in fact not accept embedded
16665           zeroes, so we don't need to check for those (thanks
16666           to Mike for the hint).
16667
16668 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16669
16670         * gst/typefind/gsttypefindfunctions.c:
16671         (utf8_type_find_count_embedded_zeroes),
16672         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16673           Make plain/text typefinder more conservative: firstly, check
16674           for embedded zeroes, which are perfectly valid UTF-8 characters,
16675           but also a fairly good sign that something is not a plain text
16676           file; secondly, probe into the middle of the file if possible.
16677           If we can't probe into the middle, limit the probability value
16678           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16679
16680 2006-03-08  Michael Smith  <msmith@fluendo.com>
16681
16682         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16683           Make typefind function name for mpeg4 video unique.
16684
16685 2006-03-08  Wim Taymans  <wim@fluendo.com>
16686
16687         * ext/libvisual/visual.c: (gst_visual_init),
16688         (gst_visual_clear_actors), (gst_visual_dispose),
16689         (gst_visual_reset), (gst_visual_src_setcaps),
16690         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16691         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16692         (gst_visual_chain), (gst_visual_change_state):
16693         Cleanups, post nice errors.
16694         Handle sink and src events.
16695         Implement simple QoS.
16696
16697         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16698         Use new basesink methods to configure max-lateness.
16699         Small doc update.
16700
16701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16702         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16703         Debug statement cleanups.
16704
16705         * gst/volume/gstvolume.c: (gst_volume_class_init):
16706         Simple cleanup.
16707
16708 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16709
16710         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16711         (gst_text_overlay_init), (gst_text_overlay_set_property),
16712         (gst_text_overlay_get_property):
16713           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16714           as string type properties, but mark them deprecated. Add
16715           'halignment' and 'valignment' properties that use enums
16716           instead of strings.
16717
16718 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16719
16720         Patch by: Fabrizio Gennari
16721
16722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16723           Allow palettes with less than 256 colours in AVI files
16724           (#333488)
16725
16726 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16727
16728         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16729         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16730         pad. We were releasing the queued text buffer when we should keep
16731         it until video pad gets EOS or discard the text buffer because it's
16732         too old. That was eating the last subtitle buffer. Add some more
16733         debug.
16734
16735 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16736
16737         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16738         (gst_text_overlay_video_chain):
16739           Fix invalid memory access (we can't access a buffer after it's been
16740           pushed downstream without taking a reference); fix memory leak (if
16741           there's no text to render, bail out before allocating stuff).
16742
16743 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16744
16745         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16746         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16747         * ext/pango/gsttextoverlay.h:
16748           If input is plain text, escape it before passing it to
16749           pango_layout_set_markup().
16750
16751 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16752
16753         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16754           Don't ignore flow return from gst_pad_push().
16755
16756 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16757
16758         Patch by: Fabrizio Gennari
16759
16760         * ext/libvisual/visual.c: (gst_visual_getcaps),
16761         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16763         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16764         (gst_vorbisenc_convert_sink):
16765         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16766         (gst_audio_duration_from_pad_buffer):
16767         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16768         (gst_audio_filter_chain):
16769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16770         (gst_base_rtp_depayload_setcaps):
16771         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16772         (gst_video_get_size):
16773         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16774           Don't leak references returned by gst_pad_get_parent()
16775           (#333663)
16776
16777 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16778
16779         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16780           change location param details
16781         * gst/volume/gstvolume.c: (plugin_init):
16782           correct plugin description
16783
16784 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16785
16786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16787         (gst_gnome_vfs_src_check_get_range):
16788           Override GstBaseSrc::check_get_range() in order to avoid opening
16789           the resource just to check whether we can operate in pull-mode or
16790           not - we can predict that pretty well from the URI alone. Should
16791           fix problems with last.fm (#331690). (Requires latest core CVS).
16792
16793 2006-03-06  Wim Taymans  <wim@fluendo.com>
16794
16795         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16796         (gst_video_sink_class_init):
16797         Throw away frames that are later than 20 ms.
16798
16799 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16800
16801         Patch by: Fabrizio Gennari
16802
16803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16804           Set depth on WMA caps (#333545)
16805
16806 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16807
16808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16809         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16810           put Theora BOS pages before others.  This hardcodes
16811           the Ogg/Theora I profile, but hey.
16812
16813 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16814
16815         * ext/ogg/README:
16816           updated with some examples
16817         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16818         (granulepos_add), (theora_buffer_from_packet):
16819         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16820         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16821         (gst_vorbisenc_chain):
16822           implement strategy from ext/ogg/README
16823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16824         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16825         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16826         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16827           Fix muxer so that oggz-validate is happy with all streams;
16828           except for no eos mark, and the BOS page ordering
16829         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16830         (check_buffer_granulepos):
16831         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16832           update tests to check for OFFSET being set as requested
16833           fixed type of granulepos, it's not a ClockTime
16834
16835 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16836
16837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16838         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16839         Check that the xvimage we are creating has a correct size
16840         before returning it. (#314897)
16841
16842 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16843
16844         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16845           Give id3 and ape tag typefinders a rank slightly higher
16846           than PRIMARY to ensure they're always run before any of
16847           the other typefinders (in particular wav and mp3) (#324186).
16848
16849 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16850
16851         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16852           Add support for '3IVD' fourcc (#333403).
16853
16854 2006-03-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16855
16856         * configure.ac:
16857           Bump requirements to GStreamer CVS for the new error enum.
16858
16859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16860           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16861           space left on the device (fixes #333352).
16862
16863 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16864
16865         * win32/vs6:
16866           add a project file for libgstvolume
16867           update the workspace
16868
16869 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16870
16871         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16872         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16873         (GST_START_TEST):
16874           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16875           Set IN_CAPS on header buffers
16876
16877 2006-03-02  Wim Taymans  <wim@fluendo.com>
16878
16879         * docs/plugins/Makefile.am:
16880         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16881         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16882         Add audioresample to docs.
16883
16884         * gst/audioconvert/gstaudioconvert.c:
16885         Add revision date.
16886
16887         * gst/audioresample/gstaudioresample.c:
16888         (gst_audioresample_base_init), (gst_audioresample_class_init),
16889         (gst_audioresample_init), (gst_audioresample_dispose),
16890         (audioresample_get_unit_size), (audioresample_transform_caps),
16891         (resample_set_state_from_caps), (audioresample_transform_size),
16892         (audioresample_set_caps), (audioresample_event),
16893         (audioresample_do_output), (audioresample_transform),
16894         (audioresample_pushthrough), (gst_audioresample_set_property),
16895         (gst_audioresample_get_property), (plugin_init):
16896         * gst/audioresample/gstaudioresample.h:
16897         Added docs.
16898         Small code cleanups.
16899
16900 2006-03-02  Wim Taymans  <wim@fluendo.com>
16901
16902         * docs/plugins/Makefile.am:
16903         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16904         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16905         Added videoscale to docs.
16906
16907         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16908         (gst_video_rate_swap_prev), (gst_video_rate_event),
16909         (gst_video_rate_chain):
16910         Fix typo in docs.
16911
16912         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16913         (gst_video_scale_init), (gst_video_scale_prepare_size),
16914         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16915         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16916         * gst/videoscale/gstvideoscale.h:
16917         Added docs, examples.
16918         Some code cleanups.
16919         Post errors instead of g_warning.
16920
16921 2006-03-02  Wim Taymans  <wim@fluendo.com>
16922
16923         * docs/libs/gst-plugins-base-libs-docs.sgml:
16924         * docs/libs/gst-plugins-base-libs-sections.txt:
16925         * docs/libs/gst-plugins-base-libs.types:
16926         * docs/plugins/Makefile.am:
16927         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16929         Added some more docs to libs and plugins.
16930
16931         * gst-libs/gst/audio/gstringbuffer.c:
16932         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16933         * gst-libs/gst/audio/gstringbuffer.h:
16934         Document ringbuffer some more.
16935
16936         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16937         (gst_video_rate_setcaps), (gst_video_rate_reset),
16938         (gst_video_rate_init), (gst_video_rate_flush_prev),
16939         (gst_video_rate_swap_prev), (gst_video_rate_event),
16940         (gst_video_rate_chain), (gst_video_rate_change_state):
16941         * gst/videorate/gstvideorate.h:
16942         Fix videorate to use segments.
16943         Make it work with 0/1 framerates (closes #331903)
16944         Handle EOS correctly.
16945         Added docs.
16946
16947 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16948
16949         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16950         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16951         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16952           In state change function, first chain up to parent class,
16953           then handle downwards state change stuff. Remove some
16954           commented out cruft from 0.8 code.
16955
16956 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16957
16958         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16959         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16960         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16961         (gst_ogm_parse_chain):
16962           Don't remove/re-add source pad if the new caps are the same as
16963           the old caps anyway (#333042). When removing source pad, don't
16964           unref it afterwards - we didn't ref it when adding. Sprinkle some
16965           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16966           after using gst_pad_get_parent(). Return downstream flow return
16967           value in chain function.
16968
16969 2006-03-02  Wim Taymans  <wim@fluendo.com>
16970
16971         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16972         * docs/plugins/gst-plugins-base-plugins.args:
16973         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16974         * docs/plugins/gst-plugins-base-plugins.interfaces:
16975         * docs/plugins/gst-plugins-base-plugins.signals:
16976         Fix hierarchy, added some more elements to the docs.
16977
16978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16979         (gst_ffmpegcsp_get_type):
16980         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16981         Fix docs for ffmpegcolorspace.
16982
16983 2006-03-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16984
16985         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16986         (apetag_type_find), (ape_type_find), (plugin_init):
16987           Some typefinding fine-tuning:
16988           - rank ID3/APE tags in order of preference via probabilities, so that
16989             ID3v2 > APEv2 > APEv1 > ID3v1.
16990           - three or four bytes don't really justify MAXIMUM probability,
16991             change those to 'very likely' (musepack and monkeysaudio).
16992
16993 2006-03-01  Wim Taymans  <wim@fluendo.com>
16994
16995         * docs/plugins/Makefile.am:
16996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16998         * ext/alsa/gstalsamixer.c:
16999         * ext/alsa/gstalsamixer.h:
17000         * ext/alsa/gstalsamixerelement.c:
17001         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17002         * ext/alsa/gstalsamixerelement.h:
17003         * ext/alsa/gstalsasink.c:
17004         * ext/alsa/gstalsasink.h:
17005         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17006         (gst_alsasrc_init):
17007         * ext/alsa/gstalsasrc.h:
17008         Added alsa docs.
17009         Small code cleanups.
17010
17011 2006-03-01  Wim Taymans  <wim@fluendo.com>
17012
17013         * ext/theora/Makefile.am:
17014         Dist new header too,
17015
17016 2006-03-01  Wim Taymans  <wim@fluendo.com>
17017
17018         * docs/plugins/Makefile.am:
17019         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17020         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17021         * ext/gnomevfs/gstgnomevfssink.h:
17022         * ext/gnomevfs/gstgnomevfssrc.h:
17023         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17024         * ext/vorbis/vorbisdec.h:
17025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17026         * ext/vorbis/vorbisenc.h:
17027         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17028         (vorbis_parse_chain), (vorbis_parse_change_state):
17029         * ext/vorbis/vorbisparse.h:
17030         * gst/audioconvert/gstaudioconvert.h:
17031         * gst/tcp/gsttcpserversink.h:
17032         * gst/videotestsrc/gstvideotestsrc.c:
17033         * gst/videotestsrc/gstvideotestsrc.h:
17034         * gst/volume/gstvolume.c:
17035         * gst/volume/gstvolume.h:
17036         Fix some more docs.
17037         Added docs for vorbisdec and vorbisparse.
17038         Fix vorbisparse.
17039
17040 2006-03-01  Wim Taymans  <wim@fluendo.com>
17041
17042         * docs/plugins/Makefile.am:
17043         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17044         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17045         * ext/pango/gstclockoverlay.h:
17046         * ext/pango/gsttextoverlay.h:
17047         * ext/pango/gsttextrender.h:
17048         * ext/pango/gsttimeoverlay.h:
17049         * ext/theora/gsttheoradec.h:
17050         * ext/theora/gsttheoraenc.h:
17051         * ext/theora/theoradec.c:
17052         * ext/theora/theoraenc.c:
17053         * gst/audioconvert/gstaudioconvert.h:
17054         * gst/audiotestsrc/gstaudiotestsrc.h:
17055         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17056         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17057         * gst/tcp/gstmultifdsink.h:
17058         Updated/added documentation.
17059
17060         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17061         (gst_text_overlay_halign_get_type),
17062         (gst_text_overlay_wrap_mode_get_type),
17063         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17064         (gst_text_overlay_init), (gst_text_overlay_set_property),
17065         (gst_text_overlay_get_property):
17066         Fix up properties to be enums instead of string to make bindings,
17067         introspection and automatic GUI creation possible.
17068         Add getters for the properties.
17069
17070 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17071
17072         * gst/audiotestsrc/gstaudiotestsrc.c:
17073           added defines of M_PI and M_PI_2
17074         * gst/ffmpegcolorspace/avcodec.h:
17075           removed #include "stdint.h" for win32 as _stdint.h is 
17076           autogenerated to win32/common
17077         * win32/common/libgstaudio.def:
17078         * win32/common/libgsttag.def:
17079           added some exports
17080         * win32/vs6:
17081           some project files bugs corrected
17082         * win32/vs7:
17083           project files are reset to the default vs7 configuration 
17084           (they link to msvcr71.dll using default optimizations)
17085           
17086 2006-02-28  Wim Taymans  <wim@fluendo.com>
17087
17088         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17089         Fix some docs.
17090
17091 2006-02-28  Edward Hervey  <edward@fluendo.com>
17092
17093         * ext/alsa/gstalsasrc.c:
17094         Set proper class on the ElementDetails:
17095         Source/Audio instead of Src/Audio/
17096
17097 2006-02-28  Edward Hervey  <edward@fluendo.com>
17098
17099         * gst/videoscale/vs_scanline.c:
17100         (vs_scanline_resample_nearest_RGBA):
17101         Revert optimization in videoscale. It should go in liboil and have
17102         an appropriate liboil function.
17103
17104 2006-02-28  Wim Taymans  <wim@fluendo.com>
17105
17106         * gst-libs/gst/audio/gstbaseaudiosink.c:
17107         (gst_base_audio_sink_provide_clock):
17108         Don't try to provide a clock in the NULL state.
17109
17110 2006-02-28  Wim Taymans  <wim@fluendo.com>
17111
17112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17113         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17114         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17115         (gst_ogg_demux_deactivate_current_chain),
17116         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17117         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17118         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17119         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17120         Use GstSegment infrastructure to remove duplicated code
17121         and handle more seek cases correctly.
17122
17123 2006-02-28  Wim Taymans  <wim@fluendo.com>
17124
17125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17126         (gst_ffmpegcsp_transform):
17127         Don't ignore return code from ffmpeg convert function.
17128
17129         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17130         Split out some long statements to ease debugging.
17131
17132 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17133
17134         * ext/libvisual/visual.c: (gst_visual_init),
17135         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17136         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17137         being able to renegotiate the size. Instead, use the negotiation
17138         algorithm from the goom plugin to pick an initial output caps. 
17139
17140         Also, allow theoretical libvisual plugins that might support non-GL 
17141         output even if they also do GL.
17142
17143 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17144
17145         * ext/libvisual/visual.c: (gst_visual_init),
17146         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17147         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17148         possible negotiation issues.
17149
17150 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17151
17152         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17153
17154 2006-02-24  Michael Smith  <msmith@fluendo.com>
17155
17156         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17157         (cmml_type_find), (plugin_init):
17158           Fix CMML type find function to not require a specific minor version
17159           of the CMML header.
17160
17161           Add an MPEG4 video elementary stream typefind function.
17162
17163 2006-02-04  Michael Smith  <msmith@fluendo.com>
17164
17165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17166         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17167         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17168         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17169         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17170         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17171           Annodex support in ogg demuxer. Doesn't do very much without the
17172           other annodex patches (to come).
17173
17174 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17175
17176         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17177
17178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17179           Pick up palette for MS video v1 (#327028)
17180
17181 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17182
17183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17184         (gst_ffmpegcsp_caps_remove_format_info),
17185         (gst_ffmpegcsp_get_unit_size):
17186           The 'palette_data' field from incoming RGB caps shouldn't be
17187           proxied on outgoing YUV caps; also, restrict unit size
17188           adjustment in case of paletted data only to the unit that
17189           actually has a palette. Fixes #330711.
17190
17191 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17192
17193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17194         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17195         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17196         (gst_ffmpegcsp_get_unit_size):
17197           Plug some memory leaks.
17198
17199 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17200
17201         * sys/ximage/Makefile.am:
17202         * sys/xvimage/Makefile.am:
17203           Add some _CFLAGS and _LIBS that seem to be missing
17204           and/or required for Cygwin (see #317048).
17205
17206 2006-02-22  Wim Taymans  <wim@fluendo.com>
17207
17208         * ext/alsa/gstalsasrc.c:
17209         Fix description as pointed out by caugier.
17210
17211 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17212
17213         Reviewed by : Edward Hervey  <edward@fluendo.com>
17214
17215         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17216         (qt_type_find):
17217         Better 3gp typefinding (#331526).
17218
17219 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17220
17221         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17222           Don't send EOS event here, the base class will send one for us.
17223
17224         * gst/playback/gstplaybasebin.c: (prepare_output):
17225           Subpictures without video stream aren't allowed either.
17226         
17227         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17228           Fix debug statement copy'n'paste-o.
17229
17230 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17231
17232         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17233           Fix issues with mixer keeping state when muting/unmuting
17234           and when changing the volume whilst muted (see #331763
17235           and #331765).
17236
17237 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17238
17239         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17240         (parse_subrip), (gst_sub_parse_format_autodetect):
17241           Set right caps given that we send escaped text. Also,
17242           honour <i></i>, <b></b> and <u></u> markers that can be found
17243           in .srt files (fixes #310202).
17244
17245 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17246
17247         * gst-libs/gst/audio/mixerutils.c:
17248         (element_factory_rank_compare_func):
17249           Make order in which elements are tried more determinable.
17250
17251 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17252
17253         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17254         (remove_element_chain), (cleanup_decodebin),
17255         (gst_decode_bin_change_state): Make decodebin reusable by
17256         fixing remove_element_chain first and then introduce a
17257         cleaner in state change to ->NULL. (Closes #331678)
17258
17259 2006-02-19  Wim Taymans  <wim@fluendo.com>
17260
17261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17262         use 0666 mask when creating files so umask gets applied
17263         correctly. Fixes #331295.
17264
17265 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17266
17267         * gst/subparse/Makefile.am:
17268         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17269         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17270         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17271         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17272         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17273         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17274         * gst/subparse/gstssaparse.h:
17275         * gst/subparse/gstsubparse.c: (plugin_init):
17276           Add very basic parser for SSA subtitle streams (as often
17277           found in matroska files).
17278
17279 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17280
17281         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17282           That should be text/x-pango-markup, not text/x-pango-layout.
17283
17284 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17285
17286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17287         Polishing.
17288
17289 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17290
17291         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17292         (gst_text_overlay_finalize), (gst_text_overlay_init),
17293         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17294         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17295         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17296         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17297         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17298         Fix state change deadlock.
17299
17300 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17301
17302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17303         (gst_text_overlay_finalize), (gst_text_overlay_init),
17304         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17305         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17306         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17307         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17308         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17309         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17310         and subtitles files.
17311
17312 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17313
17314         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17315         should be considered as raw.
17316
17317 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17318
17319         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17320         (cb_probe):
17321         * gst/playback/gststreaminfo.h: Introduce language informations.
17322
17323 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17324
17325         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17326         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17327         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17328         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17329         Set shared memory segments to be deleted as soon as we have attached,
17330         that way they get cleaned up automatically if we crash.
17331
17332 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17333
17334         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17335         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17336         functions are called with lock held.
17337
17338 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17339
17340         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17341         (gst_text_overlay_finalize), (gst_text_overlay_init),
17342         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17343         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17344         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17345         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17346         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17347         (gst_text_overlay_change_state): Refactoring of textoverlay
17348         without collectpads. This now supports sparse subtitles coming
17349         from a demuxer instead of a sub file. Seeking is still broken 
17350         though. Need to discuss with wtay some more on how to handle
17351         seeking correctly.
17352         * ext/pango/gsttextoverlay.h:
17353         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17354         subtitles coming from the demuxer.
17355
17356 2006-02-17  Wim Taymans  <wim@fluendo.com>
17357
17358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17359         (gst_vorbisenc_convert_sink):
17360         Use some more scaling functions.
17361
17362 2006-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17363
17364         * ext/cdparanoia/gstcdparanoiasrc.c:
17365         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17366         (gst_cd_paranoia_paranoia_callback),
17367         (gst_cd_paranoia_src_signal_is_being_watched),
17368         (gst_cd_paranoia_src_read_sector):
17369         * ext/cdparanoia/gstcdparanoiasrc.h:
17370           Add back 'transport-error' and 'uncorrected-error' signals and
17371           make them actually be fired when bad stuff happens (#319340).
17372
17373 2006-02-17  Wim Taymans  <wim@fluendo.com>
17374
17375         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17376         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17377         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17378         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17379         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17380         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17381         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17382         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17383         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17384         (gst_ring_buffer_clear):
17385         Small cleanups.
17386         Added some G_LIKELY.
17387
17388 2006-02-17  Wim Taymans  <wim@fluendo.com>
17389
17390         * gst-libs/gst/audio/TODO:
17391         Update TODO
17392
17393         * gst-libs/gst/audio/gstbaseaudiosink.c:
17394         (gst_base_audio_sink_get_offset):
17395         When trying to play samples ASAP and we don't have a
17396         previous sample, try to play at position 0 instead of
17397         an invalid position.
17398
17399 2006-02-17  Wim Taymans  <wim@fluendo.com>
17400
17401         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17402         (gst_alsasink_reset):
17403         Also release lock when we get an error in _reset();
17404         fix an error message.
17405
17406 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17407
17408         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17409         (gst_alsasink_init), (get_channel_free_structure),
17410         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17411         (gst_alsasink_close):
17412         * ext/alsa/gstalsasink.h:
17413           Add support for more than 2 channels (#326720).
17414
17415 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17416
17417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17418           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17419           with 4 or 6 channels, assume a default channel layout to make things
17420           work (not sure there's anything else we can do in those cases).
17421
17422 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17423
17424         * gst-libs/gst/audio/multichannel.c:
17425           Minor docs fix.
17426
17427         * gst-libs/gst/riff/Makefile.am:
17428         * gst-libs/gst/riff/riff-ids.h:
17429         * gst-libs/gst/riff/riff-media.c:
17430         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17431           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17432           channels and a channel layout map.
17433           
17434 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17435
17436         Reviewed by Edward Hervey  <edward@fluendo.com>
17437
17438         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17439         C-level optimization of the RGBA nearest neighbour function.
17440         Eventually this might end up in liboil with vectorized versions.
17441
17442 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17443
17444         * gst-libs/gst/audio/multichannel.c:
17445         (gst_audio_get_channel_positions):
17446           When we have more than 2 channels, but no channel layout is
17447           specified in the caps, return some default channel layout
17448           to the caller and warn about about a possibly buggy element
17449           (could be buggy filtercaps as well of course) (#317038).
17450
17451 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17452
17453         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17454           Add gst-libs/gst/cdda to list of lib search paths.
17455
17456 2006-02-15  Andy Wingo  <wingo@pobox.com>
17457
17458         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17459         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17460         to the Lord Jesus that I do not have to touch the ogg muxer ever
17461         again.
17462
17463 2006-02-15  Edward Hervey  <edward@fluendo.com>
17464
17465         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17466         quicktime movie files can also contain 'uuid' atoms.
17467
17468 2006-02-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17469
17470         * gst/audioconvert/plugin.c: (plugin_init):
17471           Register the GstAudioChannelPosition enum type with the type
17472           system in the plugin_init function, so that it is known before
17473           any element actually makes use of multi-channel stuff. This is
17474           required for example if one wants to be able to deserialise/use
17475           a caps string with channel positions before any pipeline has
17476           been setup and started, like with gst-launch.
17477
17478 2006-02-14  Wim Taymans  <wim@fluendo.com>
17479
17480         * gst-libs/gst/audio/gstringbuffer.c:
17481         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17482         (gst_ring_buffer_samples_done), (wait_segment),
17483         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17484         Add some compiler G_(UN_)LIKELY help.
17485         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17486         make sure they can exit their functions. Should fix #330748
17487
17488 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17489
17490         * Makefile.am:
17491         * configure.ac:
17492         * win32/MANIFEST:
17493         * win32/common/_stdint.h:
17494           Windows does not have long long; copy the generated _stdint.h
17495         * win32/common/interfaces-enumtypes.c:
17496         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17497         (gst_mixer_track_flags_get_type),
17498         (gst_tuner_channel_flags_get_type):
17499         * win32/common/multichannel-enumtypes.c:
17500         (gst_audio_channel_position_get_type):
17501           update
17502
17503 2006-02-13  Wim Taymans  <wim@fluendo.com>
17504
17505         * gst-libs/gst/audio/gstbaseaudiosink.c:
17506         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17507         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17508         Always sync on first sample we receive when starting.
17509
17510 2006-02-13  Wim Taymans  <wim@fluendo.com>
17511
17512         * gst/playback/gstplaybin.c: (gen_vis_element):
17513         Update vis bin docs.
17514         Move queue after tee so we don't queue video buffers but
17515         audio samples instead. Fixes problems where the video queue
17516         is filled and the audio queue empty.
17517
17518 2006-02-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17519
17520         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17521           No need to push an EOS event here, GstBaseSrc will do that for us
17522           when we return FLOW_UNEXPECTED.
17523           
17524 2006-02-12  Wim Taymans  <wim@fluendo.com>
17525
17526         * gst-libs/gst/audio/gstbaseaudiosink.c:
17527         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17528         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17529         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17530         Use scale functions when possible.
17531         Fix error messages.
17532         Free clockid when after waiting for EOS.
17533         Use G_(UN_)LIKLY when it makes sense.
17534         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17535
17536 2006-02-12  Edward Hervey  <edward@fluendo.com>
17537
17538         * gst/playback/gstplaybasebin.c: (prepare_output): 
17539         Remove stray semi-colon (fixes #330888).
17540
17541 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17542
17543         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17545         Fix up the XShm call testing so that we catch errors, and don't
17546         cause new ones by attempting to detach from a segment we failed
17547         to attach to. Fixes #312439.
17548
17549 2006-02-10  Edward Hervey  <edward@fluendo.com>
17550
17551         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17552         Added flv file typefind (video/x-flv).
17553
17554 2006-02-10  Edward Hervey  <edward@fluendo.com>
17555
17556         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17557         (gst_riff_create_video_template_caps):
17558         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17559         Also added the caps to the default set of riff video caps.
17560
17561 2006-02-09  Andy Wingo  <wingo@pobox.com>
17562
17563         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17564         time and the end time of the last packet in the page.
17565         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17566         on the pages in our queue, set the duration as well. Reflow a
17567         debug statement.
17568         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17569         Fixes bad muxing order.
17570
17571 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17572
17573         * gst-libs/gst/rtp/gstbasertppayload.c:
17574         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17575           update seqnum before setting it on the packet; this makes sure
17576           that the timestamp and seqnum properties match after pushing
17577           a buffer
17578
17579 2006-02-09  Andy Wingo  <wingo@pobox.com>
17580
17581         * gst-libs/gst/audio/gstringbuffer.c
17582         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17583         overflow after 13.5 hours of recording. Kapow!
17584
17585         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17586         the buffer size -- we don't care about underrun/overrun reporting
17587         right now, just need to return a useful value.
17588
17589 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17590
17591         * configure.ac:
17592           Back to CVS
17593
17594 === release 0.10.3 ===
17595
17596 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17597
17598         * configure.ac:
17599           releasing 0.10.3, "Under Pressure"
17600
17601 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17602
17603         * configure.ac:
17604         Drat. Bump libtool version number for new API.
17605         Prelease 0.10.2.3 (of 0.10.3)
17606
17607 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17608
17609         * configure.ac:
17610         * win32/common/config.h:
17611         0.10.2.2 prerelease (of 0.10.3).
17612
17613 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17614
17615         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17616           Revert Andy's newsegment change pending a more correct
17617           fix.
17618
17619 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17622         (qt_type_find), (plugin_init):
17623           detect more files as 3gp
17624           group and reorder the iso file formats
17625
17626 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17627
17628         * ext/vorbis/vorbis.c: (plugin_init):
17629           Register musicbrainz tags, so apps don't have to.
17630
17631 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17632
17633         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17634         (gst_tag_to_vorbis_tag):
17635           Make sure we called gst_tag_register_musicbrainz_tags()
17636           before possibly mapping a vorbiscomment string from/to a
17637           musicbrainz tag.
17638
17639 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17640
17641         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17642           In case we can't find the required number of consecutive
17643           mpeg audio frames to positively identify an MPEG audio
17644           stream, check if there's at least a valid mpeg audio
17645           frame right at offset 0 and if so suggest mpeg/audio
17646           caps with a very low probability (#153004).
17647
17648 2006-02-07  Andy Wingo  <wingo@pobox.com>
17649
17650         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17651         a TIME segment if we get timestamped buffers. Requires recent
17652         fixes in core to work properly.
17653
17654 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17655
17656         * gst/playback/gstplaybasebin.c: (prepare_output):
17657           Don't print the URI as part of the error message, it
17658           makes error dialogs look rather ugly, especially if
17659           the URI is very long or has characters in it that
17660           need escaping.
17661
17662 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17663
17664         * gst/playback/gstplaybasebin.c: (prepare_output):
17665           Error out if we have only text or subtitles, but nothing
17666           else. Also error out if we have subtitles but no video
17667           stream.
17668
17669 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17670
17671         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17672           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17673           Post an error message on the bus when we encounter an
17674           error, which will hopefully be more meaningful than the
17675           'Internal Flow Error' message users get to see if we
17676           just return GST_FLOW_ERROR.
17677
17678 2006-02-07  Andy Wingo  <wingo@pobox.com>
17679
17680         * configure.ac (GST_MAJORMINOR): Update core version req to
17681         0.10.2.2, for the collectpads API addition (#330244).
17682
17683 2006-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17684
17685         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17686           Return FALSE from plugin_init() when GnomeVFS can't
17687           be initialised for some reason (#328423).
17688
17689 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17690
17691         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17692         Stick to seeking theory until i find the bug.
17693         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17694
17695 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17696
17697         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17698         (theora_enc_finalize), (theora_enc_sink_setcaps),
17699         (theora_set_header_on_caps), (theora_enc_chain),
17700         (theora_enc_change_state):
17701         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17702           Make theoraenc and the tests leak free. Like, really.
17703
17704 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17705
17706         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17707         (theora_enc_finalize), (theora_enc_sink_setcaps):
17708           Add a finalize method to ensure we clean up state even if
17709           someone omitted the state change back to NULL.
17710
17711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17712         (gst_vorbisenc_chain):
17713           Free some more leaked bits.
17714
17715         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17716         (stop_pipeline):
17717           Wait for state changes to happen if they're ASYNC.
17718
17719           This ought to teach those fancy pants buildbots a lesson.
17720
17721 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17722
17723         * gst-libs/gst/tag/gstid3tag.c:
17724           Add mapping for ID3 International Standard Recording Code
17725           tag "TSRC"
17726
17727 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17728
17729         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17730           Don't leak tag names.
17731
17732 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17733
17734         * docs/libs/gst-plugins-base-libs-docs.sgml:
17735         * docs/libs/gst-plugins-base-libs-sections.txt:
17736         * gst-libs/gst/tag/gstid3tag.c:
17737         * gst-libs/gst/tag/gstvorbistag.c:
17738         * gst-libs/gst/tag/tags.c:
17739           Split libgsttag docs into multiple sections.
17740
17741 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17742
17743         * docs/libs/Makefile.am:
17744         * docs/libs/gst-plugins-base-libs-docs.sgml:
17745         * docs/libs/gst-plugins-base-libs-sections.txt:
17746         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17747         * gst-libs/gst/tag/gstvorbistag.c:
17748         * gst-libs/gst/tag/tag.h:
17749         * gst-libs/gst/tag/tags.c:
17750           Add libgsttag to the docs.
17751
17752 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17753
17754         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17755         (gst_text_overlay_init), (gst_text_overlay_src_event),
17756         (gst_text_overlay_collected): Fix clockoverlay.
17757
17758 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17759
17760         * docs/libs/compiling.sgml:
17761           Fix typo: it's pkg-config, not pkg-gconfig
17762
17763         * docs/libs/gst-plugins-base-libs-docs.sgml:
17764         * docs/libs/gst-plugins-base-libs-sections.txt:
17765         * docs/libs/tmpl/gstgconf.sgml:
17766           There is no libgstgconf in 0.10, remove it
17767           from the docs.
17768
17769 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17770
17771         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17772         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17773         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17774         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17775         (gst_sub_parse_class_init), (gst_sub_parse_init),
17776         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17777         (parse_mpsub), (parser_state_init), (handle_buffer),
17778         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17779         * gst/subparse/gstsubparse.h: Introduce seeking code.
17780
17781 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17782
17783         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17784           Add comment about LANGUAGE tag inconsistency (we want
17785           ISO-639-1, but extract three-letter identifiers?)
17786
17787         * po/POTFILES.in:
17788           Add two translatable files.
17789
17790 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17791
17792         * gst-libs/gst/tag/Makefile.am:
17793         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17794         * gst-libs/gst/tag/tag.h:
17795         * gst-libs/gst/tag/tags.c:
17796         (gst_tag_register_musicbrainz_tags_internal),
17797         (gst_tag_register_musicbrainz_tags):
17798           Forward-port some tags stuff from the 0.8 branch. This is
17799           mostly the addition of musicbrainz tags and their mapping
17800           to vorbistags, and a vorbistag mapping of the language tag.
17801
17802 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17803
17804         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17805         refactoring.
17806
17807 2006-02-04  David Schleef  <ds@schleef.org>
17808
17809         * ext/ogg/gstoggmux.c:
17810         * gst/typefind/gsttypefindfunctions.c:
17811           Add Dirac typefinding and add dirac format to oggmux.
17812
17813 2006-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17814
17815         * gst/playback/gstdecodebin.c: (try_to_link_1):
17816           Don't put essential function call into
17817           g_return_*() macro, otherwise it'll all be
17818           replaced by NOOPs when compiling with
17819           G_DISABLE_CHECKS defined.
17820
17821 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17822
17823         * ext/ogg/gstoggdemux.c:
17824         * ext/ogg/gstoggparse.c:
17825         * gst/tcp/gsttcpserversink.c:
17826         * sys/v4l/v4lsrc_calls.c:
17827         * sys/v4l/v4lsrc_calls.h:
17828         Just make it compile with --disable-gst-debug.
17829
17830 2006-02-03  Wim Taymans  <wim@fluendo.com>
17831
17832         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17833         (gst_alsasink_class_init), (gst_alsasink_init),
17834         (gst_alsasink_write), (gst_alsasink_reset):
17835         * ext/alsa/gstalsasink.h:
17836         Add lock to protect alsa calls.
17837         Implement reset to flush samples ASAP, does not work
17838         with dmix though.
17839
17840 2006-02-02  Wim Taymans  <wim@fluendo.com>
17841
17842         * gst-libs/gst/audio/gstbaseaudiosink.c:
17843         (gst_base_audio_sink_provide_clock):
17844         Ugh.. getting late I guess...
17845
17846 2006-02-02  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst-libs/gst/audio/gstbaseaudiosink.c:
17849         (gst_base_audio_sink_provide_clock),
17850         (gst_base_audio_sink_set_property),
17851         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17852         Don't try to provide a clock when we are not negotiated since
17853         we might not be able to make it run.
17854
17855 2006-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17856
17857         * gst/playback/gstdecodebin.c: (try_to_link_1):
17858           Unlinking two source pads is ... hard.
17859
17860 2006-02-02  Wim Taymans  <wim@fluendo.com>
17861
17862         * gst-libs/gst/audio/TODO:
17863         Updated.
17864
17865         * gst-libs/gst/audio/gstbaseaudiosink.c:
17866         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17867         On EOS, wait till the last sample is played before posting EOS.
17868
17869 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17870
17871         Patch by: Kai Vehmanen
17872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17873           Adds ability to enable newsegment bypass by setting queue_delay to
17874           zero. Also avoid thread being started if queue_delay is zero.
17875
17876 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17877
17878         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17879           Make test work again by connecting fakesinks to each decoded pad,
17880           which makes the pipeline wait until each fakesink has a buffer
17881           queued before going to PAUSED state. At that point we know the
17882           decodebin pads are negotiated.
17883
17884 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17885
17886         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17887         (gst_cdda_base_src_handle_event):
17888         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17889           Pass unhandled queries to the parent class's query function.
17890
17891 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17892
17893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17894         (gst_ogg_pad_src_query):
17895         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17896         * ext/theora/theoradec.c: (theora_dec_src_query),
17897         (theora_dec_sink_query):
17898         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17899         (vorbis_dec_sink_query):
17900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17901         (gst_vorbisenc_sink_query):
17902         * gst/adder/gstadder.c: (gst_adder_query):
17903           Pass unhandled queries upstream instead of just
17904           dropping them (#326447). Also, fix supported
17905           query types list for some elements.
17906
17907 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17908
17909         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17910         (paris_type_find), (ilbc_type_find), (plugin_init):
17911           Fix typefinding for audio/x-au, audio/x-paris and
17912           audio/iLBC-sh. We cannot use the START_WITH macros
17913           here, because there can only be one typefind factory
17914           with the same name (caps), so the second one would
17915           replace the first one and the first one would never
17916           be called when doing typefinding (see #161712).
17917           
17918
17919 2006-01-31  Wim Taymans  <wim@fluendo.com>
17920
17921         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17922         (vorbis_handle_header_packet), (vorbis_dec_push),
17923         (vorbis_handle_data_packet):
17924         Use scale_int when we can, add some more scaling.
17925         Check packettype before parsing it.
17926
17927 2006-01-31  Wim Taymans  <wim@fluendo.com>
17928
17929         * ext/theora/theoradec.c: (_theora_granule_time),
17930         (theora_dec_src_convert), (theora_dec_sink_convert):
17931         Call right _scale functions.
17932         Use parameter instead of some other random value.
17933
17934 2006-01-31  Wim Taymans  <wim@fluendo.com>
17935
17936         * ext/theora/theoradec.c: (_theora_granule_frame),
17937         (_theora_granule_time), (_inc_granulepos),
17938         (theora_dec_src_convert), (theora_dec_sink_convert),
17939         (theora_handle_type_packet), (theora_handle_data_packet),
17940         (theora_dec_chain):
17941         Use higher precision timestamps calculation.
17942         Convert some other conversions to _scale.
17943
17944 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17945
17946         * gst/audiotestsrc/gstaudiotestsrc.c:
17947         (gst_audio_test_src_create_sine_table), (plugin_init):
17948         * gst/volume/gstvolume.c: (plugin_init):
17949           initialize gst_controller before using
17950
17951 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17952
17953         * tests/check/pipelines/theoraenc.c:
17954         * tests/check/pipelines/vorbisenc.c:
17955         Define constant using G_GINT64_CONSTANT to avoid errors when
17956         passing it around - otherwise it gets truncated to 32 bits.
17957
17958         Fixes failing tests.
17959
17960 2006-01-31  Andy Wingo  <wingo@pobox.com>
17961
17962         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17963         caps being set doesn't have a framerate value. Basically a stopgap
17964         measure.
17965
17966         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17967         technically correct enough to put into core though.
17968         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17969         DURATION. Fixes theoraenc ! oggmux.
17970
17971         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17972         fraction, not double.
17973
17974 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17975
17976         * win32/vs7:
17977         add vs7 project files created by Sergey Scobich
17978
17979 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17980
17981         * win32/vs8:
17982         add vs8 project files created by Sergey Scobich
17983         
17984 2006-01-30  Andy Wingo  <wingo@pobox.com>
17985
17986         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17987         timestamp + duration, not just timestamp -- ogg pages should be
17988         ordered by stop time. Necessary fix given the change in vorbis
17989         timestamps.
17990
17991         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17992         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17993         (granulepos_add): New function, handles the messiness of adjusting
17994         granulepos values.
17995         (theora_buffer_from_packet):
17996         (theora_enc_chain):
17997         (theora_enc_sink_event): Use granulepos_add, not +.
17998
17999         * tests/check/pipelines/theoraenc.c
18000         (check_buffer_granulepos_from_starttime): Just check the frame
18001         count, not the actual granulepos -- we can't dictate to the
18002         encoder when it should be placing keyframes.
18003
18004 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18005
18006         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18007           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18008           play an http:// stream from a server that's not serving
18009
18010 2006-01-30  Andy Wingo  <wingo@pobox.com>
18011
18012         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18013         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18014         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18015         available.
18016
18017         * ext/theora/gsttheoraenc.h:
18018         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18019         although theoraenc was timestamping correctly. Added handling of
18020         streams that start with nonzero timestamps.
18021
18022         * tests/check/Makefile.am:
18023         * tests/check/pipelines/theoraenc.c: New file, basically does same
18024         tests as vorbisenc.
18025
18026         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18027
18028 2006-01-30  Wim Taymans  <wim@fluendo.com>
18029
18030         * gst-libs/gst/audio/gstaudiosink.c:
18031         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18032         (gst_audioringbuffer_pause):
18033         Implement pause that does not wait for completion.
18034
18035         * gst-libs/gst/audio/gstbaseaudiosink.c:
18036         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18037         Don't drop buffers when going to PAUSED but perform preroll on
18038         remaining samples now that core base class supports this.
18039
18040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18041         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18042         (gst_ring_buffer_commit):
18043         Pause should not signal waiters.
18044         Implement return value of _commit correctly.
18045
18046 2006-01-30  Andy Wingo  <wingo@pobox.com>
18047
18048         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18049
18050         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18051         updated to timestamp from the first sample, not the last.
18052         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18053         special care of granulepos and timestamp for header packets.
18054         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18055         when the first buffer has a nonzero timestamp.
18056
18057         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18058         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18059         case when the first audio buffer we get has a nonzero timestamp.
18060         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18061         properly timestamp vorbis buffers with the time of the first
18062         sample, not the last.
18063         
18064         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18065         vorbis_granule_time_copy -- now it takes the granule/subgranule
18066         offset into account.
18067
18068         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18069         timestamps, durations, and granulepos on buffers produced by
18070         vorbisenc.
18071
18072 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18073
18074         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18075         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18076           Patch from Eric Jonas to support conversions to/from UYVY 
18077           (Fixes: #324626)
18078
18079 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18080
18081         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18082         (setup_subtitle), (setup_source), (set_active_source):
18083         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18084         (gen_text_element), (gen_audio_element), (gen_vis_element),
18085         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18086
18087 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18088
18089         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18090         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18091                 use gst_guint64_to_gdouble to be compliant with vs6
18092         * gst/playback/gstdecodebin.c: (try_to_link_1)
18093         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18094                 use G_GINT64_CONSTANT for int64 constants
18095         * win32/common/libgstinterfaces.def:
18096                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18097         * win32/vs6:
18098                 update and add new project files
18099                 
18100 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18101
18102         * Makefile.am:
18103         * win32/MANIFEST:
18104         * win32/common/interfaces-enumtypes.c:
18105         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18106         (gst_mixer_track_flags_get_type),
18107         (gst_tuner_channel_flags_get_type):
18108         * win32/common/interfaces-enumtypes.h:
18109         * win32/common/multichannel-enumtypes.c:
18110         (gst_audio_channel_position_get_type):
18111         * win32/common/multichannel-enumtypes.h:
18112           add a win32-update rule like in core, and copy over enumtypes files
18113
18114 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18115
18116         * win32/MANIFEST:
18117         * win32/common/config.h:
18118         * win32/common/config.h.in:
18119           add config files just like in core
18120
18121 2006-01-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18122
18123         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18124           Make gcc-4.1 happy (part of #327357).
18125
18126 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18127
18128         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18129         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18130         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18131         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18132         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18133         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18134           Update all error messages.  All of them should either use
18135           the default translated message, or actually provide a
18136           translatable string.
18137           Make the string for channel count problems meaningful.
18138
18139 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18140
18141         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18142           check for and throw RESOURCE_BUSY
18143
18144 2006-01-27  David Schleef  <ds@schleef.org>
18145
18146         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18147           checked in this change -- it requires liboil features not
18148           in 0.3.6.  Revert parts.
18149
18150 2006-01-27  David Schleef  <ds@schleef.org>
18151
18152         * REQUIREMENTS:
18153         * configure.ac: update liboil requirement to 0.3.6
18154         * gst/videoscale/Makefile.am:
18155         * gst/videoscale/vs_scanline.c: liboilify
18156
18157 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18158
18159         * ext/libvisual/visual.c: (get_buffer):
18160           When pad_alloc returns a GstFlowReturn other
18161           than GST_FLOW_OK, make sure it is passed upstream.
18162
18163 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18164
18165         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18166         (gst_alsasink_class_init):
18167           Free the device name string.
18168
18169         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18170         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18171         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18172           Don't remove a pad from the collectpads structure until it
18173           is released - it's a request pad, and may receive data again
18174           if the element gets moved back to PLAYING state.
18175
18176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18177           Ensure we turn on double buffering on the Xv port, and
18178           set the colour key to something dark and mysterious that
18179           isn't black.
18180
18181 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18182
18183         * ext/alsa/gstalsaplugin.c: (plugin_init):
18184         * ext/cdparanoia/gstcdparanoiasrc.c:
18185         (gst_cd_paranoia_src_base_init), (plugin_init):
18186         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18188           - a library should not call setlocale. see "Libraries" node in
18189             gettext manual
18190           - make sure all plugins that use translation do bindtextdomain
18191             to point to the localedir
18192         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18193         (setup_sinks), (plugin_init):
18194           all this, and check for NULL when creating sinks
18195
18196 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18197
18198         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18199         (plugin_init): Make typefinding of subtitles work again.
18200
18201 2006-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18202
18203         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18204         (mp3_type_frame_length_from_header), (mp3_type_find),
18205         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18206         (plugin_init):
18207           Backport a bunch of typefinding fixes from the 0.8 branch.
18208           Also, improve wavpack typefinding: if we can't peek the
18209           entire wavpack block, try to parse the bits we can get and
18210           see if we find what we're looking for in those.
18211
18212 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18213
18214         * sys/ximage/ximagesink.c:
18215         (gst_ximagesink_calculate_pixel_aspect_ratio):
18216         * sys/xvimage/xvimagesink.c:
18217         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18218         more cases of pixel aspect ratio.
18219
18220 2006-01-26  Edward Hervey  <edward@fluendo.com>
18221
18222         * gst/playback/gstdecodebin.c: (pad_probe):
18223         Also consider the flush-start and tag events as unblockers
18224         for the pad probes.
18225
18226 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18227
18228         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18229         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18230         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18231         On the fly visualisation switch, works disabling, enabling as
18232         well but it won't be able to enable vis in a playbin that was
18233         created with no visualisation.
18234
18235 2006-01-25  Wim Taymans  <wim@fluendo.com>
18236
18237         * gst-libs/gst/audio/gstbaseaudiosink.c:
18238         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18239         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18240         resume after pause.
18241
18242 2006-01-25  Wim Taymans  <wim@fluendo.com>
18243
18244         * gst-libs/gst/audio/gstbaseaudiosink.c:
18245         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18246         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18247         Improve debugging.
18248         Post error when caps cannot be parsed.
18249         Resync on discontinuity in the stream.
18250         Clip samples to segment boundaries.
18251         return WRONG_STATE sooner when we are flushing.
18252
18253         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18254         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18255         Make audiosrc operate in TIME.
18256         Set TIMESTAMP and DURATION on buffers.
18257
18258 2006-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18259
18260         * tests/examples/seek/seek.c: (main):
18261           Output tag messages as well.
18262
18263 2006-01-23  Edward Hervey  <edward@fluendo.com>
18264
18265         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18266         (free_pad_probes), (remove_fakesink), (pad_probe),
18267         (close_pad_link), (gst_decode_bin_change_state):
18268         Replace GstPadBlockCallback with pad probes that detect
18269         first buffer AND eos before removing fakesink.
18270         Fixes hang with demuxers doing EOS while pre-rolling.
18271         Solves #328279
18272
18273 2006-01-23  Andy Wingo  <wingo@pobox.com>
18274
18275         * ext/alsa/gstalsasink.c:
18276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18277         (gst_base_rtp_depayload_setcaps),
18278         (gst_base_rtp_depayload_add_to_queue),
18279         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18280         
18281         Patch by: Jens Granseuer <jensgr at gmx dot net>
18282
18283 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18284
18285         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18286         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18287         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18288         frames. We might get a frame destroyed after changing state to
18289         NULL, adding a safety check on xcontext.
18290
18291 2006-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18292
18293         * gst-libs/gst/interfaces/xoverlay.c:
18294           Fix prepare-xwindow-id code example in the docs - we need to
18295           ignore all messages that aren't element messages as well.
18296           
18297 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18298
18299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18300           I think one day i'll completely undestand how caps negotiation
18301           is supposed to work. This refactoring handles buffer_alloc
18302           called with caps we can't handle. We definitely don't want a
18303           set_caps with those caps, so we define and allocate a buffer
18304           we would like to receive.
18305
18306 2006-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18307
18308         * gst/playback/gstplaybasebin.c: (setup_source):
18309           Free iterator when done.
18310
18311 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18312
18313         * gst-libs/gst/audio/gstbaseaudiosink.c:
18314         (gst_base_audio_sink_render):
18315           Fix playback of non-synchronised streams by assuming a rate
18316           of 1.0 instead of a random one.
18317
18318           Makes this work again:
18319
18320           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18321           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18322           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18323           audioresample ! alsasink
18324
18325 === release 0.10.2 ===
18326
18327 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18328
18329         * configure.ac:
18330           releasing 0.10.2, "Then the devil is six"
18331
18332 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18333
18334         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18335         * gst/playback/gststreamselector.c:
18336         (gst_stream_selector_set_property):
18337           Comment out broken code that connects to the state-changed signal.
18338           At this point, changing current stream selection is broken, but 
18339           stuff like gst-launch playbin current-audio=1 works and filters
18340           to the chosen stream.
18341
18342 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18343
18344         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18345           Fix #327216 (null dereference in vorbisdec)
18346
18347 2006-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18348
18349         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18350           Post taglist actually on bus instead of just freeing it
18351           (fixes #327114 and totem bug #327080).
18352
18353         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18354           Use gst_element_found_tags_for_pad(), so that the tags
18355           are sent downstream as an event as well.
18356
18357 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18358
18359         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18360         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18361         (gst_ximagesink_buffer_alloc):
18362         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18363         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18364         (gst_xvimagesink_buffer_alloc):
18365           move all regularly occurring messages to GST_LOG level
18366           add some more object logs
18367
18368 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18369
18370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18371           fix a silly segfault
18372
18373 2006-01-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18374
18375         * docs/libs/gst-plugins-base-libs-docs.sgml:
18376         * docs/libs/gst-plugins-base-libs-sections.txt:
18377         * gst-libs/gst/audio/mixerutils.c:
18378         * gst-libs/gst/audio/mixerutils.h:
18379           Add docs for mixerutils stuff.
18380
18381 2006-01-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18382
18383         * gst/playback/gstplaybasebin.c: (setup_source):
18384           Fix playback for sources that emit raw audio or
18385           raw video streams (e.g.: cd audio sources) (#325984).
18386
18387 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18388
18389         * gst-libs/gst/audio/mixerutils.c:
18390         (gst_audio_mixer_filter_do_filter):
18391           actually save the element we create
18392
18393 2006-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18394
18395         * gst-libs/gst/cdda/gstcddabasesrc.c:
18396         (gst_cdda_base_src_handle_track_seek):
18397           No need to post a tag message on the bus when seeking
18398           within the same track, only post it when the current
18399           track changes.
18400
18401 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18402
18403         * gst/playback/gstplaybasebin.c: (group_destroy),
18404         (probe_triggered), (new_decoded_pad), (mute_group_type),
18405         (set_active_source):
18406         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18407         * gst/playback/gststreamselector.c:
18408         (gst_stream_selector_base_init),
18409         (gst_stream_selector_set_property),
18410         (gst_stream_selector_request_new_pad):
18411           Reenable stream selection. These mechanisms need a complete overhaul
18412           in the face of 0.8->0.10 changes though.
18413
18414 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18415
18416         * ext/ogg/gstoggdemux.c:
18417           Change the pad template to src_%d to match the pads that 
18418           are created from it. decodebin needs this information in order
18419           to decide that oggdemux is capable of producing multiple pads
18420           (and hence needs queues inserted).
18421
18422         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18423         (gst_ogg_mux_collected):
18424           Make debug output more useful by using GST_PTR_FORMAT.
18425
18426 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18427
18428         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18429
18430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18431           Set depth and width for alaw/mulaw (fixes #326601).
18432
18433 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18434
18435         * tests/icles/Makefile.am:
18436           don't build the tests if we don't have the libs
18437
18438 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18439
18440         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18441         (gst_cd_paranoia_paranoia_callback):
18442           Don't try to free NULL pointers.
18443
18444 2006-01-10  Edward Hervey  <edward@fluendo.com>
18445
18446         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18447         (gst_audio_rate_change_state), (plugin_init):
18448         Add debugging category.
18449         Fix type issues.
18450         Add case for incoming buffers without valid offset/offset_end.
18451
18452 2006-01-10  Michael Smith  <msmith@fluendo.com>
18453
18454         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18455           Don't leak GCond in audio sources.
18456
18457 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18458
18459         * gst/playback/gstplaybin.c: (gen_audio_element):
18460           Don't leak an autoaudiosink/alsasink when we generate
18461           a new audio element. (old code, I guess)
18462
18463 2006-01-10  Michael Smith  <msmith@fluendo.com>
18464
18465         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18466           Support float audio in audiorate.
18467           Use width rather than depth for selecting sample width.
18468
18469 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18470
18471         * gst/videotestsrc/videotestsrc.h:
18472           Use GLib types here (that way we don't have to include the
18473           generated _stdint.h header, which makes life easier for win32
18474           folks that don't use autotools for the build) (#325990, patch
18475           by: Sergey Scobich).
18476
18477 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18478
18479         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18480         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18481         (gst_ring_buffer_pause), (wait_segment):
18482         * gst-libs/gst/audio/gstringbuffer.h:
18483           Name (private) union, makes Forte compiler happy (this time
18484           for real) (#324900).
18485
18486 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18487
18488         * gst-libs/gst/audio/Makefile.am:
18489           Link against libgstinterfaces, needed for mixer
18490           and property probe stuff.
18491
18492 2006-01-09  Edward Hervey  <edward@fluendo.com>
18493
18494         * gst-libs/gst/Makefile.am:
18495
18496 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18497
18498         * gst-libs/gst/audio/Makefile.am:
18499         * gst-libs/gst/audio/mixerutils.c:
18500         (gst_audio_mixer_filter_do_filter),
18501         (gst_audio_mixer_filter_check_element),
18502         (gst_audio_mixer_filter_probe_feature),
18503         (element_factory_rank_compare_func),
18504         (gst_audio_default_registry_mixer_filter):
18505         * gst-libs/gst/audio/mixerutils.h:
18506           Add gst_audio_default_registry_mixer_filter() utility
18507           function.
18508
18509 2006-01-03  Michael Smith  <msmith@fluendo.com>
18510
18511         * gst/audioresample/resample.h:
18512           As before, but for o_buf
18513
18514 2006-01-03  Michael Smith  <msmith@fluendo.com>
18515
18516         * gst/audioresample/resample.h:
18517           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18518           since we do arithmetic on it.
18519
18520 2006-01-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18521
18522         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18523         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18524         (gst_ring_buffer_pause), (wait_segment):
18525         * gst-libs/gst/audio/gstringbuffer.h:
18526           Sun's Forte compiler doesn't seem to like anonymous structs,
18527           so use same setup as in GstBaseSrc (fixes #324900).
18528
18529 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18530
18531         * configure.ac:
18532         * gst/volume/Makefile.am:
18533         * gst/volume/demo.c:
18534           move old example to tests/examples/volume/volune.c
18535         * tests/examples/Makefile.am:
18536         * tests/examples/seek/seek.c: (main):
18537           change window-close event from "delete-event" to "destroy"
18538         * tests/examples/volume/Makefile.am:
18539         * tests/examples/volume/volume.c: (value_changed_callback),
18540         (setup_gui), (message_received), (eos_message_received), (main):
18541           fix event handling and bus usage
18542
18543 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18544
18545         * gst/audiotestsrc/gstaudiotestsrc.c:
18546         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18547         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18548         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18549         (gst_audio_test_src_create_square),
18550         (gst_audio_test_src_create_saw),
18551         (gst_audio_test_src_create_triangle),
18552         (gst_audio_test_src_create_silence),
18553         (gst_audio_test_src_create_white_noise),
18554         (gst_audio_test_src_create_pink_noise),
18555         (gst_audio_test_src_init_sine_table),
18556         (gst_audio_test_src_create_sine_table),
18557         (gst_audio_test_src_change_wave),
18558         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18559         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18560         * gst/audiotestsrc/gstaudiotestsrc.h:
18561           update to basesrc changes, implement segmented seeking and eos
18562           handling, add a 'sine-tab' waveform for performance critical playback
18563
18564 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18565
18566         * po/POTFILES.in:
18567           ... and this time the other modified file that I missed last time.
18568
18569 2005-12-29  Michael Smith  <msmith@fluendo.com>
18570
18571         * gst/playback/gstdecodebin.c: (new_pad):
18572           Fix non-C89 variable declaration not at the start of a block. Should
18573           help some compilers.
18574
18575 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18576
18577         * tests/check/Makefile.am:
18578           And now fix 'make distcheck' (builddir != srcdir)
18579
18580 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18581
18582         * configure.ac:
18583         * ext/cdparanoia/Makefile.am:
18584         * ext/cdparanoia/gstcdparanoia.c:
18585         * ext/cdparanoia/gstcdparanoia.h:
18586         * ext/cdparanoia/gstcdparanoiasrc.c:
18587         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18588         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18589         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18590         (gst_cd_paranoia_paranoia_callback),
18591         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18592         (gst_cd_paranoia_src_set_property),
18593         (gst_cd_paranoia_src_get_property), (plugin_init):
18594         * ext/cdparanoia/gstcdparanoiasrc.h:
18595           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18596           plugin again (there are still fixes required to playbin to make
18597           cdda:// uris work there).
18598
18599 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18600
18601         * tests/check/Makefile.am:
18602           Fix test case compilation.
18603
18604 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18605
18606         * gst-libs/gst/cdda/gstcddabasesrc.c:
18607         (gst_cdda_base_src_update_duration),
18608         (gst_cdda_base_src_calculate_cddb_id):
18609           An integer is not a string. Fix access to uninitialised variable.
18610
18611         * tests/check/Makefile.am:
18612           Add cddabasesrc unit test; also actually enable the vorbis test.
18613
18614         * tests/check/generic/states.c:
18615           Blacklist new cd audio elements as well.
18616
18617         * tests/check/libs/cddabasesrc.c:
18618           Unit test for GstCddaBaseSrc (discid calculation mostly).
18619
18620 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18621
18622         * docs/libs/Makefile.am:
18623         * docs/libs/gst-plugins-base-libs-docs.sgml:
18624         * docs/libs/gst-plugins-base-libs-sections.txt:
18625         * docs/libs/gst-plugins-base-libs.types:
18626           Add docs for libgstcdda/GstCddaBaseSrc.
18627
18628         * gst-libs/gst/interfaces/mixertrack.h:
18629           Do one struct member per line with a semicolon at the end, that way
18630           even gtk-doc might parse it without complaining.
18631
18632 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18633
18634         * configure.ac:
18635         * gst-libs/gst/Makefile.am:
18636         * gst-libs/gst/cdda/Makefile.am:
18637         * gst-libs/gst/cdda/base64.c:
18638         * gst-libs/gst/cdda/base64.h:
18639         * gst-libs/gst/cdda/gstcddabasesrc.c:
18640         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18641         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18642         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18643         (gst_cdda_base_src_get_property),
18644         (gst_cdda_base_src_get_track_from_sector),
18645         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18646         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18647         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18648         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18649         (gst_cdda_base_src_uri_get_protocols),
18650         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18651         (gst_cdda_base_src_uri_handler_init),
18652         (gst_cdda_base_src_setup_interfaces),
18653         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18654         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18655         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18656         (gst_cdda_base_src_add_tags),
18657         (gst_cdda_base_src_add_index_associations),
18658         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18659         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18660         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18661         (gst_cdda_base_src_create):
18662         * gst-libs/gst/cdda/gstcddabasesrc.h:
18663         * gst-libs/gst/cdda/sha1.c:
18664         * gst-libs/gst/cdda/sha1.h:
18665           Add new libgstcdda with GstCddaBaseSrc class.
18666
18667 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18668
18669         * ext/gnomevfs/gstgnomevfssink.h:
18670           Use GstBaseSinkClass as parent_class member for class struct, not
18671           GstBaseSink.
18672
18673 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18674
18675         Patch by: Michael Benes
18676
18677         * gst/videotestsrc/gstvideotestsrc.c:
18678         (gst_video_test_src_class_init), (gst_video_test_src_start):
18679           Add start method to reset running time and number of frames sent
18680           when starting up (fixes #324696)
18681
18682 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18683
18684         * docs/plugins/Makefile.am:
18685         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18686         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18687         * docs/plugins/gst-plugins-base-plugins.args:
18688         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18689         * docs/plugins/gst-plugins-base-plugins.signals:
18690           Add docs stuff for gnomevfssrc and gnomevfssink.
18691
18692         * ext/gnomevfs/gstgnomevfssrc.c:
18693           Fix example pipeline in gtk-doc blurb.
18694
18695 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18696
18697         * ext/gnomevfs/Makefile.am:
18698         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18699         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18700         (gst_gnome_vfs_handle_get_type), (plugin_init):
18701         * ext/gnomevfs/gstgnomevfs.h:
18702         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18703         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18704         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18705         (gst_gnome_vfs_sink_set_property),
18706         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18707         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18708         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18709         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18710         (gst_gnome_vfs_sink_uri_get_type),
18711         (gst_gnome_vfs_sink_uri_get_protocols),
18712         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18713         (gst_gnome_vfs_sink_uri_handler_init):
18714         * ext/gnomevfs/gstgnomevfssink.h:
18715           Port gnomevfssink; add gtk-doc blurb.
18716
18717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18718         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18719         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18720         (gst_gnome_vfs_src_uri_get_type),
18721         (gst_gnome_vfs_src_uri_get_protocols),
18722         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18723         (gst_gnome_vfs_src_uri_handler_init),
18724         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18725         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18726         (gst_gnome_vfs_src_send_additional_headers_callback),
18727         (gst_gnome_vfs_src_received_headers_callback),
18728         (gst_gnome_vfs_src_push_callbacks),
18729         (gst_gnome_vfs_src_pop_callbacks),
18730         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18731         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18732         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18733         * ext/gnomevfs/gstgnomevfssrc.h:
18734           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18735           file; add gtk-doc blurb with example pipelines.
18736
18737 === release 0.10.1 ===
18738
18739 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18740
18741         * configure.ac:
18742           releasing 0.10.1, "Dobro Dedek"
18743
18744 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18745
18746         * gst/typefind/gsttypefindfunctions.c:
18747         iLBC30 and iLBC20 added to typefind.
18748
18749 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18750
18751         * gst-libs/gst/audio/gstbaseaudiosink.c:
18752         (gst_base_audio_sink_class_init):
18753         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18754         (gst_base_audio_src_class_init):
18755           update strings, values are in microseconds
18756           change the default sink buffer time to something that is smaller
18757           (to help software volume mixing have a slightly lower delay) but
18758           still be acceptable on Wim's laptop
18759
18760 2005-12-20  Edward Hervey  <edward@fluendo.com>
18761
18762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18763         Made a quack, forgot to add DUCK to the riff video template.
18764
18765 2005-12-19  Edward Hervey  <edward@fluendo.com>
18766
18767         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18768         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18769         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18770         (gst_ogm_parse_chain):
18771         Make sure pads are initialized correctly.
18772         * gst-libs/gst/riff/riff-ids.h:
18773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18774         (gst_riff_create_video_template_caps):
18775         Add a whole bunch of FOURCC <=> MimeType.
18776         Extend the riff video pad template to support the newly added fourcc.
18777
18778 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18779
18780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18781         (gst_ogg_demux_activate_chain):
18782           Extra debug output when activating/deactivating chains.
18783
18784         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18785         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18786         (unlinked):
18787           Remove a queue from our list when it becomes unlinked.
18788           Don't add queues to elements in class 'Demux' if they
18789           can only produce one pad 
18790
18791 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18792
18793         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18794         (gst_video_sink_get_type): Add a debug category.
18795
18796 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18797
18798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18799         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18800           Handle downstream newsegment by sending our own newsegment before the
18801           next buffer to be released. (#323900)
18802
18803 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18804
18805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18806         (gst_base_rtp_depayload_set_gst_timestamp):
18807           add queue delay to new segment as well (as opposed to just the first
18808           buffer). (bug #322347)
18809
18810 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18811
18812         * ext/libvisual/visual.c: (make_valid_name):
18813           change some char* into char[]
18814         * gst/audiotestsrc/gstaudiotestsrc.c:
18815         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18816         (gst_audio_test_src_create):
18817         * gst/audiotestsrc/gstaudiotestsrc.h:
18818           prepare to handle EOS and SEGMENT_DONE
18819
18820 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18821
18822         * tests/check/generic/states.c: (GST_START_TEST):
18823           Blacklist cdparanoia element in state test.
18824
18825 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18826
18827           Patch by: Benjamin Pineau
18828
18829         * gst/tcp/gsttcp.c:
18830         * gst/tcp/gsttcpclientsink.c:
18831         * gst/tcp/gsttcpserversink.c:
18832         * gst/tcp/gsttcpserversrc.c:
18833           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18834
18835 2005-12-15  Michael Smith  <msmith@fluendo.com>
18836
18837         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18838         (gst_video_rate_chain):
18839           Fix timestamping for videorate when the first buffer it sees has a
18840           non-zero timestamp. Fix some misleading debug output.
18841
18842 2005-12-15  Michael Smith  <msmith@fluendo.com>
18843
18844         * gst/audioresample/gstaudioresample.c:
18845           Don't leak all input buffers to audioresample.
18846
18847 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18848
18849         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18850           Don't operate on empty text buffers. Strip newlines and
18851           tabs only from the end of the text, but leave them intact
18852           in the middle. Fix typo in gtk-doc description.
18853
18854 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18855
18856         * gst/playback/gstplaybasebin.c:
18857         * gst/playback/gstplaybin.c: (handoff):
18858           Make sure the video frame buffer we return to apps via the
18859           "frame" property always has caps set on it. Modify
18860           _gst_gvalue_set_object() macro to handle NULL objects
18861           gracefully too.
18862
18863 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18864
18865         * gst/audiotestsrc/gstaudiotestsrc.c:
18866         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18867         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18868         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18869         (gst_audio_test_src_create):
18870         * gst/audiotestsrc/gstaudiotestsrc.h:
18871         Adjust to some recent api changes and add wtays new cool seeking
18872         capabillities
18873
18874 2005-12-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18875
18876         * ext/alsa/Makefile.am:
18877         * ext/alsa/gstalsadeviceprobe.c:
18878         * ext/alsa/gstalsadeviceprobe.h:
18879           Helper functions to add device probing via the GstPropertyProbe
18880           interface to a class.
18881
18882         * ext/alsa/gstalsamixer.h:
18883           Comment out GST_ALSA_MIXER, it returns a struct that's not
18884           used.
18885
18886         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18887           Add some debug info. 
18888
18889         * ext/alsa/gstalsamixerelement.c:
18890         (gst_alsa_mixer_element_interface_supported),
18891         (gst_implements_interface_init),
18892         (gst_alsa_mixer_element_init_interfaces),
18893         (gst_alsa_mixer_element_class_init),
18894         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18895         (gst_alsa_mixer_element_set_property),
18896         (gst_alsa_mixer_element_get_property),
18897         (gst_alsa_mixer_element_change_state):
18898         * ext/alsa/gstalsamixerelement.h:
18899           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18900           for device handling (gnome-volume-control will need that).
18901
18902 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18903
18904         * ext/Makefile.am: fix cdparanoia entry
18905         * gst-plugins-base.spec.in: add cdparanoia
18906
18907 2005-12-12  Michael Smith  <msmith@fluendo.com>
18908
18909         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18910           Use the correct function to free list of typefind factories.
18911
18912 2005-12-12  Wim Taymans  <wim@fluendo.com>
18913
18914         * gst/videotestsrc/gstvideotestsrc.c:
18915         (gst_video_test_src_class_init), (gst_video_test_src_init),
18916         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18917         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18918         (gst_video_test_src_create):
18919         * gst/videotestsrc/gstvideotestsrc.h:
18920         Implement seeking in videotestsrc.
18921         Small cleanups.
18922
18923 2005-12-12  Wim Taymans  <wim@fluendo.com>
18924
18925         * ext/cdparanoia/Makefile.am:
18926         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18927         (gst_paranoia_endian_get_type), (_do_init),
18928         (cdparanoia_class_init), (cdparanoia_init),
18929         (cdparanoia_set_property), (cdparanoia_get_property),
18930         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18931         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18932         (cdparanoia_convert), (cdparanoia_get_query_types),
18933         (cdparanoia_query), (cdparanoia_set_index),
18934         (cdparanoia_uri_set_uri):
18935         * ext/cdparanoia/gstcdparanoia.h:
18936         Partially ported cdparanoia now that basesrc can support a
18937         plugin like this..
18938
18939 2005-12-12  Wim Taymans  <wim@fluendo.com>
18940
18941         * tests/examples/seek/scrubby.c: (main):
18942         Set higher priority for bus events so they don't get reordered with
18943         gtk gui events.
18944
18945         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18946         (flush_toggle_cb), (main):
18947         Added checkbox to disable flushing seeks. 
18948         Disable scrubbing when doing non flushing seeks.
18949
18950 2005-12-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18951
18952         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18953         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18954         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18955         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18956           Implement some sort of event handling that doesn't rely on
18957           g_return_if_fail; make sure we always push the last chunk of an 
18958           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18959           state change function; remove some old cruft. Seeking is still
18960           rather unlikely to work though.
18961
18962         * tools/.cvsignore:
18963           Ignore more.
18964
18965 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18966
18967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18968         Fixed a leak of the current image reference when cleaning up.
18969         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18970
18971 2005-12-09  Michael Smith  <msmith@fluendo.com>
18972
18973         * tools/Makefile.am:
18974         * tools/gst-launch-ext-m.m:
18975           Remove gst-launch-ext. It doesn't work, and is no longer
18976           particularly useful.
18977
18978 2005-12-08  Luca Ognibene  <luogni@tin.it>
18979
18980         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18981           don't pass random values to ogmparse convert function.
18982           Make seeking possible in the exile1.ogm file.
18983
18984 2005-12-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18985
18986         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18987         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18988           Work around refcount problem with g_value_set_object() that occur
18989           if the core has been compiled against GLib-2.6 (g_value_set_object()
18990           will only g_object_ref() the element, but the caller will
18991           gst_object_unref() it and bad things will happen due to the way
18992           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18993           totem for people on FC4 using Thomas's 0.10 RPMs.
18994           
18995 2005-12-07  Edward Hervey  <edward@fluendo.com>
18996
18997         Time to welcome ogm to 0.10 :)
18998         
18999         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19000         (gst_ogg_pad_typefind):
19001         Oggdemux can now properly typefind elements with dynamic pads.
19002         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19003         Properly set caps on src pad, and set caps on outgoing buffers.
19004
19005 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19006
19007         * ext/alsa/gstalsamixer.h:
19008         * ext/alsa/gstalsamixerelement.h:
19009         * ext/alsa/gstalsamixeroptions.h:
19010         * ext/alsa/gstalsamixertrack.h:
19011         * ext/alsa/gstalsasink.c:
19012         * ext/alsa/gstalsasink.h:
19013         * ext/alsa/gstalsasrc.c:
19014         * ext/alsa/gstalsasrc.h:
19015         * ext/cdparanoia/gstcdparanoia.h:
19016         * ext/gnomevfs/gstgnomevfsuri.h:
19017         * ext/ogg/gstoggdemux.c:
19018         * ext/ogg/gstoggmux.c:
19019         * ext/pango/gsttextoverlay.h:
19020         * ext/theora/theoradec.c:
19021         * ext/theora/theoraenc.c:
19022         * ext/vorbis/vorbisdec.h:
19023         * ext/vorbis/vorbisenc.c:
19024         * ext/vorbis/vorbisenc.h:
19025         * ext/vorbis/vorbisparse.h:
19026         * gst-libs/gst/audio/gstaudioclock.h:
19027         * gst-libs/gst/audio/gstaudiosink.c:
19028         * gst-libs/gst/audio/gstaudiosink.h:
19029         * gst-libs/gst/audio/gstaudiosrc.c:
19030         * gst-libs/gst/audio/gstaudiosrc.h:
19031         * gst-libs/gst/audio/gstbaseaudiosink.c:
19032         * gst-libs/gst/audio/gstbaseaudiosink.h:
19033         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19034         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19035         * gst-libs/gst/audio/gstringbuffer.h:
19036         * gst-libs/gst/audio/multichannel.h:
19037         * gst-libs/gst/floatcast/floatcast.h:
19038         * gst-libs/gst/interfaces/colorbalance.c:
19039         * gst-libs/gst/interfaces/colorbalance.h:
19040         * gst-libs/gst/interfaces/colorbalancechannel.h:
19041         * gst-libs/gst/interfaces/mixer.h:
19042         * gst-libs/gst/interfaces/mixeroptions.h:
19043         * gst-libs/gst/interfaces/mixertrack.h:
19044         * gst-libs/gst/interfaces/navigation.h:
19045         * gst-libs/gst/interfaces/propertyprobe.h:
19046         * gst-libs/gst/interfaces/tuner.h:
19047         * gst-libs/gst/interfaces/tunerchannel.h:
19048         * gst-libs/gst/interfaces/tunernorm.h:
19049         * gst-libs/gst/interfaces/xoverlay.h:
19050         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19051         * gst-libs/gst/riff/riff-ids.h:
19052         * gst-libs/gst/riff/riff-media.h:
19053         * gst-libs/gst/riff/riff-read.h:
19054         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19055         * gst-libs/gst/rtp/gstbasertppayload.c:
19056         * gst-libs/gst/rtp/gstbasertppayload.h:
19057         * gst-libs/gst/rtp/gstrtpbuffer.c:
19058         * gst-libs/gst/rtp/gstrtpbuffer.h:
19059         * gst-libs/gst/tag/gsttageditingprivate.h:
19060         * gst-libs/gst/tag/gstvorbistag.c:
19061         (gst_tag_list_from_vorbiscomment_buffer):
19062         * gst-libs/gst/tag/tag.h:
19063         * gst-libs/gst/video/video.h:
19064         * gst/adder/gstadder.c:
19065         * gst/adder/gstadder.h:
19066         * gst/audioconvert/audioconvert.c:
19067         * gst/audioconvert/audioconvert.h:
19068         * gst/audioconvert/gstaudioconvert.c:
19069         * gst/audioconvert/gstchannelmix.c:
19070         * gst/audioconvert/gstchannelmix.h:
19071         * gst/audiorate/gstaudiorate.c:
19072         * gst/audioresample/buffer.h:
19073         * gst/audioresample/functable.h:
19074         * gst/audioresample/gstaudioresample.c:
19075         * gst/audioresample/resample.h:
19076         * gst/ffmpegcolorspace/avcodec.h:
19077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19078         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19079         * gst/ffmpegcolorspace/imgconvert.c:
19080         * gst/ffmpegcolorspace/imgconvert_template.h:
19081         * gst/playback/gstdecodebin.c:
19082         * gst/playback/gstplaybasebin.h:
19083         * gst/playback/gstplaybin.c:
19084         * gst/playback/gststreaminfo.h:
19085         * gst/tcp/gstfdset.c:
19086         * gst/tcp/gstfdset.h:
19087         * gst/tcp/gstmultifdsink.c:
19088         * gst/tcp/gstmultifdsink.h:
19089         * gst/tcp/gsttcp.h:
19090         * gst/tcp/gsttcpclientsrc.c:
19091         * gst/tcp/gsttcpclientsrc.h:
19092         * gst/tcp/gsttcpplugin.h:
19093         * gst/tcp/gsttcpserversink.c:
19094         * gst/tcp/gsttcpserversrc.c:
19095         * gst/typefind/gsttypefindfunctions.c:
19096         * gst/videorate/gstvideorate.c:
19097         * gst/videotestsrc/gstvideotestsrc.h:
19098         * gst/videotestsrc/videotestsrc.h:
19099         * sys/v4l/gstv4lcolorbalance.h:
19100         * sys/v4l/gstv4ltuner.h:
19101         * sys/v4l/gstv4lxoverlay.h:
19102         * sys/v4l/v4l_calls.h:
19103         * sys/v4l/videodev_mjpeg.h:
19104         * tests/check/elements/audioconvert.c:
19105         * tests/check/elements/audioresample.c:
19106         * tests/check/elements/audiotestsrc.c:
19107         * tests/check/elements/videotestsrc.c:
19108         * tests/check/elements/volume.c:
19109         * tests/examples/seek/scrubby.c:
19110         * tests/examples/seek/seek.c:
19111           expand tabs
19112
19113 === release 0.10.0 ===
19114
19115 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19116
19117         * configure.ac:
19118           releasing 0.10.0, "Mont-d'or"
19119
19120 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19121
19122         * tests/examples/seek/Makefile.am:
19123         Build fix for when gtk is not available.
19124
19125 2005-12-05  Andy Wingo  <wingo@pobox.com>
19126
19127         * ext/libvisual/visual.c: (get_buffer):
19128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19129         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19130         * ext/theora/theoradec.c: (theora_handle_data_packet):
19131         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19132         (theora_enc_chain):
19133         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19134         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19135         Update for alloc_buffer changes.
19136
19137 2005-12-05  Andy Wingo  <wingo@pobox.com>
19138
19139         patch by: Kai Vehmanen <kv2004 eca cx>
19140         
19141         * gst-libs/gst/rtp/gstbasertpdepayload.c
19142         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19143
19144 2005-12-04  Andy Wingo  <wingo@pobox.com>
19145
19146         patch by: Sebastien Cote <sebas642 yahoo ca>
19147         
19148         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19149         Fixes #319172.
19150
19151 2005-12-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19152
19153         * docs/plugins/Makefile.am:
19154         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19155         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19156         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19157         * ext/pango/gstclockoverlay.c:
19158         * ext/pango/gsttextoverlay.c: 
19159         * ext/pango/gsttextrender.c:
19160         * ext/pango/gsttimeoverlay.c:
19161           Add gtk-doc blurbs to pango elements.
19162
19163 2005-12-02  Wim Taymans  <wim@fluendo.com>
19164
19165         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19166         * gst/audioresample/buffer.h:
19167         * gst/audioresample/gstaudioresample.c:
19168         * gst/audioresample/gstaudioresample.h:
19169         * gst/audioresample/resample.c: (resample_input_flush),
19170         (resample_input_pushthrough), (resample_input_eos),
19171         (resample_get_output_size_for_input),
19172         (resample_get_input_size_for_output), (resample_get_output_size),
19173         (resample_get_output_data):
19174         * gst/audioresample/resample.h:
19175         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19176         Fix audioresample, seek torture, new segments, reverse negotiation
19177         etc.. work fine.
19178
19179 2005-12-02  Wim Taymans  <wim@fluendo.com>
19180
19181         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19182         Small cleanups.
19183
19184 2005-12-02  Wim Taymans  <wim@fluendo.com>
19185
19186         * gst/audioconvert/gstaudioconvert.c:
19187         (gst_audio_convert_transform):
19188         Post errors.
19189
19190 === release 0.9.7 ===
19191
19192 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19193
19194         * configure.ac:
19195           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19196
19197 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19198
19199         * Makefile.am:
19200         * po/hu.po:
19201         * win32/MANIFEST:
19202         * win32/gst.sln:
19203           add win32 MANIFEST file
19204           do something to the hungarian translation
19205
19206 2005-12-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19207
19208         * ext/Makefile.am:
19209           Add $(PANGO_DIR) to SUBDIRS
19210
19211         * ext/pango/gstclockoverlay.c:
19212         * ext/pango/gsttimeoverlay.c:
19213           Fix and improve element descriptions.
19214
19215 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19216
19217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19218         * docs/plugins/inspect/plugin-libvisual.xml:
19219         * docs/plugins/inspect/plugin-pango.xml:
19220           add pango plugin to docs
19221
19222 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19223
19224         * configure.ac:
19225         * ext/Makefile.am:
19226           moved pango to base
19227
19228 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19229
19230         * configure.ac:
19231         * tests/Makefile.am:
19232         * tests/icles/.cvsignore:
19233         * tests/icles/Makefile.am:
19234         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19235         (close_display), (resize_window), (move_window), (create_window),
19236         (terminate_playback), (pause_playback), (start_playback), (main):
19237           add stress test for xoverlay from Julien
19238
19239 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19240
19241         * docs/libs/tmpl/gstcolorbalance.sgml:
19242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19243         * gst-libs/gst/rtp/gstbasertppayload.c:
19244         * gst-libs/gst/rtp/gstrtpbuffer.c:
19245         * gst-libs/gst/rtp/gstrtpbuffer.h:
19246           Do burger's rename for rtp payloaders and depayloaders
19247
19248 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19249
19250         * win32/:
19251           add Visual Studio 6 build files
19252
19253 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19254
19255         * docs/libs/gst-plugins-base-libs-docs.sgml:
19256         * docs/libs/gst-plugins-base-libs-sections.txt:
19257         * docs/libs/tmpl/gstaudio.sgml:
19258         * docs/libs/tmpl/gstringbuffer.sgml:
19259         * gst-libs/gst/interfaces/xoverlay.c:
19260         * gst-libs/gst/video/gstvideofilter.c:
19261         * gst-libs/gst/video/gstvideosink.c:
19262           update documentation
19263
19264 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19265
19266         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19267         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19268         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19269         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19270         (gst_multi_fd_sink_get_stats),
19271         (gst_multi_fd_sink_remove_client_link),
19272         (gst_multi_fd_sink_handle_client_read),
19273         (gst_multi_fd_sink_client_queue_data),
19274         (gst_multi_fd_sink_client_queue_caps),
19275         (gst_multi_fd_sink_client_queue_buffer),
19276         (gst_multi_fd_sink_new_client),
19277         (gst_multi_fd_sink_handle_client_write),
19278         (gst_multi_fd_sink_recover_client),
19279         (gst_multi_fd_sink_queue_buffer),
19280         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19281         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19282         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19283         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19284         * gst/tcp/gstmultifdsink.h:
19285         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19286         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19287         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19288         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19289         (gst_tcp_client_sink_set_property),
19290         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19291         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19292         * gst/tcp/gsttcpclientsink.h:
19293         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19294         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19295         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19296         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19297         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19298         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19299         * gst/tcp/gsttcpclientsrc.h:
19300         * gst/tcp/gsttcpplugin.c: (plugin_init):
19301         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19302         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19303         (gst_tcp_server_sink_finalize),
19304         (gst_tcp_server_sink_handle_server_read),
19305         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19306         (gst_tcp_server_sink_set_property),
19307         (gst_tcp_server_sink_get_property),
19308         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19309         * gst/tcp/gsttcpserversink.h:
19310         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19311         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19312         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19313         (gst_tcp_server_src_set_property),
19314         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19315         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19316         * gst/tcp/gsttcpserversrc.h:
19317           more borgifying
19318
19319 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19320
19321         * docs/plugins/Makefile.am:
19322         * docs/plugins/gst-plugins-base-plugins.args:
19323         * docs/plugins/inspect/plugin-libvisual.xml:
19324         * gst/audioconvert/plugin.h:
19325         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19326         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19327         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19328         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19329         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19330         (plugin_init):
19331         * gst/audiotestsrc/gstaudiotestsrc.c:
19332         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19333         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19334         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19335         (gst_audio_test_src_get_query_types),
19336         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19337         (gst_audio_test_src_create_square),
19338         (gst_audio_test_src_create_saw),
19339         (gst_audio_test_src_create_triangle),
19340         (gst_audio_test_src_create_silence),
19341         (gst_audio_test_src_create_white_noise),
19342         (gst_audio_test_src_init_pink_noise),
19343         (gst_audio_test_src_generate_pink_noise_value),
19344         (gst_audio_test_src_create_pink_noise),
19345         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19346         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19347         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19348         (plugin_init):
19349         * gst/audiotestsrc/gstaudiotestsrc.h:
19350         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19351         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19352         (gst_sub_parse_init), (gst_sub_parse_formats),
19353         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19354         (convert_encoding), (get_next_line),
19355         (gst_sub_parse_data_format_autodetect),
19356         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19357         (gst_sub_parse_loop), (gst_sub_parse_chain),
19358         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19359         (plugin_init):
19360         * gst/subparse/gstsubparse.h:
19361         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19362         (gst_video_rate_base_init), (gst_video_rate_class_init),
19363         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19364         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19365         (gst_video_rate_init), (gst_video_rate_event),
19366         (gst_video_rate_chain), (gst_video_rate_set_property),
19367         (gst_video_rate_get_property), (gst_video_rate_change_state),
19368         (plugin_init):
19369         * gst/videoscale/gstvideoscale.c:
19370         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19371         (gst_video_scale_src_template_factory),
19372         (gst_video_scale_sink_template_factory),
19373         (gst_video_scale_get_type), (gst_video_scale_base_init),
19374         (gst_video_scale_class_init), (gst_video_scale_init),
19375         (gst_video_scale_set_property), (gst_video_scale_get_property),
19376         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19377         (gst_video_scale_prepare_size), (parse_caps),
19378         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19379         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19380         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19381         (plugin_init):
19382         * gst/videoscale/gstvideoscale.h:
19383         * gst/videotestsrc/gstvideotestsrc.c:
19384         (gst_video_test_src_pattern_get_type),
19385         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19386         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19387         (gst_video_test_src_set_pattern),
19388         (gst_video_test_src_set_property),
19389         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19390         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19391         (gst_video_test_src_event), (gst_video_test_src_get_times),
19392         (gst_video_test_src_create), (plugin_init):
19393         * gst/videotestsrc/gstvideotestsrc.h:
19394         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19395         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19396         (gst_video_test_src_black):
19397         * gst/videotestsrc/videotestsrc.h:
19398           borgify further
19399           clean up docs a little
19400
19401 2005-11-30  Wim Taymans  <wim@fluendo.com>
19402
19403         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19404         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19405         (gst_basertppayload_event), (gst_basertppayload_push),
19406         (gst_basertppayload_change_state):
19407         * gst-libs/gst/rtp/gstbasertppayload.h:
19408         closed #320644.
19409
19410 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19411
19412         * docs/libs/gst-plugins-base-libs-docs.sgml:
19413         * docs/libs/gst-plugins-base-libs-sections.txt:
19414         * gst-libs/gst/video/gstvideofilter.c:
19415         * gst-libs/gst/video/gstvideosink.c:
19416         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19417
19418 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19419
19420         * LICENSE:
19421           move
19422         * po/af.po:
19423         * po/az.po:
19424         * po/cs.po:
19425         * po/en_GB.po:
19426         * po/hu.po:
19427         * po/it.po:
19428         * po/nb.po:
19429         * po/nl.po:
19430         * po/or.po:
19431         * po/sq.po:
19432         * po/sr.po:
19433         * po/sv.po:
19434         * po/uk.po:
19435         * po/vi.po:
19436         * Makefile.am:
19437           update
19438         * scripts/autoplugins.sh:
19439           remove
19440
19441 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19442
19443         * Makefile.am:
19444         * configure.ac:
19445         * examples/Makefile.am:
19446         * examples/capsfilter/Makefile.am:
19447         * examples/capsfilter/capsfilter1.c:
19448         * examples/gob/Makefile.am:
19449         * examples/gob/gst-identity2.gob:
19450         * examples/indexing/.cvsignore:
19451         * examples/indexing/Makefile.am:
19452         * examples/indexing/indexmpeg.c:
19453         * examples/seeking/.cvsignore:
19454         * examples/seeking/Makefile.am:
19455         * examples/seeking/cdparanoia.c:
19456         * examples/seeking/cdplayer.c:
19457         * examples/seeking/chained.c:
19458         * examples/seeking/scrubby.c:
19459         * examples/seeking/seek.c:
19460         * examples/stats/Makefile.am:
19461         * examples/stats/mp2ogg.c:
19462         * examples/switch/.cvsignore:
19463         * examples/switch/Makefile.am:
19464         * examples/switch/switcher.c:
19465         * tests/Makefile.am:
19466         * tests/check/generic/.cvsignore:
19467         * tests/check/pipelines/.cvsignore:
19468         * tests/examples/Makefile.am:
19469         * tests/examples/seek/Makefile.am:
19470           reorganize stuff under tests/
19471
19472 2005-11-30  Edward Hervey  <edward@fluendo.com>
19473
19474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19475         Go away you stupid GstStaticPadTemplate memleak.
19476
19477 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19478
19479         * gst-libs/gst/net/Makefile.am:
19480         * gst-libs/gst/net/README:
19481         * gst-libs/gst/net/gstnetbuffer.c:
19482         * gst-libs/gst/net/gstnetbuffer.h:
19483           this was moved to "netbuffer"
19484
19485 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19488         (gst_video_filter_class_init), (gst_video_filter_init):
19489         * gst-libs/gst/video/gstvideofilter.h:
19490           borgify name to bring in line with other classes
19491
19492 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19493
19494         * gst/audioscale/.cvsignore:
19495         * gst/audioscale/Makefile.am:
19496         * gst/audioscale/README:
19497         * gst/audioscale/audioscale.vcproj:
19498         * gst/audioscale/dtof.c:
19499         * gst/audioscale/dtos.c:
19500         * gst/audioscale/functable.c:
19501         * gst/audioscale/gstaudioscale.c:
19502         * gst/audioscale/gstaudioscale.h:
19503         * gst/audioscale/private.h:
19504         * gst/audioscale/resample.c:
19505         * gst/audioscale/resample.h:
19506         * gst/audioscale/test.c:
19507           remove
19508
19509 2005-11-30  Edward Hervey  <edward@fluendo.com>
19510
19511         * gst-libs/gst/netbuffer/Makefile.am:
19512         really, really tired
19513
19514 2005-11-30  Edward Hervey  <edward@fluendo.com>
19515
19516         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19517         Update for new GstTypeFindFactory _register()
19518
19519 2005-11-30  Edward Hervey  <edward@fluendo.com>
19520
19521         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19522         Let's not override libgstnet from core for no reason...
19523         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19524         Ok, maybe not so quick next time.
19525
19526 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19527
19528         * configure.ac:
19529         * gst-libs/gst/Makefile.am:
19530           moved gst-libs/gst/net to netbuffer through CVS surgery
19531           remove old directory
19532           updating build to accomodate
19533           (#322257)
19534
19535 2005-11-29  Andy Wingo  <wingo@pobox.com>
19536
19537         * pkgconfig/gstreamer-plugins-base.pc.in:
19538         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19539         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19540         (#322257).
19541
19542 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19543
19544         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19545         3rd time's the charm. Correct ref-counting for discarded buffers.
19546
19547 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19548
19549         * gst/playback/gststreamselector.c:
19550         (gst_stream_selector_class_init),
19551         (gst_stream_selector_set_property),
19552         (gst_stream_selector_get_property),
19553         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19554         Fix ref-counting
19555
19556 2005-11-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19557
19558         * gst/subparse/gstsubparse.c: (feed_textbuf):
19559           Don't access already unref'ed buffer.
19560
19561 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19562
19563         * gst/playback/gststreamselector.c:
19564         (gst_stream_selector_class_init), (gst_stream_selector_init),
19565         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19566         (gst_stream_selector_get_property),
19567         (gst_stream_selector_get_linked_pad),
19568         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19569         * gst/playback/gststreamselector.h:
19570         Add the active-pad property for playbin to use shortly. Ignore buffers
19571         from any other pad, returning GST_FLOW_NOT_LINKED
19572
19573 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19574
19575         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19576         patch from bug #322704 (Alessandro Decina).
19577
19578 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19579
19580         * gst-libs/gst/audio/Makefile.am:
19581           folded audiofilter into the audio library
19582
19583 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19584
19585         * gst/videoscale/gstvideoscale.h:
19586         * gst/videoscale/gstvideoscale.c:
19587           remove unimplemented scale methods
19588
19589 2005-11-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19590
19591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19592           Don't leak caps.
19593
19594 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19595
19596         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19597         (gst_ximagesink_setcaps):
19598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19599         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19600         happens (only visible on ximagesink but bug is in xv too) set_caps was
19601         destroying the internal x[v]image used to memcpy non locally alloced
19602         buffers so that it got renewed on next _chain. The issue is that 
19603         _expose will try to put that image as it reffed it in _put.
19604         Using gst_buffer_unref instead of destroy fixes it !
19605
19606 2005-11-28  Edward Hervey  <edward@fluendo.com>
19607
19608         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19609         (try_to_link_1), (queue_filled_cb):
19610         Better use of the queues. Start with a small size queue and only increase
19611         the size of the queues when the other queues are empty.
19612
19613 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19614
19615         * gst-libs/gst/video/Makefile.am:
19616           compile in copied-over videofilter into the video library
19617         * gst-libs/gst/video/videosink.h:
19618           rename the header to gstvideosink.h since it's a base GstObject class
19619         * sys/ximage/ximagesink.h:
19620         * sys/xvimage/xvimagesink.h:
19621           use the new header
19622
19623 2005-11-28  Wim Taymans  <wim@fluendo.com>
19624
19625         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19626         * gst/playback/gstplaybasebin.h:
19627         Prepare to handle errors betters.
19628
19629         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19630         Set sinks to PAUSED first before adding and linking them so that
19631         we don't interrupt dataflow.
19632
19633 2005-11-28  Wim Taymans  <wim@fluendo.com>
19634
19635         * gst-libs/gst/audio/TODO:
19636         Updated TODO
19637
19638         * gst-libs/gst/audio/gstaudiosink.c:
19639         (gst_audioringbuffer_open_device),
19640         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19641         (gst_audioringbuffer_release):
19642         Small cleanups.
19643
19644         * gst-libs/gst/audio/gstbaseaudiosink.c:
19645         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19646         (gst_base_audio_sink_change_state):
19647         Slave to the master clock when going to PLAYING and unslave when
19648         going to PAUSED.
19649
19650         * gst-libs/gst/audio/gstringbuffer.c:
19651         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19652         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19653         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19654         (gst_ring_buffer_clear_all), (wait_segment),
19655         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19656         (gst_ring_buffer_advance):
19657         * gst-libs/gst/audio/gstringbuffer.h:
19658         Add some docs and cleanups.
19659
19660 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19661
19662         * sys/xvimage/xvimagesink.c:
19663         (gst_xvimagesink_navigation_send_event): Fix navigation events
19664         coordinates translation with pixel aspect ratios.
19665
19666 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19667
19668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19669         Use calculated video geometry from _setcaps instead of buffer
19670         caps to respect pixel aspect ratio. (fixes #322388)
19671
19672 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19673
19674         * docs/libs/tmpl/gstcolorbalance.sgml:
19675         * docs/libs/tmpl/gstmixer.sgml:
19676         * docs/libs/tmpl/gstxoverlay.sgml:
19677         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19678         interface.
19679
19680 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19681
19682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19683         Refuse to create an XvImage if we can't find the format.
19684
19685 2005-11-28  Edward Hervey  <edward@fluendo.com>
19686
19687         * gst-libs/gst/riff/riff-media.c:
19688         (gst_riff_create_audio_template_caps):
19689         Add ATRAC3 to the list of riff-possible audio caps.
19690         I know we still don't have a plugin for atrac3, but it's saner to output
19691         that than a cryptic mimetype.
19692
19693 2005-11-27  Edward Hervey  <edward@fluendo.com>
19694
19695         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19696         Don't try to create a zero-sized subbuffer.
19697
19698 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19699
19700         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19701         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19702         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19703         (gst_ximagesink_expose): Fixed a tricky race.
19704         * sys/ximage/ximagesink.h:
19705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19706         (gst_xvimagesink_expose): Fixed a tricky race.
19707         * sys/xvimage/xvimagesink.h:
19708
19709 2005-11-27  Edward Hervey  <edward@fluendo.com>
19710
19711         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19712         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19713         Remove unused properties, and add queues between demuxers and decoders
19714         so that a lot more files can preroll properly.
19715
19716 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * gst-libs/gst/net/Makefile.am:
19719         * gst-libs/gst/rtp/Makefile.am:
19720         * gst-libs/gst/tag/Makefile.am:
19721           remove silly include
19722         * gst/tags/Makefile.am:
19723         * gst/tags/gsttagediting.c:
19724         * gst/tags/gsttageditingprivate.h:
19725         * gst/tags/tagedit.vcproj:
19726           remove directory, is as good as empty
19727
19728 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * configure.ac:
19731           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19732         * gst-libs/Makefile.am:
19733         * gst-libs/gst/audio/Makefile.am:
19734         * gst-libs/gst/interfaces/Makefile.am:
19735         * gst-libs/gst/net/Makefile.am:
19736         * gst-libs/gst/riff/Makefile.am:
19737         * gst-libs/gst/rtp/Makefile.am:
19738         * gst-libs/gst/tag/Makefile.am:
19739         * gst-libs/gst/video/Makefile.am:
19740           and use them
19741
19742 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19743
19744         * docs/libs/tmpl/gstcolorbalance.sgml:
19745         * docs/libs/tmpl/gstmixer.sgml:
19746         * docs/libs/tmpl/gstxoverlay.sgml:
19747         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19748         * sys/ximage/ximagesink.h:
19749         * sys/xvimage/xvimagesink.h: More and more documentation.
19750
19751 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19752
19753         * docs/libs/gst-plugins-base-libs-docs.sgml:
19754         * docs/libs/gst-plugins-base-libs-sections.txt:
19755         * docs/libs/tmpl/gstcolorbalance.sgml:
19756         * docs/libs/tmpl/gstmixer.sgml:
19757         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19758         to documentation.
19759
19760 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19761
19762         * docs/plugins/Makefile.am:
19763         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19764         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19765         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19766
19767 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19768
19769         * docs/plugins/Makefile.am:
19770         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19771         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19772         * docs/plugins/inspect/plugin-adder.xml:
19773         * docs/plugins/inspect/plugin-alsa.xml:
19774         * docs/plugins/inspect/plugin-audioconvert.xml:
19775         * docs/plugins/inspect/plugin-audiorate.xml:
19776         * docs/plugins/inspect/plugin-audioresample.xml:
19777         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19778         * docs/plugins/inspect/plugin-decodebin.xml:
19779         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19780         * docs/plugins/inspect/plugin-gnomevfs.xml:
19781         * docs/plugins/inspect/plugin-ogg.xml:
19782         * docs/plugins/inspect/plugin-playbin.xml:
19783         * docs/plugins/inspect/plugin-subparse.xml:
19784         * docs/plugins/inspect/plugin-tcp.xml:
19785         * docs/plugins/inspect/plugin-theora.xml:
19786         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19787         * docs/plugins/inspect/plugin-video4linux.xml:
19788         * docs/plugins/inspect/plugin-videorate.xml:
19789         * docs/plugins/inspect/plugin-videoscale.xml:
19790         * docs/plugins/inspect/plugin-videotestsrc.xml:
19791         * docs/plugins/inspect/plugin-volume.xml:
19792         * docs/plugins/inspect/plugin-vorbis.xml:
19793         * docs/plugins/inspect/plugin-ximagesink.xml:
19794         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19795         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19796
19797 2005-11-26  Edward Hervey  <edward@fluendo.com>
19798
19799         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19800         Properly return GstFlowReturn from gst_pad_push in chain functions.
19801
19802 2005-11-25  Michael Smith  <msmith@fluendo.com>
19803
19804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19805         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19806         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19807         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19808           Handle various conditions better when we don't understand a stream.
19809           Removes a heap of CRITICALs on ogg streams containing unknown data.
19810
19811 2005-11-24  Andy Wingo  <wingo@pobox.com>
19812
19813         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19814         Be threadsafe.
19815
19816 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19817
19818         * configure.ac: back to HEAD
19819
19820 === release 0.9.6 ===
19821
19822 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19823
19824         * configure.ac:
19825           releasing 0.9.6, "White Eight"
19826
19827 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19828
19829         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19830         * docs/plugins/inspect/plugin-sine.xml:
19831           remove sinesrc some more
19832
19833 2005-11-23  Wim Taymans  <wim@fluendo.com>
19834
19835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19836         If we are reading too slowly, jump forward in the ringbuffer
19837         instead of blocking.
19838
19839 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19840
19841         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19842         (gst_visual_chain):
19843         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19844         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19845         (gst_videorate_chain):
19846         * gst/videotestsrc/gstvideotestsrc.c:
19847         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19848         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19849         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19850         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19851         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19852         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19853           Updates for API changes
19854
19855 2005-11-23  Wim Taymans  <wim@fluendo.com>
19856
19857         * gst-libs/gst/audio/gstbaseaudiosink.c:
19858         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19859         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19860         Fix for calibration API change.
19861
19862 2005-11-23  Michael Smith <msmith@fluendo.com>
19863
19864         * gst-libs/gst/audio/multichannel.c:
19865         (gst_audio_get_channel_positions),
19866         (gst_audio_set_channel_positions),
19867         (gst_audio_set_structure_channel_positions_list),
19868         (gst_audio_fixate_channel_positions):
19869           Use gst_value_array_*() functions on value arrays, not
19870           gst_value_list_*().
19871
19872 2005-11-23  Edward Hervey  <edward@fluendo.com>
19873
19874         * autogen.sh:
19875         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19876         Fixes autogen
19877
19878 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19879
19880         * check/Makefile.am:
19881         * check/elements/videotestsrc.c: (setup_videotestsrc),
19882         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19883         (main):
19884           add a test for videotestsrc
19885
19886 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19887
19888         * gst/sine/.cvsignore:
19889         * gst/sine/Makefile.am:
19890         * gst/sine/gstsinesrc.c:
19891         * gst/sine/gstsinesrc.h:
19892         * gst/sine/sinesrc.vcproj:
19893           and remove sinesrc from the repository.  Closes #321446
19894
19895 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19896
19897         * configure.ac:
19898         * gst-plugins-base.spec.in:
19899           remove sinesrc from the build
19900
19901 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * check/Makefile.am:
19904         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19905         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19906         (main):
19907           add a test for audiotestsrc, testing all waves.  Even seems
19908           leak-free at first glance, nice job Stefan
19909
19910 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19911
19912         * po/af.po:
19913         * po/az.po:
19914         * po/cs.po:
19915         * po/en_GB.po:
19916         * po/hu.po:
19917         * po/it.po:
19918         * po/nb.po:
19919         * po/nl.po:
19920         * po/or.po:
19921         * po/sq.po:
19922         * po/sr.po:
19923         * po/sv.po:
19924         * po/uk.po:
19925         * po/vi.po:
19926           Translation string updates
19927
19928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19929         (gst_v4lsrc_set_caps):
19930         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19931         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19932         * sys/v4l/v4lsrc_calls.h:
19933           Improve v4lsrc, by making it work again.
19934
19935 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19936
19937         * ext/libvisual/visual.c: (gst_visual_chain):
19938           Fix the fps calculations.
19939
19940         * gst/ffmpegcolorspace/avcodec.h:
19941           Move structure element for clarity
19942
19943         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19944         * gst-libs/gst/interfaces/tunernorm.h:
19945         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19946         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19947         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19948         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19949         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19950         (gst_v4lmjpegsrc_getcaps):
19951         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19952         (gst_v4lsrc_set_caps):
19953         * sys/v4l/gstv4lsrc.h:
19954         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19955         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19956         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19957         * sys/v4l/v4lsrc_calls.h:
19958           Fractional framerates...
19959
19960 2005-11-22  Wim Taymans  <wim@fluendo.com>
19961
19962         * gst-libs/gst/audio/gstbaseaudiosink.c:
19963         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19964         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19965         And we provide a clock by default, of course...
19966
19967 2005-11-22  Wim Taymans  <wim@fluendo.com>
19968
19969         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19970         This clock can be slaved to a master clock now.
19971
19972         * gst-libs/gst/audio/gstbaseaudiosink.c:
19973         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19974         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19975         (gst_base_audio_sink_set_clock),
19976         (gst_base_audio_sink_set_property),
19977         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19978         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19979         * gst-libs/gst/audio/gstbaseaudiosink.h:
19980         Handle slaving the internal clock to the clock selected in the
19981         pipeline.
19982         Add property to make the basesink not provide a clock.
19983
19984         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19985         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19986         (gst_base_rtp_depayload_wait):
19987         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19988         We can use the clock in GstElement, no need to store it ourselves.
19989
19990 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19991
19992         * docs/libs/tmpl/gstaudio.sgml:
19993           update
19994         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19995         (gst_paranoia_endian_get_type):
19996         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19997         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19998         * gst/audiotestsrc/gstaudiotestsrc.c:
19999         (gst_audiostestsrc_wave_get_type):
20000         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20001         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20002         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20003         (gst_sync_method_get_type), (gst_unit_type_get_type),
20004         (gst_client_status_get_type), (gst_multifdsink_class_init),
20005         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20006         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20007         (gst_multifdsink_get_property):
20008         * gst/tcp/gstmultifdsink.h:
20009         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20010         * gst/videotestsrc/gstvideotestsrc.c:
20011         (gst_videotestsrc_pattern_get_type):
20012           remove deprecated properties
20013           fix up enums to correctly have short lowercase dashed nicks
20014
20015 2005-11-22  Michael Smith <msmith@fluendo.com>
20016
20017         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20018         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20019           Add underscore.
20020
20021 2005-11-22  Michael Smith <msmith@fluendo.com>
20022
20023         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20024         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20025           Use utility method for scaling clocktime for fractional framerates.
20026
20027 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20028
20029         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20030         (gst_visual_chain):
20031         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20032         * ext/theora/theoradec.c: (theora_handle_type_packet):
20033         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20034         (theora_enc_chain):
20035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20036         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20037         * gst-libs/gst/video/video.h:
20038         * gst/ffmpegcolorspace/avcodec.h:
20039         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20040         (gst_ffmpeg_caps_to_pixfmt):
20041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20042         (gst_ffmpegcsp_set_caps):
20043         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20044         (gst_videorate_setcaps), (gst_videorate_blank_data),
20045         (gst_videorate_chain):
20046         * gst/videotestsrc/gstvideotestsrc.c:
20047         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20048         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20049         (gst_videotestsrc_event), (gst_videotestsrc_create):
20050         * gst/videotestsrc/gstvideotestsrc.h:
20051         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20052         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20053         (gst_ximagesink_get_times), (gst_ximagesink_init):
20054         * sys/ximage/ximagesink.h:
20055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20056         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20057         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20058         * sys/xvimage/xvimagesink.h:
20059           Convert elements to use fractions for their framerate.
20060           V4L elements to come later tonight.
20061
20062 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20063
20064         * gst-libs/gst/audio/audio.c:
20065         * gst-libs/gst/audio/audio.h:
20066           remove some deprecated functions
20067
20068 2005-11-22  Andy Wingo  <wingo@pobox.com>
20069
20070         * Update for gst_tag_setter API changes.
20071
20072 2005-11-22  Andy Wingo  <wingo@pobox.com>
20073
20074         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20075         (gst_ogg_demux_perform_seek):
20076         * ext/theora/theoradec.c (theora_dec_sink_event):
20077         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20078         update-funcnames.
20079
20080 2005-11-22  Wim Taymans  <wim@fluendo.com>
20081
20082         * examples/seeking/seek.c: (main):
20083         Give higher priority to bus signals than the gtk events
20084         to fix a race condition in the segment looping.
20085
20086 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20087
20088         * ext/theora/Makefile.am:
20089         * ext/vorbis/Makefile.am:
20090         * gst-libs/gst/tag/Makefile.am:
20091         * gst-plugins-base.spec.in:
20092           Rename libgsttagedit to libgsttag (#322117).
20093
20094 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20095
20096         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20098           Call gst_x_overlay_prepare_xwindow_id() to give applications
20099           a final chance to set their own xwindow id before the video
20100           sink creates its own window.
20101
20102 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20103
20104         * sys/xvimage/xvimagesink.c:
20105         (gst_xvimagesink_navigation_send_event): Handle navigation
20106         events correcly with borders if applicable.
20107
20108 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20109
20110         Patch by: Luca Ognibene
20111
20112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20113         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20115         (gst_ffmpegcsp_caps_remove_format_info):
20116         * gst/ffmpegcolorspace/imgconvert.c:
20117         * gst/ffmpegcolorspace/imgconvert_template.h:
20118           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20119           #318353); use gst_structure_has_name().
20120
20121 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20122
20123         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20124         (gst_ximagesink_class_init): Add debug macros on functions.
20125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20126         (gst_xvimagesink_xwindow_draw_borders),
20127         (gst_xvimagesink_xvimage_put),
20128         (gst_xvimagesink_xwindow_update_geometry),
20129         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20130         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20131         (gst_xvimagesink_xcontext_clear),
20132         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20133         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20134         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20135         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20136         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20137         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20138         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20139         expose while being PAUSED, out of data flow navigation events, etc..
20140
20141 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20144         * gst-libs/gst/audio/audio.h:
20145           fix prototype - wondering why the test worked regardless
20146
20147 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20148
20149         * check/Makefile.am:
20150         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20151         * gst-libs/gst/audio/audio.h:
20152           add a method that returns a proper GstClockTime
20153
20154 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20155
20156         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20157         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20158         * gst-libs/gst/interfaces/xoverlay.h:
20159           Remove everything having to do with the desired size; add 
20160           gst_x_overlay_prepare_xwindow_id() function; remove the
20161           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20162           post a message on the bus instead (#321816).
20163
20164         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20166         (gst_xvimagesink_xoverlay_init):
20167           Remove desired size stuff (#321816).
20168
20169 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20170
20171         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20172         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20173         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20174           Terminate vararg functions with NULL instead of 0 to 
20175           make gcc4 happy.
20176
20177 2005-11-21  Andy Wingo  <wingo@pobox.com>
20178
20179         patch by: Sebastien Cote <sebas642@yahoo.ca>
20180         
20181         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20182         * gst-libs/gst/rtp/gstrtpbuffer.c
20183         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20184
20185 2005-11-21  Andy Wingo  <wingo@pobox.com>
20186
20187         * gst/playback/gstplaybin.c (gen_audio_element) 
20188         (gen_video_element): Use the new MISSING_PLUGIN core error
20189         category. Closes #320060.
20190
20191         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20192         * gst/videorate/gstvideorate.c (gst_videorate_event):
20193         * ext/theora/theoradec.c (theora_dec_sink_event): 
20194         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20195         stream lock.
20196
20197         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20198         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20199         stream lock changes.
20200
20201 2005-11-21  Wim Taymans  <wim@fluendo.com>
20202
20203         * gst-libs/gst/audio/gstbaseaudiosink.c:
20204         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20205         (gst_base_audio_sink_provide_clock),
20206         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20207         (gst_base_audio_sink_change_state):
20208         * gst/audioresample/gstaudioresample.c:
20209         Segment update fix.
20210
20211 2005-11-21  Andy Wingo  <wingo@pobox.com>
20212
20213         * *.h:
20214         * *.c: Ran scripts/update-macros. Oh yes.
20215
20216 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20217
20218         * sys/ximage/Makefile.am:
20219         * sys/ximage/ximage.c:
20220           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20221           remove your old libgstximage.* manually if necessary).
20222
20223 2005-11-21  Michael Smith <msmith@fluendo.com>
20224
20225         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20226           Minimal fix for bug #320200: set the min/max bitrate in the correct
20227           units. A better fix would be to upgrade to the RATEMANAGE2
20228           interface, rather than using the deprecated interface used here, but
20229           that would require an update in our libvorbis dependency (to 1.1),
20230           which is probably undesirable.
20231
20232 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20233
20234         * ext/libvisual/visual.c: (get_buffer):
20235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20236         (gst_base_audio_src_fixate):
20237         * gst/audioconvert/gstaudioconvert.c:
20238         (gst_audio_convert_fixate_caps):
20239         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20240         * gst/audiotestsrc/gstaudiotestsrc.c:
20241         (gst_audiotestsrc_src_fixate):
20242         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20243         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20244         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20245         * gst/videotestsrc/gstvideotestsrc.c:
20246         (gst_videotestsrc_src_fixate):
20247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20249           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20250           (#322027)
20251
20252
20253 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20254
20255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20256         (gst_riff_create_iavs_caps):
20257         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20258         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20259         (gst_riff_parse_info):
20260         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20263           Fixes for GST_FOURCC_FORMAT API change.
20264
20265 2005-11-21  Andy Wingo  <wingo@pobox.com>
20266
20267         patch by: Alessandro Dessina <alessandro nnva org>
20268
20269         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20270         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20271         (gst_ogg_parse_chain):
20272         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20273         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20274         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20275         gst_value_list calls on arrays. Fixes #321962.
20276
20277 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20278
20279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20280         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20281         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20282         * gst/adder/gstadder.c: (gst_adder_init),
20283         (gst_adder_request_new_pad), (gst_adder_collected),
20284         (gst_adder_change_state):
20285           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20286           API change.
20287
20288 2005-11-21  Michael Smith <msmith@fluendo.com>
20289
20290         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20291         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20292           Properly handle pad_push return values.
20293
20294 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20295
20296         * gst-libs/gst/tag/Makefile.am:
20297         * gst-libs/gst/tag/gstvorbistag.c:
20298         (gst_tag_list_to_vorbiscomment_buffer):
20299           Remove obsolete vorbistag element and debug category.
20300
20301         * gst/playback/gstplaybasebin.c: (check_queue):
20302           Don't divide by 0 when queue-threshold is 0.
20303
20304         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20305           Don't modify an existing pixel-aspect-ratio if we fail to read
20306           a new one.
20307
20308 2005-11-20  Wim Taymans  <wim@fluendo.com>
20309
20310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20311         (gst_vorbisenc_push_packet):
20312         GST_PAD_IS_USABLE is gone, use the return value of
20313         the push or pad_alloc_buffer instead.
20314
20315 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20316
20317         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20318         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20319         (gst_ximagesink_ximage_destroy),
20320         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20321         (gst_ximagesink_xwindow_new),
20322         (gst_ximagesink_xwindow_update_geometry),
20323         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20324         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20325         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20326         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20327         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20328         (gst_ximagesink_navigation_send_event),
20329         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20330         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20331         (gst_ximagesink_finalize), (gst_ximagesink_init),
20332         (gst_ximagesink_class_init):
20333         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20334         This new version brings correct software scaling, non flickering
20335         window while resizing, pixel aspect ratio handling, usage of
20336         hardware buffer pools, out of data flow event thread for 
20337         navigation and handling of expose events even when being PAUSED,
20338         a new property to keep video aspect ratio when resizing, etc...
20339
20340 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20341
20342         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20343         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20344         handling of PAR.
20345
20346 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20347
20348         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20349         Unsetting IS_SINK flag from the fakesink, so decodebin
20350         never behaves as a sink.
20351
20352 2005-11-17  Wim Taymans  <wim@fluendo.com>
20353
20354         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20355         (gst_base_audio_src_change_state):
20356         Fix the audiosrc base class again, we did not unflush.
20357
20358 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20359
20360         * examples/seeking/seek.c: (make_dv_pipeline),
20361         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20362         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20363         to ogg/vorbis/theora pipeline.
20364
20365 2005-11-17  Wim Taymans  <wim@fluendo.com>
20366
20367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20368         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20369         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20370         Fix EOS on multiple streams.
20371         More debugging.
20372
20373 2005-11-16  Wim Taymans  <wim@fluendo.com>
20374
20375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20376         (gst_ogg_demux_perform_seek):
20377         Segment done must include stream time.
20378
20379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20380         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20381         (gst_ogg_mux_change_state):
20382         Fix ogg muxer again.
20383
20384 2005-11-16  Wim Taymans  <wim@fluendo.com>
20385
20386         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20387         Fix compile again.
20388
20389 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20390
20391         * ext/libvisual/visual.c: (gst_visual_init):
20392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20393         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20394         (gst_ogg_parse_chain):
20395         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20396         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20397         * ext/theora/theoradec.c: (gst_theora_dec_init):
20398         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20399         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20400         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20401         * gst/adder/gstadder.c: (gst_adder_class_init),
20402         (gst_adder_dispose):
20403         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20404         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20405         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20406           Fix a whole set of pad template leaks
20407
20408 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20409
20410         * check/generic/states.c: (GST_START_TEST):
20411           fix the test so that it only checks for elements that are part of
20412           this source module
20413
20414 2005-11-16  Michael Smith <msmith@fluendo.com>
20415
20416         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20417         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20418         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20419         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20420         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20421         (gst_ogg_mux_change_state):
20422           Fix leaking collectpads.
20423
20424 2005-11-16  Edward Hervey  <edward@fluendo.com>
20425
20426         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20427         (gst_videorate_event), (gst_videorate_chain):
20428         Handle segment seeks
20429
20430 2005-11-16  Wim Taymans  <wim@fluendo.com>
20431
20432         * gst-libs/gst/audio/gstbaseaudiosink.c:
20433         (gst_base_audio_sink_provide_clock),
20434         (gst_base_audio_sink_change_state):
20435         Set ringbuffer to non-flushing when going to PAUSED, set to
20436         flushing again when going to READY.
20437
20438         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20439         (gst_ring_buffer_stop):
20440         Start in flushing mode by default.
20441         Don't set flushing in the _stop method, let the app call
20442         this explicitly.
20443
20444 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20445
20446         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20447         * gst-libs/gst/video/videosink.h: Add helper function needed
20448         for video sinks.
20449
20450 2005-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20451
20452         * gst/videoscale/gstvideoscale.c:
20453         (gst_videoscale_handle_src_event):
20454           Don't leak reference to pad parent.
20455
20456 2005-11-16  Wim Taymans  <wim@fluendo.com>
20457
20458         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20459         Set ringbuffer to flushing when stopping so that we don't
20460         block on wait_segment anymore and livelock.
20461
20462 2005-11-16  Wim Taymans  <wim@fluendo.com>
20463
20464         * examples/seeking/seek.c: (send_event), (do_seek),
20465         (loop_toggle_cb), (segment_done), (main):
20466         Added looping checkbox.
20467
20468 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20469
20470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20471         (gst_ogg_demux_init):
20472         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20473         (gst_vorbis_dec_init):
20474           revert unrefs, they don't pass make check
20475
20476 2005-11-15  Johan Dahlin  <johan@gnome.org>
20477
20478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20479         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20480         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20481         (gst_vorbis_dec_init):
20482         Fix pad template leaks. 
20483
20484 2005-11-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20485
20486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20487           Make state change function thread safe.
20488
20489 2005-11-15  Edward Hervey  <edward@fluendo.com>
20490
20491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20492         (gst_ogg_demux_class_init):
20493         Implement GstElement::send_event, so we can send seek events
20494         in GST_STATE_READY
20495
20496 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20497
20498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20499         Discovered how to take away flickering while resizing the
20500         window. Please don't put that in ximagesink, refactoring in
20501         progress.
20502
20503 2005-11-14  Michael Smith <msmith@fluendo.com>
20504
20505         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20506         (gst_multifdsink_render):
20507           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20508
20509 2005-11-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20510
20511         * gst/playback/gstplaybin.c: (gen_audio_element):
20512           Use autoaudiosink, it tends to be more widely available than
20513           autoaudiiosink.
20514           
20515 2005-11-14  Andy Wingo  <wingo@pobox.com>
20516
20517         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20518         as well if it is available. Fixes #316442.
20519
20520 2005-11-14  Michael Smith <msmith@fluendo.com>
20521
20522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20523         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20524         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20525         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20526         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20527         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20529         (gst_vorbisenc_change_state):
20530           Fix a small memory leak in vorbisenc.
20531           Fix large memory leaks in oggmux, also fix lots of state change
20532           bugs in oggmux.
20533
20534 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20535
20536         * gst/videotestsrc/gstvideotestsrc.c:
20537         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20538         (gst_videotestsrc_src_fixate):
20539           move fixation to a fixate function
20540           remove negotiate function, basesrc's is good enough
20541           fixes a bug for check when using the element alone
20542
20543 2005-11-13  Edward Hervey  <edward@fluendo.com>
20544
20545         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20546         (key_toggle_cb), (main):
20547         Added checkboxes for adding/removing the accurate and key_unit seek
20548         flags.
20549
20550 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20551
20552         * configure.ac: back to HEAD
20553
20554 === release 0.9.5 ===
20555
20556 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20557
20558         * configure.ac:
20559           releasing 0.9.5, "No No Kia"
20560
20561 2005-11-11  Edward Hervey  <edward@fluendo.com>
20562
20563         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20564         Added parse-launch syntax seeking mode for the seeking example.
20565         This should help stress-test even more cases.
20566         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20567
20568 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20569
20570         * sys/xvimage/xvimagesink.c:
20571         (gst_xvimagesink_navigation_send_event):
20572           Check whether peer pad exists before sending navigation events
20573           to it.
20574
20575 2005-11-11  Michael Smith <msmith@fluendo.com>
20576
20577         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20578         (gst_vorbisenc_buffer_from_packet):
20579         * ext/vorbis/vorbisenc.h:
20580           Set duration on encoded buffers. This allows oggmux's
20581           max_page_delay parameter to actually work.
20582
20583 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20584
20585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20586         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20587         (gst_ffmpegcsp_avpicture_fill):
20588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20589         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20590           Make palettes work again (see #132341). Use our own macros
20591           for rounding up.
20592
20593 2005-11-10  Andy Wingo  <wingo@pobox.com>
20594
20595         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20596         string doober.
20597
20598 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20599
20600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20601         (gst_ffmpegcsp_transform_caps):
20602           Prefer passthrough in transform_caps
20603
20604 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20605
20606         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20607           check for ALSA errors properly, instead of relying on ALSA's
20608           error strings to serve to the user.
20609
20610 2005-11-10  Wim Taymans  <wim@fluendo.com>
20611
20612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20613         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20614         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20615         Modernise the seek code.
20616
20617 2005-11-10  Michael Smith <msmith@fluendo.com>
20618         
20619         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20620         (setup_substreams), (set_active_source):
20621           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20622           trying to go to NULL if we failed to read a file.
20623
20624 2005-11-10  Wim Taymans  <wim@fluendo.com>
20625
20626         * gst/audiotestsrc/gstaudiotestsrc.c:
20627         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20628         (gst_audiotestsrc_create):
20629         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20630         (gst_sinesrc_get_times), (gst_sinesrc_create):
20631         * gst/videotestsrc/gstvideotestsrc.c:
20632         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20633         (gst_videotestsrc_create):
20634         The base class can now sync for us.
20635
20636 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20637
20638         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20639           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20640           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20641           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20642           format=(fourcc)I420" ! xvimagesink
20643
20644 2005-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20645
20646         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20647         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20648         (gst_sinesrc_newsegment):
20649           Send newsegment event in TIME format, set duration if
20650           num-buffers is set, fix duration querying.
20651
20652 2005-11-10  Michael Smith <msmith@fluendo.com>
20653
20654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20655         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20656         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20657         (gst_ogg_mux_collected):
20658          Fix EOS handling, partially. Now forwarding an EOS event once we have
20659          EOS on all pads works correctly. However, we still don't properly set
20660          EOS on the actual ogg stream pages.
20661
20662 2005-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20663
20664         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20665           Set elements to NULL state before disposing of them.
20666
20667 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20668
20669         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20670
20671         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20672         (gst_base_rtp_depayload_init),
20673         (gst_base_rtp_depayload_set_gst_timestamp):
20674         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20675           We need to send a newsegment event for each instance, not
20676           just for the first instance of this class (get rid of
20677           static variable in function). (#321011).
20678           
20679 2005-11-08  Michael Smith <msmith@fluendo.com>
20680
20681         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20682         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20683         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20684         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20685           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20686           This makes us mux things correctly according to the ogg muxing
20687           rules. Still not handling EOS correctly right now, though.
20688
20689 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20690
20691         * gst/audioconvert/gstaudioconvert.c:
20692           Fix typo in docs. 
20693
20694 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20695
20696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20697         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20698           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20699           creating a new chain; should fix live streaming. Also
20700           add more debug output and fix a typo.
20701
20702 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20703
20704         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20705
20706         * gst/volume/gstvolume.c: (volume_set_caps):
20707           Fix compilation on Solaris with Forte. (#320923)
20708
20709 2005-11-08  Wim Taymans  <wim@fluendo.com>
20710
20711         * gst-libs/gst/audio/gstbaseaudiosink.c:
20712         (gst_base_audio_sink_render):
20713         No need to do a typecheck.
20714
20715 2005-11-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20716
20717         * ext/alsa/gstalsa.h:
20718           We register a debug category, so let's use it.
20719
20720 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20721
20722         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20723         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20724         Fixed a small problem.
20725
20726 2005-11-04  Wim Taymans  <wim@fluendo.com>
20727
20728         * examples/seeking/Makefile.am:
20729         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20730         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20731         (make_playerbin_pipeline), (format_value), (update_scale),
20732         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20733         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20734         (print_usage), (main):
20735         Added app for playback speed testing.
20736
20737         * examples/seeking/seek.c: (dynamic_link),
20738         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20739         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20740         (message_received), (main):
20741         Updated seek example.
20742
20743 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20744
20745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20746         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20747         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20748         (gst_base_rtp_depayload_set_clock):
20749         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20750         Don't sleep on the bench (system clock) when you have a nice 
20751         comfortable bed (Gstreamer clock) to sleep on.
20752
20753 2005-11-03  Wim Taymans  <wim@fluendo.com>
20754
20755         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20756         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20757         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20758         Handle the case where a pad_block failed.
20759
20760 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20761
20762         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20763
20764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20765         (gst_base_rtp_depayload_add_to_queue),
20766         (gst_base_rtp_depayload_push),
20767         (gst_base_rtp_depayload_set_gst_timestamp),
20768         (gst_base_rtp_depayload_queue_release):
20769           Fixes some bugs in the depayloader's queuing/de-queueing code.
20770
20771 2005-10-31  Michael Smith <msmith@fluendo.com>
20772
20773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20774         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20775         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20776           Patch from Alessandro Decina <alessandro@nnva.org>.
20777           Make oggdemux only find the final time in a chain, not per-pad,
20778           since the per-pad information can be very expensive to locate, and
20779           it isn't used anywhere. This makes reading a file containing
20780           OggSkeleton reasonably fast.
20781           Also, make chain finding work when there are logical bitstreams that
20782           can't be decoded. Fixes #319110.
20783
20784 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20785
20786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20787         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20788         (gst_base_rtp_depayload_chain),
20789         (gst_base_rtp_depayload_add_to_queue),
20790         (gst_base_rtp_depayload_push),
20791         (gst_base_rtp_depayload_set_gst_timestamp),
20792         (gst_base_rtp_depayload_queue_release),
20793         (gst_base_rtp_depayload_start_thread),
20794         (gst_base_rtp_depayload_set_property),
20795         (gst_base_rtp_depayload_get_property):
20796         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20797         Some random fixes, to fullfill the desires of thomas.
20798
20799 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20800
20801         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20802         (gst_base_rtp_depayload_add_to_queue),
20803         (gst_base_rtp_depayload_push):
20804         Fixed the queueing algorithm.
20805
20806 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20807
20808         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20809         (gst_base_rtp_depayload_push):
20810         A small fix
20811
20812 2005-10-31  Wim Taymans  <wim@fluendo.com>
20813
20814         * gst-libs/gst/audio/gstringbuffer.h:
20815         Don't break ABI.
20816
20817         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20818         (gst_ffmpeg_caps_to_pixfmt):
20819         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20820         (gst_ffmpegcsp_set_caps):
20821         Some more comments.
20822         Handle missing required caps fields better.
20823
20824 2005-10-31  Wim Taymans  <wim@fluendo.com>
20825
20826         * gst-libs/gst/audio/gstbaseaudiosink.c:
20827         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20828         (gst_base_audio_sink_render):
20829         * gst-libs/gst/audio/gstringbuffer.c:
20830         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20831         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20832         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20833         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20834         (gst_ring_buffer_read):
20835         * gst-libs/gst/audio/gstringbuffer.h:
20836         Add flushing mode to the ringbuffer so that it in all cases does
20837         not try to handle more audio. This makes sure it does not try to
20838         block anymore when flushing and fixes a livelock.
20839
20840 2005-10-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20841
20842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20843         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20844         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20845           Explicitly check for -1 values before doing a conversion
20846           and always map them to -1. (#315545)
20847
20848 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20849
20850         * gst/playback/gstplaybin.c: (gen_video_element):
20851           first try autovideosink, then xvimagesink, then error out
20852         * po/POTFILES.in:
20853           add translatable file
20854         * po/af.po:
20855         * po/az.po:
20856         * po/cs.po:
20857         * po/en_GB.po:
20858         * po/hu.po:
20859         * po/it.po:
20860         * po/nb.po:
20861         * po/nl.po:
20862         * po/or.po:
20863         * po/sq.po:
20864         * po/sr.po:
20865         * po/sv.po:
20866         * po/uk.po:
20867         * po/vi.po:
20868           update translations
20869
20870 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20871
20872         * gst-libs/gst/rtp/gstbasedepayload.c:
20873         * gst-libs/gst/rtp/gstbasedepayload.h:
20874           Minor cleanups
20875
20876 2005-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20877
20878         * gst/playback/.cvsignore:
20879         * gst/playback/decodetest.c:
20880         * gst/playback/test3.c:
20881           Port these two tests as well.
20882
20883 2005-10-27  Wim Taymans  <wim@fluendo.com>
20884
20885         * ext/theora/theoradec.c: (theora_dec_src_query),
20886         (theora_dec_sink_event):
20887         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20888         (theora_enc_change_state):
20889         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20890         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20891         Take proper locks when handling events.
20892
20893 2005-10-27  Wim Taymans  <wim@fluendo.com>
20894
20895         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20896         (gst_adder_change_state):
20897         Fix timestamps and fix deadlock when stopping the collectpads.
20898
20899 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20900
20901         * gst-libs/gst/rtp/gstrtpbuffer.h:
20902         Declaring the payload types as strings too so that they can be used
20903         in the padtemplate inialization.
20904
20905 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20906
20907         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20908
20909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20910         (gst_base_rtp_depayload_class_init):
20911         Fixes a small but nasty bug. The derived elements no longer segfaults
20912         on finalization.
20913
20914 2005-10-26  Michael Smith <msmith@fluendo.com>
20915
20916         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20917           When clearing an audioconvert context, set tmpbufsize to zero, so
20918           we'll allocate it again later if required.
20919           This fixes audioconvert re-negotiating formats, which previously
20920           segfaulted with a NULL destination buffer.
20921
20922 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20923
20924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20925         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20926         (gst_base_rtp_depayload_set_gst_timestamp),
20927         (gst_base_rtp_depayload_queue_release):
20928         Fixed a smalll memleak.
20929
20930 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20931         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20932         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20933         (gst_base_rtp_depayload_finalize),
20934         (gst_base_rtp_depayload_setcaps),
20935         (gst_base_rtp_depayload_add_to_queue),
20936         (gst_base_rtp_depayload_push),
20937         (gst_base_rtp_depayload_set_gst_timestamp),
20938         (gst_base_rtp_depayload_queue_release),
20939         (gst_base_rtp_depayload_thread),
20940         (gst_base_rtp_depayload_change_state):
20941         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20942         Changed the C++ comments to C comments
20943
20944 2005-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20945
20946         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20947         * gst/tcp/gsttcpclientsrc.h:
20948         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20949         * gst/tcp/gsttcpserversrc.h:
20950           Remove unused 'curoffset' structure member.
20951
20952 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20953
20954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20955         (gst_base_rtp_depayload_base_init),
20956         (gst_base_rtp_depayload_finalize):
20957         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20958         * gst-libs/gst/rtp/gstbasertppayload.h:
20959           The pad-template on the sinkpad should be set by the derived classes.
20960           Also added some useful macros.
20961
20962 2005-10-24  Wim Taymans  <wim@fluendo.com>
20963
20964         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20965         Correctly flush decoder samples even if we could not
20966         copy them to an output buffer. Fixes #319618.
20967
20968 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20969
20970         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20972         the caps against our xcontext caps.
20973
20974 2005-10-24  Wim Taymans  <wim@fluendo.com>
20975
20976         * gst-libs/gst/audio/gstbaseaudiosink.c:
20977         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20978         Remove g_print
20979         Use sync property from baseclass to disable sync.
20980
20981 2005-10-24  Wim Taymans  <wim@fluendo.com>
20982
20983         * gst-libs/gst/audio/gstbaseaudiosink.c:
20984         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20985         Buffers with no timestamps get aligned with previous buffers or
20986         on underrun, played ASAP.
20987
20988 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20989
20990         * gst-libs/gst/video/video.h:
20991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20992         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20994         here comes my change on caps for framerate and geometry range.
20995         We are now accepting 1 to MAXINT for width and height, and from
20996         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20997         to be blended correctly in videomixer.
20998
20999 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21000
21001         * configure.ac:
21002           back to HEAD
21003
21004 === release 0.9.4 ===
21005
21006 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21007
21008         * NEWS:
21009         * RELEASE:
21010         * configure.ac:
21011           releasing 0.9.4, "Velociraptor"
21012
21013 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21014
21015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21016         * po/POTFILES.in:
21017           STOPPED -> FAILED
21018
21019 2005-10-21  Wim Taymans  <wim@fluendo.com>
21020
21021         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21022         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21023         (pad_blocked), (close_pad_link), (new_pad):
21024         Don't try to remove elements twice.
21025
21026 2005-10-21  Wim Taymans  <wim@fluendo.com>
21027
21028         * ext/theora/theoradec.c: (theora_dec_src_query),
21029         (theora_dec_sink_event):
21030         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21031         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21032         (vorbis_handle_data_packet):
21033         * ext/vorbis/vorbisdec.h:
21034         Fix old naming.
21035
21036         * gst-libs/gst/audio/gstbaseaudiosink.c:
21037         (gst_base_audio_sink_render):
21038         Don't try to sync on buffers without a timestamp.
21039
21040 2005-10-21  Wim Taymans  <wim@fluendo.com>
21041
21042         * ext/theora/theoradec.c: (theora_dec_src_query),
21043         (theora_dec_sink_event):
21044         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21045         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21046         (vorbis_handle_data_packet):
21047         * ext/vorbis/vorbisdec.h:
21048         Fix old naming.
21049
21050 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21051
21052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21053         (gst_vorbisenc_src_query):
21054           Implement position and duration queries.
21055
21056         * gst/playback/test3.c: (update_scale), (main):
21057           Fix for async state changes and print nicer output.
21058
21059 2005-10-20  Wim Taymans  <wim@fluendo.com>
21060
21061         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21062         (dump_element_stats), (main):
21063         * gst/playback/test6.c: (main):
21064         Fix tests again
21065
21066 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21067
21068         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21069         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21070           Don't use functions for position queries when handling
21071           duration queries.
21072
21073 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21074
21075         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21076         (vorbis_handle_data_packet), (vorbis_dec_chain),
21077         (vorbis_dec_change_state):
21078         * ext/vorbis/vorbisdec.h:
21079           Vorbis streams can be embedded in other container formats
21080           than ogg, container formats where the demuxer might set 
21081           timestamps on encoded vorbis buffers instead of those silly 
21082           granulepos thingies. In short: make vorbisdec handle 
21083           timestamps on incoming buffers as well.
21084
21085 2005-10-20  Wim Taymans  <wim@fluendo.com>
21086
21087         * gst/playback/gstplaybasebin.c: (group_destroy),
21088         (gst_play_base_bin_change_state):
21089         Fix leak.
21090         Handle case where playbasebin is now ASYNC because
21091         decodebin is.
21092
21093 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21094
21095         * gst/audioconvert/Makefile.am:
21096         * gst/audioconvert/bufferframesconvert.c:
21097         * gst/audioconvert/plugin.c: (plugin_init):
21098         * gst/audioconvert/plugin.h:
21099           And bye bye buffer-frames-convert
21100
21101 2005-10-19  Wim Taymans  <wim@fluendo.com>
21102
21103         * check/elements/audioconvert.c:
21104         * docs/libs/tmpl/gstaudio.sgml:
21105         * docs/libs/tmpl/gstcolorbalance.sgml:
21106         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21107         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21108         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21109         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21110         * gst-libs/gst/audio/audio.h:
21111         * gst/audioconvert/audioconvert.h:
21112         * gst/audioconvert/gstaudioconvert.c:
21113         (gst_audio_convert_parse_caps):
21114         * gst/volume/gstvolume.c:
21115         Bye bye buffer-frames.
21116
21117 2005-10-19  Wim Taymans  <wim@fluendo.com>
21118
21119         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21120         (query_positions_elems), (query_positions_pads), (update_scale),
21121         (do_seek), (set_update_scale), (message_received), (main):
21122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21123         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21124         (gst_ogg_demux_loop):
21125         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21126         * ext/theora/theoradec.c: (theora_dec_src_query),
21127         (theora_dec_sink_event):
21128         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21129         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21130         * gst/adder/gstadder.c: (gst_adder_query):
21131         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21132         * gst/playback/test3.c: (update_scale):
21133         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21134         (dump_element_stats), (main):
21135         * gst/playback/test6.c: (main):
21136         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21137         Query API update.
21138
21139 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21140
21141         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21142         (xml_check_first_element), (xml_type_find), (smil_type_find),
21143         (plugin_init):
21144           Add typefinding for SMIL and for generic XML. Based on patch by
21145           Akos Maroy (#308663).
21146
21147 2005-10-18  Wim Taymans  <wim@fluendo.com>
21148
21149         * gst/playback/Makefile.am:
21150         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21151         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21152         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21153         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21154         (gst_decode_bin_change_state):
21155         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21156         (gst_play_bin_send_event_to_sink):
21157         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21158         (dump_element_stats), (main):
21159         * gst/playback/test6.c: (main):
21160         Make playbin async, it'll commit state to paused when all streams
21161         are detected.
21162         Remove ugly hack.
21163         Added test6.c to show async behaviour.
21164
21165 2005-10-18  Wim Taymans  <wim@fluendo.com>
21166
21167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21168         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21169         Fix for segment-start/stop API change.
21170
21171 2005-10-18  Wim Taymans  <wim@fluendo.com>
21172
21173         * check/Makefile.am:
21174         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21175         (main):
21176         Add future test for clock selection.
21177
21178 2005-10-18  Wim Taymans  <wim@fluendo.com>
21179
21180         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21181         (gst_alsasink_close):
21182         Set handle to NULL.
21183
21184         * gst-libs/gst/audio/gstringbuffer.c:
21185         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21186         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21187         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21188         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21189         (gst_ring_buffer_read):
21190         More debug info.
21191
21192 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21193
21194         * gst/audiotestsrc/Makefile.am:
21195         * gst/sine/Makefile.am:
21196         * gst/volume/Makefile.am:
21197           fix broken build of controllerized plugins
21198
21199 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21200
21201         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21202
21203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21204         (gst_riff_create_video_template_caps):
21205           Add support for Indeo-3 (IV32).
21206
21207 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21208
21209         * configure.ac:
21210           rewrite
21211
21212 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21213
21214         * gst-libs/gst/video/video.c: (gst_video_get_size):
21215         * gst/audiotestsrc/gstaudiotestsrc.c:
21216           doc updates
21217
21218 2005-10-17  Andy Wingo  <wingo@pobox.com>
21219
21220         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21221         with the collectpads change.
21222         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21223
21224         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21225
21226         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21227
21228         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21229         alloc_buffer flow return to callers.
21230         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21231         change. Fix some memleaks in theoraenc.
21232
21233         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21234         in strange circumstance.
21235
21236 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21237
21238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21239         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21240         from caps, let's use the caps...
21241
21242 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21243
21244         * configure.ac:
21245           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21246
21247 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21248
21249         * gst-libs/gst/interfaces/Makefile.am:
21250           fix silly typo
21251
21252 2005-10-16  Andy Wingo  <wingo@pobox.com>
21253
21254         * gst/playback/gstdecodebin.c
21255         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21256         function!
21257         (try_to_link_1): Increase kraziness level.
21258
21259 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21260
21261         * configure.ac:
21262           restructure like the core one
21263         * gst-libs/gst/audio/Makefile.am:
21264         * gst-libs/gst/interfaces/Makefile.am:
21265         * gst-libs/gst/net/Makefile.am:
21266         * gst-libs/gst/riff/Makefile.am:
21267         * gst-libs/gst/rtp/Makefile.am:
21268         * gst-libs/gst/tag/Makefile.am:
21269         * gst-libs/gst/video/Makefile.am:
21270           use correct linker flags, now the libs are properly versioned
21271         * check/elements/audioconvert.c: (verify_convert):
21272         * ext/alsa/gstalsaplugin.c:
21273         * ext/cdparanoia/gstcdparanoia.c:
21274         * ext/gnomevfs/gstgnomevfs.c:
21275         * ext/libvisual/visual.c:
21276         * ext/ogg/gstogg.c:
21277         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21278         * ext/theora/theora.c:
21279         * ext/vorbis/vorbis.c:
21280         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21281         * gst-libs/gst/tag/gsttagediting.c:
21282         * gst-libs/gst/video/video.c:
21283         * gst/adder/gstadder.c:
21284         * gst/audioconvert/plugin.c:
21285         * gst/audiorate/gstaudiorate.c:
21286         * gst/audioresample/gstaudioresample.c:
21287         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21288         * gst/audioscale/gstaudioscale.c:
21289         * gst/audioscale/resample.c:
21290         * gst/audiotestsrc/gstaudiotestsrc.c:
21291         * gst/ffmpegcolorspace/gstffmpeg.c:
21292         * gst/playback/gstdecodebin.c: (close_pad_link):
21293         * gst/playback/gstplaybin.c: (gen_video_element),
21294         (gen_audio_element):
21295         * gst/sine/gstsinesrc.c:
21296         * gst/subparse/gstsubparse.c:
21297         * gst/tags/gsttagediting.c:
21298         * gst/tcp/gsttcpplugin.c:
21299         * gst/typefind/gsttypefindfunctions.c:
21300         * gst/videorate/gstvideorate.c:
21301         * gst/videoscale/gstvideoscale.c:
21302         * gst/videotestsrc/gstvideotestsrc.c:
21303         * gst/volume/gstvolume.c:
21304         * sys/v4l/gstv4l.c:
21305         * sys/ximage/ximage.c:
21306         * sys/xvimage/xvimagesink.c:
21307           fix up defines
21308
21309 2005-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21310
21311         * ext/vorbis/vorbisenc.c:
21312         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21313         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21314         (gst_tag_to_vorbis_comments):
21315           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21316
21317 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21318
21319         * examples/stats/mp2ogg.c:
21320         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21321           typo fixes
21322
21323 2005-10-13  Michael Smith <msmith@fluendo.com>
21324
21325         * ext/ogg/gstoggmux.c:
21326           Use magic glib macros to define constants as 64 bit, to ensure
21327           appropriate vararg passing.
21328
21329 2005-10-13  Michael Smith <msmith@fluendo.com>
21330
21331         * ext/ogg/gstoggmux.c:
21332         * gst/audioconvert/audioconvert.c: (float):
21333           Don't use LL suffix, as it's not portable, and neither of these
21334           uses required it anyway.
21335
21336 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21337
21338         * examples/indexing/indexmpeg.c: (main):
21339         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21340         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21341         (cdparanoia_convert), (cdparanoia_query):
21342         * ext/cdparanoia/gstcdparanoia.h:
21343         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21344         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21345         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21347         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21348         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21349         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21350         (gst_multifdsink_render), (gst_multifdsink_start),
21351         (gst_multifdsink_stop):
21352         * gst/tcp/gstmultifdsink.h:
21353         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21354         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21355         (gst_tcpclientsink_stop):
21356         * gst/tcp/gsttcpclientsink.h:
21357         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21358         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21359         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21360         * gst/tcp/gsttcpclientsrc.h:
21361         * gst/tcp/gsttcpserversink.h:
21362         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21363         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21364         (gst_tcpserversrc_stop):
21365         * gst/tcp/gsttcpserversrc.h:
21366         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21367         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21368         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21369           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21370           moved bitshift from macro to enum definition
21371
21372 2005-10-12  Wim Taymans  <wim@fluendo.com>
21373
21374         * examples/seeking/Makefile.am:
21375         Oops.
21376
21377 2005-10-12  Wim Taymans  <wim@fluendo.com>
21378
21379         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21380         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21381         Don't assert on normal stuff.
21382
21383         * gst/playback/gstplaybin.c: (do_playbin_seek):
21384         API fix.
21385
21386 2005-10-12  Wim Taymans  <wim@fluendo.com>
21387
21388         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21389         * examples/seeking/Makefile.am:
21390         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21391         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21392         (do_seek), (set_update_scale), (message_received), (main):
21393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21394         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21395         Update for _get_state() API change.
21396
21397 2005-10-11  Wim Taymans  <wim@fluendo.com>
21398
21399         * gst-libs/gst/audio/gstbaseaudiosink.c:
21400         (gst_base_audio_sink_render):
21401         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21402         (gst_base_audio_src_create):
21403         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21404         (gst_ring_buffer_read):
21405         Cleanups.
21406         Commit and read from ringbuffer in samples rather than bytes.
21407
21408 2005-10-11  Wim Taymans  <wim@fluendo.com>
21409
21410         * gst-libs/gst/audio/gstbaseaudiosink.c:
21411         (gst_base_audio_sink_render):
21412         Respect segment rate and accum when scheduling samples.
21413
21414 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21415
21416         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21417         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21418         EOS correctly, that needs more work.
21419
21420 2005-10-11  Wim Taymans  <wim@fluendo.com>
21421
21422         * check/generic/states.c: (GST_START_TEST):
21423         remove old property.
21424
21425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21426         (gst_ogg_demux_perform_seek):
21427         * ext/theora/theoradec.c: (theora_dec_sink_event):
21428         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21429         (vorbis_handle_data_packet):
21430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21431         (gst_base_rtp_depayload_set_gst_timestamp):
21432         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21433         Update for newsegment API change.
21434
21435 2005-10-11  Michael Smith <msmith@fluendo.com>
21436
21437         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21438         (do_playbin_seek), (gst_play_bin_send_event):
21439           Override send_event differently, so that we can takes bits of
21440           functionality from GstPipeline (special handling for seeks,
21441           including pausing/resuming, and resetting stream time) and still get
21442           the appropriate behaviour of only forwarding event to a single sink,
21443           rather than all of them.
21444           Unfortunately requires a lot of code duplication, but the
21445           alternatives are equally ugly in the end.
21446
21447 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21448
21449         * check/elements/audioconvert.c: (setup_audioconvert),
21450         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21451         (GST_START_TEST), (audioconvert_suite):
21452           clean up tests a little, fix some leaks.
21453
21454 2005-10-10  Wim Taymans  <wim@fluendo.com>
21455
21456         * ext/alsa/gstalsasink.c:
21457         Also allow unsigned int.
21458
21459         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21460         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21461         Small cleanup
21462
21463 2005-10-10  Wim Taymans  <wim@fluendo.com>
21464
21465         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21466         Small update, use API as stated in design docs.
21467
21468         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21469         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21470         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21471         (message_received), (main):
21472         Updated seek example for GOption. Some usability improvements.
21473
21474 2005-10-10  Wim Taymans  <wim@fluendo.com>
21475
21476         * gst/audioconvert/audioconvert.h:
21477         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21478         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21479         Alloc temp storage somewhere else where we can do it more
21480         portable.
21481
21482 2005-10-10  Wim Taymans  <wim@fluendo.com>
21483
21484         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21485         (gst_tcpserversrc_start):
21486         Don't block in accept while doing the state change, move
21487         to poll and make cancellable.
21488
21489 2005-10-09  Philippe Khalaf <burger@speedy.org>
21490
21491         * gst-libs/gst/rtp/rtpbasedepayload.c:
21492         Set timestamp and add queue delay to timestamp
21493         * gst-libs/gst/rtp/rtpbuffer.h:
21494         Set correct payload type for h263
21495
21496 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21497
21498         * gst/audiotestsrc/gstaudiotestsrc.c:
21499         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21500         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21501         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21502         (gst_audiotestsrc_create_triangle),
21503         (gst_audiotestsrc_create_silence),
21504         (gst_audiotestsrc_create_white_noise),
21505         (gst_audiotestsrc_init_pink_noise),
21506         (gst_audiotestsrc_generate_pink_noise_value),
21507         (gst_audiotestsrc_create_pink_noise),
21508         (gst_audiotestsrc_change_wave):
21509         * gst/audiotestsrc/gstaudiotestsrc.h:
21510           fixed typo, added pink noise
21511
21512 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21513
21514         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21515         (plugin_init):
21516           Add wavpack and spc typefind functions from 0.8 branch.
21517
21518 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21519
21520         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21521         (ar_type_find), (msdos_type_find), (plugin_init):
21522           Add typefind functions for tar archives, ar archives,
21523           RAR archives, and msdos-executables (dlls, exe, etc.).
21524           Some of those would be wrongly identified as mpeg
21525           streams of some sort before (#315550).
21526
21527 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21528
21529         * configure.ac:
21530         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21531         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21532         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21533         * gst/audiotestsrc/Makefile.am:
21534         * gst/audiotestsrc/gstaudiotestsrc.c:
21535         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21536         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21537         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21538         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21539         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21540         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21541         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21542         (gst_audiotestsrc_create_silence),
21543         (gst_audiotestsrc_create_white_noise),
21544         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21545         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21546         (gst_audiotestsrc_start), (plugin_init):
21547         * gst/audiotestsrc/gstaudiotestsrc.h:
21548           add new plugin and element
21549         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21550           use gobject_class
21551
21552 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21553
21554         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21555         (gst_adder_init), (gst_adder_request_new_pad),
21556         (gst_adder_change_state):
21557           Add query function to source pad, so adder reports the correct
21558           time/sample position when queried (#315457); fix state change
21559           function; use GST_DEBUG_FUNCPTR() for pad functions.
21560
21561 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21562
21563         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21564           Fix leaks in typefind registration
21565           Clean up the gratuitous commenting and whitespacing a little
21566
21567 2005-10-08  Wim Taymans  <wim@fluendo.com>
21568
21569         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21570         Only actually wait for the thread to be stopped if it's 
21571         running.
21572
21573 2005-10-08  Wim Taymans  <wim@fluendo.com>
21574
21575         * gst-libs/gst/audio/gstbaseaudiosink.c:
21576         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21577         If we receive EOS we can start playback of what we had.
21578
21579 2005-10-08  Wim Taymans  <wim@fluendo.com>
21580
21581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21582         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21583         (gst_multifdsink_stop):
21584         Fix crasher when going to NULL multiple times.
21585
21586 2005-10-06  Wim Taymans  <wim@fluendo.com>
21587
21588         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21589         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21590         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21592         patch from Edgard Lima <edgard.lima@indt.org.br>
21593         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21594
21595 2005-10-06  Wim Taymans  <wim@fluendo.com>
21596
21597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21598         Report the FLOW_RETURN as string in the error message.
21599
21600         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21601         Don't assert when clearing an unnegotiated buffer.
21602
21603 2005-10-04  Michael Smith <msmith@fluendo.com>
21604
21605         * gst/playback/gstplaybasebin.c: (group_destroy),
21606         (gen_preroll_element), (remove_groups), (setup_source):
21607         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21608         (setup_sinks), (gst_play_bin_send_event),
21609         (gst_play_bin_change_state):
21610           Set state to NULL before removing from bin. Fix refcounting.
21611
21612 2005-10-04  Michael Smith <msmith@fluendo.com>
21613
21614         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21615           Correct refcounting in send_event() function. Previously was wrong
21616           if the first sink was unable to handle the event.
21617
21618 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * configure.ac:
21621           back to development
21622
21623 === release 0.9.3 ===
21624
21625 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21626
21627         * configure.ac:
21628           Releasing 0.9.3, "De Facto"
21629
21630 2005-10-03  Andy Wingo  <wingo@pobox.com>
21631
21632         * gst/playback/gstdecodebin.c (try_to_link_1)
21633         (remove_element_chain): set element to NULL before removing it.
21634
21635 2005-10-02  Johan Dahlin  <johan@gnome.org>
21636
21637         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21638         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21639         MT safe.
21640
21641 2005-10-02  Andy Wingo  <wingo@pobox.com>
21642
21643         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21644         (gst_ring_buffer_prepare_read): 
21645         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21646         Demote to LOG.
21647
21648 2005-09-29  Wim Taymans  <wim@fluendo.com>
21649
21650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21651         * ext/theora/theoradec.c: (theora_handle_data_packet):
21652         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21653         Propagate error codes from alloc_buffer too.
21654
21655 2005-09-29  Wim Taymans  <wim@fluendo.com>
21656
21657         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21658         We use fixed caps.
21659
21660         * gst/playback/Makefile.am:
21661         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21662         (dump_element_stats), (main):
21663         Added example stream introspection code.
21664
21665 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21666
21667         * gst/adder/gstadder.c: (gst_adder_collected):
21668           fix adder for float elements
21669
21670 2005-09-28  Wim Taymans  <wim@fluendo.com>
21671
21672         * gst-libs/gst/audio/gstbaseaudiosink.c:
21673         (gst_base_audio_sink_class_init),
21674         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21675         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21676         (gst_base_audio_src_class_init),
21677         (gst_base_audio_src_provide_clock):
21678         get_clock -> provide_clock
21679
21680 2005-09-28  Andy Wingo  <wingo@pobox.com>
21681
21682         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21683         and unlocking.
21684
21685         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21686         unlocking.
21687
21688         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21689         Actually add the pad template.
21690         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21691
21692         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21693         I'm at it...
21694
21695         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21696         from fdsrc. Get caps in create() instead of start() so it can be
21697         interrupted. Interruption somewhat untested.
21698
21699         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21700         Proper EOS handling.
21701
21702 2005-09-27  Andy Wingo  <wingo@pobox.com>
21703
21704         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21705
21706         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21707
21708         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21709
21710         * gst/tcp/gsttcp.h: 
21711         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21712         out of tcpclientsrc.c. Cancellable.
21713         (gst_tcp_socket_read): Made private, cancellable, with better
21714         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21715         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21716         whole buffer, and better diagnostics.
21717         (gst_tcp_gdp_read_caps): Same.
21718
21719         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21720
21721 2005-09-26  Andy Wingo  <wingo@pobox.com>
21722
21723         * gst/sine/gstsinesrc.h:
21724         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21725         change the 'sync' property to 'is-live' and implement it halfway,
21726         update for controller api change.
21727
21728         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21729         controller api change.
21730
21731 2005-09-24  Wim Taymans  <wim@fluendo.com>
21732
21733         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21734         * gst-libs/gst/audio/gstaudiosink.c:
21735         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21736         (gst_audioringbuffer_stop):
21737         * gst-libs/gst/audio/gstbaseaudiosink.c:
21738         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21739         (gst_base_audio_sink_change_state):
21740         * gst-libs/gst/audio/gstbaseaudiosink.h:
21741         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21742         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21743         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21744         * gst-libs/gst/audio/gstringbuffer.h:
21745         Fix sync again. Moved sample alignment to basesink.
21746
21747 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21748
21749         * docs/plugins/Makefile.am:
21750         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21751         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21752         * gst/volume/gstvolume.c:
21753           add/fix docs
21754         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21755         * gst-libs/gst/audio/audio.h:
21756           add conversion macros for frames <-> clocktime
21757
21758 2005-09-23  David Schleef  <ds@schleef.org>
21759
21760         * gst/audioresample/Makefile.am:
21761         * gst/audioresample/debug.h:
21762         * gst/audioresample/gstaudioresample.c:
21763         * gst/audioresample/resample.c: Convert to using gst debugging
21764
21765 2005-09-22  Wim Taymans  <wim@fluendo.com>
21766
21767         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21768         (gst_play_bin_send_event):
21769         Only seek on one sink, the first one that succeeds.
21770
21771 2005-09-22  Michael Smith <msmith@fluendo.com>
21772
21773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21774         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21775         Don't flush encoder state unless we have an initialised encoder.
21776         Clear out encoder state on PAUSED_TO_READY.
21777
21778 2005-09-22  Wim Taymans  <wim@fluendo.com>
21779
21780         * gst-libs/gst/rtp/gstbasertppayload.c:
21781         (gst_basertppayload_class_init), (gst_basertppayload_init),
21782         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21783         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21784         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21785         (gst_basertppayload_set_property),
21786         (gst_basertppayload_get_property),
21787         (gst_basertppayload_change_state):
21788         * gst-libs/gst/rtp/gstbasertppayload.h:
21789         Added max-ptime to control amount of data in the rtp packets.
21790
21791 2005-09-21  Andy Wingo  <wingo@pobox.com>
21792
21793         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21794         thingies.
21795
21796         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21797         can be called multiple times, dogs.
21798
21799 2005-09-21  Wim Taymans  <wim@fluendo.com>
21800
21801         * gst-libs/gst/rtp/gstbasertppayload.c:
21802         (gst_basertppayload_class_init), (gst_basertppayload_init),
21803         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21804         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21805         (gst_basertppayload_push), (gst_basertppayload_get_property),
21806         (gst_basertppayload_change_state):
21807         Allow 0 ssrc too.
21808
21809 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21810
21811         * docs/libs/compiling.sgml:
21812           fixing typos
21813
21814 2005-09-20  Wim Taymans  <wim@fluendo.com>
21815
21816         * gst-libs/gst/rtp/gstbasertppayload.c:
21817         (gst_basertppayload_class_init), (gst_basertppayload_init),
21818         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21819         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21820         (gst_basertppayload_push), (gst_basertppayload_set_property),
21821         (gst_basertppayload_get_property),
21822         (gst_basertppayload_change_state):
21823         * gst-libs/gst/rtp/gstbasertppayload.h:
21824         Added property to configure sequence number offsets.
21825
21826 2005-09-20  Wim Taymans  <wim@fluendo.com>
21827
21828         * gst-libs/gst/rtp/gstbasertppayload.c:
21829         (gst_basertppayload_class_init), (gst_basertppayload_init),
21830         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21831         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21832         (gst_basertppayload_push), (gst_basertppayload_set_property),
21833         (gst_basertppayload_get_property),
21834         (gst_basertppayload_change_state):
21835         * gst-libs/gst/rtp/gstbasertppayload.h:
21836         Make timestamp offset configurable.
21837
21838 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21839
21840         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21841           fix wrong pop/unref
21842
21843 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21844
21845         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21846
21847         * gst-libs/gst/interfaces/propertyprobe.c:
21848         (gst_property_probe_probe_property_name),
21849         (gst_property_probe_needs_probe_name),
21850         (gst_property_probe_get_values_name),
21851         (gst_property_probe_probe_and_get_values_name):
21852           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21853           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21854
21855 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21856
21857         * check/Makefile.am:
21858           have some tests be disabled for valgrinding
21859         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21860         (GST_START_TEST):
21861         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21862           Fix A Leak.  Chain To Parent Finalize.
21863
21864 2005-09-19  Wim Taymans  <wim@fluendo.com>
21865
21866         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21867         Fixed wav pipeline.
21868
21869 2005-09-19  Wim Taymans  <wim@fluendo.com>
21870
21871         * gst-libs/gst/rtp/gstbasertppayload.c:
21872         (gst_basertppayload_class_init), (gst_basertppayload_init),
21873         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21874         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21875         (gst_basertppayload_push), (gst_basertppayload_get_property),
21876         (gst_basertppayload_change_state):
21877         Posting ERROR and WARNING messages is good.
21878
21879 2005-09-19  Wim Taymans  <wim@fluendo.com>
21880
21881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21882         (gst_base_rtp_depayload_add_to_queue),
21883         (gst_base_rtp_depayload_push),
21884         (gst_base_rtp_depayload_set_gst_timestamp),
21885         (gst_base_rtp_depayload_queue_release):
21886         This one was not supposed to go in.
21887
21888 2005-09-19  Wim Taymans  <wim@fluendo.com>
21889
21890         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21891         Fix for bus API.
21892
21893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21894         (gst_base_rtp_depayload_chain),
21895         (gst_base_rtp_depayload_add_to_queue),
21896         (gst_base_rtp_depayload_push),
21897         (gst_base_rtp_depayload_set_gst_timestamp),
21898         (gst_base_rtp_depayload_queue_release):
21899         Some cleanups.
21900
21901         * gst-libs/gst/rtp/gstbasertppayload.c:
21902         (gst_basertppayload_class_init), (gst_basertppayload_init),
21903         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21904         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21905         (gst_basertppayload_get_property),
21906         (gst_basertppayload_change_state):
21907         Added debugging category.
21908
21909 2005-09-18  David Schleef  <ds@schleef.org>
21910
21911         * gst/playback/gstdecodebin.c: free plugin list correctly
21912         * gst/playback/gstplaybin.c: emit warning if autovideosink
21913           and autoaudiosink can't be found (instead of segfaulting)
21914
21915 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21916
21917         * check/elements/audioconvert.c: (GST_START_TEST):
21918           try out 24 bit conversion
21919
21920 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21921
21922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21923         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21924         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21925         * ext/vorbis/vorbisenc.h:
21926           Fix EOS handling.  Still needs a fix in the ogg muxer to
21927           mark the last page as eos.
21928
21929 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21930
21931         * common/gtk-doc-plugins.mak:
21932         * docs/plugins/Makefile.am:
21933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21934         * gst/ffmpegcolorspace/Makefile.am:
21935         * gst/ffmpegcolorspace/avcodec.h:
21936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21937         * gst/tcp/gstmultifdsink.c:
21938           fix up ffmpegcolorspace docs; extract header
21939
21940 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * common/gtk-doc-plugins.mak:
21943         * docs/plugins/Makefile.am:
21944         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21945         * ext/theora/Makefile.am:
21946         * ext/theora/gsttheoraenc.h:
21947         * ext/theora/theoraenc.c:
21948         * ext/vorbis/vorbisenc.c:
21949           pick up signals and args for vorbis; add some docs for vorbis
21950
21951 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21952
21953         * common/gstdoc-scangobj:
21954         * common/gtk-doc-plugins.mak:
21955         * docs/libs/Makefile.am:
21956         * docs/plugins/gst-plugins-base-plugins.args:
21957         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21958         * docs/plugins/gst-plugins-base-plugins.interfaces:
21959         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21960         * docs/plugins/gst-plugins-base-plugins.signals:
21961           only scanobj stuff from our source module.  Not sure yet
21962           if that's correct, given the hierarchy stuff :)
21963
21964 2005-09-15  Wim Taymans  <wim@fluendo.com>
21965
21966         * gst/audioconvert/gstaudioconvert.c:
21967         And enable 24 bits mode as well..
21968
21969 2005-09-15  Wim Taymans  <wim@fluendo.com>
21970
21971         * gst-libs/gst/rtp/Makefile.am:
21972         * gst-libs/gst/rtp/gstbasertppayload.c:
21973         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21974         (gst_basertppayload_class_init), (gst_basertppayload_init),
21975         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21976         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21977         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21978         (gst_basertppayload_set_property),
21979         (gst_basertppayload_get_property),
21980         (gst_basertppayload_change_state):
21981         * gst-libs/gst/rtp/gstbasertppayload.h:
21982         Added rtp payloader base class.
21983
21984 2005-09-15  Andy Wingo  <wingo@pobox.com>
21985
21986         * configure.ac (plugindir): Remove the EOL matcher from the
21987         regexp, as it causes me problems. Libtool? Make? Who knows?
21988
21989 2005-09-14  David Schleef  <ds@schleef.org>
21990
21991         * check/generic/states.c: 
21992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21993         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21994           Fixes for changes in registry API.
21995
21996         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21997           to GST_PLUGIN_LDFLAGS.
21998         * ext/libvisual/visual.c: Make the library shut up.
21999         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22000         * gst-libs/gst/audio/gstaudiofilter.c: same
22001
22002 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22003
22004         * docs/plugins/Makefile.am:
22005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22006         * docs/plugins/inspect/plugin-libvisual.xml:
22007         * docs/plugins/tmpl/element-tcpserversink.sgml:
22008         * ext/theora/theoraenc.c:
22009           add libvisual plugin and theoraenc element to docs
22010
22011 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22012
22013         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22014         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22015         * ext/theora/theoraenc.c:
22016           add theoraenc
22017
22018 2005-09-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22019
22020         * gst/audioconvert/Makefile.am:
22021           Audioconvert derives from GstBaseTransform and should
22022           link to the library with our base elements to avoid
22023           unresolved symbols. Makes things work with MinGW (#316160)
22024
22025         * gst/playback/test4.c: (main):
22026           Fix MinGW build problem and use g_usleep() instead of 
22027           sleep() (#316162)
22028
22029 2005-09-12  Wim Taymans  <wim@fluendo.com>
22030
22031         * gst/audioconvert/audioconvert.c: (float),
22032         (audio_convert_prepare_context), (audio_convert_convert):
22033         * gst/audioconvert/audioconvert.h:
22034         Cleanups, speedups, simplifications, added back support
22035         for 24 bits.
22036
22037 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22038
22039         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22040         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22041         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22042         * docs/plugins/tmpl/element-tcpserversink.sgml:
22043         * gst/ffmpegcolorspace/gstffmpeg.c:
22044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22045         * gst/videotestsrc/gstvideotestsrc.c:
22046         * gst/volume/gstvolume.c:
22047           add more elements to the docs
22048
22049 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22050
22051         * check/Makefile.am:
22052         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22053         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22054           Add extra tests for basetransform based components. 
22055           Comment out the test_element_negotiation test until we decide
22056           if it's testing correct behaviour.
22057         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22058         (gst_visual_chain), (gst_visual_change_state):
22059           Slightly more correct but still bogus timestamping.
22060           Fix state change function.
22061         * gst/audioconvert/gstaudioconvert.c:
22062         (gst_audio_convert_class_init):
22063         * gst/audioresample/gstaudioresample.c:
22064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22065         (gst_ffmpegcsp_class_init):
22066         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22067         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22068         (gst_videoscale_prepare_image):
22069         * gst/volume/gstvolume.c: (gst_volume_class_init),
22070         (volume_transform_ip):
22071           Basetransform updates. Enable passthrough modes.
22072         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22073         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22074         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22075           Negotiation fix that allows the window to return to the original
22076           size and renegotiate passthrough upstream. Extra debug output.
22077
22078 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22079
22080         * gst/sine/gstsinesrc.c:
22081         * gst/volume/gstvolume.c:
22082           fix up header include
22083
22084 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22085
22086         * gst-libs/gst/audio/gstbaseaudiosink.c:
22087         (gst_base_audio_sink_render):
22088         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22089         * gst/volume/gstvolume.c: (gst_volume_class_init),
22090         (volume_transform):
22091           fixing lost sync, some more debugging
22092
22093 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22094
22095         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22096         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22097         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22098         (gst_xvimagesink_check_xshm_calls):
22099           Fix compilation when XShm is not available.
22100
22101 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22102
22103         * ext/libvisual/visual.c: (gst_visual_dispose),
22104         (gst_visual_getcaps), (gst_visual_src_setcaps),
22105         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22106         (gst_visual_change_state):
22107           Finish fixing up libvisual plugin so that it runs. 
22108
22109 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22110
22111         * ext/vorbis/vorbisenc.c:
22112         * gst-libs/gst/tag/gstvorbistag.c:
22113           gsttaginterface.h -> gsttagsetter.h
22114
22115 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22116
22117         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22118           added another test that failes for me (test is not active by default)
22119
22120 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22121
22122         * configure.ac:
22123           v4l2 is no longer in gst-plugins-base
22124
22125 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22126
22127         * configure.ac:
22128           In the output at the end, don't show the first plugin on the same
22129           line as "Core plug-ins, always built:".
22130           Indent the output as for other plugin categories
22131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22132           #define that can be used to not use peer buffer_alloc functions for
22133           test purposes.
22134         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22135         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22136         (gst_ximagesink_show_frame):
22137         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22138         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22139         (gst_xvimagesink_show_frame):
22140           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22141           fails gracefully instead of XError aborting or deadlocking.
22142
22143 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22144
22145         * ext/libvisual/Makefile.am:
22146           link against gst-base-libs
22147
22148 2005-09-06  David Schleef  <ds@schleef.org>
22149
22150         * configure.ac: Enable libvisual plugin.
22151         * ext/libvisual/Makefile.am:
22152         * ext/libvisual/visual.c: Fixes to make it compile.
22153
22154 === release 0.9.2 ===
22155
22156 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22157
22158         * NEWS:
22159         * RELEASE:
22160         * configure.ac:
22161         * docs/random/ChangeLog-0.8:
22162           releasing 0.9.2, "Spoon"
22163
22164 2005-09-05  Michael Smith <msmith@fluendo.com>
22165
22166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22167           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22168           that in the vorbisenc element.
22169
22170 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22171
22172         * common/gtk-doc-plugins.mak:
22173         * docs/plugins/Makefile.am:
22174           fix distcheck
22175         * gst/audioresample/resample.c:
22176           fix wrong docstring
22177
22178 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22179
22180         * common/gst-xmlinspect.py:
22181         * common/gtk-doc-plugins.mak:
22182           only inspect plugins for this given package
22183           require gst-python 0.9
22184
22185 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22186
22187         * Makefile.am:
22188         * autogen.sh:
22189         * common/gst-xmlinspect.py:
22190         * configure.ac:
22191         * docs/Makefile.am:
22192         * docs/plugins/inspect/plugin-alsa.xml:
22193         * docs/plugins/inspect/plugin-audioresample.xml:
22194         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22195         * docs/plugins/inspect/plugin-ogg.xml:
22196         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22197         * docs/plugins/tmpl/element-multifdsink.sgml:
22198         * docs/plugins/tmpl/element-tcpserversink.sgml:
22199         * docs/plugins/tmpl/element-vorbisenc.sgml:
22200         * gst-plugins-base.spec.in:
22201           various doc-related updates
22202
22203 2005-08-31  Wim Taymans  <wim@fluendo.com>
22204
22205         * gst-libs/gst/audio/gstbaseaudiosink.c:
22206         (gst_base_audio_sink_render):
22207         Resync if the buffer timestamps drift more than a 10th 
22208         of a second.
22209
22210 2005-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22211
22212         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22213         (gst_v4lsrc_get_property):
22214           The 'timestamp-offset' property is registered as an int64, so
22215           let's use g_value_{set|get}_int64() in our setter and getter
22216           functions (makes it work and fixes warnings with gst-inspect).
22217
22218 2005-08-30  Wim Taymans  <wim@fluendo.com>
22219
22220         * check/elements/audioconvert.c: (setup_audioconvert):
22221         * check/elements/audioresample.c: (setup_audioresample):
22222         * check/elements/volume.c: (setup_volume):
22223         Fix checks.
22224
22225 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22226
22227         * common/gtk-doc-plugins.mak:
22228         * common/plugins.xsl:
22229         * docs/plugins/Makefile.am:
22230           make module a param
22231
22232 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22233
22234         * examples/seeking/seek.c: (make_mp3_pipeline),
22235         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22236         (play_cb), (pause_cb), (stop_cb):
22237           update the example
22238
22239 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22240
22241         * gst/volume/gstvolume.c: (gst_volume_class_init),
22242         (volume_transform):
22243           do not update controlled params, if buffer has no timestamp
22244
22245 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22246
22247         * configure.ac:
22248         * gst/sine/Makefile.am:
22249         * gst/volume/Makefile.am:
22250           controllerized elements also need to link against controller-libs ;)
22251
22252 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22253
22254         * docs/libs/tmpl/gstcolorbalance.sgml:
22255         * docs/libs/tmpl/gstgconf.sgml:
22256         * docs/libs/tmpl/gstmixer.sgml:
22257         * docs/libs/tmpl/gstringbuffer.sgml:
22258         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22259         (gst_sinesrc_create):
22260         * gst/volume/gstvolume.c: (gst_volume_class_init),
22261         (volume_transform):
22262           controllerized two audio plugins
22263
22264 2005-08-29  Andy Wingo  <wingo@pobox.com>
22265
22266         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22267         (vorbis_handle_data_packet): Fix some int overflow errors.
22268
22269         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22270         -1.
22271         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22272         valid.
22273         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22274         if it's valid. Fixed streaming-mode playback.
22275
22276         * check/elements/volume.c (cleanup_volume): Fix for running
22277         CK_FORK=no.
22278
22279         * check/elements/audioconvert.c: Convert from native endian, not
22280         little endian.
22281
22282 2005-08-29  Michael Smith <msmith@fluendo.com>
22283
22284         * ext/ogg/Makefile.am:
22285         * ext/ogg/gstogg.c: (plugin_init):
22286         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22287         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22288         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22289         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22290         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22291         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22292         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22293         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22294         Add an ogg parser element.
22295
22296 2005-08-28  Andy Wingo  <wingo@pobox.com>
22297
22298         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22299
22300 2005-08-26  Wim Taymans  <wim@fluendo.com>
22301
22302         * gst/audioconvert/audioconvert.c: (if), (float),
22303         (audio_convert_get_func_index), (check_default),
22304         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22305         (audio_convert_clean_context), (audio_convert_get_sizes),
22306         (audio_convert_convert):
22307         Cleanups.
22308
22309 2005-08-26  Wim Taymans  <wim@fluendo.com>
22310
22311         * gst/audioconvert/audioconvert.c: (if), (float),
22312         (audio_convert_get_func_index), (check_default),
22313         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22314         (audio_convert_clean_context), (audio_convert_get_sizes),
22315         (audio_convert_convert):
22316         More elegant and working temp buffer selection algo.
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         (get_temp_buffer), (audio_convert_convert):
22325         Use realloc else we lose our original data.
22326
22327 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22328
22329         * gst/audioresample/gstaudioresample.c:
22330           use base class' newsegment to properly timestamp
22331
22332 2005-08-26  Wim Taymans  <wim@fluendo.com>
22333
22334         * gst/audioconvert/audioconvert.c: (if), (float),
22335         (audio_convert_get_func_index), (check_default),
22336         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22337         (audio_convert_clean_context), (audio_convert_get_sizes),
22338         (get_temp_buffer), (audio_convert_convert):
22339         * gst/audioconvert/gstaudioconvert.c:
22340         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22341         (gst_audio_convert_transform_caps),
22342         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22343         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22344         Oops, allocate enough space to perform the channel mix.
22345
22346 2005-08-26  Wim Taymans  <wim@fluendo.com>
22347
22348         * gst/audioconvert/Makefile.am:
22349         * gst/audioconvert/audioconvert.c: (if), (float),
22350         (audio_convert_get_func_index), (check_default),
22351         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22352         (audio_convert_clean_context), (audio_convert_get_sizes),
22353         (get_temp_buffer), (audio_convert_convert):
22354         * gst/audioconvert/audioconvert.h:
22355         * gst/audioconvert/gstaudioconvert.c:
22356         (gst_audio_convert_class_init), (gst_audio_convert_init),
22357         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22358         (gst_audio_convert_get_unit_size),
22359         (gst_audio_convert_transform_caps),
22360         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22361         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22362         * gst/audioconvert/gstaudioconvert.h:
22363         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22364         (gst_channel_mix_fill_identical),
22365         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22366         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22367         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22368         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22369         (gst_channel_mix_mix):
22370         * gst/audioconvert/gstchannelmix.h:
22371         Cleanups, librarify a bit, optimize, better negotiation and more.
22372
22373 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22374
22375         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22376         Another from MikeS:
22377         During typefinding, don't support negative offsets
22378         (offsets from the end of the stream) in our typefind->peek() function
22379         - nothing embedded in ogg ever needs them. However, we need to recognise
22380         those requests and reject them, otherwise we return invalid pointers.
22381
22382 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22383
22384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22386         (vorbisdec_finalize), (vorbis_handle_type_packet):
22387           Big shout-out to MikeS for fixing this giant memory leak.
22388           Huzzah!
22389
22390 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22391
22392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22393         (audio_convert_get_unit_size):
22394           plug some leaks
22395
22396 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22397
22398         * check/Makefile.am:
22399         * check/elements/audioconvert.c: (setup_audioconvert),
22400         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22401         (GST_START_TEST), (audioconvert_suite), (main):
22402           add a test for audioconvert
22403         * gst/audioresample/gstaudioresample.c:
22404         * gst/audioresample/gstaudioresample.h:
22405           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22406           note that for buffers of 1/3 sec this means DURATION(c) is 
22407           one nanosecond more than for a and b
22408
22409 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22410
22411         * check/Makefile.am:
22412         * check/elements/audioresample.c: (setup_audioresample),
22413         (cleanup_audioresample), (fail_unless_perfect_stream),
22414         (test_perfect_stream_instance), (GST_START_TEST),
22415           add a check for audioresample
22416         (audioresample_suite), (main):
22417         * check/elements/volume.c: (GST_START_TEST):
22418           remove unused method
22419         * gst/audioresample/gstaudioresample.c:
22420           set correct buffer parameters since we're changing them
22421         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22422           add some debug
22423
22424 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22425
22426         * gst/audioresample/debug.c:
22427         * gst/audioresample/gstaudioresample.c:
22428           add room for extra overlap samples when asked to transform size
22429           protect against possible mem corruption and check for discrepancies
22430           between written size and outbuffer's size so we can warn for
22431           potential problems
22432         * gst/audioresample/resample.c: (resample_init),
22433         (resample_get_output_size_for_input), (resample_get_output_size),
22434         (resample_set_n_channels), (resample_set_format):
22435           set debug level based on RESAMPLE_DEBUG env var
22436           make sure that get_output_size* returns a whole number of
22437           sample_size
22438           set sample_size each time either channel or format is set
22439         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22440         * gst/audioresample/resample_functable.c:
22441         (resample_scale_functable):
22442         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22443           remove r->sample_size, it's done in resample.c now
22444           add some debugging to the ref implementation
22445           make sure we only give back bytes that are wholes of the sample
22446           size
22447
22448 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22449         * gst/playback/gstplaybasebin.c: (fill_buffer):
22450         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22451
22452 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22453
22454         * gst/volume/gstvolume.c:
22455           made set_caps function static
22456
22457 2005-08-24  Wim Taymans  <wim@fluendo.com>
22458
22459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22460         (gst_vorbisenc_change_state):
22461         Stop leaking taglists.
22462
22463 2005-08-24  Wim Taymans  <wim@fluendo.com>
22464
22465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22466         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22467         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22468         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22469         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22470         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22471         Parse seeking events better.
22472         Unref static caps.
22473         Generate correct newsegment events, fixes seeking in live oggs.
22474
22475         * ext/theora/theoradec.c: (theora_dec_src_query),
22476         (theora_dec_src_event), (theora_dec_src_getcaps),
22477         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22478         Use newsegment values to report correct play time.
22479
22480         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22481         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22482         * ext/vorbis/vorbisdec.h:
22483         Parse and use newsegment values to report correct play time.
22484
22485         * gst-libs/gst/audio/gstbaseaudiosink.c:
22486         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22487         Clear ringbuffer on flush.
22488         Use newsegment values to calculate playback time.
22489
22490         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22492         Basesink does newsegment calculations for us now.
22493
22494 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22495
22496         * check/Makefile.am:
22497         * configure.ac:
22498           add core's plugins to the mix so that playbin works
22499         * check/generic/states.c: (GST_START_TEST):
22500           set a 0 timeout on pipelines, so they don't force the next
22501           state change
22502         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22503         (gst_play_base_bin_change_state):
22504           remove the crappy error handling and do GST error handling
22505
22506 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22507
22508         * check/Makefile.am:
22509         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22510           add same test as to core, it bitches out on playbin atm.
22511
22512 2005-08-24  Wim Taymans  <wim@fluendo.com>
22513
22514         * configure.ac:
22515         Remove audioscale.
22516
22517 2005-08-24  Wim Taymans  <wim@fluendo.com>
22518
22519         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22520         (gst_videoscale_prepare_size), (parse_caps),
22521         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22522         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22523         (gst_videoscale_transform):
22524         * gst/videoscale/gstvideoscale.h:
22525         Refactor, make use of BaseTranform really well.
22526
22527 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22528
22529         * configure.ac:
22530           compile audioresample
22531         * gst/audioresample/Makefile.am:
22532         * gst/audioresample/buffer.c:
22533         * gst/audioresample/functable.c:
22534         * gst/audioresample/gstaudioresample.c:
22535         * gst/audioresample/gstaudioresample.h:
22536         * gst/audioresample/resample.c:
22537         (resample_get_output_size_for_input):
22538         * gst/audioresample/resample.h:
22539         * gst/audioresample/resample_chunk.c:
22540         * gst/audioresample/resample_functable.c:
22541         * gst/audioresample/resample_ref.c:
22542           port to use basetransform; doesn't work in all cases yet
22543
22544 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22545
22546         * gst/audioconvert/gstaudioconvert.c:
22547         (gst_audio_convert_class_init), (gst_audio_convert_init),
22548         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22549         (audio_convert_fixate_caps), (audio_convert_set_caps),
22550         (audio_convert_transform),
22551         (gst_audio_convert_buffer_to_default_format),
22552         (gst_audio_convert_buffer_from_default_format),
22553         (gst_audio_convert_channels):
22554         * gst/audioconvert/gstchannelmix.c:
22555         * gst/audioconvert/gstchannelmix.h:
22556           port to basetransform
22557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22558         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22559         (gst_ffmpegcsp_get_unit_size):
22560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22561         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22562           fix for basetransform changes
22563
22564 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22565
22566         * check/Makefile.am:
22567           Add CHECK_CFLAGS and LDFLAGS
22568
22569         * gst/playback/gstplaybasebin.c: (fill_buffer):
22570           GST_MESSAGE_SRC became a GObject
22571
22572 2005-08-24  Wim Taymans  <wim@fluendo.com>
22573
22574         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22575         (gst_ring_buffer_clear_all):
22576         * gst-libs/gst/audio/gstringbuffer.h:
22577         Added function to clear the ringbuffer.
22578
22579 2005-08-24  Andy Wingo  <wingo@pobox.com>
22580
22581         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22582         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22583         of _open and _close.
22584
22585         * sys/v4l/gstv4lxoverlay.h:
22586         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22587         an Xv connection here, instead of all the time. Make Xv only be
22588         loaded if you axe for it. Kindof a workaround for buggy behaviour
22589         of Xv when using remote xservers (XvQueryExtension would block).
22590         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22591         replace the _open and _close public API. Only start the xv
22592         connection if necessary.
22593         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22594
22595 2005-08-23  David Schleef  <ds@schleef.org>
22596
22597         * gst/audioresample/Makefile.am: Leet audioresampling code
22598         * gst/audioresample/buffer.c:
22599         * gst/audioresample/buffer.h:
22600         * gst/audioresample/debug.c:
22601         * gst/audioresample/debug.h:
22602         * gst/audioresample/functable.c:
22603         * gst/audioresample/functable.h:
22604         * gst/audioresample/gstaudioresample.c:
22605         * gst/audioresample/gstaudioresample.h:
22606         * gst/audioresample/resample.c:
22607         * gst/audioresample/resample.h:
22608         * gst/audioresample/resample_chunk.c:
22609         * gst/audioresample/resample_functable.c:
22610         * gst/audioresample/resample_ref.c:
22611
22612 2005-08-23  Wim Taymans  <wim@fluendo.com>
22613
22614         * examples/seeking/seek.c: (make_vorbis_pipeline),
22615         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22616         Small seek updates.
22617
22618 2005-08-23  Andy Wingo  <wingo@pobox.com>
22619
22620         * gst-libs/gst/audio/gstbaseaudiosrc.c
22621         (gst_base_audio_src_fixate): Only fixate endianness if it is
22622         present in the caps.
22623
22624 2005-08-22  Andy Wingo  <wingo@pobox.com>
22625
22626         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22627         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22628         device-name property.
22629
22630         * gst-libs/gst/audio/gstaudiosrc.h:
22631         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22632         close_device in the ring buffer, like gstaudiosink.
22633
22634         * ext/alsa/gstalsamixer.h:
22635         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22636         macro to implement the interface without much code. Cleanups. 
22637
22638         * ext/alsa/gstalsasrc.h:
22639         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22640         READY.
22641
22642         * ext/alsa/Makefile.am: Add new files.
22643         * ext/alsa/gstalsamixerelement.c: 
22644         * ext/alsa/gstalsamixerelement.c: Split element code out from
22645         mixer code so that alsasrc can be a mixer too.
22646
22647 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22648
22649         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22650         (GST_START_TEST):
22651         * check/elements/vorbisdec.c: (setup_vorbisdec),
22652         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22653         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22654         (vorbis_handle_identification_packet),
22655         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22656         (vorbis_handle_header_packet), (vorbis_dec_push),
22657         (vorbis_dec_chain):
22658           use the setup/teardown methods to save code.  save code is good.
22659
22660 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22661
22662         * check/Makefile.am:
22663           add ext dir for plugins
22664           add vorbisdec test conditionally
22665         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22666         (GST_START_TEST), (volume_suite):
22667           add a test with wrong caps
22668         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22669         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22670           add a vorbisdec test
22671         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22672         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22673           clean up debug output
22674         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22675           yay, fix a segfault/security issue in vorbisdec
22676           gst-launch fakesrc ! vorbisdec wasn't happy
22677         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22678         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22679         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22680         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22681         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22682         (gst_vorbisenc_set_metadata), (get_constraints_string),
22683         (update_start_message), (gst_vorbisenc_setup),
22684         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22685         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22686         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22687         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22688         * ext/vorbis/vorbisenc.h:
22689           march in line
22690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22691         (gst_ffmpegcsp_transform):
22692           have the kow come home
22693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22694           debug my func ptr
22695         * gst/volume/gstvolume.c: (volume_set_caps):
22696           add a debug
22697
22698 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22699
22700         * Makefile.am:
22701         * check/.cvsignore:
22702         * check/Makefile.am:
22703         * check/elements/.cvsignore:
22704         * check/elements/volume.c: (chain_func), (event_func),
22705         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22706         (main):
22707         * configure.ac:
22708           add unit test structure for gst-plugins-base
22709           add a test for volume
22710         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22711         (gst_volume_set_volume), (gst_volume_get_volume),
22712         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22713         (volume_funcfind), (volume_process_float), (volume_process_int16),
22714         (volume_set_caps), (volume_transform), (volume_update_mute),
22715         (volume_update_volume), (volume_set_property),
22716         (volume_get_property):
22717           document a little; use basetransform vmethod _set_caps
22718
22719 2005-08-19  Andy Wingo  <wingo@pobox.com>
22720
22721         * ext/alsa/gstalsamixertrack.h:
22722         * ext/alsa/gstalsamixertrack.c:
22723         * ext/alsa/gstalsamixeroptions.h:
22724         * ext/alsa/gstalsamixeroptions.c:
22725         * ext/alsa/gstalsamixer.h:
22726         * ext/alsa/gstalsamixer.c: Port to 0.9.
22727
22728         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22729         Remove gstalsa.c and alsaclock. No more cruft here.
22730         
22731 2005-08-18  Wim Taymans  <wim@fluendo.com>
22732
22733         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22734         (gst_base_rtp_depayload_chain),
22735         (gst_base_rtp_depayload_add_to_queue),
22736         (gst_base_rtp_depayload_push),
22737         (gst_base_rtp_depayload_queue_release):
22738         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22739         Fix for RTPBuffer changes.
22740
22741         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22742         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22743         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22744         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22745         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22746         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22747         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22748         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22749         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22750         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22751         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22752         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22753         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22754         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22755         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22756         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22757         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22758         (gst_rtpbuffer_get_payload):
22759         * gst-libs/gst/rtp/gstrtpbuffer.h:
22760         Don't subclass GstBuffer but add methods and helper functions
22761         to construct and manipulate RTP packets in regular GstBuffers.
22762
22763 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22764
22765         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22766           moved statement below switch
22767         * gst/volume/gstvolume.c: (gst_volume_class_init):
22768           added debug ptr
22769
22770 2005-08-16  Wim Taymans  <wim@fluendo.com>
22771
22772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22773         (gst_base_audio_src_change_state):
22774         Open and close device in READY<->NULL state change.
22775
22776 2005-08-16  Andy Wingo  <wingo@pobox.com>
22777
22778         * examples/seeking/Makefile.am: Don't compile non-compiling
22779         compiled objects with the compiler.
22780
22781         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22782         elements.
22783
22784 2005-08-12  Philippe Khalaf <burger@speedy.org>
22785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22786         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22787           Made a thread to release the queue.
22788           Removed timestamp conversion for now.
22789
22790 2005-08-10  Philippe Khalaf <burger@speedy.org>
22791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22793           Added rtp timestamp -> gst timestamp conversion.
22794           Fixed several problems with queue.
22795
22796 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22797
22798         * gst-libs/gst/audio/gstaudioclock.h:
22799         * gst-libs/gst/audio/gstaudiofilter.h:
22800         * gst-libs/gst/audio/gstaudiosink.h:
22801         * gst-libs/gst/audio/gstaudiosrc.h:
22802         * gst-libs/gst/audio/gstbaseaudiosink.h:
22803         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22804         * gst-libs/gst/audio/gstringbuffer.h:
22805         * gst-libs/gst/net/gstnetbuffer.h:
22806         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22807         * gst-libs/gst/rtp/gstrtpbuffer.h:
22808           Add padding (you will need to rebuild gst-plugins-base,
22809           gst-plugins and all applications afterwards!)
22810
22811 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22812
22813         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22814         (gst_riff_parse_chunk):
22815           Fix bug in debug message and add some more debug messages.
22816
22817 2005-08-08  Edward Hervey  <edward@fluendo.com>
22818
22819         * gst-libs/gst/riff/riff-media.c:
22820         backported updates since branch
22821
22822 2005-08-08  Andy Wingo  <wingo@pobox.com>
22823
22824         * gst-libs/gst/audio/gstbaseaudiosink.c
22825         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22826         like good elements should. Close on READY->NULL too.
22827
22828         * gst-libs/gst/audio/gstaudiosink.c
22829         (gst_audioringbuffer_open_device,
22830         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22831         (gst_audioringbuffer_release): Updates for new ring buffer API,
22832         hook into the new audio sink api.
22833
22834         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22835         (GstAudioSinkClass.close): Just open and close the device -- no
22836         resource allocation or configuration.
22837         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22838         vmethods, handle device setup and resource allocation.
22839
22840         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22841         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22842         base class API.
22843
22844         * gst-libs/gst/audio/gstringbuffer.h
22845         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22846         New vmethods.
22847
22848         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22849         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22850         New API functions. The device should be opened before acquiring
22851         and closed after releasing.
22852
22853 2005-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22854
22855         * gst-libs/gst/interfaces/mixer.h:
22856           Reset padding to GST_PADDING.
22857
22858 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22859
22860         * gst/playback/gstplaybin.c: (remove_sinks):
22861           Remove visualization from parent explicitely; works around some
22862           apparent refcount issue that I haven't tracked down yet.
22863
22864 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22865
22866         * ext/alsa/gstalsasink.c: (set_hwparams):
22867           Assign debug category, add negotiation debug msgs.
22868
22869 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22870
22871         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22872           Fix error code for file-not-found to NOT_FOUND.
22873
22874 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22875
22876         * common/gtk-doc-plugins.mak:
22877         * docs/plugins/Makefile.am:
22878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22880           renamed to actual element names, so much nicer to look at
22881         * docs/plugins/tmpl/gstmultifdsink.sgml:
22882           remove
22883         * docs/plugins/tmpl/multifdsink.sgml:
22884         * docs/plugins/tmpl/tcpserversink.sgml:
22885           add
22886         * ext/alsa/gstalsa.c:
22887         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22888         * ext/ogg/gstoggmux.c:
22889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22890         * gst/playback/gstdecodebin.c:
22891         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22892         * gst/tcp/gsttcpserversink.c:
22893           various fixes and documentation additions
22894
22895 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22896
22897         * common/Makefile.am:
22898         * common/gstdoc-scangobj:
22899         * common/gtk-doc-plugins.mak:
22900         * common/gtk-doc.mak:
22901           add a custom scangobj that uses the registry
22902           add a custom gtk-doc-plugins.mak that uses it
22903           some doc build fixes
22904         * configure.ac:
22905         * docs/Makefile.am:
22906         * docs/plugins/Makefile.am:
22907         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22908         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22909         * docs/plugins/gst-plugins-base-plugins.types:
22910         * docs/plugins/tmpl/gstmultifdsink.sgml:
22911           add docs for one element, multifdsink
22912         * gst/adder/gstadder.h:
22913         * gst/volume/gstvolume.h:
22914           don't privatize enum
22915         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22916         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22917         (gst_sync_method_get_type), (gst_client_status_get_type),
22918         (gst_multifdsink_class_init),
22919         (gst_multifdsink_client_queue_buffer),
22920         (gst_multifdsink_handle_client_write):
22921         * gst/tcp/gstmultifdsink.h:
22922         * gst/tcp/gsttcp.h:
22923         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22924         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22925         (gst_tcpclientsink_render):
22926         * gst/tcp/gsttcpclientsink.h:
22927         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22928         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22929         (gst_tcpclientsrc_start):
22930         * gst/tcp/gsttcpclientsrc.h:
22931         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22932         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22933         * gst/tcp/gsttcpserversrc.h:
22934         * gst/typefind/gsttypefindfunctions.c:
22935           remove superfluous Type stuff
22936
22937 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22938
22939         * gst/playback/gstplaybin.c: (gen_video_element):
22940           Enable videoscale.
22941
22942 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22943
22944         * gst-libs/gst/gconf/gconf.c:
22945         * gst-libs/gst/gconf/gconf.h:
22946           Fix some Andy Problem [tm].
22947
22948 2005-08-04  Andy Wingo  <wingo@pobox.com>
22949
22950         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22952         (gst_ffmpegcsp_get_size): Adapt to API changes.
22953
22954         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22955         Implement an in-place do-nothing transform.
22956
22957 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22958
22959         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22960         (gst_ximagesink_renegotiate_size):
22961           Do not set new window sizes yet if we prepare a new buffer size
22962           for upstream renegotiation (software scaling) at some point in the
22963           future, because this new size waqs not actually accepted yet. Once
22964           accepted, renegotiation later on will set the new sizes just fine.
22965           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22966           embedding testcase.
22967
22968 2005-08-03  Andy Wingo  <wingo@pobox.com>
22969
22970         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22971         (gst_ximagesink_buffer_alloc): 
22972         Protect the height, width, and desired_caps with the pool_lock.
22973         Fixes videotestsrc ! queue ! ximagesink.
22974
22975 2005-08-02  Edward Hervey  <edward@fluendo.com>
22976
22977         * gst/volume/gstvolume.c:
22978         include left from controller cleanup
22979
22980 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22982           Stop collectpads before calling the parent state
22983           change function on PAUSED->READY.
22984
22985 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22986         * configure.ac:
22987           When testing for X libs, use the X CFlags 
22988         * gst/adder/gstadder.c: (gst_adder_change_state):
22989           Stop the collectpads before calling parent state change function
22990           on PAUSED->READY, otherwise we deadlock deactivating pads.
22991
22992 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22993
22994         * configure.ac:
22995         * docs/libs/tmpl/gstcolorbalance.sgml:
22996         * docs/libs/tmpl/gstmixer.sgml:
22997         * examples/Makefile.am:
22998         * gst/sine/Makefile.am:
22999         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23000         (gst_sinesrc_set_property), (plugin_init):
23001         * gst/sine/gstsinesrc.h:
23002         * gst/volume/Makefile.am:
23003         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23004         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23005         (volume_process_float), (volume_process_int16),
23006         (volume_set_property), (plugin_init):
23007         * gst/volume/gstvolume.h:
23008           deactivate and remove dparams (libgstcontrol)
23009
23010 2005-07-29  Wim Taymans  <wim@fluendo.com>
23011
23012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23013         Convert me to BaseTransform!! help..
23014
23015 2005-07-29  Andy Wingo  <wingo@pobox.com>
23016
23017         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23018         sinks.
23019
23020         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23021         support of both endiannesses.
23022
23023 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23024
23025         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23026           Fix confusing debug message (s/event/query/)
23027
23028 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23029
23030         * gst/videotestsrc/videotestsrc.h:
23031           Use "_stdint.h" instead of <stdint.h>
23032
23033 2005-07-27  Wim Taymans  <wim@fluendo.com>
23034
23035         * ext/vorbis/Makefile.am:
23036         Revert wrong commit.
23037
23038 2005-07-27  Wim Taymans  <wim@fluendo.com>
23039
23040         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23041         More compilation fixen.
23042
23043 2005-07-27  Wim Taymans  <wim@fluendo.com>
23044
23045         * gst-libs/gst/audio/gstbaseaudiosink.c:
23046         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23047         (gst_base_audio_sink_create_ringbuffer),
23048         (gst_base_audio_sink_change_state):
23049         Fix compilation.
23050
23051 2005-07-27  Wim Taymans  <wim@fluendo.com>
23052
23053         * examples/seeking/seek.c: (setup_dynamic_link),
23054         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23055         (query_positions_elems), (query_positions_pads), (do_seek):
23056         Update seek example.
23057
23058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23059         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23060         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23061         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23062         (gst_ogg_demux_handle_event),
23063         (gst_ogg_demux_deactivate_current_chain),
23064         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23065         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23066         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23067         (gst_ogg_demux_loop):
23068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23069         * ext/theora/theoradec.c: (theora_dec_src_event),
23070         (theora_dec_src_getcaps), (theora_dec_sink_event),
23071         (theora_dec_push), (theora_dec_chain):
23072         * ext/vorbis/Makefile.am:
23073         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23074         (vorbis_dec_sink_event), (vorbis_dec_push),
23075         (vorbis_handle_data_packet):
23076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23077         (gst_vorbisenc_chain):
23078         * gst/playback/gststreaminfo.c: (cb_probe):
23079         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23080         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23081         * gst/videoscale/gstvideoscale.c:
23082         (gst_videoscale_handle_src_event):
23083         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23084         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23085         (gst_ximagesink_navigation_send_event):
23086         * sys/xvimage/xvimagesink.c:
23087         (gst_xvimagesink_navigation_send_event):
23088         Various event updates and cleanups
23089
23090 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23091
23092         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23093           Fix segfault for I420/YV12.
23094
23095 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23096
23097         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23098           Report bitrate.
23099
23100 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23101
23102         * gst/playback/gstplaybin.c: (gen_video_element),
23103         (gen_audio_element):
23104           Switch to auto*sink elements as default sinks; add volume element
23105           so that volume control in totem works.
23106
23107 2005-07-21  Wim Taymans  <wim@fluendo.com>
23108
23109         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23110         * gst/playback/gstplaybin.c: (setup_sinks),
23111         (gst_play_bin_change_state):
23112         Refcount fix and more comments.
23113
23114 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23115
23116         * sys/ximage/Makefile.am:
23117         * sys/ximage/ximage.c: (plugin_init):
23118         * sys/ximage/ximagesink.c:
23119         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23120         
23121
23122 2005-07-21  Wim Taymans  <wim@fluendo.com>
23123
23124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23125         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23126         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23127         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23128         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23129         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23130         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23131         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23132         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23133         Generate correct disconts for live chained oggs.
23134
23135         * gst-libs/gst/audio/gstbaseaudiosink.c:
23136         (gst_base_audio_sink_render),
23137         (gst_base_audio_sink_create_ringbuffer),
23138         (gst_base_audio_sink_change_state):
23139         Handle discont math correctly.
23140
23141         * gst/playback/gstplaybin.c: (add_sink):
23142         Some small debug cleanup.
23143
23144 2005-07-21  Wim Taymans  <wim@fluendo.com>
23145
23146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23147         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23148         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23149         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23150         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23151         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23152         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23153         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23154         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23155         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23156         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23157         (gst_ogg_demux_change_state), (gst_ogg_print):
23158         Reorganize code to send the right disconts when in streaming
23159         mode.
23160
23161 2005-07-20  Andy Wingo  <wingo@pobox.com>
23162
23163         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23164         fix (?), fixes a seggie mcfalterson (#310894).
23165
23166 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23167
23168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23169         (gst_ogg_mux_set_header_on_caps):
23170         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23171         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23172         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23173         * gst-libs/gst/audio/multichannel.c:
23174         (gst_audio_set_channel_positions),
23175         (gst_audio_set_structure_channel_positions_list):
23176         * gst/playback/gstdecodebin.c: (dynamic_create):
23177         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23178         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23179           Fixes for API changes in core.
23180
23181 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23182
23183         * gst/playback/gstplaybasebin.c: (fill_buffer):
23184           Use _new_custom() so we can set custom message types for buffering
23185           messages.
23186
23187 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23188
23189         * configure.ac:
23190         * gst-libs/gst/Makefile.am:
23191         * gst-libs/gst/gconf/.cvsignore:
23192         * gst-libs/gst/gconf/Makefile.am:
23193         * gst-libs/gst/gconf/test-gconf.c:
23194         * pkgconfig/Makefile.am:
23195         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23196         * pkgconfig/gstreamer-gconf.pc.in:
23197           Remove gconf stuff, use gconf elements instead from now on.
23198
23199 2005-07-20  Wim Taymans  <wim@fluendo.com>
23200
23201         * gst-libs/gst/audio/TODO:
23202         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23203         (gst_audio_clock_get_internal_time):
23204         * gst-libs/gst/audio/gstaudioclock.h:
23205         * gst-libs/gst/audio/gstbaseaudiosink.c:
23206         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23207         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23208         (gst_base_audio_sink_render),
23209         (gst_base_audio_sink_create_ringbuffer),
23210         (gst_base_audio_sink_change_state):
23211         Make sure the audio clock always returns an increasing value.
23212
23213 2005-07-19  Andy Wingo  <wingo@pobox.com>
23214
23215         * gst/videotestsrc/: Cleanups.
23216
23217 2005-07-19  Wim Taymans  <wim@fluendo.com>
23218
23219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23220         Better debugging.
23221
23222 2005-07-19  Wim Taymans  <wim@fluendo.com>
23223
23224         * examples/seeking/seek.c: (make_dv_pipeline),
23225         (make_vorbis_theora_pipeline), (query_rates),
23226         (query_positions_elems), (query_positions_pads), (do_seek):
23227         Make correct DV pipeline.
23228
23229 2005-07-18  Andy Wingo  <wingo@pobox.com>
23230
23231         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23232         default. Also because it's the only thing that really works. (This
23233         is used in the GConf elements).
23234         Use AS_LIBTOOL_TAGS.
23235
23236 2005-07-18  Wim Taymans  <wim@fluendo.com>
23237
23238         * gst/playback/gstdecodebin.c: (remove_element_chain):
23239         * gst/playback/gstplaybin.c: (add_sink):
23240         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23241         (gst_stream_info_set_mute):
23242         * gst/playback/gststreamselector.c:
23243         (gst_stream_selector_get_linked_pad),
23244         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23245         More leak and compile fixes.
23246
23247 2005-07-18  Wim Taymans  <wim@fluendo.com>
23248
23249         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23250         (query_rates), (query_positions_elems), (query_positions_pads),
23251         (do_seek), (seek_cb), (stop_seek):
23252         Updated seek example. 
23253
23254         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23255         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23256         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23257         * gst/playback/gstplaybin.c: (add_sink):
23258         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23259         (gst_stream_info_set_mute):
23260         Some refcount leak fixes.
23261
23262 2005-07-16  Wim Taymans  <wim@fluendo.com>
23263
23264         * gst-libs/gst/audio/gstbaseaudiosink.c:
23265         (gst_base_audio_sink_render):
23266         Align samples even if we have roundoff errors in the 
23267         timestamp conversion.
23268
23269 2005-07-16  Wim Taymans  <wim@fluendo.com>
23270
23271         * docs/libs/tmpl/gstringbuffer.sgml:
23272         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23273         (query_rates), (query_positions_elems), (query_positions_pads),
23274         (update_scale), (do_seek):
23275         Updated seek example.
23276
23277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23278         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23279         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23280         (gst_ogg_demux_loop):
23281         Push out correct discont values.
23282
23283         * ext/theora/theoradec.c: (theora_dec_src_convert),
23284         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23285         (theora_dec_sink_event), (theora_handle_type_packet),
23286         (theora_handle_header_packet), (theora_dec_push),
23287         (theora_handle_data_packet), (theora_dec_chain),
23288         (theora_dec_change_state):
23289         Better timestamping.
23290
23291         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23292         (vorbis_dec_sink_event), (vorbis_dec_push),
23293         (vorbis_handle_data_packet), (vorbis_dec_chain):
23294         * ext/vorbis/vorbisdec.h:
23295         Better timestamping.
23296
23297         * gst-libs/gst/audio/gstbaseaudiosink.c:
23298         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23299         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23300         Handle syncing on timestamps instead of sample offsets. Make
23301         use of DISCONT values as described in design docs.
23302
23303         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23304         (gst_base_audio_src_get_time):
23305         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23306         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23307         (gst_ring_buffer_read):
23308         * gst-libs/gst/audio/gstringbuffer.h:
23309         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23310         (gst_ximagesink_show_frame):
23311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23312         Correcly convert buffer timestamp to stream time.
23313
23314 2005-07-16  Wim Taymans  <wim@fluendo.com>
23315
23316         * gst/audioconvert/gstaudioconvert.c:
23317         (gst_audio_convert_get_buffer):
23318         Timestamp buffers correctly.
23319
23320         * gst/playback/gstplaybin.c: (gen_video_element):
23321         Make internal fakesink silent.
23322
23323 2005-07-15  Wim Taymans  <wim@fluendo.com>
23324
23325         * gst/ffmpegcolorspace/Makefile.am:
23326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23327         (gst_ffmpegcsp_caps_remove_format_info),
23328         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23329         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23330         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23331         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23332         Ported ffmpegcolorspace to basetransform.
23333
23334         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23335         * gst/volume/gstvolume.c: (volume_transform):
23336         Ported to new API.
23337
23338 2005-07-14  Wim Taymans  <wim@fluendo.com>
23339
23340         * gst/videotestsrc/Makefile.am:
23341         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23342         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23343         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23344         (gst_videotestsrc_init), (gst_videotestsrc_event),
23345         (gst_videotestsrc_create), (gst_videotestsrc_start),
23346         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23347         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23348         (gst_videotestsrc_get_property):
23349         * gst/videotestsrc/gstvideotestsrc.h:
23350         Make videotestsrc a pushsrc.
23351
23352 2005-07-14  Wim Taymans  <wim@fluendo.com>
23353
23354         * gst/tcp/gstfdset.c: (gst_fdset_free):
23355         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23356         (gst_multifdsink_add), (gst_multifdsink_remove),
23357         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23358         (gst_multifdsink_remove_client_link),
23359         (gst_multifdsink_client_queue_data),
23360         (gst_multifdsink_client_queue_caps),
23361         (gst_multifdsink_client_queue_buffer),
23362         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23363         (gst_multifdsink_stop):
23364         * gst/tcp/gstmultifdsink.h:
23365         0.8 backporting.
23366
23367         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23368         Also draw image when not from a pool.
23369
23370 2005-07-14  Wim Taymans  <wim@fluendo.com>
23371
23372         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23373         (mute_stream), (silence_stream):
23374         Small debug additions.
23375
23376 2005-07-14  Wim Taymans  <wim@fluendo.com>
23377
23378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23379         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23380         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23381         Better error recovery, ignore unconnected pads and
23382         non-fatal errors.
23383
23384 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23385
23386         * docs/libs/tmpl/gstaudio.sgml:
23387         * docs/libs/tmpl/gstcolorbalance.sgml:
23388         * docs/libs/tmpl/gstgconf.sgml:
23389         * docs/libs/tmpl/gstmixer.sgml:
23390         * docs/libs/tmpl/gstringbuffer.sgml:
23391         * docs/libs/tmpl/gsttuner.sgml:
23392         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23393         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23394         (gst_tcpclientsrc_class_init):
23395         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23396         (gst_tcpserversrc_class_init):
23397         * sys/v4l/gstv4lelement.c:
23398           more autistic cleanliness in functions/names/defines
23399
23400 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23401
23402         * configure.ac:
23403           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23404           added manually to each Makefile.am so we are sure it goes
23405           *last* and doesn't add -L flags before linking in libs of our
23406           own, like, say, internal .la libs, that then accidentally pick
23407           up the installed copy.
23408         * docs/libs/Makefile.am:
23409         * ext/alsa/Makefile.am:
23410         * ext/cdparanoia/Makefile.am:
23411         * ext/gnomevfs/Makefile.am:
23412         * ext/libvisual/Makefile.am:
23413         * ext/ogg/Makefile.am:
23414         * ext/theora/Makefile.am:
23415         * ext/vorbis/Makefile.am:
23416         * gst-libs/gst/video/Makefile.am:
23417         * gst/adder/Makefile.am:
23418         * gst/audioconvert/Makefile.am:
23419         * gst/audiorate/Makefile.am:
23420         * gst/audioscale/Makefile.am:
23421         * gst/ffmpegcolorspace/Makefile.am:
23422         * gst/playback/Makefile.am:
23423         * gst/sine/Makefile.am:
23424         * gst/subparse/Makefile.am:
23425         * gst/tags/Makefile.am:
23426         * gst/tcp/Makefile.am:
23427         * gst/typefind/Makefile.am:
23428         * gst/videorate/Makefile.am:
23429         * gst/videoscale/Makefile.am:
23430         * gst/videotestsrc/Makefile.am:
23431         * gst/volume/Makefile.am:
23432         * sys/v4l/Makefile.am:
23433         * sys/ximage/Makefile.am:
23434         * sys/xvimage/Makefile.am:
23435           adapt properly to this change. This should make sure that
23436           plugins and libs properly link to the as-yet-uninstalled
23437           copies of stuff like libgstinterfaces and libgstvideo
23438
23439 2005-07-13  Andy Wingo  <wingo@pobox.com>
23440
23441         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23442         (gst_v4lsrc_fixate): Fixate on format as well.
23443
23444         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23445         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23446         buffer points to it.
23447         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23448         rather just doing X calls ourselves. Also fixes a memleak.
23449
23450 2005-07-12  Andy Wingo  <wingo@pobox.com>
23451
23452         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23453         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23454         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23455         TRUE to avoid deadlocks if an element holds on to our buffers.
23456
23457 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23458
23459         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23460         (gst_sinesrc_init), (gst_sinesrc_create),
23461         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23462         (gst_sinesrc_start):
23463         * gst/sine/gstsinesrc.h:
23464           removing num-buffers property before moving it
23465
23466 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23467
23468         * configure.ac:
23469           use overridable ERROR_CFLAGS
23470         * docs/libs/gst-plugins-base-libs.types:
23471         * docs/libs/tmpl/gstringbuffer.sgml:
23472         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23473         (gst_alsasink_class_init):
23474         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23475         (gst_alsasrc_class_init):
23476         * gst-libs/gst/audio/audio.h:
23477         * gst-libs/gst/audio/gstaudioclock.h:
23478         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23479         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23480         (gst_audio_filter_link), (gst_audio_filter_init),
23481         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23482         (gst_audio_filter_get_property),
23483         (gst_audio_filter_class_add_pad_templates):
23484         * gst-libs/gst/audio/gstaudiofilter.h:
23485         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23486         (gst_audio_filter_template_get_type),
23487         (gst_audio_filter_template_base_init),
23488         (gst_audio_filter_template_class_init),
23489         (gst_audio_filter_template_init),
23490         (gst_audio_filter_template_set_property),
23491         (gst_audio_filter_template_get_property), (plugin_init),
23492         (gst_audio_filter_template_setup),
23493         (gst_audio_filter_template_filter),
23494         (gst_audio_filter_template_filter_inplace):
23495         * gst-libs/gst/audio/gstaudiosink.c:
23496         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23497         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23498         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23499         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23500         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23501         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23502         * gst-libs/gst/audio/gstaudiosink.h:
23503         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23504         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23505         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23506         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23507         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23508         (gst_audio_src_class_init), (gst_audio_src_init),
23509         (gst_audio_src_create_ringbuffer):
23510         * gst-libs/gst/audio/gstaudiosrc.h:
23511         * gst-libs/gst/audio/gstbaseaudiosink.c:
23512         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23513         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23514         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23515         (gst_base_audio_sink_set_property),
23516         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23517         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23518         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23519         (gst_base_audio_sink_create_ringbuffer),
23520         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23521         * gst-libs/gst/audio/gstbaseaudiosink.h:
23522         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23523         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23524         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23525         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23526         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23527         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23528         (gst_base_audio_src_event), (gst_base_audio_src_create),
23529         (gst_base_audio_src_create_ringbuffer),
23530         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23531         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23532         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23533         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23534         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23535         (gst_ring_buffer_debug_spec_caps),
23536         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23537         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23538         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23539         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23540         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23541         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23542         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23543         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23544         (gst_ring_buffer_clear):
23545         * gst-libs/gst/audio/gstringbuffer.h:
23546         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23547         (gst_video_sink_class_init), (gst_video_sink_get_type):
23548         * gst-libs/gst/video/videosink.h:
23549         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23550         (gst_multifdsink_class_init),
23551         (gst_multifdsink_handle_client_write),
23552         (gst_multifdsink_change_state):
23553         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23554         (gst_tcpclientsink_setcaps):
23555         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23556         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23557         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23558         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23559         (gst_ximagesink_send_pending_navigation),
23560         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23561         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23563         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23564         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23565         (gst_xvimagesink_send_pending_navigation),
23566         (gst_xvimagesink_navigation_send_event),
23567         (gst_xvimagesink_set_xwindow_id),
23568         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23569         (gst_xvimagesink_get_type):
23570         more macro splitting
23571
23572 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23573
23574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23575           plug a memleak, allows me to import 1479 albums in one go
23576           in jamboree
23577         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23578         (vorbis_handle_type_packet), (vorbis_dec_chain),
23579         (vorbis_dec_change_state):
23580           fix some format strings
23581
23582 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23583
23584         * docs/libs/tmpl/gstcolorbalance.sgml:
23585         * docs/libs/tmpl/gstmixer.sgml:
23586         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23587         (gst_alsasink_set_property), (gst_alsasink_get_property):
23588         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23589         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23590           add device property
23591
23592 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23593
23594         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23595         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23596         (audiocast_register_listener), (audiocast_thread_run),
23597         (gst_gnomevfssrc_send_additional_headers_callback),
23598         (gst_gnomevfssrc_received_headers_callback),
23599         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23600         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23601         (gst_gnomevfssrc_get_size):
23602           add/clean up debugging
23603         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23604           cleanups
23605
23606 2005-07-07  Andy Wingo  <wingo@pobox.com>
23607
23608         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23609         framerate. Need to get a handle on when exactly this function is
23610         called, tho.
23611
23612         * sys/v4l/v4lsrc_calls.h:
23613         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23614         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23615         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23616
23617         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23618         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23619         v4lelements are sources.
23620
23621         * sys/v4l/gstv4lxoverlay.h:
23622         * sys/v4l/gstv4lxoverlay.c:
23623         * sys/v4l/gstv4ltuner.h:
23624         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23625         
23626         * sys/v4l/gstv4lsrc.h:
23627         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23628         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23629         or something should handle that. Made a live source.
23630
23631         * sys/v4l/gstv4lelement.h:
23632         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23633         signals. Some cleanups.
23634
23635         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23636
23637         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23638         stuff.
23639
23640         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23641         stuff.
23642
23643         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23644
23645 2005-07-07  Wim Taymans  <wim@fluendo.com>
23646
23647         * ext/theora/theoradec.c: (theora_get_query_types),
23648         (theora_dec_src_getcaps), (theora_dec_push):
23649         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23651         Remove deprecated/unused query types.
23652
23653 2005-07-06  Wim Taymans  <wim@fluendo.com>
23654
23655         * ext/alsa/Makefile.am:
23656         * ext/alsa/gstalsaplugin.c: (plugin_init):
23657         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23658         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23659         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23660         (gst_alsasrc_class_init), (gst_alsasrc_init),
23661         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23662         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23663         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23664         (gst_alsasrc_reset):
23665         * ext/alsa/gstalsasrc.h:
23666         * gst-libs/gst/audio/Makefile.am:
23667         * gst-libs/gst/audio/gstaudiosink.c:
23668         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23669         (gst_audioringbuffer_start):
23670         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23671         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23672         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23673         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23674         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23675         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23676         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23677         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23678         * gst-libs/gst/audio/gstaudiosrc.h:
23679         * gst-libs/gst/audio/gstbaseaudiosink.c:
23680         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23681         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23682         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23683         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23684         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23685         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23686         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23687         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23688         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23689         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23690         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23691         (gst_baseaudiosrc_change_state):
23692         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23693         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23694         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23695         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23696         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23697         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23698         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23699         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23700         * gst-libs/gst/audio/gstringbuffer.h:
23701         Added audiosource base classes.
23702         Ported alsasrc, still very basic.
23703
23704 2005-07-06  Wim Taymans  <wim@fluendo.com>
23705
23706         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23707         (theora_dec_push), (theora_handle_data_packet):
23708         Prepare for better timestamp fix later.
23709
23710         * gst/audioconvert/gstaudioconvert.c:
23711         List most accurate caps first
23712
23713         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23714         Use proper pad task function.
23715
23716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23717         (gst_xvimagesink_show_frame):
23718         Fix deadlock when alloc failed.
23719
23720 2005-07-05  Andy Wingo  <wingo@pobox.com>
23721
23722         * ext/gnomevfs/gstgnomevfssrc.c:
23723         * gst/sine/gstsinesrc.c:
23724         * gst/tcp/gsttcpserversrc.c:
23725         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23726
23727         * sys/v4l/: Port from 0.8.
23728
23729         * Many files: Null if we got it....
23730
23731 2005-07-05  Andy Wingo  <wingo@pobox.com>
23732
23733         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23734         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23735         Signedness fixes.
23736
23737 2005-07-05  Wim Taymans  <wim@fluendo.com>
23738
23739         * configure.ac:
23740         * gst/tcp/Makefile.am:
23741         * gst/tcp/README:
23742         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23743         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23744         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23745         (is_sync_frame), (gst_multifdsink_handle_client_write),
23746         (gst_multifdsink_render), (gst_multifdsink_start),
23747         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23748         * gst/tcp/gstmultifdsink.h:
23749         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23750         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23751         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23752         * gst/tcp/gsttcp.h:
23753         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23754         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23755         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23756         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23757         * gst/tcp/gsttcpclientsink.h:
23758         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23759         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23760         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23761         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23762         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23763         * gst/tcp/gsttcpclientsrc.h:
23764         * gst/tcp/gsttcpplugin.c: (plugin_init):
23765         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23766         * gst/tcp/gsttcpserversink.h:
23767         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23768         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23769         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23770         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23771         (gst_tcpserversrc_stop):
23772         * gst/tcp/gsttcpserversrc.h:
23773         * gst/tcp/gsttcpsink.c:
23774         * gst/tcp/gsttcpsink.h:
23775         * gst/tcp/gsttcpsrc.c:
23776         * gst/tcp/gsttcpsrc.h:
23777         Ported tcp plugins to 0.9. 
23778         
23779
23780 2005-07-05  Andy Wingo  <wingo@pobox.com>
23781
23782         * gst/playback/gstplaybasebin.c (fill_buffer):
23783         message_new_application fixen.
23784
23785         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23786         Style fix.
23787
23788 2005-07-04  Wim Taymans  <wim@fluendo.com>
23789
23790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23791         Set caps on output buffer.
23792
23793 2005-07-04  Andy Wingo  <wingo@pobox.com>
23794
23795         * ext/gnomevfs/gstgnomevfssrc.c
23796         (gst_gnomevfssrc_received_headers_callback) 
23797         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23798         hopefully.
23799
23800         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23801         No refcount leakage.
23802
23803         * configure.ac: Enable -Werror.
23804         
23805         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23806         * gst/audioconvert/bufferframesconvert.c
23807         (buffer_frames_convert_fixate):
23808         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23809         (gst_audio_convert_fixate):
23810         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23811         (gst_sinesrc_create): Fixate func changes.
23812         
23813         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23814         (gst_ximagesink_buffer_alloc): Unused var.
23815
23816 2005-07-01  Andy Wingo  <wingo@pobox.com>
23817
23818         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23819         getcaps to do explicit caps. Needs to be done in all decoders,
23820         possibly via a base class.
23821
23822         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23823
23824         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23825         caps on the sink pad, just rely on the pad template. Also, setting
23826         ANY caps on a pad is not valid because the caps are not fixed.
23827
23828         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23829         caps on the buffer, and get the width from the desired_caps if
23830         they're set.
23831         (gst_ximagesink_renegotiate_size): Implement via setting the
23832         desired_caps on the ximagesink.
23833         (gst_ximagesink_setcaps): Only reset the width of the player if it
23834         wasn't already set. Not sure if this is right.
23835         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23836
23837         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23838         that the user wants. NULL unless the window has been resized.
23839
23840         * gst/volume/gstvolume.c (volume_transform): Adapt to
23841         basetransform refcount changes.
23842         
23843 2005-07-01  Andy Wingo  <wingo@pobox.com>
23844
23845         * gst/videoscale/gstvideoscale.c:
23846         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23847         from BaseTransform, implements a transform_caps. Removed dead code
23848         including some PAR stuff that was never reached -- should probably
23849         be added back somehow.
23850
23851 2005-07-01  Andy Wingo  <wingo@pobox.com>
23852
23853         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23854         come later.
23855
23856 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23857
23858         * configure.ac:
23859         * docs/libs/Makefile.am:
23860         * docs/libs/gst-plugins-libs.types:
23861         * ext/alsa/Makefile.am:
23862         * ext/alsa/gstalsamixer.h:
23863         * ext/alsa/gstalsamixeroptions.h:
23864         * ext/alsa/gstalsamixertrack.h:
23865         * gst-libs/gst/Makefile.am:
23866         * gst-libs/gst/colorbalance/.cvsignore:
23867         * gst-libs/gst/colorbalance/Makefile.am:
23868         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23869         * gst-libs/gst/colorbalance/colorbalance.c:
23870         * gst-libs/gst/colorbalance/colorbalance.h:
23871         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23872         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23873         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23874         * gst-libs/gst/interfaces/Makefile.am:
23875         * gst-libs/gst/interfaces/colorbalance.c:
23876         (gst_color_balance_class_init):
23877         * gst-libs/gst/interfaces/colorbalance.h:
23878         * gst-libs/gst/interfaces/interfaces-marshal.list:
23879         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23880         * gst-libs/gst/interfaces/mixer.h:
23881         * gst-libs/gst/interfaces/mixeroptions.h:
23882         * gst-libs/gst/interfaces/navigation.c:
23883         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23884         * gst-libs/gst/interfaces/tuner.h:
23885         * gst/volume/Makefile.am:
23886         * gst/volume/gstvolume.c:
23887         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23888         * sys/ximage/Makefile.am:
23889         * sys/ximage/ximagesink.c:
23890         * sys/xvimage/Makefile.am:
23891         * sys/xvimage/xvimagesink.c:
23892           fold in all interfaces into an interfaces dir, preserving CVS
23893           history
23894
23895 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23896
23897         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23898           Fix build after riff changes.
23899
23900 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23901
23902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23903         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23904         (gst_riff_create_video_template_caps),
23905         (gst_riff_create_audio_template_caps),
23906         (gst_riff_create_iavs_template_caps):
23907         * gst-libs/gst/riff/riff-media.h:
23908         * gst-libs/gst/riff/riff-read.h:
23909         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23910           Add gst_riff_init() to initialize the debug category, instead
23911           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23912
23913 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23914
23915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23916           Oops, I shouldn't apply hacks.
23917
23918 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23919
23920         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23921           Remove pad_loop function which doesn't work.
23922
23923 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23924
23925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23926           Send EOS when deactivating.
23927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23928         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23929         (gen_preroll_element), (probe_triggered), (mute_stream),
23930         (silence_stream), (new_decoded_pad), (setup_substreams),
23931         (set_active_source):
23932         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23933         (remove_sinks), (add_sink):
23934         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23935           Change for new probe API.
23936
23937 2005-06-29  Wim Taymans  <wim@fluendo.com>
23938
23939         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23940         * gst-libs/gst/audio/gstbaseaudiosink.c:
23941         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23942         (gst_baseaudiosink_change_state):
23943         * gst-libs/gst/audio/gstbaseaudiosink.h:
23944         * gst-libs/gst/audio/gstringbuffer.c:
23945         (gst_ringbuffer_set_callback):
23946         Fix compilation error.
23947         Ringbuffer starts out as not running.
23948         Free our clock in dispose.
23949         When releasing the ringbuffer we need to renegotiate so
23950         clear the pad caps.
23951
23952 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23953
23954         * autogen.sh:
23955         * configure.ac:
23956         * docs/Makefile.am:
23957         * docs/libs/Makefile.am:
23958         * docs/libs/gst-plugins-libs-docs.sgml:
23959         * docs/libs/gst-plugins-libs-sections.txt:
23960         * docs/libs/gst-plugins-libs.types:
23961         * docs/libs/tmpl/gstaudio.sgml:
23962         * docs/libs/tmpl/gstcolorbalance.sgml:
23963         * docs/libs/tmpl/gstringbuffer.sgml:
23964         * gst-libs/gst/audio/gstringbuffer.c:
23965         (gst_ringbuffer_set_callback):
23966           reinstate gtk-doc docs for plugin libs
23967
23968 2005-06-28  Wim Taymans  <wim@fluendo.com>
23969
23970         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23971         (gst_ogg_demux_init):
23972         Removed pad loop function.
23973
23974 2005-06-28  Wim Taymans  <wim@fluendo.com>
23975
23976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23977         If we're building a chain we are not in an error case
23978         when we queue a buffer.
23979
23980 2005-06-28  Andy Wingo  <wingo@pobox.com>
23981
23982         * *.c: Don't cast to GstObject before reffing/unreffing.
23983
23984 2005-06-27  Andy Wingo  <wingo@pobox.com>
23985
23986         * gst/videotestsrc/gstvideotestsrc.c
23987         (gst_videotestsrc_activate_push): Activation API changes.
23988
23989         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23990         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23991         they have refs on the decodebin.
23992
23993         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23994         parent class.
23995         (gst_ogg_pad_typefind): Don't leak a pad ref.
23996         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23997         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23998         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23999
24000 2005-06-27  Edward Hervey  <edward@fluendo.com>
24001
24002         * ext/theora/theoradec.c: (theora_dec_change_state): 
24003         re-arranged call to parent's state change in order to avoid locks (or
24004         worse).
24005
24006 2005-06-26  Edward Hervey  <edward@fluendo.com>
24007
24008         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24009         2nd argument of 'unknow-type' signal is a GstCaps and not a
24010         GstMiniObject
24011
24012 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24013         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24014           Set the worker thread's running flag to TRUE before starting the
24015           thread.
24016         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24017           Catch a failure to add typefind to the bin.
24018
24019 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24020
24021         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24022         (gst_sinesrc_init), (gst_sinesrc_create),
24023         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24024         (gst_sinesrc_start):
24025         * gst/sine/gstsinesrc.h:
24026           add num-buffers and timestamp-offset properties
24027         * gst/videotestsrc/gstvideotestsrc.c:
24028         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24029         (gst_videotestsrc_get_property):
24030           add timestamp-offset property
24031
24032 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24033
24034         * configure.ac: add videorate
24035         * gst-plugins-base.spec.in: add videorate
24036
24037 2005-06-23  Wim Taymans  <wim@fluendo.com>
24038
24039         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24040         (gst_videorate_getcaps), (gst_videorate_setcaps),
24041         (gst_videorate_event), (gst_videorate_chain):
24042         Fixed videorate, fixating an already fixated caps is not
24043         an error.
24044
24045 2005-06-23  Wim Taymans  <wim@fluendo.com>
24046
24047         * ext/ogg/README:
24048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24049         Buffer on caps is not boxed anymore.
24050
24051 2005-06-22  Wim Taymans  <wim@fluendo.com>
24052
24053         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24055         Set buffers on caps as miniobjects and not as boxed.
24056
24057 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24058
24059         * configure.ac:
24060           back to HEAD
24061
24062 === release 0.9.1 ===
24063
24064 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24065
24066         * .cvsignore:
24067         * NEWS:
24068         * README:
24069         * RELEASE:
24070         * configure.ac:
24071         * po/af.po:
24072         * po/az.po:
24073         * po/cs.po:
24074         * po/en_GB.po:
24075         * po/hu.po:
24076         * po/it.po:
24077         * po/nb.po:
24078         * po/nl.po:
24079         * po/or.po:
24080         * po/sq.po:
24081         * po/sr.po:
24082         * po/sv.po:
24083         * po/uk.po:
24084         * po/vi.po:
24085           updates for release
24086
24087 2005-06-09  Andy Wingo  <wingo@pobox.com>
24088
24089         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24090         
24091 2005-06-09  Andy Wingo  <wingo@pobox.com>
24092
24093         * configure.ac:
24094         * gst-libs/gst/Makefile.am:
24095         * gst-libs/gst/net/Makefile.am:
24096         Add gstnet to build.
24097
24098 2005-06-09  Andy Wingo  <wingo@pobox.com>
24099
24100         * gst-libs/gst/gconf/gconf.c:
24101         * gst/playback/test.c:
24102         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24103         fixes.
24104
24105         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24106
24107         * ext/theora/theoraenc.c (theora_enc_chain): 
24108         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24109
24110         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24111         RealPad.
24112
24113 2005-06-02  Wim Taymans  <wim@fluendo.com>
24114
24115         * gst-libs/gst/net/Makefile.am:
24116         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24117         * pkgconfig/gstreamer-libs.pc.in:
24118         Added net stuff, version net lib.
24119
24120 2005-06-02  Wim Taymans  <wim@fluendo.com>
24121
24122         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24123         (query_rates), (query_positions_elems), (query_positions_pads),
24124         (do_seek):
24125         Updated seek example.
24126
24127 2005-06-02  Andy Wingo  <wingo@pobox.com>
24128
24129         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24130         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24131         list.
24132
24133         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24134         remove the typefind, the bin dispose will do it for us. When it's
24135         removed and unreffed, the signal handler will be disconnected,
24136         too.
24137         (unlinked): It's too difficult to disconnect from unlinked
24138         handlers, as they are on pads not elements. Just punt if the pads
24139         aren't grandkids of the bin.
24140
24141 2005-06-02  Wim Taymans  <wim@fluendo.com>
24142
24143         * ext/ogg/README:
24144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24145         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24146         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24147         * ext/theora/theoradec.c: (theora_dec_src_query),
24148         (theora_handle_data_packet):
24149         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24150         (theora_enc_chain):
24151         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24152         (vorbis_handle_data_packet):
24153         * gst/audioconvert/bufferframesconvert.c:
24154         (buffer_frames_convert_chain):
24155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24156         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24157         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24158         (gst_ffmpegcsp_chain):
24159         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24160         (gst_videorate_getcaps), (gst_videorate_setcaps),
24161         (gst_videorate_event), (gst_videorate_chain):
24162         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24163         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24164         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24165         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24166         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24167         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24168         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24169         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24170         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24171         Cleanups and buffer alloc.
24172
24173 2005-05-31  Wim Taymans  <wim@fluendo.com>
24174
24175         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24176         Don't try to call the delay method when the device is not
24177         opened.
24178
24179 2005-05-31  Wim Taymans  <wim@fluendo.com>
24180
24181         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24182         Get actual segment size and buffer size after opening
24183         the device.
24184
24185 2005-05-30  Wim Taymans  <wim@fluendo.com>
24186
24187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24188         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24189         Also FLUSH upstream, makes the loop function exit faster.
24190         
24191         * ext/theora/theoradec.c: (theora_dec_src_query):
24192         Some more debug info in the query.
24193         
24194         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24195         (gst_ximagesink_setcaps):
24196         Release lock on par error, better error reporting.
24197
24198 2005-05-26  Wim Taymans  <wim@fluendo.com>
24199
24200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24201         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24202         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24203         Clear chains in READY
24204         Queue packets until the chain is activated.
24205
24206 2005-05-25  Wim Taymans  <wim@fluendo.com>
24207
24208         * gst-libs/gst/audio/gstaudiosink.c:
24209         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24210         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24211         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24212         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24213         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24214         (gst_audiosink_create_ringbuffer):
24215         * gst-libs/gst/audio/gstbaseaudiosink.c:
24216         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24217         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24218         (gst_baseaudiosink_set_property), (build_linear_format),
24219         (debug_spec_caps), (debug_spec_buffer),
24220         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24221         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24222         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24223         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24224         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24225         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24226         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24227         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24228         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24229         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24230         (wait_segment), (gst_ringbuffer_commit),
24231         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24232         (gst_ringbuffer_clear):
24233         Various small cleanups.
24234
24235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24236         (gst_audio_convert_change_state):
24237         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24238         No need to take the locks anymore.
24239
24240 2005-05-25  Wim Taymans  <wim@fluendo.com>
24241
24242         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24243         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24244         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24245         (type_found):
24246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24247         (group_destroy), (group_commit), (queue_overrun),
24248         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24249         (mute_stream), (new_decoded_pad), (setup_substreams),
24250         (setup_source), (mute_group_type), (set_active_source),
24251         (gst_play_base_bin_change_state):
24252         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24253         (gen_video_element), (gen_text_element), (gen_audio_element),
24254         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24255         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24256         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24257         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24258         Some playbin cleanups mostly refcounting sloppyness.
24259
24260 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24261
24262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24263           Work with streaming input.
24264
24265 2005-05-25  Wim Taymans  <wim@fluendo.com>
24266
24267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24268         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24269         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24270         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24271         No need to take the STREAM lock anymore.
24272
24273 2005-05-25  Wim Taymans  <wim@fluendo.com>
24274
24275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24276         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24277         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24278         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24279         (gst_ogg_demux_sink_activate):
24280         * ext/theora/theoradec.c: (theora_dec_src_event),
24281         (theora_handle_comment_packet), (theora_dec_chain),
24282         (theora_dec_change_state):
24283         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24284         (vorbis_handle_data_packet), (vorbis_dec_chain),
24285         (vorbis_dec_change_state):
24286         Remove STREAM locks as they are taken in core now.
24287         Never set bogus granulepos on vorbis/theora.
24288         Fix leaks in theoradec tag parsing.
24289
24290 2005-05-25  Wim Taymans  <wim@fluendo.com>
24291
24292         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24293         Fix memleaks, GST_BUFFER_DATA() is not freed.
24294
24295 2005-05-25  Wim Taymans  <wim@fluendo.com>
24296
24297         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24298         Open non-blocking, set to blocking mode afterwards to avoid
24299         lockups when audio device is busy.
24300
24301 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24302
24303         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24304           This can't be good.
24305
24306 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24307
24308         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24309         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24310         (gst_audio_convert_setcaps):
24311           Implement instant setup switching.
24312
24313 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24314
24315         * gst/playback/gstplaybasebin.c: (probe_triggered):
24316           Fix missing unlock.
24317         * gst/playback/gstplaybin.c: (add_sink):
24318           First add, then link (otherwise pad link fails).
24319
24320 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24321
24322         * examples/Makefile.am:
24323         fix buildbot (make distcheck)
24324
24325 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24326
24327         * gst/playback/gstplaybin.c: (gen_vis_element):
24328           Remove some wrong code. Doesn't work yet.
24329
24330 2005-05-19  Wim Taymans  <wim@fluendo.com>
24331
24332         * gst-libs/gst/net/Makefile.am:
24333         * gst-libs/gst/net/README:
24334         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24335         (gst_netbuffer_class_init), (gst_netbuffer_init),
24336         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24337         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24338         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24339         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24340         * gst-libs/gst/net/gstnetbuffer.h:
24341         Added buffer subclass to store extra to/from addresses for
24342         network sources/sinks.
24343
24344 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24345
24346         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24347           Don't lock an unassigned variable.
24348
24349 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24350
24351         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24352           Increase buffer for video, decrease buffer for other media types.
24353         * gst/playback/gstplaybin.c: (gen_video_element),
24354         (gen_audio_element):
24355           Change names for debugging purposes.
24356
24357 2005-05-18  Wim Taymans  <wim@fluendo.com>
24358
24359         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24360         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24361         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24362         (gst_ffmpegcsp_chain):
24363         Enable buffer alloc passthrough if the source and dest
24364         formats are the same.
24365
24366 2005-05-17  Wim Taymans  <wim@fluendo.com>
24367
24368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24369         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24370         (gst_ogg_demux_chain_unlocked):
24371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24372         (gst_audio_convert_caps_remove_format_info),
24373         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24374         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24376         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24377         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24378         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24379         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24380         (gst_ffmpegcsp_get_property):
24381         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24382         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24383         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24384         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24385         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24386         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24387         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24388         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24389         Leak fixes in oggdemux.
24390         Some cleanups in audioconvert.
24391         Make passthrough work along with buffer_alloc etc.
24392         Make buffer_alloc and buffer recycling actually work in
24393         xvimagesink.
24394
24395 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24396
24397         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24398           make the compiler happy
24399
24400 2005-05-17  Wim Taymans  <wim@fluendo.com>
24401
24402         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24403         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24404         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24405         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24406         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24407         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24408         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24409         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24410         (gst_xvimagesink_set_xwindow_id):
24411         * sys/xvimage/xvimagesink.h:
24412         Port xvimagesink to new MiniObject.
24413
24414 2005-05-17  Wim Taymans  <wim@fluendo.com>
24415
24416         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24417         (gst_audiofilter_chain):
24418         * gst-libs/gst/audio/gstaudiosink.c:
24419         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24420         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24421         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24422         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24423         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24424         (gst_audiosink_create_ringbuffer):
24425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24426         (gst_audio_convert_caps_remove_format_info),
24427         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24428         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24430         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24431         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24432         Fix passthrough in ffmpegcolorspace.
24433         Fix memset in audiosink on wrong memory.
24434
24435 2005-05-16  David Schleef  <ds@schleef.org>
24436
24437         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24438         to GstMiniObject.
24439
24440 2005-05-16  David Schleef  <ds@schleef.org>
24441
24442         Port from GstData to GstMiniObject.
24443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24445         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24446         (gst_ogg_mux_collected):
24447         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24448         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24449         (theora_handle_data_packet):
24450         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24451         (theora_set_header_on_caps), (theora_enc_chain):
24452         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24453         (vorbis_handle_comment_packet):
24454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24455         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24456         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24457         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24458         * gst/audioconvert/gstaudioconvert.c:
24459         (gst_audio_convert_get_buffer):
24460         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24461         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24462         (mute_stream), (silence_stream):
24463         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24464         * gst/volume/gstvolume.c: (volume_transform):
24465         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24466         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24467         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24468         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24469         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24470         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24471         (gst_ximagesink_buffer_alloc):
24472         * sys/ximage/ximagesink.h:
24473
24474 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24475
24476         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24477         (fill_buffer), (check_queue), (queue_threshold_reached),
24478         (queue_out_of_data):
24479         * gst/playback/gstplaybasebin.h:
24480           Post buffer-fullness on the bus.
24481
24482 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24483
24484         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24485         (try_to_link_1):
24486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24487         (group_commit), (probe_triggered), (setup_source),
24488         (gst_play_base_bin_change_state):
24489         * gst/playback/gstplaybasebin.h:
24490         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24491         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24492         (gst_play_bin_change_state):
24493           Move setup_output_pads into a virtual function, remove
24494           group-switch (no longer needed) and redirect (handled by bus
24495           now) signals.
24496
24497 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24498
24499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24500         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24501         (get_active_group), (get_building_group), (group_destroy),
24502         (group_commit), (check_queue), (queue_overrun),
24503         (queue_threshold_reached), (queue_out_of_data),
24504         (gen_preroll_element), (remove_groups), (unknown_type),
24505         (add_element_stream), (no_more_pads), (probe_triggered),
24506         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24507         (setup_substreams), (setup_source), (finish_source),
24508         (prepare_output), (muted_group_change_state),
24509         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24510         (gst_play_base_bin_change_state):
24511         * gst/playback/gstplaybasebin.h:
24512         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24513         (gst_play_bin_init), (gst_play_bin_set_property),
24514         (gen_video_element), (gen_text_element), (gen_audio_element),
24515         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24516         (gst_play_bin_change_state):
24517         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24518         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24519         (stream_info_change_state), (gst_stream_info_set_mute),
24520         (gst_stream_info_get_property):
24521         * gst/playback/gststreaminfo.h:
24522         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24523         (gst_stream_selector_get_linked_pad),
24524         (gst_stream_selector_getcaps),
24525         (gst_stream_selector_get_linked_pads),
24526         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24527         * gst/playback/gststreamselector.h:
24528           Rough port of playbin. Needs some more work, but is mostly done,
24529           and uses a few locks in important places, which should make stuff
24530           like chain-switches clean. Still uses GST_STATE() in a few places,
24531           which isn't all that good an idea, subtitles/elements disabled
24532           because no elements to test with and thus probably broken, query
24533           and event handling moved to GstBin, internal thread removed
24534           alltogether because the pipeline does that for us now. Can play
24535           Ogg/Vorbis files. Haven't tested anything else yet.
24536
24537 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24538
24539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24540           Do no-more-pads (needed for autoplugging).
24541
24542 2005-05-10  Andy Wingo  <wingo@pobox.com>
24543
24544         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24545         message to the bus with the tags. Still not sent downstream tho.
24546
24547         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24548         get_parent.
24549         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24550         avoid refcounting hassles.
24551
24552 2005-05-09  Andy Wingo  <wingo@pobox.com>
24553
24554         * gst/volume/Makefile.am:
24555         * gst/volume/demo.c
24556         * gst/volume/gstvolume.h
24557         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24558         basetransform. Probably need an audio filter base class.
24559
24560 2005-05-09  Wim Taymans  <wim@fluendo.com>
24561
24562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24563         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24564         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24565         (gst_vorbisenc_chain):
24566         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24567         (gst_audio_convert_caps_remove_format_info),
24568         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24569         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24570         Make caps writable before writing to it.
24571         Fix negotiation in audioconvert some more.
24572
24573 2005-05-09  Wim Taymans  <wim@fluendo.com>
24574
24575         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24576         (gst_videorate_getcaps), (gst_videorate_setcaps),
24577         (gst_videorate_event), (gst_videorate_chain):
24578         Better negotiation.
24579
24580 2005-05-09  Wim Taymans  <wim@fluendo.com>
24581
24582         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24583         (gst_videorate_getcaps), (gst_videorate_setcaps),
24584         (gst_videorate_blank_data), (gst_videorate_init),
24585         (gst_videorate_event), (gst_videorate_chain),
24586         (gst_videorate_change_state):
24587         Port videorate, do a better job at negotiation while we're at
24588         it.
24589
24590 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24591
24592         * configure.ac:
24593           Disable libvisual
24594
24595         * examples/Makefile.am:
24596         * gst-libs/gst/audio/Makefile.am:
24597         * gst-libs/gst/riff/Makefile.am:
24598         * gst-libs/gst/tag/Makefile.am:
24599         * gst-libs/gst/video/Makefile.am:
24600           Fixups for missing variables.
24601
24602 2005-05-09  Wim Taymans  <wim@fluendo.com>
24603
24604         * examples/seeking/seek.c: (make_theora_pipeline),
24605         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24606         (query_rates), (query_positions_elems), (query_positions_pads),
24607         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24609         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24610         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24611         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24612         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24614         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24615         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24616         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24617         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24618         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24619         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24620         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24621         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24622         (theora_dec_src_convert), (theora_dec_sink_convert),
24623         (theora_dec_src_query), (theora_dec_sink_query),
24624         (theora_dec_src_event), (theora_dec_sink_event),
24625         (theora_handle_comment_packet), (theora_handle_type_packet),
24626         (theora_handle_header_packet), (theora_handle_data_packet),
24627         (theora_dec_chain):
24628         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24629         (vorbis_dec_convert), (vorbis_dec_src_query),
24630         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24631         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24632         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24633         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24634         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24635         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24636         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24637         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24638         (gst_play_bin_query):
24639         * gst/playback/test3.c: (update_scale):
24640         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24641         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24642         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24643         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24644         (gst_videotestsrc_src_query):
24645         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24646         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24647         (paint_hline_YUV9):
24648         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24649         Port to new query API.
24650         Updated seek.
24651         Cleanups in x[v]imagesink
24652
24653 2005-05-09  Andy Wingo  <wingo@pobox.com>
24654
24655         * ext/alsa/gstalsasink.h:
24656         * ext/gnomevfs/gstgnomevfssrc.c:
24657         (gst_gnomevfssrc_get_icy_metadata):
24658         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24659         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24660         * ext/theora/theoradec.c (theora_dec_src_query)
24661         (theora_dec_src_event, theora_dec_sink_event)
24662         (theora_handle_comment_packet, theora_handle_data_packet):
24663         * ext/theora/theoraenc.c (theora_enc_chain):
24664         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24665         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24666         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24667         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24668         (qt_type_find):
24669         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24670         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24671         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24672         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24673         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24674         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24675         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24676         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24677         (paint_setup_RGB565, paint_setup_xRGB1555):
24678         * gst/videotestsrc/videotestsrc.h:
24679         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24680         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24681         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24682         GCC4 fixes.
24683         
24684         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24685         gst_pad_query_position. Fixes oggdemux.
24686
24687 2005-05-08  David Schleef  <ds@schleef.org>
24688
24689         * configure.ac: Require liboil.
24690         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24691         a few more.
24692         * gst/videotestsrc/videotestsrc.c:
24693         * gst/videotestsrc/videotestsrc.h:
24694
24695 2005-05-06  Wim Taymans  <wim@fluendo.com>
24696
24697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24698         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24699         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24700         Well, unreffing a buffer right before pushing it is asking
24701         for trouble..
24702
24703 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24704
24705         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24706
24707 2005-05-06  Wim Taymans  <wim@fluendo.com>
24708
24709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24710         (gst_audio_convert_caps_remove_format_info),
24711         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24712         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24714         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24715         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24716         * gst/sine/Makefile.am:
24717         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24718         (gst_sinesrc_class_init), (gst_sinesrc_init),
24719         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24720         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24721         (gst_sinesrc_update_freq):
24722         * gst/sine/gstsinesrc.h:
24723         * gst/tcp/gstmultifdsink.c:
24724         * sys/xvimage/xvimagesink.c:
24725         Fixed negotiation wrt _peer_get_caps()
24726         Some cleanups.
24727
24728
24729 2005-05-06  Wim Taymans  <wim@fluendo.com>
24730
24731         * gst-libs/gst/audio/gstaudiosink.c:
24732         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24733         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24734         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24735         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24736         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24737         (gst_audiosink_create_ringbuffer):
24738         * gst-libs/gst/audio/gstbaseaudiosink.c:
24739         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24740         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24741         (gst_baseaudiosink_set_property), (build_linear_format),
24742         (debug_spec_caps), (debug_spec_buffer),
24743         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24744         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24745         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24746         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24747         * gst-libs/gst/audio/gstbaseaudiosink.h:
24748         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24749         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24750         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24751         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24752         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24753         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24754         (wait_segment), (gst_ringbuffer_commit),
24755         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24756         (gst_ringbuffer_clear):
24757         * gst-libs/gst/audio/gstringbuffer.h:
24758         Make the base audiosink return an error when there is no
24759         audiobuffer negotiated.
24760
24761 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24762
24763         * ext/Makefile.am:
24764         Disable cdparanoia until someone ports it!
24765
24766 2005-05-06  Wim Taymans  <wim@fluendo.com>
24767
24768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24769         (gst_ogg_demux_sink_activate):
24770         And revert after wingo's revert.. sigh..
24771
24772 2005-05-05  Andy Wingo  <wingo@pobox.com>
24773
24774         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24775         GObject.
24776         * configure.ac: Return audiorate and subparse from the ghetto.
24777         Re-enable -Wall -Werror.
24778         * gst/subparse/gstsubparse.c:
24779         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24780         or chain-based. Cleaned up a bit. Not tested.
24781         
24782 2005-05-05  Christian Schaller <christian@fluendo.com> 
24783
24784         * Makefile.am: remove stuff that is not building
24785         * configure.ac: remove stuff that is not building
24786         * examples/Makefile.am: remove stuff that is not building
24787         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24788         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24789         * sys/Makefile.am: remove stuff that is not building
24790         * testsuite/Makefile.am: remove stuff that is not building
24791
24792 2005-05-05  Andy Wingo  <wingo@pobox.com>
24793
24794         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24795         * gst-libs/gst/tag/gstvorbistag.c:
24796         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24797         * gst/adder/gstadder.h:
24798         * gst/audioconvert/gstchannelmix.c:
24799         (gst_audio_convert_fill_one_other):
24800         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24801         (gst_audiorate_init), (gst_audiorate_chain):
24802         * gst/playback/gstplaybasebin.c: (setup_source):
24803         * gst/playback/test3.c: (update_scale):
24804         Some GCC4 fixes
24805         
24806         * po/af.po:
24807         * po/az.po:
24808         * po/cs.po:
24809         * po/en_GB.po:
24810         * po/hu.po:
24811         * po/it.po:
24812         * po/nb.po:
24813         * po/nl.po:
24814         * po/or.po:
24815         * po/sq.po:
24816         * po/sr.po:
24817         * po/sv.po:
24818         * po/uk.po:
24819         * po/vi.po: Foo
24820
24821 2005-05-05  Wim Taymans  <wim@fluendo.com>
24822
24823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24824         (gst_audio_convert_caps_remove_format_info),
24825         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24826         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24827         * gst/videotestsrc/gstvideotestsrc.c:
24828         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24829         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24830         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24831         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24832         Don't ignore _push() return values.
24833         Make sure no processing is done when shutting down.
24834         Videotestsrc pad activation fix.
24835
24836 2005-05-05  Wim Taymans  <wim@fluendo.com>
24837
24838         * gst/adder/Makefile.am:
24839         * gst/adder/gstadder.c: (gst_adder_setcaps),
24840         (gst_adder_class_init), (gst_adder_init),
24841         (gst_adder_request_new_pad), (gst_adder_collected),
24842         (gst_adder_change_state):
24843         * gst/adder/gstadder.h:
24844         Ported adder as an example of a mixer element using
24845         collect pads. Needs more negotiation work.
24846
24847 2005-05-05  Wim Taymans  <wim@fluendo.com>
24848
24849         * ext/theora/theoradec.c: (_inc_granulepos),
24850         (theora_dec_src_event), (theora_dec_sink_event),
24851         (theora_handle_comment_packet), (theora_handle_type_packet),
24852         (theora_handle_header_packet), (theora_handle_data_packet),
24853         (theora_dec_chain):
24854         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24855         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24856         (theora_push_buffer), (theora_push_packet),
24857         (theora_enc_sink_event), (theora_enc_chain),
24858         (theora_enc_change_state), (theora_enc_set_property),
24859         (theora_enc_get_property):
24860         Added stream lock to decoder so that we can serialize
24861         the discont event.
24862         More theoraenc porting, recover from errors, do clean
24863         shutdown.
24864
24865 2005-05-05  Wim Taymans  <wim@fluendo.com>
24866
24867         * ext/ogg/Makefile.am:
24868         * ext/ogg/README:
24869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24870         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24871         (gst_ogg_print):
24872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24873         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24874         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24875         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24876         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24877         (gst_ogg_mux_change_state):
24878         Ported ogg muxer.
24879
24880 2005-05-05  Wim Taymans  <wim@fluendo.com>
24881
24882         * docs/design-audiosinks.txt:
24883         * gst-libs/gst/audio/TODO:
24884         * gst-libs/gst/audio/gstaudiosink.c:
24885         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24886         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24887         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24888         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24889         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24890         (gst_audiosink_create_ringbuffer):
24891         * gst-libs/gst/audio/gstbaseaudiosink.c:
24892         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24893         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24894         (gst_baseaudiosink_set_property), (build_linear_format),
24895         (debug_spec_caps), (debug_spec_buffer),
24896         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24897         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24898         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24899         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24900         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24901         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24902         (gst_ringbuffer_release), (gst_ringbuffer_play),
24903         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24904         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24905         (gst_ringbuffer_set_sample), (wait_segment),
24906         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24907         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24908         More work on the audiosink, mostly debugging and a race in
24909         shutdown.
24910
24911 2005-04-28  Wim Taymans  <wim@fluendo.com>
24912
24913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24914         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24915         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24916         (vorbis_dec_src_query), (vorbis_dec_src_event),
24917         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24918         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24919         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24920         Don't crap out when seeking back to position 0.
24921
24922 2005-04-28  Wim Taymans  <wim@fluendo.com>
24923
24924         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24925         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24926         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24927         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24928         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24929         Make audio sink configurable, use alsasink as default.
24930
24931 2005-04-28  Wim Taymans  <wim@fluendo.com>
24932
24933         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24934         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24935         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24936         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24937         (vorbis_dec_change_state):
24938         * ext/vorbis/vorbisdec.h:
24939         Refactor, use STREAM_LOCK.
24940
24941 2005-04-28  Wim Taymans  <wim@fluendo.com>
24942
24943         * ext/theora/theoradec.c: (_inc_granulepos),
24944         (theora_dec_sink_event), (theora_handle_comment_packet),
24945         (theora_handle_type_packet), (theora_handle_header_packet),
24946         (theora_handle_data_packet), (theora_dec_chain),
24947         (theora_dec_change_state):
24948         Refactor a bit, use STREAM_LOCK.
24949
24950 2005-04-28  Wim Taymans  <wim@fluendo.com>
24951
24952         * ext/alsa/Makefile.am:
24953         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24954         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24955         (gst_alsa_link), (gst_alsa_close_audio):
24956         * ext/alsa/gstalsaplugin.c: (plugin_init):
24957         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24958         (gst_alsasink_dispose), (gst_alsasink_base_init),
24959         (gst_alsasink_class_init), (gst_alsasink_init),
24960         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24961         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24962         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24963         (gst_alsasink_reset):
24964         * ext/alsa/gstalsasink.h:
24965         Implement alsasink with simple open/write/close API. 
24966         Make alsa dir build by disabling compilation of code.
24967
24968 2005-04-28  Wim Taymans  <wim@fluendo.com>
24969
24970         * gst-libs/gst/audio/Makefile.am:
24971         * gst-libs/gst/audio/audio.h:
24972         * gst-libs/gst/audio/audioclock.c:
24973         * gst-libs/gst/audio/audioclock.h:
24974         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24975         (gst_audio_clock_class_init), (gst_audio_clock_init),
24976         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24977         * gst-libs/gst/audio/gstaudioclock.h:
24978         * gst-libs/gst/audio/gstaudiosink.c:
24979         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24980         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24981         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24982         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24983         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24984         (gst_audiosink_create_ringbuffer):
24985         * gst-libs/gst/audio/gstbaseaudiosink.c:
24986         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24987         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24988         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24989         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24990         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24991         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24992         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24993         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24994         * gst-libs/gst/audio/gstbaseaudiosink.h:
24995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24996         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24997         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24998         (gst_ringbuffer_release), (gst_ringbuffer_play),
24999         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25000         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25001         (gst_ringbuffer_set_sample), (wait_segment),
25002         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25003         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25004         * gst-libs/gst/audio/gstringbuffer.h:
25005         Make ringbuffer faster and more simple by removing the locks
25006         in the playback thread.
25007         Add sample accurate playback based on buffer sample offsets.
25008         Make the baseaudiosink provide a clock.
25009         Parse caps in the base class.
25010         Correctly handle seeking, flushing and state changes.
25011
25012 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25013
25014         * configure.ac:
25015         * gst/audioconvert/Makefile.am:
25016         * gst/audioscale/Makefile.am:
25017           Fix part of the build.  Come on guys, autogen didn't even work :)
25018
25019 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25020
25021         * configure.ac:
25022         * gst-libs/gst/Makefile.am:
25023         * gst-libs/gst/media-info/.cvsignore:
25024         * gst-libs/gst/media-info/Makefile.am:
25025         * gst-libs/gst/media-info/README:
25026         * gst-libs/gst/media-info/media-info-priv.c:
25027         * gst-libs/gst/media-info/media-info-priv.h:
25028         * gst-libs/gst/media-info/media-info-test.c:
25029         * gst-libs/gst/media-info/media-info.c:
25030         * gst-libs/gst/media-info/media-info.h:
25031         * gst-libs/gst/media-info/media-info.vcproj:
25032         * pkgconfig/Makefile.am:
25033         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25034         * pkgconfig/gstreamer-media-info.pc.in:
25035           Remove media-info, which is also successed by playbin (see Totem
25036           implementation).
25037
25038 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25039
25040         * configure.ac:
25041         * examples/Makefile.am:
25042         * examples/gstplay/.cvsignore:
25043         * examples/gstplay/Makefile.am:
25044         * examples/gstplay/player.c:
25045         * gst-libs/gst/Makefile.am:
25046         * gst-libs/gst/play/.cvsignore:
25047         * gst-libs/gst/play/Makefile.am:
25048         * gst-libs/gst/play/play.c:
25049         * gst-libs/gst/play/play.h:
25050         * gst-libs/gst/play/play.vcproj:
25051         * pkgconfig/Makefile.am:
25052         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25053         * pkgconfig/gstreamer-play.pc.in:
25054           Remove libgstplay, playbin is now the official successor.
25055
25056 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25057
25058         * configure.ac:
25059         * gst-libs/gst/Makefile.am:
25060         * gst-libs/gst/xwindowlistener/Makefile.am:
25061         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25062         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25063           Remove deprecated xwindowlistener (I've moved xwindowlistening
25064           in the v4l/v4l2 plugins over to serverside).
25065
25066 2005-04-25  David Schleef  <ds@schleef.org>
25067
25068         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25069         to examples/dynparams.  Examples do not belong interspersed with
25070         source code.
25071         * examples/dynparams/demo-dparams.c:
25072         * gst/sine/Makefile.am:
25073         * gst/sine/demo-dparams.c:
25074
25075 2005-04-25  David Schleef  <ds@schleef.org>
25076
25077         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25078         * gst-libs/gst/audio/Makefile.am:
25079         * gst-libs/gst/riff/Makefile.am:
25080         * gst-libs/gst/tag/Makefile.am:
25081         * gst-libs/gst/video/Makefile.am:
25082         * gst-libs/gst/xwindowlistener/Makefile.am:
25083
25084         Convert to 0.9 API, seems to work:
25085         * sys/ximage/Makefile.am:
25086         * sys/ximage/ximagesink.c:
25087
25088 2005-04-24  David Schleef  <ds@schleef.org>
25089
25090         Link plugins against libraries:
25091         * ext/alsa/Makefile.am:
25092         * gst/tcp/Makefile.am:
25093
25094         Remove asm code that should be in liboil
25095         * gst/videoscale/Makefile.am:
25096         * gst/videoscale/videoscale_x86_asm.s:
25097
25098         gettext wants these checked in:
25099         * po/af.po:
25100         * po/az.po:
25101         * po/cs.po:
25102         * po/en_GB.po:
25103         * po/hu.po:
25104         * po/it.po:
25105         * po/nb.po:
25106         * po/nl.po:
25107         * po/or.po:
25108         * po/sq.po:
25109         * po/sr.po:
25110         * po/sv.po:
25111         * po/uk.po:
25112         * po/vi.po:
25113
25114 2005-04-24  David Schleef  <ds@schleef.org>
25115
25116         Convert gst_main() to g_main_loop_run()
25117         * gst/playback/decodetest.c: (main):
25118         * gst/playback/test2.c: (main):
25119         * gst/playback/test3.c: (main):
25120         * gst/playback/test4.c: (main):
25121
25122         Link plugins against libraries:
25123         * ext/libvisual/Makefile.am:
25124         * sys/xvimage/Makefile.am:
25125
25126 2005-04-24  David Schleef  <ds@schleef.org>
25127
25128         * configure.ac: Remove idct and resample libs
25129         * gst-libs/gst/Makefile.am: same
25130
25131         Remove usage of gst_library_load():
25132         * ext/alsa/gstalsaplugin.c: (plugin_init):
25133         * ext/libvisual/visual.c: (plugin_init):
25134         * ext/ogg/gstogg.c: (plugin_init):
25135         * ext/theora/theora.c: (plugin_init):
25136         * ext/vorbis/vorbis.c: (plugin_init):
25137         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25138         * gst/audioscale/gstaudioscale.c:
25139         * gst/adder/gstadder.c: (plugin_init):
25140         * gst/audioconvert/plugin.c: (plugin_init):
25141         * sys/ximage/ximagesink.c: (plugin_init):
25142         * sys/xvimage/xvimagesink.c: (plugin_init):
25143         * gst/tcp/gsttcpplugin.c: (plugin_init):
25144
25145         Link plugins against libraries:
25146         * ext/ogg/Makefile.am:
25147         * ext/theora/Makefile.am:
25148         * ext/vorbis/Makefile.am:
25149         * gst/audioconvert/Makefile.am:
25150
25151         Create proper libraries:
25152         * gst-libs/gst/riff/Makefile.am:
25153         * gst-libs/gst/audio/Makefile.am:
25154         * gst-libs/gst/video/Makefile.am:
25155
25156         Move resample library to audioscale plugin directory:
25157         * gst-libs/gst/resample/Makefile.am:
25158         * gst-libs/gst/resample/README:
25159         * gst-libs/gst/resample/dtof.c:
25160         * gst-libs/gst/resample/dtos.c:
25161         * gst-libs/gst/resample/functable.c:
25162         * gst-libs/gst/resample/private.h:
25163         * gst-libs/gst/resample/resample.c:
25164         * gst-libs/gst/resample/resample.h:
25165         * gst-libs/gst/resample/resample.vcproj:
25166         * gst-libs/gst/resample/test.c:
25167         * gst/audioscale/Makefile.am:
25168         * gst/audioscale/README:
25169         * gst/audioscale/dtof.c:
25170         * gst/audioscale/dtos.c:
25171         * gst/audioscale/functable.c:
25172         * gst/audioscale/private.h:
25173         * gst/audioscale/resample.c:
25174         * gst/audioscale/resample.h:
25175         * gst/audioscale/test.c:
25176
25177         Move tagedit library to gst-libs:
25178         * gst-libs/gst/tag/Makefile.am:
25179         * gst-libs/gst/tag/gstid3tag.c:
25180         * gst-libs/gst/tag/gsttagediting.c:
25181         * gst-libs/gst/tag/gsttageditingprivate.h:
25182         * gst-libs/gst/tag/gstvorbistag.c:
25183         * gst/tags/Makefile.am:
25184         * gst/tags/gstid3tag.c:
25185         * gst/tags/gstvorbistag.c:
25186
25187         Fix for core changes:
25188         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25189         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25190         (gst_sinesrc_getrange):
25191
25192 2005-04-23  David Schleef  <ds@schleef.org>
25193
25194         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25195         in gst-plugins in a long time, and properly belongs in liboil.
25196         * gst-libs/gst/idct/Makefile.am:
25197         * gst-libs/gst/idct/README:
25198         * gst-libs/gst/idct/dct.h:
25199         * gst-libs/gst/idct/doieee:
25200         * gst-libs/gst/idct/fastintidct.c:
25201         * gst-libs/gst/idct/floatidct.c:
25202         * gst-libs/gst/idct/idct.c:
25203         * gst-libs/gst/idct/idct.h:
25204         * gst-libs/gst/idct/idtc.vcproj:
25205         * gst-libs/gst/idct/ieeetest.c:
25206         * gst-libs/gst/idct/intidct.c:
25207
25208 2005-04-20  Wim Taymans  <wim@fluendo.com>
25209
25210         * docs/design-audiosinks.txt:
25211         * gst-libs/gst/audio/Makefile.am:
25212         * gst-libs/gst/audio/TODO:
25213         * gst-libs/gst/audio/gstaudiosink.c:
25214         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25215         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25216         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25217         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25218         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25219         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25220         (gst_audiosink_class_init), (gst_audiosink_init),
25221         (gst_audiosink_create_ringbuffer):
25222         * gst-libs/gst/audio/gstaudiosink.h:
25223         * gst-libs/gst/audio/gstbaseaudiosink.c:
25224         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25225         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25226         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25227         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25228         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25229         (gst_baseaudiosink_create_ringbuffer),
25230         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25231         * gst-libs/gst/audio/gstbaseaudiosink.h:
25232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25233         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25234         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25235         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25236         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25237         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25238         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25239         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25240         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25241         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25242         * gst-libs/gst/audio/gstringbuffer.h:
25243         An attempt at a set of audio base classes together with some
25244         design docs.
25245
25246 2005-04-20  Wim Taymans  <wim@fluendo.com>
25247
25248         * gst/audioconvert/Makefile.am:
25249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25250         (gst_audio_convert_caps_remove_format_info),
25251         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25252         (gst_audio_convert_channels):
25253         Link against audio libs.
25254         Fix audio convert plugin.
25255
25256 2005-04-20  Wim Taymans  <wim@fluendo.com>
25257
25258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25259         (gst_ogg_demux_sink_activate):
25260         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25261         (theora_set_header_on_caps), (theora_enc_sink_event),
25262         (theora_enc_chain):
25263         Fix theora encoder.
25264
25265 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25266
25267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25268         * gst/playback/gstdecodebin.c: (find_compatibles):
25269           Work with staticpadtemplates in elementfactories.
25270
25271 2005-04-12  Wim Taymans  <wim@fluendo.com>
25272
25273         * gst/playback/README:
25274         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25275         (compare_ranks), (print_feature), (gst_decode_bin_init),
25276         (dynamic_create), (dynamic_free), (find_compatibles),
25277         (mimetype_is_raw), (close_pad_link), (got_redirect),
25278         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25279         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25280         (gst_decode_bin_change_state):
25281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25282         (gst_play_base_bin_init), (group_destroy), (group_commit),
25283         (check_queue), (queue_overrun), (queue_threshold_reached),
25284         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25285         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25286         (got_redirect), (setup_source), (play_base_eos),
25287         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25288         (gst_play_base_bin_remove_element):
25289         * gst/playback/gstplaybasebin.h:
25290         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25291         (gst_play_bin_init), (gst_play_bin_dispose),
25292         (gst_play_bin_set_property), (gen_video_element),
25293         (gen_text_element), (gen_audio_element), (remove_sinks),
25294         (gst_play_bin_send_event):
25295         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25296         (stream_info_change_state), (gst_stream_info_set_mute):
25297         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25298         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25299         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25300         (gst_stream_selector_chain):
25301         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25302         (main):
25303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25304         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25305         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25306         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25307         Raw and crude port of decodebin. 
25308         Make playbin compile.
25309
25310 2005-04-06  Wim Taymans  <wim@fluendo.com>
25311
25312         * ext/gnomevfs/Makefile.am:
25313         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25314         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25315         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25316         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25317         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25318         (gst_gnomevfssrc_stop):
25319         * ext/ogg/Makefile.am:
25320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25321         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25322         * ext/theora/Makefile.am:
25323         * ext/theora/theoradec.c: (_inc_granulepos),
25324         (theora_dec_sink_event), (theora_dec_chain):
25325         * ext/vorbis/Makefile.am:
25326         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25327         (vorbis_dec_sink_event), (vorbis_dec_chain):
25328         * gst-libs/gst/audio/Makefile.am:
25329         * sys/xvimage/Makefile.am:
25330         Make gnomevfssrc extend the source base class.
25331         Fix linking against libs in various plugins.
25332
25333 2005-04-06  Andy Wingo  <wingo@pobox.com>
25334
25335         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25336         GST_BASE_LIBS.
25337
25338         * configure.ac: Add check and AC_SUBST for libgstbase.
25339
25340 2005-03-31  Wim Taymans  <wim@fluendo.com>
25341
25342         * examples/seeking/Makefile.am:
25343         * examples/seeking/cdparanoia.c: (main):
25344         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25345         (play_cb), (pause_cb), (stop_cb), (main):
25346         * examples/seeking/playbin.c:
25347         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25348         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25349         (make_sid_pipeline), (make_vorbis_pipeline),
25350         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25351         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25352         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25353         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25354         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25355         (stop_cb), (main):
25356         * examples/seeking/spider_seek.c:
25357         * examples/seeking/vorbisfile.c:
25358         * ext/gnomevfs/Makefile.am:
25359         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25360         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25361         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25362         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25363         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25364         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25365         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25366         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25367         * ext/ogg/README:
25368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25369         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25370         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25371         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25372         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25373         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25374         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25375         (gst_ogg_demux_factory_filter), (compare_ranks),
25376         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25377         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25378         (gst_ogg_chain_new), (gst_ogg_chain_free),
25379         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25380         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25381         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25382         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25383         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25384         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25385         (gst_ogg_demux_get_prev_page),
25386         (gst_ogg_demux_deactivate_current_chain),
25387         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25388         (gst_ogg_demux_bisect_forward_serialno),
25389         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25390         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25391         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25392         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25393         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25394         (gst_ogg_demux_change_state), (gst_ogg_print):
25395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25396         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25397         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25398         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25399         (gst_ogg_mux_loop):
25400         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25401         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25402         (theora_dec_src_convert), (theora_dec_sink_convert),
25403         (theora_dec_src_query), (theora_dec_src_event),
25404         (theora_dec_sink_event), (theora_dec_chain),
25405         (theora_dec_change_state):
25406         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25407         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25408         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25409         (theora_enc_change_state):
25410         * ext/vorbis/Makefile.am:
25411         * ext/vorbis/oggvorbisenc.c:
25412         * ext/vorbis/oggvorbisenc.h:
25413         * ext/vorbis/vorbis.c: (plugin_init):
25414         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25415         (vorbis_dec_src_query), (vorbis_dec_src_event),
25416         (vorbis_dec_sink_event), (vorbis_dec_chain),
25417         (vorbis_dec_change_state):
25418         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25419         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25420         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25421         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25422         (gst_vorbisenc_change_state):
25423         * ext/vorbis/vorbisenc.h:
25424         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25425         * gst-libs/gst/audio/audioclock.c:
25426         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25427         (gst_audiofilter_init), (gst_audiofilter_chain):
25428         * gst-libs/gst/audio/testchannels.c: (main):
25429         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25430         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25431         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25432         (gmip_find_track_streaminfo), (gmip_find_track_format):
25433         * gst-libs/gst/media-info/media-info.c:
25434         (gst_media_info_read_idler):
25435         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25436         (gst_play_get_all_by_interface):
25437         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25438         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25439         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25440         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25441         (gst_riff_parse_info):
25442         * gst-libs/gst/riff/riff-read.h:
25443         * gst-libs/gst/riff/riff.c: (plugin_init):
25444         * gst-libs/gst/video/Makefile.am:
25445         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25446         (gst_videosink_class_init), (gst_videosink_get_type):
25447         * gst-libs/gst/video/videosink.h:
25448         * gst/audioconvert/bufferframesconvert.c:
25449         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25450         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25451         * gst/audioconvert/channelmixtest.c: (main):
25452         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25453         (gst_audio_convert_chain),
25454         (gst_audio_convert_caps_remove_format_info),
25455         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25456         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25457         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25458         (gst_audio_convert_buffer_to_default_format),
25459         (gst_audio_convert_buffer_from_default_format),
25460         (gst_audio_convert_channels):
25461         * gst/audioconvert/gstchannelmix.h:
25462         * gst/ffmpegcolorspace/avcodec.h:
25463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25464         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25465         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25466         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25467         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25468         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25469         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25470         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25471         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25472         (dv_type_find):
25473         * gst/videotestsrc/gstvideotestsrc.c:
25474         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25475         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25476         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25477         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25478         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25479         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25480         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25482         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25483         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25484         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25485         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25486         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25487         (gst_xvimagesink_navigation_send_event),
25488         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25489         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25490         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25491         * sys/xvimage/xvimagesink.h:
25492         Plugin port to 0.9, ogg/theora playback should work in the seek
25493         example now.
25494         Removed old examples.
25495         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25496         explained in 0.9 TODO doc.
25497
25498
25499 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25500
25501         * autogen.sh:
25502         * configure.ac:
25503         * ext/Makefile.am:
25504         * gst/Makefile.am:
25505         * po/POTFILES.in:
25506         * po/af.po:
25507         * po/az.po:
25508         * po/cs.po:
25509         * po/en_GB.po:
25510         * po/hu.po:
25511         * po/it.po:
25512         * po/nb.po:
25513         * po/nl.po:
25514         * po/or.po:
25515         * po/sq.po:
25516         * po/sr.po:
25517         * po/sv.po:
25518         * po/uk.po:
25519         * po/vi.po:
25520         * sys/Makefile.am:
25521         * testsuite/Makefile.am:
25522           remove a whole bunch of plugins.  This module now contains a set
25523           of free reference plugins/elements as agreed.
25524
25525 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25526
25527         * configure.ac:
25528           hunting season on 0.9 is now OPEN
25529
25530 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25531
25532         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25533           Kick the hell out of gcc for not warning me about a symbol conflict.
25534
25535 2005-02-22  Luca Ognibene  <luogni@tin.it>
25536
25537         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25538
25539         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25540           Don't leak caps string (fixes #168134)
25541
25542         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25543         (gst_jpegenc_init), (gst_jpegenc_finalize),
25544         (gst_jpegenc_change_state):
25545           Don't leak line buffers and context struct (fixes #168133).
25546
25547 2005-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25548
25549         * configure.ac:
25550         * ext/dirac/gstdiracdec.cc:
25551         (gst_diracdec_chain):
25552           Since dirac 0.5.0 the framerate in dirac is expressed as a
25553           rational number. Fix build and up requirement to 0.5.0, and
25554           also pass parameters to gst_diracdec_link in the right order
25555           (fixes #167959).
25556
25557 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25558
25559         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25560         * ext/faad/gstfaad.h:
25561         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25562         certain invalid muxed streams, where some packets will contain 
25563         junk after decoder data. Partially fixes #149158.
25564
25565 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25566         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25567           Make sure we only write to writable buffers
25568
25569 2005-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25570
25571         * gst-libs/gst/riff/riff-media.c:
25572         (gst_riff_create_audio_caps_with_data):
25573           Do actually fix invalid RIFF fmt header values for alaw
25574           and mulaw audio instead of just saying so.
25575
25576         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25577           Give gst_riff_create_audio_caps_with_data() a chance to
25578           fix up broken format header fields before extracting any
25579           parameters from the header. (fixes #167633)
25580
25581 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25582
25583         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25584
25585         * gst/audioconvert/bufferframesconvert.c:
25586         (buffer_frames_convert_link):
25587           Don't leak othercaps. (fixes #167878)
25588
25589 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25590
25591         * configure.ac:
25592         * ext/libvisual/visual.c: (gst_visual_srclink),
25593         (gst_visual_change_state):
25594           Support libvisual 0.2.0.
25595
25596 2005-02-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25597
25598         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25599         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25600           Use same rowstrides for I420 as used everywhere else.
25601
25602 2005-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25603
25604         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25605           Declare variables at beginning of block and make gcc-2.95 happy
25606           (fixes # 167482, patch by Gergely Nagy).
25607           
25608         * gst/tcp/gsttcpclientsrc.c:
25609         * gst/tcp/gsttcpclientsrc.h:
25610           Move some includes into the header, so that struct sockaddr_in is
25611           defined when it should be defined on FreeBSD as well (fixes
25612           #167483).
25613           
25614         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25615           Don't pass uninitialised values to setsockopt() here either.
25616
25617 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25618
25619         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25620
25621         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25622           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25623
25624 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25625
25626         * gst/playback/gstplaybin.c: (add_sink):
25627           Invert bin_add/link order to workaround deadlock in opt.
25628
25629 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25630
25631         * gst/modplug/gstmodplug.cc:
25632           Add missing break causing position queries to fail.
25633
25634 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25635
25636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25637           Granpos can apparently be -1, which screws up calculations...
25638
25639 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25640
25641         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25642         (gst_ximagesink_send_pending_navigation),
25643         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25644         (gst_ximagesink_init):
25645         * sys/ximage/ximagesink.h:
25646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25647         (gst_xvimagesink_send_pending_navigation),
25648         (gst_xvimagesink_navigation_send_event),
25649         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25650         * sys/xvimage/xvimagesink.h:
25651           Use a mutex protected list to marshal navigation
25652           events into the stream thread from whichever thread
25653           sends them.
25654
25655 2005-02-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25656
25657         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25658           Display current position and track length; misc. clean-ups.
25659           
25660         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25661         (speed_init), (speed_chain):
25662           Add query function, so that the stream length and current position
25663           get adjusted when queried (note that current position queries may
25664           still be wrong if the audio sink returns values based on buffer
25665           timestamps instead of passing on the query).
25666
25667 2005-02-13  Benjamin Otte  <otte@gnome.org>
25668
25669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25670         (gst_audio_convert_channels):
25671           create channel conversion matrix when linking
25672         * gst/audioconvert/.cvsignore:
25673         * gst/audioconvert/Makefile.am:
25674         * gst/audioconvert/channelmixtest.c: (main):
25675           add (ugly) test that ensures stereo <=> mono conversion works
25676           correctly
25677
25678 2005-02-13  Benjamin Otte  <otte@gnome.org>
25679
25680         * gst/audioconvert/gstchannelmix.h:
25681           include missing header file
25682         * gst/audioconvert/gstchannelmix.c:
25683         (gst_audio_convert_fill_compatible):
25684           use same sign for both channels when converting to/from compatible
25685           channel. Previously used different signs made the signals cancel
25686           each other out and appear like silence. (fixes #167269)
25687
25688 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25689
25690         * gst/ffmpegcolorspace/avcodec.h:
25691         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25692         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25693         (gst_ffmpegcsp_avpicture_fill):
25694         * gst/ffmpegcolorspace/imgconvert.c:
25695           Convert to and from YV12 (fixes #156379).
25696
25697 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25698
25699         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25700         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25701         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25702         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25703         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25704         methods from chain and negotiation and vice versa (Fixes #166142).
25705         * sys/ximage/ximagesink.h: Add stream_lock.
25706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25707         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25708         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25709         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25710
25711 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25712
25713         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25714           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25715           error message when we can't open the DVD device (when dvdnav_open()
25716           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25717           the above). Send something more useful instead (fixes #167117).
25718
25719 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25720
25721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25722         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25723         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25724         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25725         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25726         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25727         methods from chain and negotiation and vice versa (Fixes #166142).
25728         Fix a possible bug of images in the buffer pool being discarded because
25729         we are looking at the wrong geometry.
25730         * sys/xvimage/xvimagesink.h: Add stream_lock.
25731
25732 2005-02-11  David Schleef  <ds@schleef.org>
25733
25734         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25735         unsigned int. (fixes #167128)
25736
25737 2005-02-11  David Schleef  <ds@schleef.org>
25738
25739         * gst/librfb/Makefile.am: Testing stuff before committing is
25740           for wimps... and people with fast machines.  Fix stupid
25741           mistake.
25742
25743 2005-02-11  David Schleef  <ds@schleef.org>
25744
25745         * configure.ac: Pull in librfb from my CVS tree, because it is
25746           too small and annoying to be separate.  Move rfbsrc plugin
25747           to gst/.
25748         * ext/Makefile.am:
25749         * ext/librfb/Makefile.am:
25750         * ext/librfb/gstrfbsrc.c:
25751         * gst/librfb/Makefile.am:
25752         * gst/librfb/gstrfbsrc.c:
25753         * gst/librfb/rfb.c:
25754         * gst/librfb/rfb.h:
25755         * gst/librfb/rfbbuffer.c:
25756         * gst/librfb/rfbbuffer.h:
25757         * gst/librfb/rfbbytestream.c:
25758         * gst/librfb/rfbbytestream.h:
25759         * gst/librfb/rfbcontext.h:
25760         * gst/librfb/rfbdecoder.c:
25761         * gst/librfb/rfbdecoder.h:
25762         * gst/librfb/rfbutil.h:
25763
25764 2005-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25765
25766         * gst/speed/Makefile.am:
25767         * gst/speed/demo-mp3.c: (main):
25768         * gst/speed/filter.func:
25769         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25770         (speed_class_init), (speed_init), (speed_chain_int16),
25771         (speed_chain_float32), (speed_chain), (speed_set_property),
25772         (speed_get_property), (speed_change_state):
25773         * gst/speed/gstspeed.h:
25774           Fix speed element and make it chain-based (fixes #156467),
25775           and make it handle more than one channel.
25776
25777 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25778
25779         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25780         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25781         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25782         * ext/dts/gstdtsdec.h:
25783           Don't clobber the stack constructing the channels array.
25784           Make the element chain-based. DTS tracks can now be played.
25785           
25786 2005-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25787
25788         * gst-libs/gst/audio/multichannel.h:
25789         * gst-libs/gst/gconf/gconf.h:
25790         * gst-libs/gst/idct/idct.h:
25791         * gst-libs/gst/media-info/media-info-priv.h:
25792         * gst-libs/gst/play/play.h:
25793         * gst-libs/gst/resample/private.h:
25794         * gst-libs/gst/resample/resample.h:
25795         * gst-libs/gst/riff/riff-ids.h:
25796         * gst-libs/gst/video/video.h:
25797         * gst-libs/gst/video/videosink.h:
25798           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25799           missing, so that they work when included from C++ code.
25800
25801 2005-02-09  David Schleef  <ds@schleef.org>
25802
25803         * testsuite/gst-lint: Check for non-statically scoped
25804           parent_class variables.  This won't be a problem once
25805           plugins are loaded with RTLD_LOCAL.
25806
25807 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25808
25809         * ext/mplex/gstmplexibitstream.cc:
25810           gcc madness.
25811
25812 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25813
25814         * ext/ogg/gstogmparse.c:
25815         * gst/debug/gstnavigationtest.c:
25816           Die, thou faulty symbol pollutors (non-static parent_class).
25817
25818 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25819
25820         * ext/mplex/gstmplexibitstream.cc:
25821           Fix event handling (#165525).
25822
25823 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25824
25825         * ext/mikmod/gstmikmod.c:
25826         * gst/modplug/gstmodplug.cc:
25827           Add missing endianness to template (fixes #165509).
25828
25829 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25830
25831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25832           Fix wrong order of reading of optional bytes (#165290).
25833
25834 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25835
25836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25837           Implement FILLER event awareness.
25838
25839 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25840
25841         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25842           Fix track calculations (#166208).
25843
25844 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25845
25846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25847
25848         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25849         * ext/libpng/gstpngenc.c:
25850           Fix byte-order, use proper fixed caps. Fixes #164197.
25851
25852 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25853
25854         * configure.ac:
25855           Add dvdlpcmdec 
25856
25857         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25858         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25859           Don't push buffers if the src pad isn't negotiated yet.
25860           
25861         * gst/audioconvert/gstaudioconvert.c:
25862         (gst_audio_convert_buffer_to_default_format),
25863         (gst_audio_convert_buffer_from_default_format):
25864           Add support for 24-bit width.
25865
25866         * gst/dvdlpcmdec/.cvsignore:
25867         * gst/dvdlpcmdec/Makefile.am:
25868         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25869         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25870         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25871         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25872         (plugin_init):
25873         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25874           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25875           format. Needs support for the channels maps if someone can find 
25876           a DVD LPCM track with > 2 channels.
25877
25878         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25879         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25880         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25881         * gst/mpegstream/gstdvddemux.h:
25882         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25883         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25884         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25885         * gst/mpegstream/gstmpegdemux.h:
25886         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25887         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25888         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25889         (gst_mpeg_parse_handle_src_query),
25890         (gst_mpeg_parse_handle_src_event):
25891           Use audio/x-dvd-lpcm for LPCM output.
25892           Add DTS output.
25893
25894 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25895
25896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25897
25898         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25899         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25900           Add BGRA handling (#165736).
25901
25902 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25903
25904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25905
25906         * gst/law/alaw-decode.c: (alawdec_link):
25907         * gst/law/alaw-encode.c: (alawenc_link):
25908         * gst/law/mulaw-decode.c: (mulawdec_link):
25909         * gst/law/mulaw-encode.c: (mulawenc_link):
25910           Fix caps memleaks (#166600).
25911
25912 2005-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25913
25914         * ext/tarkin/mem.h:
25915         * ext/tarkin/wavelet.h:
25916         * ext/tarkin/yuv.h:
25917         * gst/ffmpegcolorspace/avcodec.h:
25918           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25919           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25920
25921 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25922
25923         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25925         (gst_xvimagesink_change_state):
25926           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25927           Xv video (and thereby regenerate Xv colourkey) in clear() so
25928           that PLAY -> READY -> PLAY works (fixes #162504).
25929
25930 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25931
25932         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25933           Switch to list instead of range, since MJPEG-devices really just
25934           support decimations, not any size.
25935
25936 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25937         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25938         (gst_mpeg2dec_reset), (free_all_buffers),
25939         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25940         * ext/mpeg2dec/gstmpeg2dec.h:
25941           The libmpeg2 user-allocated buffer management is awkward, 
25942           to say the least. Hopefully this fixes things.
25943
25944 2005-02-04  Andy Wingo  <wingo@pobox.com>
25945
25946         * gst/audioconvert/bufferframesconvert.c
25947         (buffer_frames_convert_fixate): New function, fixates to 256
25948         frames per buffer by default. (Much better than 1.)
25949         (buffer_frames_convert_init): Set the fixate function for both src
25950         and sink pad.
25951         (buffer_frames_convert_link): After success setting nonfixed caps,
25952         get the negotiated caps so we can know how many buffer-frames it
25953         will be. No idea how this worked at all before.
25954
25955 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25956
25957         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25958         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25959         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25960         (handle_sequence), (handle_picture):
25961         * ext/mpeg2dec/gstmpeg2dec.h:
25962           Rearrange buffer tracking and refcounting and refactor
25963           a little for readability. 
25964
25965 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25966         * sys/v4l/gstv4l.c: (plugin_init):
25967         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25968         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25969         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25970         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25971         * sys/v4l/gstv4ljpegsrc.h:
25972         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25973         * sys/v4l/v4l_calls.h:
25974         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25975         (gst_v4lsrc_get_fps):
25976         * sys/v4l/v4lsrc_calls.h:
25977           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25978           you jpeg inside rgb frames" driver.
25979           Don't error in the v4lsrc link function, just return 
25980           REFUSED.
25981
25982 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25983
25984         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25985         (gst_qcamsrc_open):
25986           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25987
25988 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25989
25990         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25991           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25992
25993 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25994
25995         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25996           Reset negotiated state on PAUSED->READY.
25997
25998 2005-02-02  David Schleef  <ds@schleef.org>
25999
26000         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26001         whereever possible.  (Fixes #165997)
26002         * examples/capsfilter/capsfilter1.c: (main):
26003         * examples/dynparams/filter.c: (create_ui):
26004         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26005         * examples/seeking/chained.c: (main):
26006         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26007         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26008         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26009         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26010         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26011         * examples/switch/switcher.c: (main):
26012         * ext/dv/demo-play.c: (main):
26013         * ext/faad/gstfaad.c: (gst_faad_change_state):
26014         * ext/mad/gstmad.c: (gst_mad_chain):
26015         * ext/smoothwave/demo-osssrc.c: (main):
26016         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26017         (gst_gconf_render_bin_from_description),
26018         (gst_gconf_get_default_audio_sink),
26019         (gst_gconf_get_default_video_sink),
26020         (gst_gconf_get_default_audio_src),
26021         (gst_gconf_get_default_video_src),
26022         (gst_gconf_get_default_visualization_element):
26023         * gst/level/demo.c: (main):
26024         * gst/level/plot.c: (main):
26025         * gst/playback/gstplaybin.c: (gen_video_element),
26026         (gen_audio_element):
26027         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26028         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26029         * gst/sine/demo-dparams.c: (main):
26030         * gst/spectrum/demo-osssrc.c: (main):
26031         * gst/speed/demo-mp3.c: (main):
26032         * gst/volume/demo.c: (main):
26033         * testsuite/embed/embed.c: (main):
26034
26035 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26036
26037         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26038         (gst_tcpclientsink_finalize):
26039         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26040         (gst_tcpclientsrc_finalize):
26041         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26042         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26043         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26044         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26045           Don't leak the hostname when shutting down.
26046           In tcpserversrc, take a copy of the default hostname.
26047
26048 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26051           Set caps to systemstream=TRUE.
26052
26053 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26054
26055         * testsuite/Makefile.am:
26056           Fix more OSX buildbots.
26057
26058 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26059
26060         * ext/mpeg2dec/gstmpeg2dec.c:
26061           Don't send things to NULL PAD_PEERs
26062
26063         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26064           Copy-on-write the incoming buffer.
26065
26066         * gst/mpegstream/gstdvddemux.h:
26067         * gst/mpegstream/gstmpegclock.h:
26068         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26069         (normal_seek), (gst_mpeg_demux_handle_src_event):
26070         * gst/mpegstream/gstmpegdemux.h:
26071         * gst/mpegstream/gstmpegpacketize.h:
26072         * gst/mpegstream/gstmpegparse.c:
26073         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26074         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26075         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26076         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26077         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26078         * gst/mpegstream/gstmpegparse.h:
26079         * gst/mpegstream/gstrfc2250enc.h:
26080           Various changes to the way time is computed that make seeking and
26081           total time estimation much better here.
26082           Use G_BEGIN/END_DECLS instead of __cplusplus
26083
26084         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26085           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26086
26087 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26088
26089         * gst/subparse/gstsubparse.c:
26090           Fix OSX buildbot.
26091
26092 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26093
26094         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26095         (theora_enc_chain), (theora_enc_change_state):
26096         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26097         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26098         (gst_vorbisenc_change_state):
26099         * ext/vorbis/vorbisenc.h:
26100           Set granulepos and timestamp correctly for streams not
26101           starting at 0, taking into account the initial delay.
26102
26103 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26104
26105         * gst/mpegstream/gstdvddemux.c:
26106           Add audio/x-dts to audio pad template caps
26107
26108 2005-01-30  David Schleef  <ds@schleef.org>
26109
26110         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26111         (create_context), (gst_polypsink_link): Fix silly endianness
26112         bug.  Add some debugging.  Remove float from caps; it doesn't
26113         work.  Attempt to get remote audio working.
26114
26115 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26116
26117         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26118           Add 3IV2 fourcc.
26119
26120 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26121
26122         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26123         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26124         (gst_avi_demux_stream_data):
26125         * gst/avi/gstavidemux.h:
26126           Invert DIB images. Fixes #132341.
26127
26128 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26129
26130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26131         (gst_ffmpegcsp_chain):
26132           D'oh, reference the palette data, not the palette structure.
26133           Fixes color distortion in #132341.
26134
26135 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26136
26137         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26138           PAR can be non-fixed when not provided as argument (#162626).
26139
26140 2005-01-29  David Moore  <dcm@acm.org>
26141
26142         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26143
26144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26145         (gst_qtdemux_loop_header):
26146           Re-apply patch from #142272 that allows non-seekable sources,
26147           re-proposed by Daniel Drake <dsd@gentoo.org>.
26148
26149 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26150
26151         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26152           Use the src template for creating the src pad (#162330).
26153
26154 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26155
26156         * configure.ac:
26157         * ext/musepack/Makefile.am:
26158         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26159         (gst_musepackdec_init), (gst_musepackdec_dispose),
26160         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26161         (gst_musepack_stream_init), (gst_musepackdec_loop),
26162         (gst_musepackdec_change_state):
26163         * ext/musepack/gstmusepackdec.cpp:
26164         * ext/musepack/gstmusepackdec.h:
26165         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26166         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26167         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26168         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26169         * ext/musepack/gstmusepackreader.cpp:
26170         * ext/musepack/gstmusepackreader.h:
26171           Update to 1.1 API (#165446).
26172
26173 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26174
26175         * ext/Makefile.am:
26176           Unbreak buildbot.
26177
26178 2005-01-28  Andy Wingo  <wingo@pobox.com>
26179
26180         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26181         to reflect a different dubious internet source. Add a reference
26182         and some commentary.
26183
26184 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26185
26186         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26187         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26188         * gst/playback/gststreamselector.h:
26189           Be more selective when we're redoing caps negotiation from
26190           within the chain function on a stream change.
26191
26192 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26193
26194         * configure.ac:
26195         * ext/Makefile.am:
26196         * ext/amrnb/Makefile.am:
26197         * ext/amrnb/amrnb.c: (plugin_init):
26198         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26199         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26200         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26201         (gst_amrnbdec_state_change):
26202         * ext/amrnb/amrnbdec.h:
26203         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26204         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26205         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26206         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26207         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26208         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26209         * ext/amrnb/amrnbparse.h:
26210           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26211         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26212           Add AMR-NB/-WB raw formats.
26213         * ext/alsa/gstalsa.c: (gst_alsa_link):
26214           Keep valid time when changing format.
26215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26216         (qtdemux_parse_trak):
26217           Add some more format-specific options (#140141, #143555, #155163).
26218
26219 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26220
26221         * gst/matroska/matroska-demux.c:
26222         (gst_matroska_demux_parse_blockgroup):
26223           Fix logic error in timing of subtitle stream synchronization.
26224         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26225           Add skip-chunk, which is found in kodak-camera streams.
26226
26227 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26228
26229         * po/LINGUAS:
26230         * po/vi.po:
26231           Adding Vietnamese translation (submitted by Clytie Siddall)
26232
26233 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26234
26235         * gst/playback/gstdecodebin.c: (try_to_link_1):
26236           Use realpad for signal.
26237
26238 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26239
26240         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26241           Fix category so decodebin picks it up.
26242
26243 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26244
26245         * ext/mad/Makefile.am:
26246         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26247         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26248         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26249         (found_type), (gst_id3demux_bin_change_state):
26250         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26251         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26252         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26253         (gst_id3_tag_change_state), (plugin_init):
26254         * ext/mad/gstmad.h:
26255           Add id3demuxbin (which is a simple bin consisting of id3demux
26256           and typefind), take over rank from id3demux, remove typefind
26257           code from id3demux. Makes all broken mp3s that I know of work,
26258           and thereby fixes #152688.
26259
26260 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26261
26262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26263
26264         * ext/mad/gstmad.c: (gst_mad_src_event):
26265         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26266           Allow seeks on audio pad, make mad forward those (#164826).
26267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26268           Set duration (#165335).
26269
26270 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26271
26272         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26273         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26274         (gst_asf_demux_process_ext_content_desc),
26275         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26276         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26277         * gst/asfdemux/gstasfdemux.h:
26278           Improve metadata display, e.g. if the metadata comes before the
26279           streams are loaded (which is perfectly valid).
26280
26281 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * tools/gst-launch-ext-m.m:
26284           Fix AVI/ASF pipelines (#165340).
26285
26286 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26287         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26288         build failure on amd64
26289
26290 2005-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26291
26292         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26293         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26294           Check environment variables GST_ID3V2_TAG_ENCODING,
26295           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26296           list of character encodings to force interpretation of non-unicode
26297           strings stored in an ID3v2 tag to a particular encoding. If none
26298           is specified, try to use current locale's encoding, then fall back
26299           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26300         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26301         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26302           Check environment variables GST_ID3V1_TAG_ENCODING,
26303           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26304           list of character encodings to use in case a string encountered
26305           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26306           specified, try to use the current locale's encoding, then fall
26307           back to ISO-8859-1 (which will always succeed).
26308
26309 2005-01-25  Benjamin Otte  <otte@gnome.org>
26310
26311         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26312           - on half framerate, compute the rate in advance so the comparisons
26313             don't compare wrong values
26314           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26315             behaviour
26316           - don't use mad_header_decode anymore, mad_frame_decode does that
26317             automatically
26318           - when getting rid of consumed bytes, reset the stream's skiplen
26319           (fixes #163867)
26320
26321 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26322
26323         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26324           Use 1/2 a second for default max_discont, as PES streams from DVB
26325           seem to have larger spacings in the SCR. 
26326           Fix a typo.
26327
26328 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26329
26330         * gst/playback/gstplaybasebin.c: (group_commit):
26331           Notify delayed stream-info availability.
26332
26333 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26334         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26335         (gst_a52dec_handle_event), (gst_a52dec_chain):
26336         Add some debug output. Check that a discont has a valid
26337         time associated.
26338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26339         (gst_alsa_sink_loop):
26340         Ignore TAG events. A little extra debug for broken timestamps.
26341         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26342         (dvdnavsrc_change_state):
26343         Ensure we send a discont to engage the link before we send any
26344         other events.
26345         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26346         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26347         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26348         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26349         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26350         dvd://title works in totem because typefinding sends a seek that ends
26351         up going back to chapter 1 regardless.
26352         * ext/mpeg2dec/gstmpeg2dec.c:
26353         * ext/mpeg2dec/gstmpeg2dec.h:
26354         Output correct timestamps and handle disconts.
26355         * ext/ogg/gstoggdemux.c: (get_relative):
26356         Small guard against a null dereference.
26357         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26358         (gst_textoverlay_set_property):
26359         Free memory when done. Don't call gst_event_filler_get_duration on
26360         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26361         g_warning.
26362         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26363         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26364         (gst_sw_srclink), (gst_smoothwave_chain):
26365         Draw solid lines, prettier colours.
26366         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26367         Add a default palette that'll work for some movies.
26368         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26369         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26370         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26371         * gst/mpegstream/gstdvddemux.h:
26372         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26373         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26374         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26375         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26376         * gst/mpegstream/gstmpegparse.h:
26377         Use PTM/NAV events when for timestamp adjustment when connected to 
26378         dvdnavsrc. Don't use many discont events where one suffices.
26379         * gst/playback/gstplaybasebin.c: (group_destroy),
26380         (gen_preroll_element), (gst_play_base_bin_add_element):
26381         * gst/playback/gstplaybasebin.h:
26382         Make sure we remove subtitles from the same bin we put them in.
26383         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26384         (gst_subparse_buffer_format_autodetect),
26385         (gst_subparse_change_state):
26386         Fix some memleaks and invalid accesses.
26387         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26388         (oggskel_type_find), (cmml_type_find), (plugin_init):
26389         Some typefind functions for Annodex v3.0 files
26390         * gst/wavparse/gstwavparse.h:
26391         GstRiffReadClass is the correct parent class.
26392
26393 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26394
26395         * gst-libs/gst/riff/riff-media.c:
26396         (gst_riff_create_video_caps_with_data):
26397           Add extradata to huffyuv (fixes #165013).
26398         * gst-libs/gst/riff/riff-read.c:
26399         (gst_riff_read_strf_vids_with_data):
26400           Fix extradata extraction if it is in the chunk size.
26401
26402 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26403
26404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26407         (gst_quarktv_change_state), (gst_quarktv_dispose):
26408           Memory free'ing location fix (#164708).
26409
26410 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26411
26412         * gst/playback/gstplaybasebin.c: (group_commit),
26413         (gen_preroll_element), (probe_triggered), (gen_source_element),
26414         (setup_source), (gst_play_base_bin_change_state),
26415         (gst_play_base_bin_add_element):
26416           Don't block for streams.
26417         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26418         (gst_stream_info_set_mute):
26419           Use gst_pad_set_active_recursive.
26420
26421 2005-01-25  Andy Wingo  <wingo@pobox.com>
26422
26423         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26424         for #ifndef HAVE_XVIDEO.
26425
26426 2005-01-24  Jeffrey C. Ollie
26427
26428         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26429
26430         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26431         * ext/gsm/gstgsmdec.h:
26432         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26433         * ext/gsm/gstgsmenc.h:
26434         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26435         was given by property. Add proper buffer timestamps and offsets.
26436
26437 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * gst-libs/gst/riff/riff-media.c:
26440         (gst_riff_create_audio_caps_with_data):
26441           Audio can be <8000Hz.
26442
26443 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26444
26445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26446           Explicit state change to workaround refcount bugs.
26447
26448 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26449
26450         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26451         (gst_avimux_riff_get_avi_header):
26452           Fix...
26453
26454 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26455
26456         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26457         (gst_riff_read_element_data):
26458         * gst-libs/gst/riff/riff-read.h:
26459           Add _peek version (req'ed in CDXA).
26460         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26461         (gst_cdxaparse_loop):
26462           Fix parsing in playbin.
26463         * gst/playback/gstdecodebin.c: (close_pad_link):
26464           Ignore current_ pads, they cause major annoyance.
26465
26466 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26467
26468         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26469           Safety guard.
26470
26471 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26472
26473         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26474           Fix padding...
26475
26476 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26479           Allow for 0-sized buffers. Fixes length query problems in
26480           starwars.mkv from the testsuite.
26481
26482 2005-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26483
26484         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26485         (gst_video_box_i420), (gst_video_box_chain):
26486           Fix row strides for I420 (fixes #163159)
26487           
26488 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26489
26490         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26491           MPEG2 has a useful rate property, so we can actually use that.
26492           For MPEG-1, continue using the bytes/time properties.
26493
26494 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * gst-libs/gst/riff/riff-media.c:
26497         (gst_riff_create_video_caps_with_data),
26498         (gst_riff_create_video_template_caps):
26499           Add intel-h263.
26500
26501 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26504           Fail if caps negotiation fails. Should fix #162184, and should
26505           definately be in there regardless of it fixing the actual bug.
26506         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26507         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26508         (gst_avimux_riff_get_avix_header),
26509         (gst_avimux_riff_get_video_header),
26510         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26511         (gst_avimux_start_file), (gst_avimux_handle_event),
26512         (gst_avimux_change_state):
26513         * gst/avi/gstavimux.h:
26514           Refactor structure writing to use GST_WRITE_UINT macros, add
26515           metadata writing support.
26516
26517 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26518
26519         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26520           Elements may already be destroyed when this function is called.
26521
26522 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26523
26524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26525         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26526           More memory leak fixes (#149162).
26527
26528 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26531         (gst_qtdemux_add_stream):
26532           Fix two memleaks.
26533
26534 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26537           Argh...
26538
26539 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26540
26541         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26542           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26543           when fixating to six channels in Totem.
26544
26545 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26546
26547         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26548           Fix compile warnings on Solaris 10 buildbot
26549
26550 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26551
26552         * ext/dvdread/dvdreadsrc.c: (_read):
26553           Don't read beyond the last cell in a chapter (fixes 
26554           invalid memory access)
26555
26556 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26557
26558         * ext/dvdread/stream_labels.c:
26559         (dvdreadsrc_get_audio_stream_labels):
26560           Use NULL for an empty GList instead of g_list_alloc(); fix 
26561           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26562           of GString (easier to bulk free later)
26563
26564 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26565
26566         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26567
26568         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26569         (gst_ffmpeg_pixfmt_to_caps):
26570           Fix BGRA32 caps (#164209).
26571
26572 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26573
26574         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26575
26576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26577         (gst_ffmpeg_caps_to_pixfmt):
26578           alpha_mask can be RGBA/ABGR. Fixes #164265.
26579
26580 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26581
26582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26583
26584         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26585         (gst_mpeg2dec_alloc_buffer):
26586         * ext/mpeg2dec/gstmpeg2dec.h:
26587           Crop if decoding size is not the actual image size (#163676).
26588
26589 2005-01-17  Steve Baker  <steve@stevebaker.org>
26590
26591         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26592
26593         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26594         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26595           Add libsndfile typefind functions (#163309).
26596
26597 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26598
26599         * tools/gst-launch-ext-m.m:
26600           Add .aac, fix .m1v/.m2v (#163891).
26601
26602 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26605           Sanity check, don't wait endlessly since the clock might not
26606           actually run at this point (which is a deadlock). Fixes #164069.
26607
26608 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * gst/playback/gstplaybasebin.c: (probe_triggered):
26611           Of course, only pause if group is done...
26612
26613 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26614
26615         * gst/playback/gstplaybasebin.c: (probe_triggered):
26616           Thread safety.
26617
26618 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26619
26620         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26621           Don't return state change success when the parent
26622           failed.
26623
26624 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26625
26626         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26627           Free events (fix memleak in #162905).
26628
26629 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26630
26631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26632
26633         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26634         (gst_ffmpeg_caps_to_pixfmt):
26635           Fix for depth = 15. Fixes #161675.
26636
26637 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26638
26639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26640           Set FPS correctly, even for webcams and the like.
26641         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26642           Don error on setting while capturing.
26643
26644 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26645
26646         * ext/dv/gstdvdec.c:
26647         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26648         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26649           I'm a bad boy. using /1001. to force C to do float division
26650           and not integer division (as it did in my last commit)
26651           Thanks to David I. Lehn for pointing this mistake.
26652
26653 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26654
26655         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26656           Revert Johan's 1.35->1.36 since it breaks compat.
26657
26658 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26659
26660         * ext/dv/gstdvdec.c:
26661         * ext/libfame/gstlibfame.c:
26662         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26663         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26664           replace framerate aproximations by their real value
26665           (24000/1001, 30000/1001, 60000/1001)
26666           Finish fixing bug #164049
26667
26668 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26669
26670         * ext/ogg/gstoggmux.c:
26671           eos/bos debugging
26672         * gst/tcp/gstmultifdsink.c:
26673         * gst/tcp/gstmultifdsink.h:
26674         * gst/tcp/gsttcp.c:
26675         * gst/tcp/gsttcp.h:
26676         * gst/tcp/gsttcpclientsink.c:
26677         * gst/tcp/gsttcpclientsrc.c:
26678         * gst/tcp/gsttcpserversink.c:
26679         * gst/tcp/gsttcpserversrc.c:
26680           improve reusability of elements after state changes and errors
26681           make multifdsink throw away streamheaders when receiving new ones
26682
26683 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26684
26685         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26686           Fix for if items are already in list...
26687
26688 2005-01-12  Benjamin Otte  <otte@gnome.org>
26689
26690         * gst/adder/gstadder.c: (gst_adder_loop):
26691           fix adder a bit so it doesn't screw up with events as much anymore
26692
26693 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26694
26695         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26696         (pixbufscale_scale), (gst_pixbufscale_chain):
26697         * ext/gdk_pixbuf/pixbufscale.h:
26698           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26699           to ensure rowstrides are calculated the same way as 
26700           ffmpegcolorspace
26701           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26702           that we pick up duration and offset also.
26703
26704 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26705
26706         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26707         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26708           Reusability fixes.
26709
26710 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26711
26712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26713         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26714         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26715         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26716           Update flags when requested.
26717
26718 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26719
26720         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26721           Fix dmix.
26722
26723 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26726         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26727         (probe_triggered), (new_decoded_pad), (gen_source_element),
26728         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26729         * gst/playback/gstplaybasebin.h:
26730         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26731         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26732         (gst_play_bin_change_state):
26733           Implement group-switch signal for use in apps to clear metadata
26734           cache, clean up subtitle, add suburi property instead of # hack,
26735           some error-out fixes.
26736
26737 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26738
26739         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26740           Debug.
26741         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26742           If we got a state change in the _get handler, don't return success.
26743
26744 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26745
26746         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26747         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26748           Make jpegdec quiet on MJPEG decoding
26749         * gst/asfdemux/README:
26750           Fix mimetypes for MJPEG and H263
26751
26752 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26753
26754         * ext/theora/theoradec.c: (theora_dec_chain):
26755           Fix broken code generation by gcc by swapping arguments.
26756         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26757           Fix \n in debug.
26758
26759 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26760
26761         * TODO:
26762           delete this file, it is by far outdated
26763         * ext/alsa/gstalsa.1: remove
26764         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26765         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26766         (gst_alsa_get_caps):
26767           Add HW probing for supported sample rates. Fixes #161704
26768
26769 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26770
26771         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26772           Don't crash, biatch! :).
26773
26774 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26775
26776         * ext/musepack/gstmusepackreader.cpp:
26777         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26778           Some work on tags - still doesn't work in playbin...
26779         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26780           Handle events...
26781
26782 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26785           Also shove tags on kid pads.
26786
26787 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26790           Don't bail on unknown events.
26791         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26792           Don't crash on events before negotiation.
26793         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26794           Send tags on pads, too.
26795         * gst/playback/gststreamselector.c:
26796         (gst_stream_selector_request_new_pad):
26797           Forward events on first pad if no input was selected yet.
26798
26799 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26800
26801         * gst/playback/gstplaybasebin.c: (setup_substreams):
26802           Don't disable streamtype if the stream doesn't exist, since
26803           then playing a video after audio will disable both and nothing
26804           will happen. Fixes the testsuite.
26805
26806 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26807
26808         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26809         (gst_v4l_xoverlay_set_xwindow_id):
26810         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26811         (gst_v4l2_xoverlay_set_xwindow_id):
26812           Add debug categories, fix overlay disabling.
26813
26814 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26815
26816         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26817         * ext/alsa/gstalsa.h:
26818           Add HW probing for period_count/size and buffer_size MIX/MAX
26819           Adjust default/user defined value if out of bounds
26820           Should fix bug #162024
26821
26822 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26825           Fix warning (#161191).
26826
26827 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26828
26829         * ext/dvdread/stream_labels.c:
26830         (dvdreadsrc_get_audio_stream_labels):
26831           Fix warning (init the good variable in switch default)
26832
26833 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26834
26835         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26836
26837         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26838           Fix gcc-2.95 compile (#163485).
26839
26840 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26841
26842         * configure.ac:
26843         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26844         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26845         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26846         (gst_flacenc_change_state):
26847         * ext/flac/gstflacenc.h:
26848           Update for API change in flac-1.1.1. Update requirement in
26849           configure.ac. Fixes #162974.
26850
26851 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26852
26853         * gst/playback/gstplaybasebin.c: (group_destroy):
26854           Remove hack to get rid of assert and get rid of unlinked
26855           signals properly.
26856
26857 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26858
26859         * gst/playback/gstplaybasebin.c: (setup_source):
26860           Set source to NULL so that resources are free'ed. Fixes issues
26861           with playback of CDDA and similar device-accessing things.
26862
26863 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * testsuite/embed/Makefile.am:
26866           test->noinst, fix make test in buildbot.
26867
26868 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26869
26870         * ext/dvdread/stream_labels.c: new file
26871         * ext/dvdread/stream_labels.h: new file
26872         * ext/dvdread/Makefile.am:
26873         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26874           Extract audio stream label from DVD IFO files.
26875           It only dump them on the console for now, still have to
26876           make playbin aware of them.
26877
26878 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26879
26880         * gst/playback/gstplaybasebin.c: (setup_source):
26881           Fix hanging subs.
26882
26883 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26884
26885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26886         (gen_preroll_element), (remove_groups), (setup_subtitle),
26887         (gen_source_element), (setup_source):
26888         * gst/playback/gstplaybasebin.h:
26889           Multiple .sub files is just a stupid idea... Fix some threading
26890           mistakes. Interestingly, external .sub files cause playbin to
26891           hang, I don't know why... Parsing fixes contributed by Fran??ois
26892           Kooman <fkooman@tuxed.net>.
26893
26894 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26895
26896         * testsuite/embed/Makefile.am:
26897           Fix buildbot.
26898
26899 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26900
26901         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26904         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26905         (gst_pngenc_set_property):
26906         * ext/libpng/gstpngenc.h:
26907           Add compression level property (#163323).
26908
26909 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * configure.ac:
26912         * examples/capsfilter/capsfilter1.c: (main):
26913         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26914         * ext/dvdread/Makefile.am:
26915         * ext/dvdread/demo-play:
26916         * ext/dvdread/demo-play.c:
26917         * gconf/gstreamer.schemas.in:
26918         * gst-libs/gst/gconf/gconf.c:
26919         * sys/v4l/TODO:
26920         * testsuite/Makefile.am:
26921         * testsuite/embed/Makefile.am:
26922         * testsuite/embed/embed.c: (cb_expose), (main):
26923           Remove all references to xvideosink, fix examples (#140845).
26924         * gst/playback/gstplaybasebin.c: (group_destroy):
26925           Apparently, disposal does not unlink - so do explicitely.
26926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26927           Add debug.
26928
26929 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26930
26931         * README: fix PKG_CONFIG_PATH instructions, what was there
26932         previously was breaking default search path, not nice. 
26933         Fixes #163358
26934
26935 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26936
26937         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26938         (gst_audioscale_chain):
26939           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26940           when resampling - how the ^@$^!@^! is this possible?!?
26941
26942 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26943
26944         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26945           Reset variables on READY.
26946         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26947         (gst_matroska_mux_loop):
26948           Require data before writing header.
26949
26950 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26951
26952         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26953
26954         * ext/mad/gstmad.c: (gst_mad_chain):
26955           Don't call mad_stream_sync() directly after recovering sync.
26956           Fixes #151661.
26957
26958 2005-01-09  Martin Eikermann  <meiker@upb.de>
26959
26960         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26961
26962         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26963         (snapshot_handler), (gst_snapshot_sinkconnect),
26964         (gst_snapshot_chain):
26965           Allocate resources when required, fix recursive signal emission
26966           and fix caps. Fixes #161667.
26967
26968 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26969
26970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26973         (gst_pngdec_chain):
26974           Handle only 8-bppc (bits-per-pixel-component) images, better
26975           error handling and correct strides. Fixes #163177.
26976         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26977         (gst_pngenc_chain):
26978           Better error handling. Fixes #163348.
26979
26980 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26983         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26984         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26985         (dvdnavsrc_uri_handler_init):
26986           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26987         * gst/playback/gstplaybasebin.c: (gen_source_element):
26988           Add MMS to streaming URIs.
26989
26990 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26991
26992         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26993         * sys/xvimage/xvimagesink.c:
26994         (gst_xvimagesink_navigation_send_event):
26995           Check for pad availability before sending event.
26996
26997 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26998
26999         * gst-plugins.spec.in:
27000           Add subparse.
27001
27002 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27003
27004         * configure.ac:
27005           Since we use functions from CVS, up requirement.
27006
27007 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * gst/playback/Makefile.am:
27010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27011         (group_destroy), (group_commit), (group_is_muted),
27012         (gen_preroll_element), (add_stream), (unknown_type),
27013         (probe_triggered), (preroll_unlinked), (mute_stream),
27014         (silence_stream), (new_decoded_pad), (setup_substreams),
27015         (setup_source), (get_active_source), (mute_group_type),
27016         (muted_group_change_state), (set_active_source),
27017         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27018         (play_base_eos), (gst_play_base_bin_change_state):
27019         * gst/playback/gstplaybasebin.h:
27020         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27021         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27022         (gst_stream_info_dispose), (stream_info_mute_pad),
27023         (stream_info_change_state), (gst_stream_info_set_mute):
27024         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27025         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27026         (gst_stream_selector_init), (gst_stream_selector_dispose),
27027         (gst_stream_selector_get_linked_pad),
27028         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27029         (gst_stream_selector_get_linked_pads),
27030         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27031         * gst/playback/gststreamselector.h:
27032           Adding stream selection support plus required properties for
27033           applications to use this. Fully fixes #100931.
27034
27035 2005-01-08  Benjamin Otte  <otte@gnome.org>
27036
27037         * gst/games/gstpuzzle.c: (nav_event_handler):
27038           - handle nav events differently: forward every event no matter if it
27039             was handled or not.
27040           - translate events
27041           You can now cheat by using navigationtest ! puzzle and moving the
27042           mouse close to the edge of a tile. ;)
27043
27044 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27045
27046         * configure.ac:
27047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27048         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27049         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27050         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27051         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27052         (gst_ogm_parse_plugin_init):
27053         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27054         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27055         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27056         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27057         * ext/pango/gsttextoverlay.h:
27058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27059         (gst_matroska_demux_handle_seek_event),
27060         (gst_matroska_demux_sync_streams),
27061         (gst_matroska_demux_parse_blockgroup),
27062         (gst_matroska_demux_subtitle_caps),
27063         (gst_matroska_demux_plugin_init):
27064         * gst/matroska/matroska-ids.h:
27065         * gst/playback/gstdecodebin.c: (close_pad_link):
27066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27067         (gen_preroll_element), (remove_groups), (add_stream),
27068         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27069         (setup_source):
27070         * gst/playback/gstplaybasebin.h:
27071         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27072         * gst/subparse/Makefile.am:
27073         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27074         (gst_subparse_base_init), (gst_subparse_class_init),
27075         (gst_subparse_init), (gst_subparse_formats),
27076         (gst_subparse_eventmask), (gst_subparse_event),
27077         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27078         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27079         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27080         (parse_mpsub_deinit), (parse_mpsub_init),
27081         (gst_subparse_buffer_format_autodetect),
27082         (gst_subparse_format_autodetect), (gst_subparse_loop),
27083         (gst_subparse_change_state), (gst_subparse_type_find),
27084         (plugin_init):
27085         * gst/subparse/gstsubparse.h:
27086         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27087         (plugin_init):
27088           Add subtitle support, .sub parser (supports SRT and MPsub),
27089           OGM text support, Matroska UTF-8 text support, deadlock fixes
27090           all over the place, subtitle awareness in decodebin/playbin
27091           and some fixes to textoverlay to handle subtitles in a stream
27092           correctly. Fixes #100931.
27093
27094 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27095
27096         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27097           Check for pad availability before doing a query on it.
27098
27099 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27100
27101         * ext/dv/gstdvdec.c:
27102           really fix bpp24/32 dvdec caps (classic rgba indeed)
27103         * gst/asfdemux/gstasfdemux.c:
27104         (gst_asf_demux_process_ext_content_desc):
27105           don't send text tags if they are empty (bis repetita)
27106
27107 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27108
27109         * ext/dv/gstdvdec.c:
27110          remove unneeded comment from dvdec
27111           (related to DV 4CC codes in AVI files)
27112           moved them in gstreamer/docs/random/mimetypes
27113         * gst/asfdemux/gstasfdemux.c:
27114         (gst_asf_demux_process_ext_content_desc):
27115          don't send text tags if they are empty
27116          fix mem leak on error path
27117         * gst/ffmpegcolorspace/avcodec.h:
27118         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27119         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27120         (gst_ffmpegcsp_avpicture_fill):
27121         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27122         * gst/ffmpegcolorspace/imgconvert_template.h:
27123          adds BGR32 and BGRA32 to ffmpegcolorspace
27124           (still bad colors, fixing it on next commit)
27125           helps with dvdec outputing BGR32
27126
27127 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27128
27129         * ext/dv/gstdvdec.c:
27130          Fix audio caps i just broke (missing ',')
27131         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27132         (gst_matroska_mux_reset):
27133          Fix typo + add FIXME about old "x-gst-metadata" crap
27134
27135 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27136
27137         * ext/dv/demo-play.c: (main):
27138          xvideosink -> xvimagesink
27139         * ext/dv/gstdvdec.c:
27140          change rgb 32/32 caps to 24/32 (no alpha)
27141          change nb of channels to be a list (2 or 4, not 2)
27142          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27143         * gst/asfdemux/gstasfdemux.c:
27144         (gst_asf_demux_process_ext_content_desc):
27145          Add 'date/year' to extracted metadata list
27146
27147 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27148
27149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27150           The return value of fixate_to does not imply that the requested
27151           value was set, so don't assume.
27152
27153 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27154
27155         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27156
27157         * ext/libpng/gstpngdec.c:
27158         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27159         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27160         * ext/libpng/gstpngenc.h:
27161           Alpha support (encoder; #163161), mime fixage.
27162
27163 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27164
27165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27166
27167         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27168         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27169         (gst_faac_set_property), (gst_faac_get_property):
27170         * ext/faac/gstfaac.h:
27171           Allow for ADTS output (#153434).
27172
27173 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27174
27175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27176           Fix against template (#150576).
27177
27178 2005-01-06  Benjamin Otte  <otte@gnome.org>
27179
27180         * gst/games/gstpuzzle.c: (draw_puzzle):
27181           don't draw a puzzle if either width or height of tiles would be 0.
27182
27183 2005-01-06  Benjamin Otte  <otte@gnome.org>
27184
27185         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27186         (gst_puzzle_class_init), (gst_puzzle_finalize):
27187           no memleaks, please
27188         (gst_puzzle_create), (gst_puzzle_init),
27189         (gst_puzzle_set_property), (gst_puzzle_setup):
27190           change initialization code around so we don't reshuffle on resize
27191         (draw_puzzle):
27192           fix another stupid typo
27193
27194 2005-01-06  Benjamin Otte  <otte@gnome.org>
27195
27196         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27197           fix stupid typo that borked copying on YUY2
27198
27199 2005-01-06  Benjamin Otte  <otte@gnome.org>
27200
27201         * gst/games/gstpuzzle.c: (draw_puzzle):
27202           fix edges when image sizes aren't multiples of tile sizes
27203
27204 2005-01-06  Benjamin Otte  <otte@gnome.org>
27205
27206         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27207           make RGB endianness work correctly
27208         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27209           refactor and fix race with initial shuffling
27210         (nav_event_handler):
27211           allow using the mouse to puzzle
27212         (draw_puzzle):
27213           insist on tiles having width and height as multiples of 4 to get
27214           clean YUV image handling
27215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27216         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27217           s/DEBUG/LOG/ for common messages
27218         (gst_xvimagesink_navigation_send_event):
27219           fix mouse event translation to not include screen PAR
27220         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27221           fix mouse event translation to actually work
27222
27223 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27224
27225         * gst/asfdemux/gstasfdemux.c:
27226         (gst_asf_demux_process_ext_content_desc):
27227          Extract TrackNumber metadata + clean up code
27228         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27229          Hope this is the good fix (var used unitialised)
27230
27231 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27232
27233         * ext/faad/gstfaad.c: (gst_faad_chain):
27234           Only increment timestamp if it's valid. Fixes raw AAC streams.
27235
27236 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27237
27238         * configure.ac:
27239         * gst/games/Makefile.am:
27240         * gst/games/gstpuzzle.c:
27241           add a puzzle game with...
27242         * gst/games/gstvideoimage.c:
27243         * gst/games/gstvideoimage.h:
27244           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27245           from videotestsrc and made into something that would be a nice
27246           library for a lot of other plugins.
27247
27248 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27249
27250         * configure.ac:
27251          don't compile faad plugin if a RC of 2.0 is found
27252          Fixes #155346 (and FC1 buildbot)
27253         * gst/asfdemux/gstasfdemux.c:
27254         (gst_asf_demux_process_ext_content_desc):
27255          try to make Solaris compiler happier
27256
27257 2005-01-06  Paul Jack  <pjack@sfaf.org>
27258
27259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27262           Fix segfault (#161667).
27263
27264 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27267           Fix framerate reporting.
27268
27269 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27270
27271         * gst-libs/gst/riff/riff-ids.h:
27272         * gst/wavenc/riff.h:
27273          Add AMR (VBR and CBR) ids to riff.h audio codec list
27274         * gst/asfdemux/gstasfdemux.c:
27275         (gst_asf_demux_process_ext_content_desc),
27276         (gst_asf_demux_process_object):
27277           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27278
27279 2005-01-05  Martin Eikermann  <meiker@upb.de>
27280
27281         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27284         (gst_dvd_demux_handle_discont):
27285         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27286         (gst_mpeg_demux_handle_discont):
27287           Recreate pads on new-media (#160730).
27288         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27289           Send discont even if manager changes timestamps (#161929).
27290
27291 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27292
27293         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27294
27295         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27296           Fix invalid memory access (#159211).
27297
27298 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27299
27300         * examples/gstplay/player.c: (main):
27301           Don't iterate.
27302         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27303           Add visualizations.
27304         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27305         (gst_a52dec_handle_frame):
27306           Set duration.
27307         * ext/dvdnav/gst-dvd:
27308           Add audioconvert. Fixes #161325.
27309         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27310           Explicitely case to gint64. Possible valgrind error.
27311         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27312         (gst_play_tick_callback), (gst_play_change_state),
27313         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27314         (gst_play_set_location), (gst_play_get_location),
27315         (gst_play_seek_to_time), (gst_play_set_data_src),
27316         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27317         (gst_play_set_visualization), (gst_play_connect_visualization),
27318         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27319         (gst_play_new):
27320           Use playbin. Fixes #139749 and #147744.
27321         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27322           Add genre tag.
27323         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27324         (audioscale_get_type), (gst_audioscale_base_init),
27325         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27326         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27327         (gst_audioscale_link), (gst_audioscale_get_buffer),
27328         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27329         (gst_audioscale_init), (gst_audioscale_dispose),
27330         (gst_audioscale_chain), (gst_audioscale_set_property),
27331         (gst_audioscale_get_property), (plugin_init):
27332           Indent properly.
27333         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27334           Fix LPCM.
27335         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27336         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27337         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27338           Add more metadata (fixes #162656).
27339
27340 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27341
27342         * configure.ac:
27343           back to cvs
27344
27345 === release 0.8.7 ===
27346
27347 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27348
27349         * NEWS:
27350         * RELEASE:
27351         * configure.ac:
27352           releasing 0.8.7, "Hyperspace"
27353
27354 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27355
27356         patch by: Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27357
27358         * gst/playback/gstplaybasebin.c:
27359          Fix for #162924 - free caps after use, not before
27360
27361 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27362
27363         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27364
27365         * gst/playback/gstplaybasebin.c:
27366         * gst/wavparse/gstwavparse.c:
27367           Fix for #154773 - fixes playback of small .wav files
27368
27369 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27370
27371         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27372
27373         * gst/audioscale/gstaudioscale.c:
27374           Fix for #162819 - make audioscale reusable
27375           Fixes playback of more than one file with playbin/totem
27376
27377 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27378
27379         * gst/ffmpegcolorspace/avcodec.h:
27380         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27381         * gst/ffmpegcolorspace/imgconvert.c:
27382           clean up the mess that made me cry and avoid needless duplication
27383
27384 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27385
27386         * gst/ffmpegcolorspace/imgconvert.c:
27387           give some indication of why we're segfaulting
27388
27389 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * configure.ac:
27392           Fix indentation, fix v4l2 plugin detection.
27393         * ext/Makefile.am:
27394           Fix libmms location (Maciej, use diff -u!).
27395         * ext/alsa/gstalsa.c: (gst_alsa_init):
27396           Initialize caps cache to NULL.
27397         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27398           Only change state on audiosink if it exists.
27399
27400 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27401
27402         * gst/matroska/matroska-demux.c:
27403         * gst/matroska/matroska-ids.h:
27404         * gst/matroska/matroska-demux.h:
27405         Fix Vorbis streams failing to decode in some files, where cluster_time
27406         isn't 0, because then it doesn't send codec_priv before actual data.
27407         Remove time-based test and replace it with marker set on beginning of
27408         new stream
27409
27410 2004-12-28  David Schleef  <ds@schleef.org>
27411
27412         Merge patch from Ronald fixing problems with streaming
27413         text.
27414         * ext/cairo/gstcairo.c: (plugin_init):
27415         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27416         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27417         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27418         (gst_textoverlay_font_init), (gst_textoverlay_init),
27419         (gst_textoverlay_set_property):
27420         * ext/cairo/gsttextoverlay.h:
27421
27422 2004-12-27  David Schleef  <ds@schleef.org>
27423
27424         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27425         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27426         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27427         (gst_textoverlay_font_init), (gst_textoverlay_init),
27428         (gst_textoverlay_set_property): Improvements to actually
27429         render text as white on black outline on video, including
27430         font selection and horizontal/vertical alignment.  (Ronald's
27431         christmas present)
27432         * ext/cairo/gsttextoverlay.h:
27433
27434 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27435
27436         * ext/ogg/gstogg.c:
27437         * ext/ogg/gstogmparse.c:
27438           fix ogm[audio/video]parse plugin registration
27439           (riff won't load if bytestream is already loaded)
27440
27441 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27442
27443         * gst/audioconvert/gstchannelmix.c:
27444           fix for GLIB < 2.4
27445
27446 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27447
27448         * Makefile.am:
27449         * configure.ac:
27450           disable docs again until it actually passes make distcheck.
27451
27452 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27453
27454         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27455         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27456         (plugin_init):
27457           Add 3GP (variables name Q3GP because they can't start with a
27458           number). Add samr audio fourcc (used in .3gp files), decoder
27459           is work in progress. Also do a GST_WARNING instead of ERROR
27460           in case of unknown nodes, to decrease output.
27461
27462 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27463
27464         * Makefile.am:
27465           really fix dist
27466
27467 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27468
27469         * configure.ac:
27470         * ext/speex/gstspeexdec.h:
27471         * ext/speex/gstspeexenc.h:
27472           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27473           Fix detection code in configure.ac
27474
27475 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27476
27477         * gst/matroska/matroska-demux.c:
27478         (gst_matroska_demux_parse_blockgroup):
27479           Save position, so that queries give proper return values. Don't
27480           know how this could ever have worked before...
27481
27482 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27483
27484         * configure.ac:
27485           Put additional LAME check inside the conditional.  Fixes #152339
27486
27487 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27490         (gst_avi_demux_stream_scan):
27491           Add some more debug. Fix logic error when setting movi offset
27492           while reading index.
27493
27494 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27495
27496         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27497         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27498         (gst_avi_demux_process_next_entry):
27499           Add some debugging. Better detection of broken indexes and the
27500           accompanying index recovery. No infinite loops on state changes
27501           when we're still in our loopfunction.
27502
27503 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27504
27505         * configure.ac:
27506           Fix up.
27507
27508 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27509
27510         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27511
27512         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27513           Normalizing the value before setting
27514         (gst_sunaudiomixer_get_volume):
27515           Normalizing the value after getting. Fixes bug# 161980
27516
27517 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27518
27519         * Makefile.am: Make sure docs gets disted
27520         * docs/Makefile.am: Make sure all needed files get disted
27521         * gst-plugins.spec.in: latest updates
27522
27523 2004-12-22  Wim Taymans  <wim@fluendo.com>
27524
27525         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27526         Revert patch 1.38 as clock distribution over schedulers does
27527         not work correcly in the core yet.
27528
27529 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27530
27531         * sys/oss/README: remove this file, which predates my birth
27532           (and which content is by far outdated)
27533
27534 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27535
27536         * Makefile.am:
27537         * configure.ac:
27538         * docs/Makefile.am:
27539         * docs/libs/Makefile.am:
27540         * docs/libs/gst-plugins-libs-docs.sgml:
27541         * docs/libs/gst-plugins-libs-sections.txt:
27542         * docs/libs/tmpl/gstgconf.sgml:
27543         * docs/upload.mak:
27544         * docs/version.entities.in:
27545           Added boilerplate gtk-doc files for plugin-libs documentation.
27546
27547 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27548
27549         * gst/auparse/gstauparse.c: fix int and float audio caps
27550
27551 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27552
27553         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27554         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27555           g_assert() can be a macro, don't use #ifdef inside it.
27556
27557 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27558
27559         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27560
27561         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27562         (gst_videorate_init), (gst_videorate_chain),
27563         (gst_videorate_change_state):
27564           Event handling (fixes #159986).
27565
27566 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27567
27568         * gst-libs/gst/riff/riff-media.c:
27569         (gst_riff_create_video_caps_with_data):
27570           Add BLZ0 (Blizzard's version of DivX) fourcc.
27571
27572 2004-12-18  David Schleef  <ds@schleef.org>
27573
27574         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27575         portability fix.
27576
27577 2004-12-18  David Schleef  <ds@schleef.org>
27578
27579         * gst/tta/ttadec.h: Disable some header code that isn't used
27580         and clearly isn't portable.
27581
27582 2004-12-18  David Schleef  <ds@schleef.org>
27583
27584         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27585         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27586         (avcodec_get_pix_fmt), (avpicture_layout),
27587         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27588         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27589         Fix code to not use GCC extensions (and c99 extensions that
27590         Forte does not like.)
27591
27592 2004-12-19  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27593
27594         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27595
27596         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27597         (gst_deinterlace_chain):
27598           Rowstride fixes. Fixes #161039.
27599         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27600         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27601         (gst_video_crop_getcaps), (gst_video_crop_link),
27602         (gst_video_crop_i420), (gst_video_crop_chain),
27603         (gst_video_crop_change_state):
27604           Rework of negotiation. Actually works now. Fixes #158650.
27605
27606 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27607
27608         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27609           That was very stupid.
27610
27611 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27612
27613         * gst/matroska/matroska-demux.c:
27614         (gst_matroska_demux_parse_blockgroup):
27615           Fix possible crasher.
27616
27617 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27618
27619         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27620         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27621           Lace sizes can be zero.
27622
27623 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27624
27625         * ext/musepack/gstmusepackdec.cpp:
27626           Fetch error return values. Fixes #161624.
27627         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27628           Really EOS.
27629
27630 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27631
27632         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27633           Work for truncated (unfinished download etc.) files. Fixes #160514.
27634
27635 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27636
27637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27638           Fix for integer overflow. Makes #156001 not crash. Probably masks
27639           the real bug.
27640
27641 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * gst/ac3parse/gstac3parse.c: (plugin_init):
27644           Parsers never have ranks. Fixes #159651.
27645
27646 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27647
27648         * gst/playback/gstdecodebin.c: (compare_ranks):
27649           make sure the facotries are ordered the same every time even if they
27650           have the same rank by using the name
27651         * gst/playback/gstdecodebin.c: (find_compatibles):
27652           make sure we don't add factories to the list twice
27653
27654 2004-12-16  David Schleef  <ds@schleef.org>
27655
27656         * configure.ac: look for musepack headers as musepack/*.h
27657         (fixes #159847)
27658         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27659         * ext/musepack/gstmusepackreader.h: same
27660
27661 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27662
27663         * gst-libs/gst/riff/riff-read.c:
27664         (gst_riff_read_strf_auds_with_data):
27665           Read extradata correctly (fixes #155879).
27666
27667 2004-12-16  David Schleef  <ds@schleef.org>
27668
27669         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27670         audio.  does _not_ attempt or allow conversion unless channels
27671         is 1 or 2.
27672
27673 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27674
27675         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27676
27677 2004-12-16  David Schleef  <ds@schleef.org>
27678
27679         * gst/audioscale/gstaudioscale.c: the resample library only
27680         handles 1 or 2 channels.  Change caps to compensate.
27681
27682 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27683
27684         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27685         (gst_matroska_demux_audio_caps):
27686           Some MPEG-AAC hacks, because else it doesn't work...
27687
27688 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * gst-libs/gst/riff/riff-media.c:
27691         (gst_riff_create_video_caps_with_data),
27692         (gst_riff_create_video_template_caps):
27693           Add h264.
27694
27695 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27696
27697         * gst-libs/gst/audio/Makefile.am:
27698           Try to fix buildbot.
27699
27700 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27701
27702         * gst/tcp/gstmultifdsink.c:
27703           Clean up and uniformize debugging.
27704
27705 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27706
27707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27708
27709         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27710         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27711         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27712         (gst_mpeg_demux_change_state):
27713           Reset on ready. Fixes 160276.
27714
27715 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27716
27717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27718
27719         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27720         (gst_ffmpegcsp_pad_link):
27721           Fix memleak (#154815).
27722
27723 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27724
27725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27728         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27729         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27730         * ext/musicbrainz/gsttrm.h:
27731           Add support for using a proxy server when getting a trm id from
27732           the MusicBrainz database (#149613).
27733
27734 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27735
27736         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27737
27738         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27739         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27740           Fix memleaks (#157233).
27741
27742 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27743
27744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27745
27746         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27747         * gst-libs/gst/resample/resample.h:
27748         * gst/audioscale/gstaudioscale.c:
27749           Fix memleak (#159215).
27750
27751 2004-12-16  Toni Willberg  <toniw@iki.fi>
27752
27753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27756         * sys/oss/oss_probe.c: (main):
27757           Check for mono/stereo support (similar to samplerate probing),
27758           fixes #159433. Also add missing copyright header to oss_probe.c.
27759
27760 2004-12-15  David Schleef  <ds@schleef.org>
27761
27762         * configure.ac: add audioresample and cairo plugins.  Remove
27763         HAVE_MMX stuff, because it's not used.
27764         * ext/Makefile.am: same
27765         * ext/audioresample/Makefile.am: You are not ready for an
27766         audio resampling element based on audioresample.
27767         * ext/audioresample/gstaudioresample.c:
27768         * ext/audioresample/gstaudioresample.h:
27769         * ext/cairo/Makefile.am: You are not ready for overlay elements
27770         based on cairo.  Don't look too closely, these elements kinda
27771         suck right now.
27772         * ext/cairo/gstcairo.c: new
27773         * ext/cairo/gsttextoverlay.c: new
27774         * ext/cairo/gsttextoverlay.h: new
27775         * ext/cairo/gsttimeoverlay.c: new
27776         * ext/cairo/gsttimeoverlay.h: new
27777         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27778         problem with compilers that don't support variadic macros.
27779
27780 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27781
27782         Reviewed by:  David Schleef  <ds@schleef.org>
27783
27784         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27785         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27786         bit.  Also ran indent-gst.
27787         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27788         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27789         (gst_sunaudiosrc_setparams):
27790
27791 2004-12-14  David Schleef  <ds@schleef.org>
27792
27793         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27794         output rate to 16000.  Should fix #160235.
27795
27796 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27797
27798         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27799         Add typefinding for mpeg2 pes streams
27800
27801 2004-12-13  David Schleef  <ds@schleef.org>
27802
27803         * configure.ac:  Applied patch from bug #143659, making default
27804         sources and sinks OS-dependent (for Solaris), and added code
27805         for OS/X.
27806         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27807
27808 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27809
27810         * gst-libs/gst/riff/riff-media.c:
27811           forgot to add h2.64 to avidemux template caps
27812
27813 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27814
27815         * gst/wavenc/riff.h:
27816         * gst-libs/gst/riff/riff-media.c:
27817         * gst-libs/gst/riff/riff-ids.h:
27818         * gst/avi/gstavimux.c
27819         add 4CC code for VideoSoft h264 in AVI (VSSH)
27820           fixes bug #160655
27821         remove s323 from riff, it's quicktime specific :(
27822
27823 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27824
27825         * gst/asfdemux/README
27826         * gst/wavenc/riff.h
27827         * gst-libs/gst/riff/riff-ids.h
27828         * gst-libs/gst/riff/riff-media.c
27829         * gst/qtdemux/qtdemux.c:
27830           add new 4CC codes for h263 related codecs
27831           fixes partially bug #155163
27832
27833 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27834
27835         * configure.ac: Update polyaudio requirement to 0.7
27836         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27837
27838 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27839
27840         * gst/interleave/deinterleave.c:
27841         fix my name's spelling! :)
27842
27843 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27844
27845         * AUTHORS ChangeLog
27846         * gst/auparse/gstauparse.c
27847         * gst/interleave/deinterleave.c
27848         * gst/law/:
27849                 alaw-decode.c alaw-encode.c
27850                 mulaw-decode.c mulaw-encode.c
27851         * gst/oneton/gstoneton.c
27852         * sys/osxaudio/:
27853                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27854         * sys/osxvideo/:
27855                 cocoawindow.h cocoawindow.m
27856                 osxvideosink.h osxvideosink.m
27857
27858         put the same mail address for Zaheer Abbas Merali everywhere
27859
27860 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27863           Align by packetsize, and assert that we a packet available before
27864           playing. The first makes webstreams work (they often include
27865           trailing padding data in a packet), the second allows pausing a
27866           ASF stream in totem without getting demux errors afterwards.
27867
27868 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * ext/ogg/gstoggdemux.c: (get_relative):
27871           Check for non-NULL before accessing member (end-of-chain).
27872
27873 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27876         (cdparanoia_set_property), (cdparanoia_get_property):
27877         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27878         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27879         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27880         (dvdreadsrc_init), (dvdreadsrc_set_property),
27881         (dvdreadsrc_get_property):
27882         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27883         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27884           Synchronize property names where not yet the case. Devices are
27885           now device=X, other versions are deprecated (but still exist).
27886           Also use g_free() unconditionally.
27887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27888         (setup_source), (gst_play_base_bin_get_property):
27889           Expose source.
27890
27891 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27892
27893         * configure.ac: move GCONF macro outside conditional for the am
27894           conditional. Fixes #160439
27895
27896 2004-12-08  David Schleef  <ds@schleef.org>
27897
27898         * tools/gst-visualise-m.m: Switch to elements that currently
27899         exist.
27900
27901 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27902
27903         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27904           We love wrong commas.
27905
27906 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27907
27908         * gst/matroska/matroska-demux.c:
27909         (gst_matroska_demux_handle_src_query):
27910           Don't set DEFAULT, unsupported - makes length display incorrectly
27911           in some cases.
27912
27913 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27914
27915         * gst/monoscope/README: remove blurb about files being GPL
27916         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27917         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27918           monoscope is now effectively LGPL licensed
27919
27920 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27921
27922         * gst/monoscope/README: Update information to be more correct
27923         * gst/monoscope/convolve.c: Relicense to LGPL
27924         * gst/monoscope/convolve.h: Relicense to LGPL
27925
27926 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27927
27928         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27929           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27931           set default_duration for mpeg1 audio
27932
27933 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27934
27935         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27936         * ext/alsa/gstalsa.h:
27937           refactor big chunks of the core caps negotiation code to make it
27938           a lot faster, because people claim it's really slow
27939           (actually, just cache the getcaps when the device is opened)
27940
27941 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27942
27943         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27944         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27945         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27946         (gst_a52dec_change_state), (plugin_init):
27947         * ext/a52dec/gsta52dec.h:
27948           Do something useful with timestamps. Make chain-based (since
27949           there's really no reason to be loopbased).
27950         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27951           Update current_byte/frame correctly.
27952
27953 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27954
27955         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27956         (gst_ape_demux_stream_init):
27957           Forward tags, too.
27958
27959 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27962           Let's make sure we're done typefinding when detecting tags.
27963
27964 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27965
27966         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27967         (gst_ebml_read_init), (gst_ebml_read_use_event),
27968         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27969         (gst_ebml_read_seek), (gst_ebml_read_skip),
27970         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27971         (gst_ebml_read_master):
27972         * gst/matroska/ebml-read.h:
27973         * gst/matroska/matroska-demux.c:
27974         (gst_matroska_demux_parse_contents),
27975         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27976           Disgustingly evil hack for working around INTERRUPT events and
27977           their extremely annoying habit of being a pain in the ass. We
27978           simply peek a cluster before reading any of it.
27979
27980 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27981
27982         * ext/musepack/gstmusepackdec.cpp:
27983           There's also floating point libmusepacks.
27984
27985 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27986
27987         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27988         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27989           Set DURATION even if source buffer didn't. Also use increasing
27990           timestamps.
27991         * gst-libs/gst/riff/riff-media.c:
27992         (gst_riff_create_audio_caps_with_data):
27993           Block_align can have larger values than 8192.
27994
27995 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27996
27997         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27998         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27999         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28000         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28001           Fix caps.
28002
28003 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28004
28005         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28006           Fix logic bug.
28007
28008 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28009
28010         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28011           Yay, another one.
28012
28013 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28014
28015         * ext/esd/esdsink.c: (gst_esdsink_chain):
28016           Make error actually say something useful (fixes #156798).
28017         * gst-libs/gst/riff/riff-media.c:
28018         (gst_riff_create_video_caps_with_data),
28019         (gst_riff_create_video_template_caps):
28020           Add Intel Video 5.0 fourcc (IV50).
28021
28022 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28023
28024         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28025         detection on mono and stereo mp3 files.
28026
28027 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28028
28029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28030           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28031           the contained stream).
28032
28033 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28034
28035         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28036           Oops, remove debug.
28037
28038 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28039
28040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28041
28042         * gst/law/alaw-decode.c: (alawdec_getcaps):
28043         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28044           Prevent warnings when negotiating caps (fixes #159338).
28045
28046 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28047
28048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28049         (gst_ffmpegcsp_chain):
28050           Remove old leftover that shouldn't be there...
28051
28052 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28053
28054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28055
28056         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28057           Don't forward DISCONT events (fixes #159684).
28058
28059 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28060
28061         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28062           Unlink manually since sometimes bin disposal (and therefore
28063           pad unlinking) is delayed, which will cause a new media file
28064           to not be able to start playing instantly.
28065
28066 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28067
28068         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28069           On mute of an unlinked stream, check for pad availability so
28070           we don't crash on unlinked pad.
28071
28072 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28073
28074         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28075         (gst_avi_demux_massage_index):
28076           Fix quite humiliating bug in omitting 0-sized index chunks but
28077           forgetting to count them for timestamps.
28078
28079 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28080
28081         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28082           Actually leave the loop if we failed to sync. Don't crash.
28083
28084 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28085
28086         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28087         (gst_dvd_demux_process_private):
28088         * gst/mpegstream/gstdvddemux.h:
28089           Fix crash (#159759). Doesn't work, though. :-(.
28090
28091 2004-11-28  Benjamin Otte  <otte@gnome.org>
28092
28093         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28094           more overwriting protection due to modifying channels one by one
28095           instead of all at once
28096
28097 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28098
28099         * gst/audioconvert/gstchannelmix.c:
28100         (gst_audio_convert_fill_normalize):
28101           Normalize using absolute values.
28102
28103 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28104
28105         * configure.ac:
28106         * ext/Makefile.am:
28107         * ext/directfb/Makefile.am:
28108         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28109         (gst_directfbvideosink_get_pixel_format),
28110         (gst_directfbvideosink_get_format_from_fourcc),
28111         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28112         (gst_directfbvideosink_sink_link),
28113         (gst_directfbvideosink_change_state),
28114         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28115         (gst_directfbvideosink_buffer_alloc),
28116         (gst_directfbvideosink_interface_supported),
28117         (gst_directfbvideosink_interface_init),
28118         (gst_directfbvideosink_navigation_send_event),
28119         (gst_directfbvideosink_navigation_init),
28120         (gst_directfbvideosink_set_property),
28121         (gst_directfbvideosink_get_property),
28122         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28123         (gst_directfbvideosink_base_init),
28124         (gst_directfbvideosink_class_init),
28125         (gst_directfbvideosink_get_type), (plugin_init):
28126         * ext/directfb/directfbvideosink.h: Adding a first version of
28127         directfbvideosink.
28128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28129         more.
28130
28131 2004-11-28  Benjamin Otte  <otte@gnome.org>
28132
28133         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28134           walk the samples backwards if out_channels > in_channels so we don't
28135           overwrite data
28136
28137 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * gst/audioconvert/Makefile.am:
28140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28141         (gst_audio_convert_link), (gst_audio_convert_change_state),
28142         (gst_audio_convert_channels):
28143         * gst/audioconvert/gstchannelmix.c:
28144         (gst_audio_convert_unset_matrix),
28145         (gst_audio_convert_fill_identical),
28146         (gst_audio_convert_fill_compatible),
28147         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28148         (gst_audio_convert_fill_others),
28149         (gst_audio_convert_fill_normalize),
28150         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28151         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28152         * gst/audioconvert/gstchannelmix.h:
28153           Implement a channel mixer.
28154
28155 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28156
28157         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28158         * ext/alsa/gstalsa.h:
28159         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28160         Make alsasink actually honor gst_element_set_clock and use that
28161         clock instead of its internal one.
28162
28163 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28164
28165         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28166         (gst_play_base_bin_change_state): nullify source and decoder when
28167         going from READY to NULL so that we don't try to do weird stuff with
28168         them when going from NULL to READY
28169         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28170         instead of g_object_unref
28171         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28172         it should be correct
28173         (gst_play_bin_change_state): don't call remove_sinks if we are
28174         currently disposing the object
28175
28176 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28177
28178         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28179           Don't forget bass if it's there. Else left channel is silent...
28180
28181 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28182
28183         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28184         (gst_a52dec_change_state):
28185           Don't do sample adjusting anymore, we use float audio now.
28186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28187           Don't fixate to non-existing properties.
28188
28189 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28190
28191         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28192         (gst_a52dec_change_state):
28193           Advertise that we can do surround sound.
28194
28195 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28196
28197         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28198           Add buffer-frames=0.
28199         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28200         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28201         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28202         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28203         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28204         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28205         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28206         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28207         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28208         * ext/dvdread/dvdreadsrc.h:
28209           Add seeking, querying for bytes, sectors, title, angle and
28210           chapter. Handle multiple chapters. Relicense to LGPL because
28211           Billy agreed on that (thanks Billy!).
28212
28213 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28214
28215         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28216         call parent dispose method
28217
28218 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28219
28220         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28221         (gst_audio_clock_get_internal_time):
28222         Fix active <-> inactive transitions: ensure time value always
28223         grows and avoid abrupt value changes.
28224
28225 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28226
28227         * configure.ac:
28228         * gst/tta/Makefile.am:
28229         * gst/tta/crc32.h:
28230         * gst/tta/filters.h:
28231         * gst/tta/gsttta.c:
28232         * gst/tta/gstttadec.c:
28233         * gst/tta/gstttadec.h:
28234         * gst/tta/gstttaparse.c:
28235         * gst/tta/gstttaparse.h:
28236         * gst/tta/ttadec.h:
28237           added TTA parser and decoder
28238
28239 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28240
28241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28242         (probe_triggered), (check_queue), (buffer_underrun),
28243         (buffer_running), (buffer_overrun), (gen_source_element),
28244         (setup_source):
28245         * gst/playback/gstplaybasebin.h:
28246           Implement buffering. Needs some more work.
28247
28248 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28249
28250         * ext/theora/theoradec.c: (theora_dec_chain):
28251           Fix ilog mask range overflow.
28252
28253 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28254
28255         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28256           Don't omit the last (which in case of dmix is the only :) )
28257           channel count. Don't set channels if <= 2.
28258
28259 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28260
28261         * gst/playback/gstplaybin.c: (gen_video_element),
28262         (gen_audio_element): Removed 2 obsolete comments
28263
28264 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28265
28266         * ext/vorbis/oggvorbisenc.c
28267         * ext/vorbis/vorbisenc.c :
28268           change description fields of those plugins to differentiate them
28269           (pitivi show Encoders by description, they had the same one)
28270
28271 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28272
28273         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28274
28275         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28276         (gst_play_bin_set_property), (gen_video_element),
28277         (gen_audio_element):
28278           Refcounting fixes for provided audio-/videosinks.
28279
28280 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28281
28282         * gst/playback/gstplaybin.c: (gen_video_element),
28283         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28284           Don't reference all sinks, but only the video- and audiosinks.
28285           The vis. element should be disposed when we're done with it.
28286           We don't have any reason to keep it around. This fixes warnings
28287           when reusing playbin for playing multiple audio files with
28288           vis. enabled. Also release audio device on pause - idea stolen
28289           from Rhythmbox.
28290
28291 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28292
28293         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28294         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28295         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28296         * ext/alsa/gstalsaplugin.c: (plugin_init):
28297         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28298         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28299         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28300         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28301         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28302         (gst_faad_change_state), (plugin_init):
28303         * ext/faad/gstfaad.h:
28304         * ext/vorbis/vorbis.c: (plugin_init):
28305         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28306         * gst-libs/gst/audio/Makefile.am:
28307         * gst-libs/gst/audio/audio.c: (plugin_init):
28308         * gst-libs/gst/audio/multichannel.c:
28309         (gst_audio_check_channel_positions),
28310         (gst_audio_get_channel_positions),
28311         (gst_audio_set_channel_positions),
28312         (gst_audio_set_structure_channel_positions_list),
28313         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28314         (gst_audio_fixate_channel_positions):
28315         * gst-libs/gst/audio/multichannel.h:
28316         * gst-libs/gst/audio/testchannels.c: (main):
28317         * gst/audioconvert/gstaudioconvert.c:
28318         (gst_audio_convert_class_init), (gst_audio_convert_init),
28319         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28320         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28321         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28322         * gst/audioconvert/plugin.c: (plugin_init):
28323           Surround sound support.
28324
28325 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28326
28327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28328           Fix position for discont if we're close as well. Nitpicking, but
28329           saves a few milliseconds of extra waiting or skipping.
28330
28331 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28332
28333         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28334           We sometimes need parsers for playback, so add those too.
28335
28336 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28337
28338         * configure.ac:
28339         * gst/apetag/Makefile.am:
28340         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28341         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28342         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28343         (gst_ape_demux_get_src_query_types),
28344         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28345         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28346         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28347         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28348         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28349         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28350         (gst_ape_demux_change_state):
28351         * gst/apetag/apedemux.h:
28352         * gst/apetag/apetag.c: (plugin_init):
28353         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28354         (plugin_init):
28355           APE v1/2 tag reader plus typefind function.
28356
28357 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * configure.ac:
28360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28361         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28362           Remove hacks for older core. Require newer core version
28363           accordingly.
28364
28365 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28366
28367         * gst/cdxaparse/Makefile.am:
28368         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28369         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28370         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28371         * gst/cdxaparse/gstcdxaparse.h:
28372         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28373         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28374         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28375         (gst_cdxastrip_get_src_query_types),
28376         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28377         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28378         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28379         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28380         * gst/cdxaparse/gstcdxastrip.h:
28381           SVCD/VCD header stripping separated from CDXA image parsing.
28382         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28383         (plugin_init):
28384           Add VCD/SVCD header typefinding for VCD/SVCD.
28385         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28386         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28387         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28388         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28389         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28390         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28391         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28392         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28393         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28394         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28395         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28396         * sys/vcd/vcdsrc.h:
28397           Fix up, add seeking, querying, URI interface. Works in totem now.
28398
28399 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28400
28401         * configure.ac:
28402           back to CVS
28403
28404 === release 0.8.6 ===
28405
28406 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28407
28408         * NEWS:
28409         * RELEASE:
28410         * configure.ac:
28411         * po/af.po:
28412         * po/az.po:
28413         * po/cs.po:
28414         * po/en_GB.po:
28415         * po/hu.po:
28416         * po/it.po:
28417         * po/nb.po:
28418         * po/nl.po:
28419         * po/or.po:
28420         * po/sq.po:
28421         * po/sr.po:
28422         * po/sv.po:
28423         * po/uk.po:
28424           releasing 0.8.6, "IOU Love"
28425
28426 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28427
28428         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28429
28430         * gst/playback/gstplaybasebin.c:
28431           Fix unplayable files error handling.  Fixes #158365
28432
28433 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28434
28435         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28436
28437         * gst/typefind/gsttypefindfunctions.c:
28438           Fix broken mp3 typefinding.  Fixes #158375
28439
28440 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28441
28442         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28443
28444         * ext/ogg/gstoggdemux.c:
28445           Fix sync on broken files.  Fixes #158976
28446
28447 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28448
28449         patch by: Edward Hervey <bilboed@bilboed.com>
28450
28451         * ext/libpng/gstpngenc.c:
28452           Copy over buffer properties.  Fixes #158832
28453
28454 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28455
28456         patch by: Tim-Philipp MĂ¼ller <t.i.m@zen.co.uk>
28457
28458         * ext/dvdread/dvdreadsrc.c:
28459           Fixes invalid reads (#158462)
28460
28461 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28462
28463         * sys/v4l/gstv4lsrc.c:
28464         * sys/v4l/gstv4lsrc.h:
28465         * sys/v4l/v4lsrc_calls.c:
28466           Probe less and cache it.  Fixes #159187.
28467
28468 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28469
28470         * gst/videorate/gstvideorate.c:
28471           Handle all video formats. Fixes #159186.
28472
28473 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28474         * gst/synaesthesia/gstsynaesthesia.c:
28475         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28476         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28477         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28478         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28479         (gst_synaesthesia_change_state), (plugin_init):
28480         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28481         Force 320x200 output, as that's the only thing the underlying
28482         synaesthesia implementation supports. Still needs to be made
28483         re-entrant.
28484
28485 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28486
28487         * configure.ac:
28488           Fix mpeg2enc configure check (similar to mplex check below).
28489
28490 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28491
28492         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28493
28494         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28495           Fix for gcc-2.95 (fixes #158221).
28496
28497 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28498
28499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28500           Re-add clock distribution hack (until new core is released).
28501           Fixes #158125.
28502
28503 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28504         * configure.ac:
28505           fix mplex configure check segfaulting on some systems (bug #140994)
28506
28507 2004-11-13  Benjamin Otte  <otte@gnome.org>
28508
28509         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28510           add debugging
28511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28512           do a wait when we enter the loop func with no data available to
28513           write instead of getting into an 100% CPU loop by just returning and
28514           being called again by the scheduler
28515
28516 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28517
28518         * configure.ac:
28519         * ext/libvisual/visual.c: (gst_visual_get_type),
28520         (libvisual_log_handler), (gst_visual_getcaps),
28521         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28522         (plugin_init):
28523           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28524         * ext/smoothwave/Makefile.am:
28525         * ext/smoothwave/demo-osssrc.c: (main):
28526         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28527         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28528         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28529         (plugin_init):
28530         * ext/smoothwave/gstsmoothwave.h:
28531           Make gstsmoothwave a working element in the 20th century.
28532
28533         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28534           Fix incorrect link function
28535
28536 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28537
28538         * gst/volume/gstvolume.c:
28539           Allow buffer-frames=0.
28540
28541 2004-11-12 Iain <iaingnome@gmail.com>
28542
28543         * configure.ac: Check for polypaudio
28544
28545         * ext/Makefile.am: Build the polyp dir
28546
28547         * ext/polyp: The polypsink sources.
28548
28549 2004-10-30 Iain <iaingnome@gmail.com>
28550
28551         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28552         caps to reflect the new number of channels.
28553
28554 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28555
28556         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28557           Fix for negotiation order problem. This would show when the
28558           ALSA loopfuction was called before any other function. ALSA
28559           wouldn't do anything because we're not negotiated yet, leading
28560           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28561
28562 2004-11-11  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28563
28564         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28565
28566         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28567           No warnings (#157986).
28568
28569 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28570
28571         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28572           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28573
28574 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28575
28576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28577           Signal no-more-pads (so it works in playbin).
28578
28579 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * ext/musepack/gstmusepackreader.cpp:
28582           Workaround for older core.
28583
28584 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28585
28586         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28587           Actually test for odd width/height rather than testing whether
28588           a temporary variable that was 0 before we subtracted 1 is now
28589           not equal to zero (which it always is).
28590
28591 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28592
28593         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28594         Fix compilation if HAVE_XVIDEO is not defined
28595
28596 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28597
28598         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28599         Fix compilation if HAVE_XVIDEO is not defined
28600
28601 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28602
28603         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28604         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28605         (gst_goom_change_state), (plugin_init):
28606         Use the bytestream adapter so goom doesn't depend on the input
28607         buffer size.
28608         Add a debug category
28609
28610 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28611
28612         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28613           Only set hardware parameters *after* negotiation. Before
28614           negotiation, it will set ANY and that seems to cause crashes
28615           (see e.g. #151288, #153227).
28616
28617 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28618
28619         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28620           This seems to be antique leftover. It needs to pass error
28621           checking.
28622         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28623         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28624         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28625         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28626           Fix GstXOverlay implementation (#151059).
28627
28628 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28629
28630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28631           Don't assert (#157853).
28632
28633 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28634
28635         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28636           Fix bytes/samples confustion.
28637         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28638           Fix for underrun (#144389).
28639
28640 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28641
28642         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28643           Disable halfway-seek for pending release (since it needs a new
28644           core release).
28645
28646 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28647
28648         * sys/v4l/gstv4lsrc.c:
28649         * sys/v4l/gstv4lsrc.h:
28650         * sys/v4l/v4lsrc_calls.c:
28651           add autoprobe-fps property so we can separate autoprobing parts
28652
28653 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28654
28655         * sys/v4l/gstv4lsrc.c:
28656         * sys/v4l/v4lsrc_calls.c:
28657         initialise fourcc to catch unset fourcc's, and debug
28658
28659 2004-11-09  Wim Taymans  <wim@fluendo.com>
28660
28661         * gst/playback/README:
28662         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28663         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28664         (gst_play_bin_dispose), (gst_play_bin_set_property),
28665         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28666         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28667         (gst_play_bin_get_formats), (gst_play_bin_convert),
28668         (gst_play_bin_get_query_types), (gst_play_bin_query):
28669         Cleanups and some more documentation.
28670
28671 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28672
28673         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28674         (gst_cacasink_init), (gst_cacasink_chain):
28675         * ext/libcaca/gstcacasink.h:
28676         Cacasink inherits from VideoSink, so let that store the clock.
28677
28678 2004-11-09  Wim Taymans  <wim@fluendo.com>
28679
28680         * gst/playback/README:
28681         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28682         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28683         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28684         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28685         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28686         (setup_sinks):
28687         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28688         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28689         * gst/playback/gststreaminfo.h:
28690         Updated README.
28691         Only switch groups if all streams have muted (EOSed).
28692         Send Tags in sync with the stream playback instead of in
28693         the playback/preroll phase.
28694         Some cleanups, free the fakesrc elements.
28695
28696 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28697
28698         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28699           buffer-frames property was missing
28700         * ext/arts/gst_arts.c:
28701           rate missing from sinkcaps
28702         * ext/audiofile/gstafparse.c:
28703         * ext/audiofile/gstafsink.c:
28704         * ext/audiofile/gstafsrc.c:
28705         * ext/swfdec/gstswfdec.c:
28706           int audio doesn't know buffer-frames
28707         * ext/cdparanoia/gstcdparanoia.c:
28708           int audio doesn't know chunksize either
28709         * ext/nas/nassink.c:
28710           it's endianness, not endianess
28711         * gst-libs/gst/audio/audio.h:
28712           make float standard pad template caps really describe float
28713         * gst/law/mulaw.c: (linear_factory):
28714           signed only, please
28715         * gst/mpegstream/gstdvddemux.c:
28716           widths of 20 are not valid
28717
28718 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28719
28720         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28721
28722         * po/LINGUAS:
28723         * po/it.po:
28724           Add Italian
28725
28726 2004-11-08  Wim Taymans  <wim@fluendo.com>
28727
28728         * gst/playback/README:
28729         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28730         * gst/playback/gstplaybasebin.c: (probe_triggered),
28731         (gst_play_base_bin_change_state):
28732         Updated README, added more comments for fixmes etc..
28733
28734 2004-11-08  Wim Taymans  <wim@fluendo.com>
28735
28736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28737         We can remove this hack now.
28738
28739 2004-11-08  Wim Taymans  <wim@fluendo.com>
28740
28741         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28742         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28743         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28744         Only mix AYUV for maximum quality.
28745
28746 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28747
28748         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28749         (gst_ogg_demux_push), (gst_ogg_pad_push):
28750           Let's act as if we're synchronized now! :).
28751         * ext/theora/theoradec.c: (theora_dec_chain):
28752           Add some debug.
28753
28754 2004-11-08  Wim Taymans  <wim@fluendo.com>
28755
28756         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28757         (gst_alpha_set_property), (gst_alpha_sink_link),
28758         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28759         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28760         (gst_alpha_init_params), (gst_alpha_chain):
28761         Implement alpha functions for AYUV too, this increases
28762         accuracy quite a bit.
28763
28764 2004-11-08  Wim Taymans  <wim@fluendo.com>
28765
28766         * gst/ffmpegcolorspace/avcodec.h:
28767         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28768         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28769         (gst_ffmpegcsp_avpicture_fill):
28770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28771         (gst_ffmpegcsp_caps_remove_format_info):
28772         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28773         (shrink12), (img_get_alpha_info), (deinterlace_line),
28774         (deinterlace_line_inplace):
28775         * gst/ffmpegcolorspace/imgconvert_template.h:
28776         Added AYUV colorspace and handle RGBA a bit more respectful.
28777
28778 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28779
28780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28781           Actually always send a discont (cornercase when resending the
28782           same serial-tagged chain twice).
28783
28784 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28785
28786         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28787         (gst_ximagesink_finalize):
28788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28789         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28790
28791 2004-11-08  Wim Taymans  <wim@fluendo.com>
28792
28793         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28794         Don't segfault on NULL data.
28795
28796 2004-11-08  Wim Taymans  <wim@fluendo.com>
28797
28798         * gst/playback/gstdecodebin.c: (unlinked):
28799         * gst/playback/gstplay-marshal.list:
28800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28801         (gst_play_base_bin_init), (group_create), (get_active_group),
28802         (get_building_group), (group_destroy), (group_commit),
28803         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28804         (add_element_stream), (no_more_pads), (probe_triggered),
28805         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28806         (state_change), (setup_source), (gst_play_base_bin_get_property),
28807         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28808         (gst_play_base_bin_link_stream),
28809         (gst_play_base_bin_get_streaminfo):
28810         * gst/playback/gstplaybasebin.h:
28811         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28812         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28813         Add support for chained ogg files. Prepare for playlist
28814         support. This patch introduces the concept of pad groups, which
28815         together compose one playable media file.
28816
28817 2004-11-07  David Schleef  <ds@schleef.org>
28818
28819         * testsuite/gst-lint: Check for pad templates that aren't statically
28820         scoped.
28821
28822 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28823
28824         * configure.ac:
28825         * ext/Makefile.am:
28826         * ext/musepack/Makefile.am:
28827         * ext/musepack/gstmusepackdec.cpp:
28828         * ext/musepack/gstmusepackdec.h:
28829         * ext/musepack/gstmusepackreader.cpp:
28830         * ext/musepack/gstmusepackreader.h:
28831           Add musepack decoder.
28832         * ext/faad/gstfaad.c: (gst_faad_base_init):
28833           Make pad templates static.
28834         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28835         (plugin_init):
28836           Add musepack typefinder, make mp3 typefinding work halfway stream,
28837           which doesn't actually work yet because id3demux doesn't implement
28838           _get_length().
28839
28840 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28841
28842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28843         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28844           Fix interrupt event handling (#144436).
28845
28846 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28847
28848         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28849           Hide unused glory.
28850
28851 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28852
28853         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28854
28855         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28856           Fix weird caps (#157548).
28857
28858 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28859
28860         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28861
28862         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28863           Add missing NULL terminator (#157543).
28864
28865 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28866
28867         * gst/tcp/gsttcp.h:
28868         * gst/tcp/gsttcpclientsink.c:
28869         * gst/tcp/gsttcpclientsrc.c:
28870         * gst/tcp/gsttcpserversink.c:
28871         * gst/tcp/gsttcpserversrc.c:
28872           ports can go up to 65535.  Move common defines to gsttcp.h
28873
28874 2004-11-05  Wim Taymans  <wim@fluendo.com>
28875
28876         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28877         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28878         Added two more colorspaces.
28879
28880 2004-11-05  Wim Taymans  <wim@fluendo.com>
28881
28882         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28883         (gst_ffmpegcsp_avpicture_fill):
28884         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28885         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28886         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28887         More stride fixes.
28888
28889 2004-11-05  Wim Taymans  <wim@fluendo.com>
28890
28891         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28892         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28893         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28894         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28895         (gst_videomixer_loop):
28896         More stride fixes.
28897
28898 2004-11-05  Benjamin Otte  <otte@gnome.org>
28899
28900         * ext/mad/gstmad.c: (gst_mad_chain):
28901           don't overflow data buffer. Flush not needed sync data when syncing
28902           failed.
28903
28904 2004-11-04  Wim Taymans  <wim@fluendo.com>
28905
28906         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28907         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28908         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28909         (gst_alpha_init_params), (gst_alpha_chain),
28910         (gst_alpha_change_state):
28911         Updated the chroma keying algorithm with something more
28912         sophisticated.
28913
28914 2004-11-03  Wim Taymans  <wim@fluendo.com>
28915
28916         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28917         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28918         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28919         Fix stride issues. Does not completely work for odd
28920         heights.
28921
28922 2004-11-03  Wim Taymans  <wim@fluendo.com>
28923
28924         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28925         (gst_alpha_chroma_key), (gst_alpha_chain):
28926         Fix stride issues. Does not completely work for odd
28927         heights.
28928
28929 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28930
28931         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28932         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28933         leak fixes
28934
28935 2004-11-03  Wim Taymans  <wim@fluendo.com>
28936
28937         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28938         (gst_ffmpegcsp_avpicture_fill):
28939         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28940         (avpicture_alloc):
28941         * gst/ffmpegcolorspace/imgconvert_template.h:
28942         Use correct _fill function to get correct strides.
28943
28944 2004-11-02  David Schleef  <ds@schleef.org>
28945
28946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28947         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28948         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28949         Change all g_print()s to debugging.  Add a bunch of consistency
28950         checks.
28951
28952 2004-11-02  Wim Taymans  <wim@fluendo.com>
28953
28954         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28955         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28956         (unlinked), (no_more_pads), (close_link):
28957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28958         (unknown_type), (add_element_stream), (new_decoded_pad),
28959         (removed_decoded_pad), (setup_source):
28960         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28961         (gst_stream_info_class_init), (gst_stream_info_init),
28962         (gst_stream_info_new), (gst_stream_info_dispose),
28963         (stream_info_mute_pad), (gst_stream_info_set_property),
28964         (gst_stream_info_get_property):
28965         * gst/playback/gststreaminfo.h:
28966         Fix playback of multiple files.
28967         a slightly different approach to handling dynamic pad removals.
28968         This one only looks at pads that we have linked.
28969
28970 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28971
28972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28973         free" warning from libc.
28974
28975 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28976
28977         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28978         (get_unconnected_element), (remove_starting_from), (pad_removed),
28979         (close_link):
28980           Implement support for dynamic pad changing. We listen to "live"
28981           pad removals (i.e. while playing) and re-setup autoplugging
28982           after that. Playbasebin/playbin need some more work for this
28983           to finally work, but decodebin supports (and replugs) chained
28984           ogg now.
28985
28986 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28987
28988         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28989         (gst_alsa_finalize):
28990         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28991         (gst_cdaudio_finalize):
28992         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28993         (cdparanoia_finalize):
28994         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28995         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28996         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28997         (dvdreadsrc_finalize):
28998         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28999         (gst_flacdec_finalize):
29000         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29001         (gst_flacenc_finalize):
29002         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29003         (gst_gnomevfssink_finalize):
29004         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29005         (gst_gnomevfssrc_finalize):
29006         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29007         (gst_fameenc_finalize):
29008         * ext/nas/nassink.c: (gst_nassink_class_init),
29009         (gst_nassink_finalize):
29010         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29011         (gst_sdlvideosink_class_init):
29012         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29013         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29014         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29015         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29016         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29017         (gst_x_window_listener_dispose):
29018         * gst/audioscale/gstaudioscale.c:
29019         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29020         (play_on_demand_finalize):
29021         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29022         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29023         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29024         (cdplayer_finalize):
29025         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29026         (gst_glimagesink_class_init):
29027         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29028         (gst_osselement_finalize):
29029         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29030         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29031         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29032           Fixes a bunch of problems with finalize and dispose functions,
29033           either assumptions that dispose is only called once, or not calling
29034           the parent class dispose/finalize function
29035
29036 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29037
29038         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29039           added two api precondition guards
29040           use g_strdup with getenv to fix crash when using ENVVAR
29041
29042 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29043         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29044         (gst_esdsink_finalize):
29045         Use a finalize function, not dispose, and more importantly,
29046         call the parent class finalize function too
29047
29048 2004-11-01  Johan Dahlin  <johan@gnome.org>
29049
29050         * ext/ogg/gstoggdemux.c:
29051         * gst/tags/gstvorbistag.c:
29052         Plug leaks.
29053
29054 2004-10-31  Benjamin Otte  <otte@gnome.org>
29055
29056         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29057           lotsa memleaks today. But they're all small...
29058
29059 2004-10-31  Benjamin Otte  <otte@gnome.org>
29060
29061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29062           another memleak crushed
29063
29064 2004-10-31  Benjamin Otte  <otte@gnome.org>
29065
29066         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29067           fix memleak
29068
29069 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29072           Hack to prevent crash when going to READY inside signal handler
29073           while this function is active.
29074
29075 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29076
29077         * gst/ffmpegcolorspace/Makefile.am:
29078         * gst/ffmpegcolorspace/avcodec.h:
29079         * gst/ffmpegcolorspace/common.h:
29080         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29081         * gst/ffmpegcolorspace/dsputil.h:
29082         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29084         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29085         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29086         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29087         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29088         (gst_ffmpegcsp_avpicture_fill):
29089         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29091         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29092         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29093         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29094         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29095         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29096         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29097         * gst/ffmpegcolorspace/imgconvert.c:
29098         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29099         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29100         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29101         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29102         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29103         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29104         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29105         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29106         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29107         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29108         (grow21), (grow22), (grow41), (grow44), (conv411),
29109         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29110         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29111         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29112         (avpicture_free), (is_yuv_planar), (img_convert),
29113         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29114         (deinterlace_line_inplace), (deinterlace_bottom_field),
29115         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29116         * gst/ffmpegcolorspace/imgconvert_template.h:
29117         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29118         * gst/ffmpegcolorspace/mmx.h:
29119         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29120         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29121         (av_freep), (avcodec_get_context_defaults),
29122         (avcodec_alloc_context), (avcodec_init):
29123           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29124           handling plus update from ffmpeg CVS. Large clean-up.
29125
29126 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29127
29128         * gst/playback/Makefile.am:
29129           We need the marshallers for decodebin, too.
29130
29131 2004-10-30  David Schleef  <ds@schleef.org>
29132
29133         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29134           quicktime typefinding work with 64-bit offsets.
29135
29136 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29137
29138         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29139           Set EOS on the element when processing an EOS event.
29140         * ext/speex/gstspeexdec.h:
29141         * ext/speex/gstspeexenc.h:
29142           Only keep a const ptr to the mode
29143         * gst-libs/gst/riff/riff-media.c:
29144         (gst_riff_create_audio_caps_with_data),
29145         (gst_riff_create_audio_template_caps):
29146           Allow WMAV3, with up to 6 channels.
29147         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29148           Don't call gst_pad_set_event_function on a sink pad.
29149         * gst/mpegstream/gstdvddemux.c:
29150         (gst_dvd_demux_get_subpicture_stream),
29151         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29152           Copy the explicit caps that were set across to the cur_* pads,
29153           instead of trying to use a possibly non-existent negotiated caps.
29154           Reset the type of subpicture pads to UNKNOWN after calling
29155           init_stream, so that the caps get set.
29156
29157 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29158
29159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29160
29161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29162           Don't touch buffer if it is of size 0 (fixes #151064).
29163
29164 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29165
29166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29167           Synchronized discont handling.
29168
29169 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29170
29171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29172         (gst_ogg_demux_push):
29173           Make seeking sort-of exact again (fixes #156387).
29174
29175 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29176
29177         * gst/playback/gstplaybasebin.c: (unknown_type),
29178         (add_element_stream), (new_decoded_pad),
29179         (gst_play_base_bin_change_state):
29180         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29181         (gst_stream_info_init), (gst_stream_info_new),
29182         (gst_stream_info_dispose), (gst_stream_info_get_property):
29183         * gst/playback/gststreaminfo.h:
29184           Make caps explicitely available. Makes testing for unsupported
29185           types possible. Improves error reporting.
29186
29187 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * gst/audioconvert/gstaudioconvert.c:
29190         (gst_audio_convert_buffer_to_default_format):
29191           Really don't touch read-only buffers (#156563).
29192
29193 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29194
29195         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29196
29197         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29198           Fix memleak (#155223).
29199
29200 2004-10-29  Wim Taymans  <wim@fluendo.com>
29201
29202         * gst/tcp/.cvsignore:
29203         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29204         (gst_multifdsink_class_init), (gst_multifdsink_init),
29205         (gst_multifdsink_add), (gst_multifdsink_remove),
29206         (gst_multifdsink_remove_client_link), (is_sync_frame),
29207         (gst_multifdsink_new_client),
29208         (gst_multifdsink_handle_client_write),
29209         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29210         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29211         (gst_multifdsink_get_property):
29212         * gst/tcp/gstmultifdsink.h:
29213         Added burst on connect sync_method, deprecated sync_clients,
29214         streamlined the sync code some more.
29215
29216 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29217
29218         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29219         (gst_play_base_bin_change_state):
29220           Improve error reporting.
29221
29222 2004-10-28  Wim Taymans  <wim@fluendo.com>
29223
29224         * gst/tcp/Makefile.am:
29225         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29226         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29227         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29228         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29229         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29230         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29231         (gst_fdset_wait):
29232         Added more locks around fdset structures. Fixed/reworked
29233         the poll array resizing code.
29234         Added stress test for fdset.
29235
29236 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29237
29238         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29239         fix build
29240
29241 2004-10-28  Benjamin Otte  <otte@gnome.org>
29242
29243         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29244           fix link function to always query channels and query width for
29245           floats
29246         * configure.ac:
29247           add equalizer dir
29248         * gst/equalizer/Makefile.am:
29249         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29250         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29251         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29252         (arg_to_scale), (setup_filter),
29253         (gst_iir_equalizer_compute_frequencies),
29254         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29255         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29256         (plugin_init):
29257           add an equalizer
29258
29259 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29260
29261         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29262
29263         * po/LINGUAS:
29264         * po/nb.po:
29265           Added Norwegian Bokmaal translation
29266
29267 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29268
29269         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29270           Don't break on options (fixes #156488).
29271
29272 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29273
29274         * configure.ac:
29275         * ext/cdaudio/Makefile.am:
29276         * sys/Makefile.am:
29277           fix build on older automake
29278
29279 2004-10-26  Wim Taymans  <wim@fluendo.com>
29280
29281         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29282         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29283         Allow a little margin when negotiating the framerate.
29284
29285 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29286
29287         * gst/level/gstlevel.c:
29288           synchonised naming of pads and pad-templates
29289
29290 2004-10-26  Wim Taymans  <wim@fluendo.com>
29291
29292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29293         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29294         (_find_streams_check), (gst_ogg_demux_push):
29295         Fix EOS again. Needs to be done in a better way. We should not
29296         remove the pad if there is no new chained stream.
29297
29298 2004-10-26 Iain <iaingnome@gmail.com>
29299
29300         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29301         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29302         of the caps.
29303         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29304         pad.
29305         (interleave_release_pad): Remove the pad.
29306         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29307         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29308         the set device.
29309         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29310         attrs
29311         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29312         (gst_xvimagesink_finalize): Free the par.
29313
29314 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29315
29316         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29317         (gst_avimux_stop_file):
29318           First calculate the rate, and only then use it. Hdr.rate is a
29319           multiple and not a derivative of hdr.scale. Scale is not the
29320           same as blockalign but is solely related to rate.
29321
29322 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29323
29324         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29325         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29326           Implement seeking.
29327
29328 2004-10-25  James Henstridge  <james@jamesh.id.au>
29329
29330         Reviewed by:  David Schleef  <ds@schleef.org>
29331
29332         * examples/gstplay/player.c: (got_stream_length), (main):
29333         * examples/seeking/cdplayer.c: (update_scale):
29334         * examples/seeking/seek.c: (format_value), (update_scale):
29335         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29336         (stop_seek):
29337         Build fixes on AMD64.
29338
29339 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29340
29341         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29342
29343         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29344         Fix for some v4l cards which hang in v4lsrc
29345
29346 2004-10-25  Wim Taymans  <wim@fluendo.com>
29347
29348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29349         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29350         Make sure to remove the pad when a new chain is
29351         encountered. Set some vars to NULL so we don't try
29352         to reference freed memory.
29353
29354 2004-10-25  Wim Taymans  <wim@fluendo.com>
29355
29356         * examples/seeking/Makefile.am:
29357         * examples/seeking/cdplayer.c: (update_scale):
29358         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29359         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29360         (format_value), (update_scale), (iterate), (start_seek),
29361         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29362         (print_usage), (main):
29363         Added some more examples, update others.
29364
29365 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29366
29367         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29368         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29369         * ext/theora/theoradec.c: (theora_dec_chain):
29370         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29371           Add codec-name metadata.
29372
29373 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29374
29375         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29376
29377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29378         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29379         * ext/alsa/gstalsamixertrack.h:
29380         * po/POTFILES.in:
29381           ALSA mixer track label internationalization (#154054).
29382
29383 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29384
29385         * ext/theora/theoradec.c: (theora_dec_chain):
29386           Export bitrate as metadata.
29387
29388 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29389
29390         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29391         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29392         * ext/alsa/gstalsamixertrack.h:
29393           Fix names, fix loop.
29394
29395 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29396
29397         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29398         (speex_dec_convert):
29399           sinkconvert function so oggdemux can get the file length (totem).
29400
29401 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29402
29403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29404
29405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29406           Don't push incomplete packets.
29407         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29408           Fix MPEG-4 audio typefinding.
29409
29410 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29411
29412         * sys/v4l/Makefile.am:
29413         * sys/v4l/gstv4l.c: (plugin_init):
29414         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29415         (gst_v4lelement_init), (gst_v4lelement_dispose),
29416         (gst_v4lelement_change_state):
29417         * sys/v4l/gstv4lelement.h:
29418         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29419         (gst_v4l_xoverlay_close), (idle_refresh),
29420         (gst_v4l_xoverlay_set_xwindow_id):
29421         * sys/v4l/gstv4lxoverlay.h:
29422         * sys/v4l/v4l-overlay_calls.c:
29423         * sys/v4l/v4l_calls.h:
29424         * sys/v4l2/Makefile.am:
29425         * sys/v4l2/gstv4l2.c: (plugin_init):
29426         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29427         (gst_v4l2element_init), (gst_v4l2element_dispose),
29428         (gst_v4l2element_change_state):
29429         * sys/v4l2/gstv4l2element.h:
29430         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29431         (gst_v4l2_xoverlay_close), (idle_refresh),
29432         (gst_v4l2_xoverlay_set_xwindow_id):
29433         * sys/v4l2/gstv4l2xoverlay.h:
29434         * sys/v4l2/v4l2-overlay_calls.c:
29435         * sys/v4l2/v4l2_calls.h:
29436           Remove client-side overlay handling, use the X-server v4l plugin
29437           for that. Nicer overlay, less code. Also make the plugin
29438           compileable without X (but then without overlay, obviously).
29439           Makes xwindowlistener obsolete, should we remove that?
29440
29441 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29442
29443         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29444         (gst_osssrc_src_query):
29445         * sys/oss/gstosssrc.h:
29446           OK, so people want offset in DEFAULT. This time, actually fix all
29447           cases.
29448         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29449           Add FPS properly.
29450
29451 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29452
29453         * gst/asfdemux/gstasfmux.c:
29454         * gst/avi/gstavimux.c:
29455           Framerate.
29456
29457 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29458
29459         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29460           Fix properties (channel, norm, frequency).
29461
29462 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29463
29464         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29465           Flag typo.
29466         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29467           No warnings.
29468
29469 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29470
29471         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29472           Fix hang.
29473
29474 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * sys/v4l2/gstv4l2element.h:
29477           Yet Another Hack (tm) for kernel header borkedness.
29478         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29479         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29480         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29481         (gst_v4l2src_change_state):
29482         * sys/v4l2/gstv4l2src.h:
29483         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29484         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29485           Fix caps, keep track of state, work.
29486
29487 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29488
29489         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29490           Quiet.
29491
29492 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29493
29494         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29495           Don't mix bytes and samples.
29496
29497 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29498
29499         * ext/ogg/gstoggmux.c:
29500           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29501           and theora. Any is incorrect.
29502         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29503           Fix caps.
29504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29505         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29506         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29507         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29508         * sys/v4l/gstv4lmjpegsrc.h:
29509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29510         (gst_v4lsrc_change_state):
29511         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29512         (gst_v4lmjpegsrc_capture_stop):
29513           Fix caps. Keep track of internal state. Work.
29514
29515 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29516
29517         * ext/Makefile.am:
29518           Fix the build fixes.
29519
29520 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29521
29522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29523         (gst_ogg_demux_src_event), (_find_chain_seek),
29524         (gst_ogg_pad_push):
29525           Check for pad availability before using it.
29526         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29527           Fix parsing of chained ogg. Needs more work on the decoder side.
29528
29529 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29530
29531         * gst/spectrum/Makefile.am:
29532         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29533         (idle_func):
29534           Fix demo and reenable it. Yes, I'm currently playing with audio
29535           analysis tools
29536
29537 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29538
29539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29540           We love it if files that start at zero work too...
29541
29542 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29543
29544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29545           Handle files with missing EOS headers.
29546
29547 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29548
29549         * gst/tcp/gsttcpserversink.c:
29550         (gst_tcpserversink_handle_server_read),
29551         (gst_tcpserversink_init_send):
29552         Zero some variables first (need for accept not to return EINVAL)
29553
29554 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29557         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29558         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29559         (theora_dec_chain):
29560         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29561         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29562           Seeking and querying finetune.
29563
29564 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29565
29566         * configure.ac:
29567         * ext/Makefile.am:
29568         * ext/raw1394/Makefile.am:
29569           fix the build
29570
29571 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29572
29573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29574           Wrong return.
29575         * gst/playback/Makefile.am:
29576         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29577         * gst/playback/gstplay-marshal.list:
29578         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29579           Fix marshallers.
29580
29581 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29584           Silence.
29585
29586 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29589         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29590         (gst_ogg_pad_push):
29591           Yay for non-lineair granulepos in theora.
29592
29593 2004-10-18  Wim Taymans  <wim@fluendo.com>
29594
29595         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29596         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29597         * ext/dv/gstdvdec.h:
29598         Make sure we renegotiate aspect ratio when the camera switches.
29599
29600 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29601
29602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29603         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29604           Start at zero.
29605         * ext/theora/theoradec.c: (theora_dec_chain):
29606           Skip headers. Bad idea for chained ogg, but fixes seeking.
29607
29608 2004-10-18  Wim Taymans  <wim@fluendo.com>
29609
29610         * configure.ac:
29611         I swear, this is the last time I touch this.
29612
29613 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29614
29615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29616         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29617         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29618           Faster seeking.
29619         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29620           Time-to-default conversion.
29621         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29622           Don't error on unknown packets, just skip. We should probably
29623           read them if we want to support chained ogg.
29624
29625 2004-10-18  Wim Taymans  <wim@fluendo.com>
29626
29627         * configure.ac:
29628         Added cdaudio to wrong list.
29629
29630 2004-10-18  Wim Taymans  <wim@fluendo.com>
29631
29632         * configure.ac:
29633         Revive cdaudio.
29634
29635 2004-10-18  Wim Taymans  <wim@fluendo.com>
29636
29637         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29638         (gst_dvdec_video_link), (gst_dvdec_push):
29639         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29640         (gst_smokeenc_resync), (gst_smokeenc_chain):
29641         Fix mimetype on smoke encoder.
29642         Add aspect ratio to dvdec. Not sure if these
29643         values are correct though....
29644
29645 2004-10-18  Wim Taymans  <wim@fluendo.com>
29646
29647         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29648         Fix vorbis property descriptions and ranges.
29649
29650 2004-10-18  Wim Taymans  <wim@fluendo.com>
29651
29652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29653         Really do nothing when no data is available.
29654         Go to the playing state when the stream is not seekable
29655         instead of failing.
29656
29657 2004-10-18  Wim Taymans  <wim@fluendo.com>
29658
29659         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29660         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29661         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29662         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29663         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29664         Added uri handler for cd://
29665         Port to new API.
29666
29667 2004-10-18  Wim Taymans  <wim@fluendo.com>
29668
29669         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29670         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29671         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29672         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29673         (remove_prerolls), (unknown_type), (add_element_stream),
29674         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29675         (gst_play_base_bin_remove_element),
29676         (gst_play_base_bin_link_stream):
29677         * gst/playback/gstplaybin.c: (gen_video_element),
29678         (gen_vis_element), (remove_sinks), (setup_sinks):
29679         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29680         (gst_stream_info_get_type), (gst_stream_info_class_init),
29681         (gst_stream_info_init), (gst_stream_info_new),
29682         (gst_stream_info_dispose), (stream_info_mute_pad),
29683         (gst_stream_info_set_property), (gst_stream_info_get_property):
29684         * gst/playback/gststreaminfo.h:
29685         Add sink padtemplate to decodebin.
29686         Added some more comments.
29687         Make queue size configurable in playbasebin.
29688         Added possibility to use elements as sinks (ex cdaudio).
29689
29690 2004-10-15  Wim Taymans  <wim@fluendo.com>
29691
29692         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29693         (gst_speexenc_chain):
29694         Fix speex timestamps so that it gets muxed properly.
29695
29696 2004-10-15  Wim Taymans  <wim@fluendo.com>
29697
29698         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29699         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29700         (gst_dv1394src_init), (gst_dv1394src_dispose),
29701         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29702         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29703         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29704         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29705         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29706         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29707         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29708         * ext/raw1394/gstdv1394src.h:
29709         Added conversion/query functions.
29710         Update buffer timestamps,
29711         Added signals.
29712         Added uri dv:// so it might play from the firewire in playbin.
29713         Fix a possible leak.
29714         Added debugging.
29715
29716 2004-10-15  Wim Taymans  <wim@fluendo.com>
29717
29718         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29719         (gst_dv1394src_init), (gst_dv1394src_set_property),
29720         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29721         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29722         * ext/raw1394/gstdv1394src.h:
29723         Added AV/C VTR control support needed for some cameras.
29724         Added automatic port detection.
29725         Added properties for selecting the channel.
29726         The configure.ac script is not yet updated to reflect the
29727         new libavc1394 and librom1394 dependencies.
29728
29729 2004-10-15  Wim Taymans  <wim@fluendo.com>
29730
29731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29732         (qtdemux_parse), (gst_qtdemux_handle_esds):
29733         An esds box is not a container.
29734         Fix parsing of mp4v boxes.
29735         Do not try to renegotiate fps for each frame. Need to
29736         find a better method. This should fix mp4 playback.
29737
29738 2004-10-14  David Schleef  <ds@schleef.org>
29739
29740         * configure.ac: update for swfdec-0.3 and liboil-0.2
29741         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29742         * ext/swfdec/gstswfdec.h: same
29743         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29744         * gst/videotestsrc/videotestsrc.c: same
29745
29746 2004-10-14  Wim Taymans  <wim@fluendo.com>
29747
29748         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29749         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29750         (is_sync_frame), (gst_multifdsink_new_client),
29751         (gst_multifdsink_handle_client_write),
29752         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29753         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29754         Turn warnings into info.
29755         Don't allow a state change in the streaming thread.
29756
29757 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29758
29759         * ext/vorbis/oggvorbisenc.c:
29760         * ext/vorbis/vorbisdec.c:
29761           fix template sample rate
29762
29763 2004-10-13  Wim Taymans  <wim@fluendo.com>
29764
29765         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29766         Decoding the header first fixes some problems in resyncing
29767         in more mp3s.
29768
29769 2004-10-12  Wim Taymans  <wim@fluendo.com>
29770
29771         * gst/playback/gstplaybin.c: (gen_video_element),
29772         (gen_vis_element), (remove_sinks), (setup_sinks):
29773         Added vis plugin support, need to configure the vis
29774         element to activate it.
29775
29776 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29777
29778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29779         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29780           Some debug.
29781         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29782         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29783         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29784         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29785         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29786         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29787         * gst/avi/gstavidemux.h:
29788           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29789           recovery (where, if part of the index is broken, we will still read
29790           the rest of the index and recover the broken part by stream
29791           scanning). More broken media support. EOS workarounds. General AVI
29792           braindamage headache recovery. Aspirin included.
29793
29794 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29795
29796         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29797         (cdparanoia_event), (cdparanoia_query):
29798           Get rid of hideous lead-in.
29799
29800 2004-10-11  Wim Taymans  <wim@fluendo.com>
29801
29802         * gst/playback/gstplaybasebin.c: (setup_source):
29803         Wrong var used to get g_list_next.
29804
29805 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29806
29807         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29808         (cdparanoia_get), (cdparanoia_open):
29809           Report discid as metadata, add duration.
29810
29811 2004-10-11  Wim Taymans  <wim@fluendo.com>
29812
29813         * gst/playback/gstplaybasebin.c: (setup_source):
29814         Cleanup the previous pipeline a little earlier for the
29815         case that a source element provides raw data.
29816
29817 2004-10-11  Benjamin Otte  <otte@gnome.org>
29818
29819         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29820           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29821           consuming the last 128 bytes, even though it was valid mp3 data.
29822
29823 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29824
29825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29826         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29827         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29828         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29829
29830 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29831
29832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29833         Fix for webcams that support only specific width or height
29834
29835 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29836
29837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29838
29839         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29840           Fix wrong discont event setup (fixes #154967).
29841
29842 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29843
29844         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29845
29846         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29847           Error out on invalid data (fixes #154807).
29848
29849 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29850
29851         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29852
29853         * ext/dvdread/dvdreadsrc.c: (_read):
29854           Make titles > 0 work again (fixes #154834).
29855
29856 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29857
29858         * gst-libs/gst/riff/riff-media.c:
29859         (gst_riff_create_video_template_caps):
29860           WMV3 missing in template caps.
29861
29862 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29865           OK, so the original code was too strict. It makes random AVI files
29866           hang for seconds upon opening, which is unacceptable and is far
29867           beyond the original goal of getting multiple chunks for one-chunk
29868           sounc stream files. So now do just that.
29869
29870 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29871
29872         * gst/playback/gstplaybasebin.c: (setup_source),
29873         (gst_play_base_bin_change_state):
29874           Actually clean up streaminfo if output fails. This would trigger
29875           if, for example, there was no CD in the drive. No preroll, so
29876           a streaminfo structure is created, but the subsequent state change
29877           of the thread fails.
29878         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29879           Don't change state if parent failed.
29880
29881 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29882
29883         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29884         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29885         (gen_video_element), (remove_sinks):
29886           Add small bits of code for screenshot handling.
29887
29888 2004-10-08  Wim Taymans  <wim@fluendo.com>
29889
29890         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29891         (gen_video_element), (gen_audio_element), (setup_sinks):
29892         Don't assume the user provided sinks are named "sink"...
29893
29894 2004-10-08  Wim Taymans  <wim@fluendo.com>
29895
29896         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29897         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29898         (gst_play_base_bin_link_stream):
29899         Do not try to autoplug sources that generate raw streams like
29900         cdparanoia.
29901         disconnect the preroll overrun signal when we don't need it anymore.
29902
29903 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29904
29905         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29906         Added reworked patch from #154903 from milosz derezynski (deadchip).
29907
29908 2004-10-08  Wim Taymans  <wim@fluendo.com>
29909
29910         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29911         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29912         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29913         (cdparanoia_convert), (cdparanoia_uri_get_type),
29914         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29915         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29916         * ext/cdparanoia/gstcdparanoia.h:
29917         This adds the cdda://<tracknum> uri.
29918
29919 2004-10-08  Wim Taymans  <wim@fluendo.com>
29920
29921         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29922         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29923         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29925         (unknown_type), (gst_play_base_bin_remove_element),
29926         (gst_play_base_bin_link_stream):
29927         * gst/playback/gstplaybasebin.h:
29928         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29929         (gst_play_bin_set_property), (gen_video_element),
29930         (gen_audio_element), (setup_sinks):
29931         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29932         (gst_stream_info_get_type), (gst_stream_info_class_init),
29933         (gst_stream_info_init), (gst_stream_info_new),
29934         (gst_stream_info_dispose), (stream_info_mute_pad),
29935         (gst_stream_info_set_property), (gst_stream_info_get_property):
29936         * gst/playback/gststreaminfo.h:
29937         Reuse the audio and video bins.
29938         Some internal cleanups in the stream selection code.
29939
29940 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29941
29942         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29943         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29944         * sys/ximage/ximagesink.h:
29945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29946         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29947         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29948         not coming from those elements. Moreover these elements should not keep
29949         the xid they have been given when in NULL state.
29950
29951 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29952
29953         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29954         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29955         * sys/ximage/ximagesink.h:
29956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29957         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29958         * sys/xvimage/xvimagesink.h:
29959           Actually only create a new toplevel window if we're not gonna
29960           embed it right after.
29961
29962 2004-10-07  Wim Taymans  <wim@fluendo.com>
29963
29964         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29965         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29966         * gst/playback/gstplaybin.c: (setup_sinks):
29967         Implement muting/unmuting of streams, mute streams that are not
29968         used.
29969
29970 2004-10-07  Wim Taymans  <wim@fluendo.com>
29971
29972         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29973         (plugin_init):
29974         Added lame audio/x-ac3 typefind function.
29975
29976 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29977
29978         * configure.ac:
29979           bump nano to cvs
29980
29981 === release 0.8.5 ===
29982
29983 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29984
29985         * NEWS:
29986         * RELEASE:
29987         * configure.ac:
29988           releasing 0.8.5, "Take You On"
29989
29990 2004-10-06  Wim Taymans  <wim@fluendo.com>
29991
29992         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29993         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29994         (no_more_pads), (close_link), (type_found):
29995         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29996         * gst/playback/gstplaybin.c: (gen_video_element):
29997         Do not signal the no_more_pads after the first pad when
29998         we are plugging a non dynamic element with multiple
29999         output pads (like swfdec, dvdec, ...).
30000
30001 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30002
30003         * configure.ac:
30004           bump for prerelease
30005
30006 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30007
30008         * gst/wavparse/gstwavparse.c:
30009           add ATRAC3 to STATIC CAPS to fix a warning
30010
30011         * gst/matroska/ebml-read.c:
30012         * gst-libs/gst/riff/riff-read.c:
30013           fix typos
30014
30015 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30016
30017         * gst-libs/gst/riff/riff-media.c:
30018           generate caps for ATRAC3 audio streams
30019
30020         * gst/realmedia/rmdemux.c:
30021           generate caps for ATRAC3 audio streams
30022
30023 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30024
30025         * gst/wavparse/Makefile.am
30026         * gst/wavparse/riff.h
30027         * gst/wavparse/wavparse.vcproj
30028           riff.h removal (unused and duplication with riff-ids.h)
30029
30030 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30031
30032         * gst/wavparse/gstwavparse.h
30033           remove duplicated defines for audio codec codes
30034
30035         * gst-libs/gst/riff/riff-ids.h
30036         * gst/wavenc/riff.h:
30037           add "4CC" code for ATRAC3 audio streams
30038           add "4CC" code for ITU_G721_ADPCM (unused for now)
30039
30040 2004-10-06  Wim Taymans  <wim@fluendo.com>
30041
30042         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30043         Actually _do_ negotiation. Pass gdouble as arg instead
30044         of guint64 for the framerate.
30045
30046 2004-10-06  Wim Taymans  <wim@fluendo.com>
30047
30048         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30049         (find_compatibles), (close_pad_link), (try_to_link_1),
30050         (no_more_pads), (close_link), (type_found):
30051         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30052         * gst/playback/gstplaybin.c: (gen_video_element),
30053         (gen_audio_element):
30054         Set state on newly added element to READY so that negotiation
30055         can happen ASAP.
30056         Addes some more debug info.
30057         Do not try to plug pads with multiple caps structures or ANY
30058         because it is too dangerous since we do not do dynamic
30059         replugging.
30060
30061 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30062
30063         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30064
30065         * po/LINGUAS:
30066         * po/or.po:
30067           add Oriya translation
30068
30069 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30070
30071         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30072           Prevent overwrite of size member. Makes audio sound crappy.
30073
30074 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30075
30076         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30077         Add rmvb to the list of known RealMedia extensions
30078
30079 2004-10-05  Wim Taymans  <wim@fluendo.com>
30080
30081         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30082         (mngdec_openstream), (mngdec_closestream),
30083         (mngdec_handle_sink_event), (mngdec_readdata),
30084         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30085         (mngdec_getcanvasline), (mngdec_refresh),
30086         (gst_mngdec_change_state):
30087         Set the framerate correctly.
30088
30089 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30090
30091         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30092           There was something wrong with the index massaging.
30093
30094 2004-10-04  Wim Taymans  <wim@fluendo.com>
30095
30096         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30097         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30098         (gst_smokedec_chain):
30099         * ext/jpeg/gstsmokedec.h:
30100         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30101         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30102         * ext/jpeg/gstsmokeenc.h:
30103         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30104         (smokecodec_decode_new), (smokecodec_info_free),
30105         (smokecodec_set_quality), (smokecodec_get_quality),
30106         (smokecodec_set_threshold), (smokecodec_get_threshold),
30107         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30108         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30109         (smokecodec_encode), (smokecodec_parse_id),
30110         (smokecodec_parse_header), (smokecodec_decode):
30111         * ext/jpeg/smokecodec.h:
30112         * ext/jpeg/smokeformat.h:
30113         Updated smoke, new bitstream, allows embedding in ogg.
30114
30115 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30116
30117         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30118           Fix seeking in some files. All this code is no longer needed (and
30119           actually breaks stuff) because we now synchronize the full index
30120           right when reading the header.
30121
30122 2004-10-04  Wim Taymans  <wim@fluendo.com>
30123
30124         * configure.ac:
30125         configure update for libmng.
30126
30127 2004-10-04  Wim Taymans  <wim@fluendo.com>
30128
30129         * ext/libmng/Makefile.am:
30130         * ext/libmng/gstmng.c: (plugin_init):
30131         * ext/libmng/gstmng.h:
30132         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30133         (gst_mngdec_base_init), (gst_mngdec_class_init),
30134         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30135         (gst_mngdec_loop), (gst_mngdec_get_property),
30136         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30137         (mngdec_closestream), (mngdec_handle_sink_event),
30138         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30139         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30140         (gst_mngdec_change_state):
30141         * ext/libmng/gstmngdec.h:
30142         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30143         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30144         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30145         (gst_mngenc_chain), (gst_mngenc_get_property),
30146         (gst_mngenc_set_property):
30147         * ext/libmng/gstmngenc.h:
30148         Added basic MNG decoder. Needs more work. The encoder does
30149         not work yet.
30150
30151 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30152
30153         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30154         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30155         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30156           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30157           no-more-pads.
30158
30159 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30160
30161         * configure.ac:
30162           you need at least 1.0.4 of speex
30163
30164 2004-10-04 Iain <iaingnome@gmail.com>
30165
30166         * ext/speex/gstspeexdec.h: Revert the includes changes.
30167
30168         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30169
30170 2004-09-30 Iain <iaingnome@gmail.com>
30171
30172         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30173         found during init or set as a property instead of hardcoding /dev/audio
30174
30175 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30176
30177         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30178         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30179         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30180         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30181         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30182         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30183         (gst_rmdemux_dump_data):
30184           Use debug category, fix EOS handling. filesrc ! rmdemux now
30185           works.
30186
30187 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30188
30189         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30190         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30191         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30192           Improve allocation, cutting and sorting of the index. How takes a
30193           few seconds instead of minutes.
30194
30195 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30196
30197         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30198           fixed compilation
30199
30200 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30201
30202         * gst-libs/gst/riff/riff-media.c:
30203         (gst_riff_create_video_caps_with_data),
30204         (gst_riff_create_video_template_caps):
30205           Add wing commander format mimetype/fourccs.
30206         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30207           Don't crash if some value is 0.
30208
30209 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30210
30211         * gst-libs/gst/riff/riff-media.c:
30212         (gst_riff_create_video_caps_with_data),
30213         (gst_riff_create_video_template_caps):
30214           Add DIB fourcc (raw, palettized 8-bit RGB).
30215         * gst-libs/gst/riff/riff-read.c:
30216         (gst_riff_read_strf_vids_with_data):
30217           Oops, fix strf_data reading bug.
30218         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30219           Use a non-NULL tag.
30220         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30221           Time for hacks. Sorry Dave. At least one quicktime movie (a
30222           trailer) that I've encountered contains multiple video tracks.
30223           One of those is the actual video track, the other are one-frame
30224           tracks (images). Unfortunately, the number of frames according
30225           to the trak header is 1 for each, so that doesn't help. So
30226           instead, I look at the duration and discard tracks with a
30227           duration shorter than 20% of the length of the stream. Better
30228           than nothing.
30229
30230 2004-10-01  Christian Schaller <christian@fluendo.com>
30231
30232         * ext/ivorbis/vorbis.c:
30233           Patch from Phil Blundell (Bug 152341)
30234
30235 2004-10-01  Wim Taymans  <wim@fluendo.com>
30236
30237         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30238         (speex_dec_get_formats), (speex_dec_convert),
30239         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30240         (speex_dec_chain), (gst_speexdec_get_property),
30241         (gst_speexdec_set_property):
30242         Small cleanups.
30243
30244 2004-10-01  Wim Taymans  <wim@fluendo.com>
30245
30246         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30247         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30248         (gst_wavparse_other), (gst_wavparse_loop),
30249         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30250         (gst_wavparse_srcpad_event):
30251         * gst/wavparse/gstwavparse.h:
30252         Added some more debugging info.
30253         Fix the case where the length of the file is 0.
30254         Make sure we seek to sample borders.
30255
30256 2004-10-01  Wim Taymans  <wim@fluendo.com>
30257
30258         * gst/playback/README:
30259         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30260         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30261         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30262         Add some debug info to decodebin, update README
30263
30264 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30265
30266         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30267           Don't use g_print(); use GST_DEBUG().
30268
30269 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30270
30271         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30272         (gst_ogg_mux_queue_pads):
30273           Handle EOS properly.
30274
30275 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30276
30277         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30278
30279         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30280         (gst_faad_chain), (gst_faad_change_state):
30281         * ext/faad/gstfaad.h:
30282           Allow playback of raw (unframed) MPEG AAC files (#148993).
30283
30284 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30285
30286         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30287
30288         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30289           Throw error if we didn't recognize the stream. Fixes #152289.
30290
30291 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30292
30293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30294           Fix negotiation.
30295
30296 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30297
30298         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30299
30300         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30301           Fix memleak.
30302
30303 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30304
30305         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30306
30307         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30308           Solve #152805.
30309         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30310           Solve 152806.
30311
30312 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30313
30314         * gst-libs/gst/riff/riff-media.c:
30315         (gst_riff_create_video_caps_with_data),
30316         (gst_riff_create_audio_caps_with_data):
30317           Add codec_data handling (like asfdemux used to do).
30318         * gst/asfdemux/gstasf.c: (plugin_init):
30319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30320         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30321           Use riff-media for caps creation instead of our own (mostly
30322           broken) copy of its functions.
30323
30324 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30325
30326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30327           Don't actually error out if we get another return value than
30328           -EINVAL. Opposite to what I first thought, drivers have random
30329           return values for this, although -EINVAL is the expected return
30330           value. Since this is not fatal, we shouldn't use
30331           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30332
30333 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30334
30335         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30336         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30337         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30338         (dvdreadsrc_get), (dvdreadsrc_open_file),
30339         (dvdreadsrc_change_state):
30340           Fix. Don't do one big huge loop around the whole DVD, that will
30341           cache all data and thus eat sizeof(dvd) (several GB) before we
30342           see something.
30343         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30344           Actually NULL'ify event after using it.
30345         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30346         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30347         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30348         (gst_ebml_read_seek), (gst_ebml_read_skip):
30349           Handle events.
30350         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30351         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30352         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30353           Fix timing (this will probably break if I seek using menus, but
30354           I didn't get there yet). VOBs and normal DVDs should now work.
30355           Add a mpeg2-only pad with high rank so this get autoplugged for
30356           MPEG-2 movies.
30357         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30358         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30359         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30360         (gst_mpeg_demux_get_audio_stream),
30361         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30362         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30363           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30364           MPEG-1 but use dvddemux for MPEG-2.
30365         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30366         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30367         (gst_mpeg_parse_parse_packhead):
30368           Timing. Only add pad template if it exists. Add sink template from
30369           class and not from ourselves. This means we will always use the
30370           correct sink template even if it is not the one defined in this
30371           file.
30372
30373 2004-09-29  Wim Taymans  <wim@fluendo.com>
30374
30375         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30376         (gst_mpeg_demux_parse_pes):
30377         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30378         Fix playback of mpeg again, timestamps where screwed up by
30379         patch 1.61.
30380
30381 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30382
30383         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30384           Only return true if we actually filled something in. Prevents
30385           player applications from showing a random length for flac files.
30386         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30387         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30388         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30389         (gst_riff_read_strf_vids_with_data),
30390         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30391           OK, ok, so I implemented event handling. Apparently it's normal
30392           that we receive random events at random points without asking
30393           for it.
30394         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30395         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30396         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30397         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30398         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30399         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30400         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30401         * gst/avi/gstavidemux.h:
30402           Implement non-lineair chunk handling and subchunk processing.
30403           The first solves playback of AVI files where the audio and video
30404           data of individual buffers that we read are not synchronized.
30405           This should not happen according to the wonderful AVI specs, but
30406           of course it does happen in reality. It is also a prerequisite for
30407           the second. Subchunk processing allows us to cut chunks in small
30408           pieces and process each of these pieces separately. This is
30409           required because I've seen several AVI files with incredibly large
30410           audio chunks, even some files with only one audio chunk for the
30411           whole file. This allows for proper playback including seeking.
30412           This patch is supposed to fix all AVI A/V sync issues.
30413         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30414         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30415           Work.
30416         * gst/modplug/gstmodplug.cc:
30417           Proper return value setting for the query() function.
30418         * gst/playback/gstplaybasebin.c: (setup_source):
30419           Being in non-playing state (after, e.g., EOS) is not necessarily
30420           a bad thing. Allow for that. This fixes playback of short files.
30421           They don't actually playback fully now, because the clock already
30422           runs. This means that small files (<500kB) with a small length
30423           (<2sec) will still not or barely play. Other files, such as mod
30424           or flx, will work correctly, however.
30425
30426 2004-09-28  Wim Taymans  <wim@fluendo.com>
30427
30428         * ext/speex/gstspeex.c: (plugin_init):
30429         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30430         (gst_speex_dec_class_init), (speex_dec_get_formats),
30431         (speex_get_event_masks), (speex_get_query_types),
30432         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30433         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30434         (gst_speexdec_get_property), (gst_speexdec_set_property),
30435         (speex_dec_change_state):
30436         * ext/speex/gstspeexdec.h:
30437         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30438         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30439         (gst_speexenc_base_init), (gst_speexenc_class_init),
30440         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30441         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30442         (gst_speexenc_src_query), (gst_speexenc_init),
30443         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30444         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30445         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30446         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30447         (gst_speexenc_chain), (gst_speexenc_get_property),
30448         (gst_speexenc_set_property), (gst_speexenc_change_state):
30449         * ext/speex/gstspeexenc.h:
30450         Rewrote speex encoder, make sure it can be embedded in ogg.
30451         Implemented speex decoder.
30452
30453 2004-09-28  Christian Schaller <christian@fluendo.com>
30454
30455         * configure.ac:
30456         Remove kioslave plugin. Markey is brewing a new working one
30457         * ext/Makefile.am: Remove kioslave plugin
30458         * ext/kio: remove
30459         * gst-plugins.spec.in: remove kio plugin from spec
30460
30461 2004-09-27  Wim Taymans  <wim@fluendo.com>
30462
30463         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30464         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30465         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30466         (gst_multifdsink_new_client),
30467         (gst_multifdsink_handle_client_write),
30468         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30469         (gst_multifdsink_handle_clients):
30470         * gst/tcp/gstmultifdsink.h:
30471         Make syncing to keyframes actually work for new clients and lagging
30472         clients.
30473
30474 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30475
30476         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30477         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30478         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30479         * gst/debug/gstnavigationtest.h:
30480           make navigationtest display button-press and button-release events
30481
30482 2004-09-26 Iain <iaingnome@gmail.com>
30483
30484         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30485         the channels have received a new media event.
30486         (interleave_buffered_loop): Compresses a new media event on all
30487         channels into one.
30488
30489 2004-09-26 Iain <iaingnome@gmail.com>
30490
30491         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30492         call the sinkpad's default event handler and not the srcpads. He also
30493         says this is confusing :)
30494         (gst_wavenc_stop_file): Company says that seek events only go upstream
30495         we should send a discontinuous downstream instead.
30496
30497 2004-09-25  Christian Schaller <christian@fluendo.com>
30498
30499         * Update SPEC file to be usable in conjunction with Fedora Core,
30500           Fedora.us and freshrpms packages
30501         * Fix typo in multifilesrc test Makefile
30502
30503 2004-09-24  Wim Taymans  <wim@fluendo.com>
30504
30505         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30506         Only signal the no_more_pads signal when we have
30507         added the stream to our list.
30508
30509 2004-09-24  Wim Taymans  <wim@fluendo.com>
30510
30511         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30512         (new_decoded_pad):
30513         * gst/playback/gstplaybasebin.h:
30514         * gst/playback/gstplaybin.c: (setup_sinks):
30515         Don't try to preroll or decode more than one audio/video
30516         track.
30517
30518 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30519
30520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30521           Throw error if we failed to find a suitable output. This should
30522           throw an error if we successfully set up a pipeline (e.g. because
30523           we recognized a media file) but found no decodable streams in it
30524           (e.g. because it contains only media stream types for which we
30525           have no decoders, or because it's not a media type).
30526
30527 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30528
30529         * ext/dirac/Makefile.am:
30530         * ext/dirac/gstdirac.cc:
30531         * ext/dirac/gstdiracdec.cc:
30532         * ext/dirac/gstdiracdec.h:
30533           Do something. Don't actually know if this works because I don't
30534           have a demuxer yet.
30535         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30536           Add channels=1 to caps returned from _getcaps().
30537         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30538         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30539         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30540         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30541         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30542         (gst_ogm_parse_change_state):
30543           Separate between audio/video so ogmaudioparse actually uses the
30544           audio pad templates. Both audio and video work now, including
30545           autoplugging. Also use sometimes-srcpad hack.
30546         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30547           Handle events better. Don't hang on infinite loops.
30548         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30549         (gst_avi_demux_init), (gst_avi_demux_reset),
30550         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30551         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30552         (gst_avi_demux_change_state):
30553         * gst/avi/gstavidemux.h:
30554           Improve A/V sync. Still not perfect.
30555         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30556         (gst_ebml_read_skip):
30557           Handle events better.
30558         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30559         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30560         (qtdemux_audio_caps):
30561           Add IMA4. Improve event handling. Save offset after a seek when
30562           the headers are at the end of the file so that we don't end up in
30563           an infinite loop.
30564         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30565           Add low-priority typefind support for files with no length.
30566
30567 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30568
30569         * testsuite/multifilesink/Makefile.am:
30570         fix typo
30571
30572 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30573
30574         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30576         mistakes from thaytan's patches.
30577
30578 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30579
30580         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30581           For completeness, XSync in the destroy function as xvimage does.
30582
30583 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30584
30585         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30586            Correct caps negotiation
30587         * gst/volume/gstvolume.c: (volume_chain_float),
30588         (volume_chain_int16):
30589            Modify debug output to be little more informative
30590         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30592         (gst_xvimagesink_xvimage_destroy):
30593           Add XSync calls after detaching from the shared memory segment to
30594           avoid a crash.
30595
30596 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30597
30598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30599         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30600         * ext/vorbis/vorbis.c: (plugin_init):
30601         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30602         (gst_vorbisenc_chain):
30603         * ext/vorbis/vorbisenc.h:
30604         remove explicit newmedia support from oggmux and vorbisenc
30605         add debug category to vorbisenc
30606         * gst/multifilesink/gstmultifilesink.c:
30607         (gst_multifilesink_class_init), (gst_multifilesink_init),
30608         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30609         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30610         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30611         (plugin_init):
30612         * gst/multifilesink/gstmultifilesink.h:
30613         add support for streamheader in multifilesink
30614
30615 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30616
30617         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30618         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30619         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30620           Prevent infinite loops. More correct error reporting.
30621         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30622           Error out if negotiation fails.
30623         * gst/playback/gstplaybasebin.c: (setup_source),
30624         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30625         (gst_play_base_bin_found_tag):
30626           Error/tag forwarding. Pre-roll fixes for source errors on state
30627           changes (e.g. "file does not exist") to prevent hangs.
30628
30629 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30630
30631         * testsuite/multifilesink/Makefile.am:
30632         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30633         (gst_newmedia_class_init), (gst_newmedia_init),
30634         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30635         (newfile_signal), (test_signal), (main):
30636         * testsuite/multifilesink/multifilesrc_test.c: (main):
30637         * testsuite/multifilesink/oggtheora_test.c:
30638         (gst_newmedia_base_init), (gst_newmedia_class_init),
30639         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30640         (test_format), (newfile_signal), (test_signal), (main):
30641         * testsuite/multifilesink/oggvorbis_test.c:
30642         (gst_newmedia_base_init), (gst_newmedia_class_init),
30643         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30644         (test_format), (newfile_signal), (test_signal), (main):
30645         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30646         (gst_newmedia_class_init), (gst_newmedia_init),
30647         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30648         (newfile_signal), (test_signal), (main):
30649         New media tests
30650
30651 2004-09-20  Christian Schaller <christian@fluendo.com>
30652
30653         * Fix mikmod license to LGPL as they have relicensed
30654         * Move Dirac and Effectv into LGPL section of README_license
30655
30656 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30657
30658         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30659         (gst_mad_change_state):
30660           Allow for mp3 rate/channels changes. However, only very
30661           conservatively. Reason that we *have* to enable this is smiply
30662           because the mad find_sync() function is not good enough, it will
30663           regularly sync on random data as valid frames and therefore make
30664           us provide random caps as *final* caps of the stream. The best fix
30665           I could think of is to simply require several of the same stream
30666           changes in a row before we change caps.
30667           The actual testcase that works now is #
30668         * ext/ogg/Makefile.am:
30669         * ext/ogg/gstogg.c: (plugin_init):
30670         * ext/ogg/gstogmparse.c:
30671           OGM support (video only for now; I need an audio sample file).
30672         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30673         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30674         (gst_asf_demux_add_video_stream):
30675           WMV extradata.
30676         * gst/playback/gstplaybasebin.c: (unknown_type):
30677           Don't error out on single unknown-types after all. It's wrong.
30678           If we found type of video and audio but not of a subtitle stream,
30679           it will still error out (which is unwanted). Will find a better fix
30680           later on.
30681         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30682         (ogmaudio_type_find), (plugin_init):
30683           OGM support.
30684
30685 2004-09-20  Johan Dahlin  <johan@gnome.org>
30686
30687         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30688         after setting caps.
30689
30690 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30691
30692         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30693         * gst/wavenc/gstwavenc.h:
30694         Added newmedia support to wavenc
30695
30696 2004-09-17  Wim Taymans  <wim@fluendo.com>
30697
30698         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30699         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30700         (gst_fdset_fd_can_write), (gst_fdset_wait):
30701         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30702         (gst_multifdsink_init), (gst_multifdsink_add),
30703         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30704         (gst_multifdsink_remove_client_link),
30705         (gst_multifdsink_client_queue_buffer),
30706         (gst_multifdsink_handle_client_write),
30707         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30708         (gst_multifdsink_close), (gst_multifdsink_change_state):
30709         * gst/tcp/gstmultifdsink.h:
30710         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30711         (gst_tcpserversink_removed):
30712         Small cleanups in fdset.c
30713         Use a hastable to map fd to the client structure for faster
30714         lookup in _remove and get_stats.
30715         Added virtual function to close the fds.
30716         Handle clients even when the select/poll call was unblocked because
30717         of a command.
30718         Implement syncing to keyframe in the recovery procedure.
30719
30720 2004-09-16 Iain <iaingnome@gmail.com>
30721
30722         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30723         try caps.
30724
30725 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30726
30727         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30728           Caps are only set if the type of the stream is unknown, but this
30729           is initialized in ->init_stream(), so set to UNKNOWN after calling
30730           ->init_stream() so that capsnego starts.
30731
30732 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30733
30734         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30735         (gst_avi_demux_stream_data):
30736           Just hardcode for raw audio then. AVI audio sucks.
30737
30738 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30739
30740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30741         * gst/matroska/matroska-mux.c: (audiosink_templ),
30742         (gst_matroska_mux_audio_pad_link):
30743         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30744         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30745
30746 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30747
30748         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30749         (gst_avi_demux_stream_data):
30750           Try to fix a/v sync issues.
30751
30752 2004-09-15  David Schleef  <ds@schleef.org>
30753
30754         * configure.ac: remove NASM check, since we don't use it.  Update
30755         dirac check to 0.4
30756         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30757         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30758         Initialized variables.
30759         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30760         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30761         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30762         SVQ3 format
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_add_stream), (gst_avi_demux_stream_data):
30768         * gst/avi/gstavidemux.h:
30769           Fix for compressed audio (mp3) timestamp generation. How did this
30770           ever work?
30771
30772 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30773
30774         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30775           Volume is a double not a float.
30776
30777 2004-09-15  Wim Taymans  <wim@fluendo.com>
30778
30779         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30780         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30781         Don't close the fd in multifdsink as we didn't open it in the
30782         first place. Some cleanups.
30783
30784 2004-09-15  Wim Taymans  <wim@fluendo.com>
30785
30786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30787         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30788         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30789         Fix the case where the muxer would mark pages as delta
30790         frames when they are not (vorbis only ogg).
30791
30792 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30793
30794         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30795         (gst_play_base_bin_change_state):
30796           Handle the case where we failed to setup a clear pipeline. This
30797           will throw an error (or EOS, another nice case) and if you don't
30798           catch that, the app will wait for the signal forever (and thus
30799           hang).
30800
30801 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30802
30803         * ext/gnomevfs/gstgnomevfssink.c:
30804         (gst_gnomevfssink_uri_get_protocols):
30805         * ext/gnomevfs/gstgnomevfssrc.c:
30806         (gst_gnomevfssrc_uri_get_protocols):
30807         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30808         * ext/gnomevfs/gstgnomevfsuri.h:
30809           Use _uri_new() instead of _open(), so it doesn't take as long and
30810           Christophe's computer won't hang.
30811         * gst/playback/gstplaybasebin.c: (unknown_type):
30812           Throw error on unknown media type, so apps actually display it.
30813
30814 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30815
30816         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30817           this script to work on Solaris since bash shell handles echo
30818           differenly than bash.
30819
30820 2004-09-17  Wim Taymans  <wim@fluendo.com>
30821
30822         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30823         (setup_source), (gst_play_base_bin_set_property),
30824         (gst_play_base_bin_add_element):
30825         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30826         Some more work on making sure seeking pauses the pipeline and
30827         that changing the uri actually does something.
30828
30829 2004-09-17  Wim Taymans  <wim@fluendo.com>
30830
30831         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30832         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30833         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30834         (gst_tcpserversink_close):
30835         Be a bit more paranoid when freeing memory.
30836
30837 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30838
30839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30840         (qtdemux_parse_trak):
30841           Don't crash by dividing by zero (see sample movie in #126922).
30842
30843 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30844
30845         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30846           Don't touch non-existing data (fixes crash on file in #140147).
30847
30848 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30849
30850         * gst/playback/gstplaybasebin.c:
30851         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30852           Handle double disposals, and proper change of URIs.
30853
30854 2004-09-13  Martin Eikermann <meiker@upb.de>
30855
30856         * gst/mpegstream/gstmpegparse.c:
30857           fix synchronistation for streams recorded from digital PCR
30858           fixes bug #119376
30859
30860 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30861
30862         * ext/gnomevfs/Makefile.am:
30863         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30864         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30865         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30866         (gst_gnomevfssink_uri_get_type),
30867         (gst_gnomevfssink_uri_get_protocols),
30868         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30869         (gst_gnomevfssink_uri_handler_init),
30870         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30871         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30873         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30874         (gst_gnomevfssrc_uri_get_type),
30875         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30876         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30877         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30878         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30879         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30880         * ext/gnomevfs/gstgnomevfsuri.h:
30881           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30882           of fake URIs to see which this version of Gnome-VFS likes, and
30883           uses that for the Gst-URI interface. Makes playbin support http://
30884           streams. Also fix up some stupid behaviour in gnomevfssrc.
30885
30886 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30887
30888         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30889         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30890         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30891         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30892           Update mixer (to sync with other sessions) if we try to obtain
30893           a new value. This makes alsamixer work accross applications.
30894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30895           Only call sync functions if we're running, else alsalib asserts.
30896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30897           Sometimes fails to compile. Possibly a gcc bug.
30898         * gst/playback/gstplaybin.c: (gen_video_element),
30899         (gen_audio_element):
30900           Add a reference to an application-provided object, because we lose
30901           this same reference if we add it to the bin. If we don't do this,
30902           we can only use this object once and thus crash if we go from
30903           ready to playing, back to ready and back to playing again.
30904           Also add an audioscale element because several cheap soundcards -
30905           like mine - don't support all samplerates.
30906         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30907         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30908           Fix wrong order or PAR calls. Makes automatically obtained PAR
30909           from the X server atually being used.
30910
30911 2004-09-12  David Schleef  <ds@schleef.org>
30912
30913         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30914         #151887, #152102, #152247.
30915         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30916         * examples/seeking/cdparanoia.c: same
30917         * examples/seeking/cdplayer.c: same
30918         * examples/seeking/seek.c: same
30919         * examples/seeking/spider_seek.c: same
30920         * examples/seeking/vorbisfile.c: same
30921         * examples/stats/mp2ogg.c: same
30922         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30923         (gst_esdsink_dispose): Dispose of element properly.
30924         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30925         fixes.
30926         * ext/nas/nassink.c: (gst_nassink_class_init),
30927         (gst_nassink_dispose): Dispose of element correctly.
30928         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30929         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30930         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30931         Fix 64-bit warning.
30932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30933         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30934         Fix 64-bit warning.
30935
30936 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30937
30938         * configure.ac : change speex detection as 1.1.6 now uses
30939           .pc/pkg-config and they changed their headers location.
30940
30941 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30942
30943         * gst/matroska/matroska-mux.h:
30944         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30945         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30946         (gst_matroska_mux_write_data):
30947           Write multiple blocks/frames per cluster.
30948                 Write meta-seek information (seek heads).
30949
30950 2004-09-09  Scott Wheeler <wheeler@kde.org>
30951
30952         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30953         (gst_play_bin_set_property), (gst_play_bin_get_property),
30954         (gen_audio_element), (gen_audio_element):
30955           Add a volume element / property to the pipeline.
30956
30957 2004-09-07  Wim Taymans  <wim@fluendo.com>
30958
30959         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30960         Copy timestamps from the master pad to the output buffers.
30961
30962 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30963
30964         * ext/raw1394/gstdv1394src.c:
30965           throw errors when applicable
30966
30967 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30968
30969         * gst/matroska/ebml-ids.h:
30970         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30971         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30972         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30973           automatically convert unix time <-> ebml time when reading/writing
30974           a date, use gst_ebml_write_uint to write CUETIME,
30975           not gst_ebml_write_date.
30976         * gst/matroska/matroska-ids.h:
30977         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30978         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30979         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30980         (gst_matroska_mux_write_data):
30981           Write track and segment UIDs, write muxing date, write
30982           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30983           Create cues for audio only files.
30984
30985 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30986
30987         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30988         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30989           Re-commit ALSA switches.
30990         * gst/adder/gstadder.c: (gst_adder_loop):
30991           64-bit fix (#151416).
30992         * gst/debug/progressreport.c: (gst_progressreport_report):
30993           64-bit fix (#151419).
30994         * gst/matroska/matroska-demux.c:
30995         (gst_matroska_demux_parse_contents):
30996           64-bit fix (#151420).
30997         * gst/playback/test3.c: (update_scale):
30998           64-bit fix (#151421).
30999
31000 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31001
31002         * configure.ac:
31003           bump nano to cvs
31004
31005 === release 0.8.4 ===
31006
31007 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31008
31009         * configure.ac: releasing 0.8.4, "Alias"
31010
31011 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31012
31013         * ext/theora/Makefile.am:
31014           fix makefile.  Fixes #151462.
31015
31016 2004-08-30  Wim Taymans  <wim@fluendo.com>
31017
31018         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31019         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31020         (gst_multifdsink_remove_client_link),
31021         (gst_multifdsink_client_queue_buffer),
31022         (gst_multifdsink_handle_client_write):
31023         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31024         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31025         Fix some memory leaks.
31026
31027 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31028
31029         Patch by: David Schleef
31030
31031         * configure.ac:
31032         * sys/Makefile.am:
31033           rename our detection macro for V4L2.  Fixes #151236.
31034
31035 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31036
31037         Patch by: David Schleef
31038
31039         * configure.ac:
31040           check to define LAMEPRESET.  Fixes #151232.
31041
31042 2004-08-27  David Schleef  <ds@schleef.org>
31043
31044         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31045         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31046         (gst_glimagesink_fixate):  Move local variable declarations to
31047         make gcc-2.95 happy.
31048
31049 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31050
31051         * configure.ac:
31052           bump nano for prerelease
31053
31054 2004-08-27  David Schleef  <ds@schleef.org>
31055
31056         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31057         * sys/sunaudio/gstsunaudiosrc.c:
31058         * sys/sunaudio/gstsunaudiosrc.h:
31059
31060 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31061
31062         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31063         handle EOS correctly
31064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31065         * gst/matroska/matroska-mux.h:
31066         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31067         VFW compatibility mode
31068
31069 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31070
31071         patch by: Zaheer Abbas Merali
31072
31073         * ext/ogg/gstoggmux.c:
31074         * ext/vorbis/vorbisenc.c:
31075         * ext/vorbis/vorbisenc.h:
31076           handle NEWMEDIA
31077
31078 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31079
31080         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31081         fix byte order reversion on little endian machines.
31082         * gst/matroska/matroska-mux.c: (audiosink_templ),
31083         (gst_matroska_mux_audio_pad_link):
31084         add TTA codec to the list of supported codecs.
31085         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31086         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31087         (gst_matroska_mux_write_data):
31088         * gst/matroska/matroska-mux.h:
31089         write segment duration correctly, write muxing app string, fixes bugs
31090         #140897 and #140898.
31091         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31092         wait for all pads to be negotiated before starting to mux.
31093
31094 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31095
31096         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31097         * ext/lame/gstlame.h:
31098         Added new media support to lame
31099
31100 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31101
31102         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31103         send vorbis headers at the beginning of a stream, fixes bug #141554.
31104         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31105         bug #148950.
31106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31107         (gst_matroska_demux_plugin_init):
31108         * gst/matroska/matroska-ids.h:
31109         enable demuxing of TTA audio streams, fixes bug #148951.
31110         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31111         enable typefinding for TTA audio files, fixes bug #148711.
31112         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31113         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31114         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31115
31116 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31117
31118         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31119         (gst_riff_read_element_data), (gst_riff_read_seek),
31120         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31121         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31122         <teuf@gnome.org>
31123
31124 2004-08-23 Iain <iaingnome@gmail.com>
31125
31126         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31127         tags. They appear to be handled differently to normal.
31128         (tag_list_to_id3_tag_foreach): Ditto.
31129
31130 2004-08-22  Wim Taymans  <wim@fluendo.com>
31131
31132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31133         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31134         Make sure we never send -1 granulepos.
31135
31136 2004-08-20  Wim Taymans  <wim@fluendo.com>
31137
31138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31139         (gst_ogg_mux_loop):
31140         I will accept bitchslappings with non sharp objects.
31141
31142 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31143
31144         * configure.ac:
31145         Clean up the test for lame presets
31146
31147 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31148
31149         * configure.ac:
31150         * ext/lame/Makefile.am:
31151         * ext/lame/gstlame.c: (gst_lame_class_init),
31152         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31153         Only enable lame presets if version of lame has presets in API
31154
31155 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31156         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31157         * gst/udp/gstudpsrc.h:
31158           Don't call gst_pad_push in a get function. Fixes #150449
31159
31160 2004-08-18  Wim Taymans  <wim@fluendo.com>
31161
31162         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31163         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31164         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31165         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31166         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31167         (gst_fdset_wait):
31168         * gst/tcp/gstfdset.h:
31169         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31170         (gst_multifdsink_client_queue_buffer),
31171         (gst_multifdsink_handle_client_write):
31172         * gst/tcp/gstmultifdsink.h:
31173         Some extra checks in gstfdset.
31174         Only use send() when the fd is a socket. Don't try to
31175         read from write only fds.
31176
31177 2004-08-18  Wim Taymans  <wim@fluendo.com>
31178
31179         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31180         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31181         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31182         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31183         (gst_fdset_wait):
31184         Add more locking and bounds checking.
31185
31186 2004-08-18  Wim Taymans  <wim@fluendo.com>
31187
31188         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31189         Realloc test fdset in the lock and right before starting
31190         the poll call. Bump the limit to 4096.
31191
31192 2004-08-17  David Schleef  <ds@schleef.org>
31193
31194         * sys/sunaudio/Makefile.am:
31195         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31196         of rates and channels.  Make debugging less obnoxious.
31197
31198         Patch from Balamurali Viswanathan implementing a mixer for
31199         Sun audio.  (bug #144091):
31200         * sys/sunaudio/gstsunelement.c:
31201         * sys/sunaudio/gstsunelement.h:
31202         * sys/sunaudio/gstsunmixer.c:
31203         * sys/sunaudio/gstsunmixer.h:
31204
31205 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31206
31207         * gst/audioscale/gstaudioscale.c:
31208         * gst/audioscale/gstaudioscale.h:
31209         made audioscale resample from any sample rate to any sample rate
31210
31211 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31212
31213         * ext/libpng/gstpngdec.c:
31214           error out on unsupported types
31215
31216 2004-08-17  Iain <iaingnome@gmail.com>
31217
31218         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31219         mid_side and loose_mid_side properties if its a stereo stream.
31220
31221 2004-08-17  Wim Taymans  <wim@fluendo.com>
31222
31223         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31224         (theora_get_formats), (theora_dec_src_convert),
31225         (theora_dec_sink_convert), (theora_dec_src_query),
31226         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31227         Add a debug line.
31228
31229 2004-08-17  Wim Taymans  <wim@fluendo.com>
31230
31231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31232         (gst_ogg_pad_push):
31233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31234         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31235         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31236         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31237         Mark delta units in the muxer.
31238         Try to decode the packet after an out-of-sync error from
31239         libogg.
31240
31241 2004-08-17  Wim Taymans  <wim@fluendo.com>
31242
31243         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31244         (gst_multifdsink_init), (gst_multifdsink_add),
31245         (gst_multifdsink_client_queue_buffer),
31246         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31247         * gst/tcp/gstmultifdsink.h:
31248         Added option to send a keyframe to clients as the first buffer.
31249         Make timeout property writable.
31250
31251 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31252
31253         patch by: Wim Taymans
31254
31255         * gst/tcp/gstfdset.c:
31256         * gst/tcp/gstmultifdsink.c:
31257           fix index comparison, should include 0
31258
31259 2004-08-16  Wim Taymans  <wim@fluendo.com>
31260
31261         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31262         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31263         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31264         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31265         (gst_fdset_wait):
31266           copy when reallocing for poll so the select arguments don't get
31267           changed during the call
31268
31269 2004-08-16  Wim Taymans  <wim@fluendo.com>
31270
31271         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31272         (gst_theora_enc_class_init), (theora_enc_sink_link),
31273         (theora_buffer_from_packet), (theora_enc_chain):
31274         Fix bug where buffers were not marked as keyframes
31275         correctly.
31276
31277 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31278
31279         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31280         (gst_lame_preset_get_type), (gst_lame_class_init):
31281         describe the enum values for vbr mode and presets more verbosely
31282
31283 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31284
31285         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31286         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31287         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31288         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31289         * ext/lame/gstlame.h:
31290         add preset property to lame so it can use lame presets
31291
31292 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31293
31294         * ext/lame/gstlame.c: (gst_lame_get_property):
31295         whoops forgot break, thanks teuf
31296
31297 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31298
31299         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31300         (gst_lame_class_init), (gst_lame_src_getcaps),
31301         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31302         (gst_lame_get_property), (gst_lame_setup):
31303         * ext/lame/gstlame.h:
31304         fix lame's broken vbr stuff, allow it to resample if need be, and also
31305         make xing header optional
31306
31307 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31308
31309         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31310         added getcaps function so samplerate doesnt get fixated to silly values
31311
31312 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31313
31314         * ext/lame/gstlame.c: (gst_lame_src_link):
31315         revert previous fix
31316
31317 2004-08-12  Johan Dahlin  <johan@gnome.org>
31318
31319         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31320         checks. Doesn't matter what state we are in. Interfaces are a
31321         compile time thing, not runtime. It also broke the python bindings.
31322
31323 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31324
31325         * ext/lame/gstlame.c: (gst_lame_src_link):
31326         made source pad link function check if sinkpad is ok..fixes the problem
31327         where core fixates the output rate of lame stupidly
31328
31329 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31330
31331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31332         * sys/v4l/v4l_calls.c:
31333         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31334           fix fixate function to handle nonsimple caps.
31335           remove bogus check in _link
31336           cleanups
31337
31338 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31339
31340         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31341         set default compression ratio parameter to 0.0 so bitrate parameter
31342         works :)
31343
31344 2004-08-11  David Schleef  <ds@schleef.org>
31345
31346         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31347
31348 2004-08-11  David Schleef  <ds@schleef.org>
31349
31350         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31351         before.
31352
31353 2004-08-11  David Schleef  <ds@schleef.org>
31354
31355         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31356
31357 2004-08-11  David Schleef  <ds@schleef.org>
31358
31359         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31360           license field
31361         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31362         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31363           LGPL.
31364         * gst/auparse/gstauparse.c: Fix plugin license field.
31365         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31366         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31367         * gst/rtp/gstrtp.c: Fix plugin license field.
31368
31369 2004-08-11  Wim Taymans  <wim@fluendo.com>
31370
31371         * gst/tcp/Makefile.am:
31372         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31373         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31374         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31375         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31376         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31377         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31378         (gst_fdset_fd_can_write), (gst_fdset_wait):
31379         * gst/tcp/gstfdset.h:
31380         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31381         (gst_multifdsink_class_init), (gst_multifdsink_init),
31382         (gst_multifdsink_add), (gst_multifdsink_remove),
31383         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31384         (gst_multifdsink_remove_client_link),
31385         (gst_multifdsink_handle_client_read),
31386         (gst_multifdsink_client_queue_data),
31387         (gst_multifdsink_client_queue_caps),
31388         (gst_multifdsink_client_queue_buffer),
31389         (gst_multifdsink_handle_client_write),
31390         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31391         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31392         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31393         (gst_multifdsink_close):
31394         * gst/tcp/gstmultifdsink.h:
31395         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31396         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31397         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31398         (gst_tcpserversink_close):
31399         * gst/tcp/gsttcpserversink.h:
31400         Abstracted away the select call, implemented poll (yes we ran into
31401         the 1024 limit in production).
31402
31403 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31404
31405         * gst/tcp/gsttcp.c:
31406         * gst/tcp/gsttcpplugin.c:
31407           improve debuggging, remove assert
31408
31409 2004-08-10  Wim Taymans  <wim@fluendo.com>
31410
31411         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31412         (gst_client_status_get_type), (gst_multifdsink_class_init),
31413         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31414         (gst_multifdsink_handle_client_read),
31415         (gst_multifdsink_handle_client_write),
31416         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31417         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31418         (gst_multifdsink_get_property):
31419         * gst/tcp/gstmultifdsink.h:
31420         * gst/tcp/gsttcp-marshal.list:
31421         Starting to prepare for specifying buffer time in other units
31422         than buffers. Expose remove reason in signal.
31423
31424 2004-08-10  Wim Taymans  <wim@fluendo.com>
31425
31426         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31427         (gst_multifdsink_remove), (gst_multifdsink_clear),
31428         (gst_multifdsink_remove_client_link),
31429         (gst_multifdsink_handle_client_read),
31430         (gst_multifdsink_client_queue_data),
31431         (gst_multifdsink_client_queue_buffer),
31432         (gst_multifdsink_handle_client_write),
31433         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31434         (gst_multifdsink_chain), (gst_multifdsink_close):
31435         * gst/tcp/gstmultifdsink.h:
31436         Added more debugging info. Changed the way clients are
31437         removed from the lists. Fixed a bug where a bad file descriptor
31438         could cause many clients to be removed.
31439
31440 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31441
31442         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31443           allow all pixel-aspect-ratios, not just 1:1
31444
31445 2004-08-09  David Schleef  <ds@schleef.org>
31446
31447         * sys/glsink/ARB_multitexture.h:  Remove old files.
31448         * sys/glsink/EXT_paletted_texture.h:
31449         * sys/glsink/NV_register_combiners.h:
31450         * sys/glsink/gstgl_nvimage.c:
31451         * sys/glsink/gstgl_pdrimage.c:
31452         * sys/glsink/gstgl_rgbimage.c:
31453         * sys/glsink/gstglsink.c:
31454         * sys/glsink/gstglsink.h:
31455         * sys/glsink/gstglxwindow.c:
31456         * sys/glsink/regcomb_yuvrgb.c:
31457
31458 2004-08-09  David Schleef  <ds@schleef.org>
31459
31460         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31461         GL sink plugin.  (Bug #147302)
31462
31463         * configure.ac: Test for OpenGL
31464         * sys/Makefile.am: Use test for OpenGL
31465         * sys/glsink/Makefile.am:
31466         * sys/glsink/glimagesink.c: rewrite
31467         * sys/glsink/glimagesink.h: rewrite
31468
31469 2004-08-09  David Schleef  <ds@schleef.org>
31470
31471         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31472         sane framerates.
31473         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31475         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31476
31477 2004-08-09  Wim Taymans  <wim@fluendo.com>
31478
31479         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31480         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31481         (gst_multifdsink_client_remove),
31482         (gst_multifdsink_handle_client_read),
31483         (gst_multifdsink_handle_client_write),
31484         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31485         Do a bit more logging, make the client_read code more robust.
31486
31487 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31488
31489         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31490         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31491         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31492         (gst_jpegdec_init), (gst_jpegdec_chain):
31493         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31494         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31495           cleanups, debugging fixes and memleak plugging
31496
31497 2004-08-09  Wim Taymans  <wim@fluendo.com>
31498
31499         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31500         (theora_get_formats), (theora_dec_src_convert),
31501         (theora_dec_sink_convert), (theora_dec_src_query),
31502         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31503         (theora_dec_change_state):
31504         Don't crash on missing header packets.
31505
31506 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31507
31508         * po/LINGUAS:
31509         * po/sq.po:
31510           Added Albanian translation (Laurent Dhima)
31511         * po/cs.po:
31512           updated
31513
31514 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31515
31516         * ext/lame/gstlame.c:
31517           fix/add debugging
31518
31519 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31520
31521         * sys/ximage/ximagesink.c:
31522         * sys/xvimage/xvimagesink.c:
31523           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31524
31525 2004-08-06  Wim Taymans  <wim@fluendo.com>
31526
31527         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31528         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31529         (gst_multifdsink_client_remove),
31530         (gst_multifdsink_handle_client_read),
31531         (gst_multifdsink_handle_client_write),
31532         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31533         Make sure we don't try to read more from a client that what
31534         ioctl says us or we deadlock.
31535
31536 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31537
31538         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31539         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31540         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31541           decouple running_time and n_frames so it can handle changing
31542           framerate while running
31543
31544 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31545
31546         * po/nl.po:
31547         * po/sv.po:
31548           updated translations
31549
31550 2004-08-04  Benjamin Otte  <otte@gnome.org>
31551
31552         * gst/videotestsrc/gstvideotestsrc.c:
31553         (gst_videotestsrc_get_capslist), (generate_capslist),
31554         (plugin_init):
31555           generate the list of supported caps at startup and reuse it instead
31556           of always generating it
31557
31558 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31559
31560         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31561           whoops, last checkin broke normal build
31562
31563 2004-08-03  Benjamin Otte  <otte@gnome.org>
31564
31565         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31566         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31567         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31568         (gst_alsa_mixer_get_option):
31569         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31570         (dvdnavsrc_print_event):
31571         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31573         (gst_ogg_mux_pad_unlink):
31574         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31575         (gst_multipart_mux_pad_unlink):
31576         * gst/videofilter/gstvideobalance.c:
31577         (gst_videobalance_colorbalance_set_value):
31578         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31579         (gst_videomixer_pad_unlink):
31580         * po/uk.po:
31581         * sys/oss/gstossmixer.c:
31582         * sys/v4l/gstv4lcolorbalance.c:
31583         * sys/v4l/gstv4ltuner.c:
31584         * sys/v4l/v4lsrc_calls.c:
31585         * sys/v4l2/gstv4l2colorbalance.c:
31586         * sys/v4l2/gstv4l2tuner.c:
31587           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31588
31589 2004-08-03  Benjamin Otte  <otte@gnome.org>
31590
31591         * examples/dynparams/filter.c: (ui_control_create):
31592         * examples/gstplay/player.c: (print_tag):
31593         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31594         * ext/gdk_pixbuf/gstgdkanimation.c:
31595         (gst_gdk_animation_iter_may_advance):
31596         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31597         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31598         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31599         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31601         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31602         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31603         * gst/sine/demo-dparams.c: (main):
31604         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31605         * testsuite/alsa/formats.c: (create_pipeline):
31606         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31607           fixes for G_DISABLE_ASSERT and friends
31608         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31609         (mp3_type_frame_length_from_header), (mp3_type_find),
31610         (plugin_init):
31611           require mp3 typefinding to have at least MIN_HEADERS valid headers
31612           add typefinding for AAC adts files
31613
31614 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31615
31616         * sys/ximage/ximagesink.c:
31617         (gst_ximagesink_calculate_pixel_aspect_ratio):
31618         * sys/xvimage/xvimagesink.c:
31619         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31620         Make sure we calculate pixel-aspect-ratio using floating point maths
31621
31622 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31623
31624         * po/uk.po:
31625           updated translation
31626
31627 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31628
31629         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31631           add debugging for display PAR calculation
31632
31633 2004-08-02  David Schleef  <ds@schleef.org>
31634
31635         * configure.ac: Fix mikmod CFLAGS.
31636
31637 2004-07-27  Benjamin Otte  <otte@gnome.org>
31638
31639         * gst/audioscale/gstaudioscale.c:
31640         - fix templates to only support S16, it's the only format that works
31641         - make caps nego code use try_set_caps_nonfixed and fixation instead
31642         of try_set_caps twice, which is not nice for autopluggers
31643         - change rank to secondary, so autopluggers can pick it up after
31644         audioconvert
31645
31646 2004-08-02  Iain <iain@prettypeople.org>
31647
31648         * gst/interleave/interleave.c (interleave_init),
31649         (interleave_request_new_pad),
31650         (interleave_pad_removed),
31651         (interleave_buffered_loop): Use the real pad count, not the artificial
31652         one.
31653
31654 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31655
31656         * configure.ac: bump nano back to development
31657
31658 === release 0.8.3 ===
31659
31660 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31661
31662         * configure.ac: releasing 0.8.3, "Water"
31663
31664 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31665
31666         * sys/xvimage/xvimagesink.c:
31667         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31668         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31669         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31670         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31671         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31672         * sys/xvimage/xvimagesink.h:
31673           apply similar PAR fixes as to ximagesink
31674
31675 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31676
31677         patch from: Benjamin Otte
31678
31679         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31680           add link function to lame.  Fixes #148986.
31681
31682 2004-08-02  Johan Dahlin  <johan@gnome.org>
31683
31684         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31685         fix debugging log
31686
31687 2004-07-30  David Schleef  <ds@schleef.org>
31688
31689         * gst/videomixer/Makefile.am: Fix things that should have been
31690         fixed in the last checkin.
31691
31692 2004-07-30  David Schleef  <ds@schleef.org>
31693
31694         * gst/multipart/Makefile.am: Fix things that should have been
31695         fixed in the last checkin.
31696
31697 2004-07-30  David Schleef  <ds@schleef.org>
31698
31699         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31700
31701 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31702
31703         * configure.ac:
31704           bump nano for prerelease
31705         * po/af.po:
31706         * po/az.po:
31707         * po/cs.po:
31708         * po/en_GB.po:
31709         * po/hu.po:
31710         * po/nl.po:
31711         * po/sr.po:
31712         * po/sv.po:
31713         * po/uk.po:
31714           updates
31715
31716 2004-07-30  Wim Taymans  <wim@fluendo.com>
31717
31718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31719         (gst_multifdsink_add), (gst_multifdsink_remove),
31720         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31721         (gst_multifdsink_client_remove),
31722         (gst_multifdsink_handle_client_write),
31723         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31724         * gst/tcp/gstmultifdsink.h:
31725         Recover from a select with a bad file descriptor by removing
31726         the client.
31727
31728 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31729
31730         * configure.ac:
31731           fix requirement of core
31732         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31733         (gst_play_pipeline_setup):
31734           don't use colorspace element.  do use hermescolorspace element.
31735           make macro to get a colorspace element.
31736           mark strings for translation.
31737         * po/POTFILES.in:
31738           add play.c
31739         * po/af.po:
31740         * po/az.po:
31741         * po/cs.po:
31742         * po/en_GB.po:
31743         * po/hu.po:
31744         * po/nl.po:
31745         * po/sr.po:
31746         * po/sv.po:
31747         * po/uk.po:
31748           update translations
31749
31750 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31751
31752         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31753         fix default for newmedia flag
31754
31755 2004-07-30  Wim Taymans  <wim@fluendo.com>
31756
31757         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31758         (gst_theora_dec_init), (theora_get_formats),
31759         (theora_dec_src_convert), (theora_dec_sink_convert),
31760         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31761         (theora_dec_chain), (theora_dec_set_property),
31762         (theora_dec_get_property):
31763         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31764         (gst_theora_enc_class_init), (gst_theora_enc_init),
31765         (theora_enc_sink_link), (theora_enc_chain),
31766         (theora_enc_set_property), (theora_enc_get_property):
31767         Added cropping option to theora decoder.
31768         Added border option to theora encoder.
31769
31770 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31771
31772         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31773         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31774         (gst_pngenc_set_property):
31775         * ext/libpng/gstpngenc.h:
31776         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
31777
31778 2004-07-30  Wim Taymans  <wim@fluendo.com>
31779
31780         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31781         (theora_enc_sink_link), (theora_enc_chain),
31782         (theora_enc_set_property), (theora_enc_get_property):
31783         Fix encoding of non-multiple-of-16 video.
31784
31785 2004-07-29  David Schleef  <ds@schleef.org>
31786
31787         * configure.ac: make test for audiofile more strict
31788
31789 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31790
31791         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31792           give different names to typefind functions
31793
31794 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31795
31796         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31797         (gst_ximagesink_calculate_pixel_aspect_ratio),
31798         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31799         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31800         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31801         (gst_ximagesink_get_property), (gst_ximagesink_init):
31802         * sys/ximage/ximagesink.h:
31803           allocate PAR's dynamically.
31804           use autodetected PAR if no object-set PAR is given.
31805           add workaround for directfb's X not setting physical size.
31806           fix to xvimagesink will follow tomorrow.
31807
31808 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31809
31810         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31811         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31812         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31813         (gst_shout2send_class_init), (gst_shout2send_init),
31814         (set_shout_metadata), (gst_shout2send_set_metadata),
31815         (gst_shout2send_chain), (gst_shout2send_set_property),
31816         (gst_shout2send_get_property), (gst_shout2send_connect),
31817         (gst_shout2send_change_state):
31818         * ext/shout2/gstshout2.h:
31819         - fix for sending mp3 audio to icecast2 server, if pad link function not
31820         called before PAUSED state
31821         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31822         - added tagging support for mp3 audio broadcasted
31823         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31824         debug info
31825
31826 2004-07-28  Wim Taymans  <wim@fluendo.com>
31827
31828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31829         (gst_ogg_demux_push):
31830         Return query failure when we don't know the length of
31831         an ogg stream insteda of returning TRUE with a bogus value.
31832
31833 2004-07-28  Wim Taymans  <wim@fluendo.com>
31834
31835         * ext/theora/theoradec.c: (theora_get_formats),
31836         (theora_dec_src_convert), (theora_dec_sink_convert),
31837         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31838         (theora_dec_chain):
31839         Don't screw up the 1 Chroma for 1 luma sample situation when we
31840         have an odd offset/width by adding a black border in those cases.
31841
31842 2004-07-28  Wim Taymans  <wim@fluendo.com>
31843
31844         * ext/theora/theoradec.c: (theora_get_formats),
31845         (theora_dec_src_convert), (theora_dec_sink_convert),
31846         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31847         (theora_dec_chain):
31848         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31849         Added first attempt at cropping of the image as required by the
31850         theora spec. We need more properties in the caps (offset_x,
31851         offset_y,stride) to implement this correctly.
31852
31853 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31854
31855         * ext/dvdnav/README:
31856           Update the README to use dvddemux
31857         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31858           Ensure getcaps returns a subset of the template caps
31859         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31860         (gst_mpeg2subt_init):
31861           Ensure getcaps returns a subset of the template caps
31862         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31863         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31864         (gst_dvd_demux_get_subpicture_stream),
31865         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31866         * gst/mpegstream/gstdvddemux.h:
31867           Set the explicit caps on the current_video pad before pushing
31868           anything
31869         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31870         (gst_mpeg_demux_get_audio_stream):
31871           Free caps used to gst_pad_set_explicit_caps, which takes a const
31872           GstCaps *
31873
31874 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31875
31876         * configure.ac: update GStreamer requirement to 0.8.4 because of
31877           GstFraction.
31878
31879 2004-07-28  Wim Taymans  <wim@fluendo.com>
31880
31881         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31882         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31883         Add the pad to the element after setting up the caps. This
31884         makes it a lot easier to autoplug.
31885
31886 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31887
31888         * gst/median/gstmedian.c:
31889         * gst/mpeg2subt/gstmpeg2subt.c:
31890         * gst/mpegaudioparse/gstmpegaudioparse.c:
31891         * gst/mpegstream/gstdvddemux.c:
31892         * gst/mpegstream/gstmpegdemux.c:
31893         * gst/mpegstream/gstmpegpacketize.c:
31894         * gst/rtjpeg/gstrtjpeg.c:
31895         * gst/rtjpeg/gstrtjpegdec.c:
31896         * gst/rtjpeg/gstrtjpegenc.c:
31897         * gst/sine/gstsinesrc.c:
31898         * gst/smooth/gstsmooth.c:
31899         * gst/smpte/gstsmpte.c:
31900         * gst/smpte/gstsmpte.h:
31901         * gst/stereo/gststereo.c:
31902         * gst/videofilter/gstgamma.c:
31903         * gst/videofilter/gstvideobalance.c:
31904         * gst/videofilter/gstvideofilter.c:
31905         * gst/videofilter/gstvideoflip.c:
31906         * gst/videoscale/gstvideoscale.c:
31907         * gst/videoscale/videoscale.c:
31908         * gst/videotestsrc/gstvideotestsrc.c:
31909         * gst/videotestsrc/videotestsrc.c:
31910         * gst/wavenc/gstwavenc.c:
31911         * gst/wavparse/gstwavparse.c:
31912           fix local includes and 64 bits constants
31913
31914 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31915
31916         * win32/gst.sln:
31917         * gst-libs/gst/*/*.vcproj:
31918         * gst/*/*.vcproj:
31919           more working plugins
31920
31921 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31922
31923         * testsuite/alsa/Makefile.am:
31924         * testsuite/alsa/srcstate.c:
31925         add test for alsasrc changing state
31926
31927 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31928
31929         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31930         (gst_silence_get):
31931         * gst/silence/gstsilence.h:
31932         fix silence generation for 16bit raw audio
31933
31934 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31935
31936         * gst/matroska/matroska-demux.c:
31937         (gst_matroska_demux_parse_metadata),
31938         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31939         * gst/mpegaudio/common.c:
31940         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31941         (gst_videoscale_getcaps), (gst_videoscale_link),
31942         (gst_videoscale_src_fixate), (gst_videoscale_init),
31943         (gst_videoscale_finalize):
31944         * gst/videoscale/gstvideoscale.h:
31945         * gst/videotestsrc/gstvideotestsrc.c:
31946         (gst_videotestsrc_get_capslist):
31947         * gst/wavenc/gstwavenc.c:
31948         * sys/oss/gstossmixer.c: (fill_labels):
31949         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31950         (gst_ximagesink_handle_xevents),
31951         (gst_ximagesink_calculate_pixel_aspect_ratio),
31952         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31953         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31954         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31955         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31956         (gst_ximagesink_init), (gst_ximagesink_class_init):
31957         * sys/ximage/ximagesink.h:
31958         * sys/xvimage/xvimagesink.c:
31959         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31960         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31961         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31962         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31963         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31964         * sys/xvimage/xvimagesink.h:
31965           first batch of pixel aspect ratio commits.
31966
31967 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31968
31969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31970         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31971         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31972           handle stride, needs work if we want to move stride handling
31973           upstream, but works correctly for our purposes.
31974
31975 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31976
31977         * gst/videoscale/README:
31978           add testing examples
31979         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31980         (gst_videoscale_chain):
31981         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31982         (gst_videoscale_get_size):
31983           add get_size function that handles stride like videotestsrc.
31984           fixes conversion for YUV formats for as much as I can test them.
31985
31986 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31987
31988         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31989         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31991         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31992         (gst_xvimagesink_xvimage_put):
31993           further cleanups, logging, error handling and synchronizing
31994
31995 2004-07-27  Wim Taymans  <wim@fluendo.com>
31996
31997         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31998         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31999         (gst_videomixer_pad_set_property),
32000         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32001         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32002         (gst_videomixer_class_init), (gst_videomixer_init),
32003         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32004         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32005         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32006         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32007         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32008         (gst_videomixer_loop), (plugin_init):
32009         Be a nicer negotiation citizen and provide a getcaps function on
32010         the srcpad. This also fixes a crash when resizing.
32011
32012 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32013
32014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32015         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32016
32017 2004-07-27  Wim Taymans  <wim@fluendo.com>
32018
32019         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32020         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32021         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32022         (gst_pngenc_set_property):
32023         * ext/libpng/gstpngenc.h:
32024         Added snapshot property to pngenc.
32025         removed g_print from pngdec
32026
32027 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32028
32029         * gst/ac3parse/ac3parse.vcproj
32030         * gst/adder/adder.vcproj
32031         * gst/alpha/alpha.vcproj
32032         * gst/alpha/alphacolor.vcproj
32033         * gst/asfdemux/asf.vcproj
32034         * gst/audioconvert/audioconvert.vcproj
32035         * gst/audiorate/audiorate.vcproj
32036         * gst/audioscale/audioscale.vcproj
32037         * gst/auparse/auparse.vcproj
32038         * gst/avi/avi.vcproj
32039         * gst/cdxaparse/cdxaparse.vcproj
32040         * gst/chart/chart.vcproj
32041         * gst/colorspace/colorspace.vcproj
32042         * gst/cutter/cutter.vcproj
32043         * gst/debug/debug.vcproj
32044         * gst/debug/efence.vcproj
32045         * gst/debug/navigationtest.vcproj
32046         * gst/deinterlace/deinterlace.vcproj
32047         * gst/effectv/effectv.vcproj
32048         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32049         * gst/filter/filter.vcproj
32050         * gst/flx/flxdec.vcproj
32051         * gst/goom/goom.vcproj
32052         * gst/interleave/interleave.vcproj
32053         * gst/law/alaw.vcproj
32054         * gst/law/mulaw.vcproj
32055         * gst/matroska/matroska.vcproj
32056         * gst/median/median.vcproj
32057         * gst/mixmatrix/mixmatrix.vcproj
32058         * gst/mpeg1sys/mpeg1systemencode.vcproj
32059         * gst/mpeg1videoparse/mp1videoparse.vcproj
32060         * gst/mpeg2sub/mpeg2subt.vcproj
32061         * gst/mpegaudio/mpegaudio.vcproj
32062         * gst/mpegaudioparse/mpegaudioparse.vcproj
32063         * gst/mpegstream/mpegstream.vcproj
32064         * gst/multifilesink/multifilesink.vcproj
32065         * gst/multipart/multipart.vcproj
32066         * gst/oneton/oneton.vcproj
32067         * gst/overlay/overlay.vcproj
32068         * gst/passthrough/passthrough.vcproj
32069         * gst/qtdemux/qtdemux.vcproj
32070         * gst/realmedia/rmdemux.vcproj
32071         * gst/rtjpeg/rtjpeg.vcproj
32072         * gst/rtp/rtp.vcproj
32073         * gst/silence/silence.vcproj
32074         * gst/sine/sinesrc.vcproj
32075         * gst/smooth/smooth.vcproj
32076         * gst/smpte/smpte.vcproj
32077         * gst/spectrum/spectrum.vcproj
32078         * gst/speed/speed.vcproj
32079         * gst/stereo/stereo.vcproj
32080         * gst/switch/switch.vcproj
32081         * gst/tags/tagedit.vcproj
32082         * gst/tcp/tcp.vcproj
32083         * gst/typefind/typefindfunctions.vcproj
32084         * gst/udp/udp.vcproj
32085         * gst/videobox/videobox.vcproj
32086         * gst/videocrop/videocrop.vcproj
32087         * gst/videodrop/videodrop.vcproj
32088         * gst/videofilter/gamma.vcproj
32089         * gst/videofilter/videobalance.vcproj
32090         * gst/videofilter/videofilter.vcproj
32091         * gst/videofilter/videoflip.vcproj
32092         * gst/videoflip/videoflip.vcproj
32093         * gst/videomixer/videomixer.vcproj
32094         * gst/videorate/videorate.vcproj
32095         * gst/videoscale/videoscale.vcproj
32096         * gst/videotestsrc/videotestsrc.vcproj
32097         * gst/virtualdub/virtualdub.vcproj
32098         * gst/volenv/volenv.vcproj
32099         * gst/volume/volume.vcproj
32100         * gst/wavenc/wavenc.vcproj
32101         * gst/wavparse/wavparse.vcproj
32102         * gst/y4m/y4menc.vcproj
32103         * gst-libs/gst/audio/audio.vcproj
32104         * gst-libs/gst/audio/audiofilter.vcproj
32105         * gst-libs/gst/colorbalance/colorbalance.vcproj
32106         * gst-libs/gst/idct/idtc.vcproj
32107         * gst-libs/gst/media-info/media-info.vcproj
32108         * gst-libs/gst/mixer/mixer.vcproj
32109         * gst-libs/gst/navigation/navigation.vcproj
32110         * gst-libs/gst/play/play.vcproj
32111         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32112         * gst-libs/gst/resample/resample.vcproj
32113         * gst-libs/gst/riff/riff.vcproj
32114         * gst-libs/gst/tuner/tuner.vcproj
32115         * gst-libs/gst/video/video.vcproj
32116         * gst-libs/gst/xoverlay/xoverlay.vcproj
32117           avoid problems with math.h, fix release dependancy
32118           rename GStreamer-0.8.lib to libgstreamer.lib
32119
32120 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32121
32122         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32124         the atom is not available we have to unlock the mutex. Fixes #148023
32125
32126 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32127
32128         * gst-libs/gst/media-info/media-info.h:
32129           issue for a vararg macro with MSVC
32130
32131 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32132
32133         * gst/effectv/effectv.vcproj
32134         * gst-libs/gst/idct/idct.vcproj:
32135         * gst-libs/gst/media-info/media-info.vcproj:
32136         * gst-libs/gst/navigation/navigation.vcproj:
32137         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32138         * gst-libs/gst/video/video.vcproj:
32139         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32140           fixes for build problems
32141
32142 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32143
32144         * gst-libs/gst/audio/audio.def:
32145         * gst-libs/gst/audio/riff.def:
32146           add some definitions needed by plugins
32147
32148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32149
32150         * gst/asfdemux/gstasfmux.c
32151           Fix some 64 bits constants to be glib friendly
32152
32153 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32154
32155         * gst/ac3parse/gstac3parse.c
32156         * gst/audioscale/gstaudioscale.c
32157         * gst/auparse/gstauparse.c
32158         * gst/colorspace/gstcolorspace.c
32159         * gst/colorspace/yuv2rgb.h
32160           local include fixes
32161
32162 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32163
32164         * win32/gst.sln
32165           add more plugins to the build
32166
32167 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32168
32169         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32170         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32171
32172 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32173
32174         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32175         (gst_level_set_property), (gst_level_get_property),
32176         (gst_level_base_init), (gst_level_class_init):
32177           add debugging categories.  cleanups.
32178
32179 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32180
32181         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32182         (gst_videoscale_planar411), (gst_videoscale_planar400),
32183         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32184         (gst_videoscale_scale_nearest_str1),
32185         (gst_videoscale_scale_nearest_str2),
32186         (gst_videoscale_scale_nearest_str4),
32187         (gst_videoscale_scale_nearest_16bit),
32188         (gst_videoscale_scale_nearest_24bit):
32189           fixed stride issues
32190           tested with 320x240 -> 321, 322, 324 x240
32191           tested with YV12, I420, YUY2, UYVY
32192           fixed packed422rev (don't think it could have worked before)
32193           by testing with UYVY
32194
32195 2004-07-26  Benjamin Otte  <otte@gnome.org>
32196
32197         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32198         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32199         (plugin_init):
32200           add debugging category, add error checks like checking return values
32201           of setup calls, make sure it still works after
32202           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32203
32204 2004-07-26  Wim Taymans  <wim@fluendo.com>
32205
32206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32207         (gst_mpeg_demux_get_audio_stream),
32208         (gst_mpeg_demux_process_private):
32209         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32210         Check for error codes from the negotiation functions. Make sure
32211         we really set the pad caps when a new pad is created.
32212
32213 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32214
32215         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32216         (gst_ffmpeg_caps_to_pix_fmt):
32217         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32219         (gst_ffmpegcolorspace_pad_link):
32220           don't make function do two things at the same time without reason.
32221
32222 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32223
32224         * gst/ac3parse/ac3parse.vcproj
32225         * gst/adder/adder.vcproj
32226         * gst/alpha/alpha.vcproj
32227         * gst/alpha/alphacolor.vcproj
32228         * gst/asfdemux/asf.vcproj
32229         * gst/audioconvert/audioconvert.vcproj
32230         * gst/audiorate/audiorate.vcproj
32231         * gst/audioscale/audioscale.vcproj
32232         * gst/auparse/auparse.vcproj
32233         * gst/avi/avi.vcproj
32234         * gst/cdxaparse/cdxaparse.vcproj
32235         * gst/chart/chart.vcproj
32236         * gst/colorspace/colorspace.vcproj
32237         * gst/cutter/cutter.vcproj
32238         * gst/debug/debug.vcproj
32239         * gst/debug/efence.vcproj
32240         * gst/debug/navigationtest.vcproj
32241         * gst/deinterlace/deinterlace.vcproj
32242         * gst/effectv/effectv.vcproj
32243         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32244         * gst/filter/filter.vcproj
32245         * gst/flx/flxdec.vcproj
32246         * gst/goom/goom.vcproj
32247         * gst/interleave/interleave.vcproj
32248         * gst/law/alaw.vcproj
32249         * gst/law/mulaw.vcproj
32250         * gst/matroska/matroska.vcproj
32251         * gst/median/median.vcproj
32252         * gst/mixmatrix/mixmatrix.vcproj
32253         * gst/mpeg1sys/mpeg1systemencode.vcproj
32254         * gst/mpeg1videoparse/mp1videoparse.vcproj
32255         * gst/mpeg2sub/mpeg2subt.vcproj
32256         * gst/mpegaudio/mpegaudio.vcproj
32257         * gst/mpegaudioparse/mpegaudioparse.vcproj
32258         * gst/mpegstream/mpegstream.vcproj
32259         * gst/multifilesink/multifilesink.vcproj
32260         * gst/multipart/multipart.vcproj
32261         * gst/oneton/oneton.vcproj
32262         * gst/overlay/overlay.vcproj
32263         * gst/passthrough/passthrough.vcproj
32264         * gst/qtdemux/qtdemux.vcproj
32265         * gst/realmedia/rmdemux.vcproj
32266         * gst/rtjpeg/rtjpeg.vcproj
32267         * gst/rtp/rtp.vcproj
32268         * gst/silence/silence.vcproj
32269         * gst/sine/sinesrc.vcproj
32270         * gst/smooth/smooth.vcproj
32271         * gst/smpte/smpte.vcproj
32272         * gst/spectrum/spectrum.vcproj
32273         * gst/speed/speed.vcproj
32274         * gst/stereo/stereo.vcproj
32275         * gst/switch/switch.vcproj
32276         * gst/tags/tagedit.vcproj
32277         * gst/tcp/tcp.vcproj
32278         * gst/typefind/typefindfunctions.vcproj
32279         * gst/udp/udp.vcproj
32280         * gst/videobox/videobox.vcproj
32281         * gst/videocrop/videocrop.vcproj
32282         * gst/videodrop/videodrop.vcproj
32283         * gst/videofilter/gamma.vcproj
32284         * gst/videofilter/videobalance.vcproj
32285         * gst/videofilter/videofilter.vcproj
32286         * gst/videofilter/videoflip.vcproj
32287         * gst/videoflip/videoflip.vcproj
32288         * gst/videomixer/videomixer.vcproj
32289         * gst/videorate/videorate.vcproj
32290         * gst/videoscale/videoscale.vcproj
32291         * gst/videotestsrc/videotestsrc.vcproj
32292         * gst/virtualdub/virtualdub.vcproj
32293         * gst/volenv/volenv.vcproj
32294         * gst/volume/volume.vcproj
32295         * gst/wavenc/wavenc.vcproj
32296         * gst/wavparse/wavparse.vcproj
32297         * gst/y4m/y4menc.vcproj
32298           more plugins supported under windows
32299
32300 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32301
32302         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32303         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32304         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32306         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32307           Add debugging statements.  Use the sizes as returned by the
32308           *CreateImage calls.
32309
32310 2004-07-26  Johan Dahlin  <johan@gnome.org>
32311
32312         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32313         the pad is negotiated.
32314
32315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32316
32317 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32318
32319         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32320         * gst-libs/gst/idct/idct.vcproj:
32321         * gst-libs/gst/media-info/media-info.vcproj:
32322         * gst-libs/gst/mixer/mixer.vcproj:
32323         * gst-libs/gst/navigation/navigation.vcproj:
32324         * gst-libs/gst/play/play.vcproj:
32325         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32326         * gst-libs/gst/resample/resample.vcproj:
32327         * gst-libs/gst/tuner/tuner.vcproj:
32328         * gst-libs/gst/video/video.vcproj:
32329         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32330           more plugins supported under windows
32331
32332 2004-07-25 Iain <iain@prettypeople.org>
32333
32334         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32335         pad now rather than when the pad is created because state changes wipe
32336         explicit caps (fixes #148043).
32337
32338 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32339
32340         reviewed by Benjamin Otte  <otte@gnome.org>
32341
32342         * ext/mad/gstmad.c:
32343           fix mad plugin crashing on Sun (fixes #148289)
32344
32345 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32346
32347         * gst/avi/avi.def:
32348         * gst/avi/avi.vcproj:
32349         * gst/matroska/matroska.def:
32350         * gst/matroska/matroska.vcproj:
32351           remove unused .def files
32352
32353 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32354
32355         * gst-libs/gst/audio/gstaudiofilter.c:
32356           Clean the local include
32357
32358 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32359
32360         * win32/gst.sln:
32361         * gst-libs/gst/audio/audio.def:
32362         * gst-libs/gst/audio/audio.vcproj:
32363         * gst-libs/gst/audio/audiofilter.vcproj:
32364         * gst-libs/gst/audio/riff.def:
32365         * gst-libs/gst/audio/riff.vcproj:
32366         * gst-libs/gst/gst-libs.def:
32367         * gst-libs/gst/gst-libs.vcproj:
32368         * gst/avi/avi.vcproj:
32369         * gst/avi/avi.vcproj:
32370           Copy the files where needed after building, cleaner projects
32371
32372 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32373
32374         * gst/matroska/ebml-write.c:
32375           Fix some 64 bits constants to be glib friendly
32376
32377 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32378
32379         * win32/gst.sln:
32380         * gst-libs/gst/gst-libs.def:
32381         * gst-libs/gst/gst-libs.vcproj:
32382         * gst/matroska/matroska.def:
32383         * gst/matroska/matroska.vcproj:
32384           Add the preliminary canvas to build plugins on Win32
32385
32386 2004-07-23  Benjamin Otte  <otte@gnome.org>
32387
32388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32389           don't enfore negotiation from source side, it breaks
32390           sinesrc ! audioconvert ! osssink
32391
32392 2004-07-22  David Schleef  <ds@schleef.org>
32393
32394         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32395         for ELF files, since they can easily be recognized as audio/mpeg.
32396         (bug #147441)
32397
32398 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32399
32400         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32401         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32402         (gst_videoscale_scale_nearest_24bit),
32403         (gst_videoscale_scale_nearest_16bit):
32404           fix 16bit and 24bit for stride (24bit might need testing)
32405           don't pretend we do more than one algorithm
32406
32407 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32408
32409         * configure.ac:
32410         * gst/Makefile.am:
32411         * gst/multifilesink/Makefile.am:
32412         * gst/multifilesink/gstmultifilesink.c:
32413         (gst_multifilesink_get_formats),
32414         (gst_multifilesink_get_query_types), (_do_init),
32415         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32416         (gst_multifilesink_init), (gst_multifilesink_dispose),
32417         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32418         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32419         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32420         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32421         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32422         (gst_multifilesink_uri_get_type),
32423         (gst_multifilesink_uri_get_protocols),
32424         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32425         (gst_multifilesink_uri_handler_init), (plugin_init):
32426         * gst/multifilesink/gstmultifilesink.h:
32427         * testsuite/Makefile.am:
32428         * testsuite/multifilesink/Makefile.am:
32429         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32430         (gst_newmedia_class_init), (gst_newmedia_init),
32431         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32432         (newfile_signal), (test_signal), (main):
32433         multifilesink plugin for creating new files every time a new media
32434         discontinuity event occurs
32435
32436 2004-07-22  Wim Taymans  <wim@fluendo.com>
32437
32438         * gst/alpha/Makefile.am:
32439         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32440         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32441         (gst_alpha_color_init), (gst_alpha_color_set_property),
32442         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32443         (transform), (gst_alpha_color_chain),
32444         (gst_alpha_color_change_state), (plugin_init):
32445         Stupid plugin to to RGBA to AYUV conversion because none of
32446         the colorspace plugins can handle that yet.
32447
32448 2004-07-22  Wim Taymans  <wim@fluendo.com>
32449
32450         * examples/seeking/seek.c: (update_scale), (main):
32451         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32452         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32453         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32454         (gst_decode_bin_init), (gst_decode_bin_dispose),
32455         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32456         (no_more_pads), (close_link), (type_found),
32457         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32458         (plugin_init):
32459         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32460         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32461         (gst_play_base_bin_dispose), (queue_overrun),
32462         (gen_preroll_element), (remove_prerolls), (unknown_type),
32463         (no_more_pads), (new_stream), (setup_source),
32464         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32465         (play_base_eos), (gst_play_base_bin_change_state),
32466         (gst_play_base_bin_add_element),
32467         (gst_play_base_bin_remove_element),
32468         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32469         (gst_play_base_bin_unlink_stream),
32470         (gst_play_base_bin_get_streaminfo):
32471         * gst/playback/gstplaybin.c: (gen_video_element),
32472         (gen_audio_element):
32473         * gst/playback/gststreaminfo.h:
32474         More playback updates, attempt to fix things after the state change
32475         breakage.
32476
32477 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32478
32479         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32480         (gst_videoscale_scale_nearest_16bit):
32481           comment algorithm
32482
32483 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32484
32485         * gst/videotestsrc/gstvideotestsrc.c:
32486         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32487         (gst_videotestsrc_init), (gst_videotestsrc_get),
32488         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32489         (gst_videotestsrc_get_property):
32490         * gst/videotestsrc/gstvideotestsrc.h:
32491         * gst/videotestsrc/videotestsrc.c:
32492         * gst/videotestsrc/videotestsrc.h:
32493           cleanup and commenting
32494
32495 2004-07-21  Wim Taymans  <wim@fluendo.com>
32496
32497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32498         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32499         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32500         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32501         (_find_chain_get_unknown_part), (_find_streams_check),
32502         (gst_ogg_demux_push), (gst_ogg_pad_push):
32503         * ext/theora/theoradec.c: (theora_get_formats),
32504         (theora_dec_src_convert), (theora_dec_sink_convert),
32505         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32506         (theora_dec_chain):
32507         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32508         (vorbis_dec_convert), (vorbis_dec_src_query),
32509         (vorbis_dec_src_event), (vorbis_dec_event):
32510         More seeking fixes, oggdemux now supports seeking to time and
32511         uses the downstream element to convert granulepos to time.
32512         Seeking in theora-only ogg files now works.
32513
32514 2004-07-21  Wim Taymans  <wim@fluendo.com>
32515
32516         * ext/theora/theoradec.c: (gst_theora_dec_init),
32517         (theora_get_formats), (theora_get_event_masks),
32518         (theora_get_query_types), (theora_dec_src_convert),
32519         (theora_dec_sink_convert), (theora_dec_src_query),
32520         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32521         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32522         (vorbis_get_event_masks), (vorbis_get_query_types),
32523         (gst_vorbis_dec_init), (vorbis_dec_convert),
32524         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32525         Added query/convert/formats functions to vorbis and theora decoders
32526         so that the outside world can use them too. Fixed seeking on an
32527         ogg/theora/vorbis file by disabling the seeking seeking on the
32528         theora srcpad.
32529
32530 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32531
32532         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32533         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32534         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32535         images creation for both elements. We don't create the image on caps
32536         nego or renego, we just destroy the internal one if present if it does
32537         not match the needs. The chain function takes care of creating a new
32538         image when needed.
32539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32540         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32541         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32542         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32543         the image format information. The buffer pool checks for the context
32544         image format and discard images with different formats.
32545         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32546
32547 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32548
32549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32550         (gst_ffmpegcolorspace_chain):
32551           no point in doing any chaining if the pad we want to push from
32552           isn't usable.
32553
32554 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32555
32556         * gst-libs/gst/riff/riff-media.c:
32557         (gst_riff_create_audio_caps_with_data):
32558           Fix double end-to-native symbol conversion (#148021).
32559
32560 2004-07-20  David Schleef  <ds@schleef.org>
32561
32562         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32563         Don't use an Atom that doesn't exist.
32564
32565 2004-07-20  Wim Taymans  <wim@fluendo.com>
32566
32567         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32568         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32569         (gst_multifdsink_client_remove),
32570         (gst_multifdsink_handle_client_write),
32571         (gst_multifdsink_queue_buffer):
32572         * gst/tcp/gstmultifdsink.h:
32573         More multifdsink stats. Avoid deadlock by releasing locks
32574         before sending out a signal.
32575
32576 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32577
32578         * po/LINGUAS:
32579         * po/hu.po:
32580           added Hungarian translation (Laszlo Dvornik)
32581
32582 2004-07-20  Wim Taymans  <wim@fluendo.com>
32583
32584         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32585         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32586         (gst_multifdsink_handle_client_write),
32587         (gst_multifdsink_queue_buffer):
32588         * gst/tcp/gsttcp-marshal.list:
32589         Fixed the stupid marshal definition.
32590
32591 2004-07-20  Wim Taymans  <wim@fluendo.com>
32592
32593         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32594         (gst_multifdsink_init), (gst_multifdsink_add),
32595         (gst_multifdsink_client_remove),
32596         (gst_multifdsink_handle_client_write),
32597         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32598         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32599         (gst_multifdsink_init_send):
32600         * gst/tcp/gstmultifdsink.h:
32601         Added more stats, added timeout for a client, fixed some typos
32602         and added some comments.
32603
32604 2004-07-20  Wim Taymans  <wim@fluendo.com>
32605
32606         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32607         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32608         (gst_multifdsink_client_remove),
32609         (gst_multifdsink_handle_client_write):
32610         * gst/tcp/gstmultifdsink.h:
32611         * gst/tcp/gsttcp-marshal.list:
32612         Added get_stats method that returns a GValueArray of
32613         stats values.
32614
32615 2004-07-19  Benjamin Otte  <otte@gnome.org>
32616
32617         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32618           make sure longname, description and author are valid UTF-8
32619
32620 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32621
32622         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32623         (gst_ximagesink_set_property):
32624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32625         (gst_xvimagesink_set_property):
32626           make sure SYNCHRONOUS is respected after getting the X context
32627
32628 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32629
32630         * gst/matroska/matroska-demux.c:
32631         (gst_matroska_demux_handle_src_event),
32632         (gst_matroska_demux_parse_blockgroup):
32633         * gst/matroska/matroska-ids.h:
32634           add BlockReference tag and ignore it to clear out log.
32635           ignore NAVIGATION events to clear out log.
32636
32637 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32638
32639         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32640         (gst_matroska_demux_add_stream):
32641         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32642           add debug categories
32643
32644 2004-07-16  Wim Taymans  <wim@fluendo.com>
32645
32646         * ext/libpng/Makefile.am:
32647         * ext/libpng/gstpng.c: (plugin_init):
32648         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32649         (gst_pngdec_get_type), (gst_pngdec_base_init),
32650         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32651         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32652         * ext/libpng/gstpngdec.h:
32653         Added png decoder.
32654
32655 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32656
32657         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32658         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32659         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32660         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32661         (gst_ximagesink_buffer_alloc):
32662         * sys/ximage/ximagesink.h:
32663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32664         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32665         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32666         (gst_xvimagesink_buffer_alloc):
32667         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32668         again. Using internal data pointer of the x(v)image to store image's
32669         data to be coherent with the buffer alloc mechanism. Investigated the
32670         image destruction code to be sure that everything gets freed correctly.
32671
32672 2004-07-16  Wim Taymans  <wim@fluendo.com>
32673
32674         * gst-libs/gst/riff/riff-read.c:
32675         (gst_riff_read_strf_vids_with_data),
32676         (gst_riff_read_strf_auds_with_data):
32677         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32678         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32679         Make sure we don't create 0 sized subbuffers in riff-read.
32680         Signal the no more pads signal after reading the avi header.
32681
32682 2004-07-16  Wim Taymans  <wim@fluendo.com>
32683
32684         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32685         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32686         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32687         (gst_decode_bin_init), (gst_decode_bin_dispose),
32688         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32689         (no_more_pads), (close_link), (type_found),
32690         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32691         (gst_decode_bin_change_state), (plugin_init):
32692         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32693         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32694         (gst_play_base_bin_dispose), (queue_overrun),
32695         (gen_preroll_element), (remove_prerolls), (unknown_type),
32696         (no_more_pads), (new_stream), (setup_source),
32697         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32698         (play_base_eos), (gst_play_base_bin_change_state),
32699         (gst_play_base_bin_add_element),
32700         (gst_play_base_bin_remove_element),
32701         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32702         (gst_play_base_bin_unlink_stream),
32703         (gst_play_base_bin_get_streaminfo):
32704         * gst/playback/gstplaybasebin.h:
32705         Better error recovery. Added configurable preroll queue size. Faster
32706         detection of no-more-pads.
32707
32708 2004-07-16  Wim Taymans  <wim@fluendo.com>
32709
32710         * gst-libs/gst/video/video.h:
32711         Added 32 bits RGBA. Not sure if we should use another mime-type
32712         for alpha rgb. Currently the presence of the alpha_mask property
32713         signals an alpha channel.
32714
32715 2004-07-16  Wim Taymans  <wim@fluendo.com>
32716
32717         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32719         FPS seems to be 0.0 to MAX everywhere else.
32720
32721 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32722
32723         * gst-libs/gst/riff/riff-media.c:
32724         (gst_riff_create_video_caps_with_data):
32725           mp42/mp43 (no caps) exist too.
32726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32727           Set pixel_width/height; we've got them in-caps.
32728         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32729         * gst/wavparse/gstwavparse.c: (plugin_init):
32730           Both are valid primary.
32731         * sys/oss/gstossmixer.c:
32732           Remove i18n hack and enable translations.
32733
32734 2004-07-15  Benjamin Otte  <otte@gnome.org>
32735
32736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32737         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32738           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32739
32740 2004-07-15  Benjamin Otte  <otte@gnome.org>
32741
32742         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32743         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32744         (gst_alsa_close_audio):
32745           disable some of the debugging code for now. Writing debugging to a
32746           buffer is broken in current alsalib releases.
32747
32748 2004-07-12  Benjamin Otte  <otte@gnome.org>
32749
32750         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32751           use bufferpools
32752
32753 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32754
32755         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32756         (theora_dec_src_query), (theora_dec_event):
32757         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32758           add debugging categories.  Remove \n's.
32759
32760 2004-07-13  Johan Dahlin  <johan@gnome.org>
32761
32762         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32763         (gst_play_bin_get_property): Impl.
32764
32765 2004-07-13  Wim Taymans  <wim@fluendo.com>
32766
32767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32768         When trying to find the stream length, seek back N pages
32769         instead of just one, where N is the number of streams in
32770         the current chain.
32771
32772 2004-07-13  Wim Taymans  <wim@fluendo.com>
32773
32774         * gst-libs/gst/riff/riff-media.c:
32775         (gst_riff_create_audio_caps_with_data),
32776         (gst_riff_create_audio_caps),
32777         (gst_riff_create_audio_template_caps):
32778         * gst-libs/gst/riff/riff-media.h:
32779         * gst-libs/gst/riff/riff-read.c:
32780         (gst_riff_read_strf_vids_with_data),
32781         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32782         * gst-libs/gst/riff/riff-read.h:
32783         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32784         (gst_avi_demux_add_stream):
32785         Set codec_data on caps for avidemuxer.
32786
32787 2004-07-12  David Schleef  <ds@schleef.org>
32788
32789         * configure.ac: Fix test for Objective C
32790
32791 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32792         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32793         (gst_gdk_pixbuf_chain):
32794           Add svg and pcx to template caps, and ensure that getcaps returns a
32795           subset of the template caps.
32796           Copy each row manually for output, as gdkpixbuf may pad the
32797           rowstride to a 32-bit word boundary.
32798
32799 2004-07-12  Wim Taymans  <wim@fluendo.com>
32800
32801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32802         (gst_riff_create_video_template_caps):
32803         Fix the template caps to include some more media types.
32804
32805 2004-07-12  Wim Taymans  <wim@fluendo.com>
32806
32807         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32808         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32809         (compare_ranks), (print_feature), (gst_decode_bin_init),
32810         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32811         (try_to_link_1), (new_pad), (close_link), (type_found),
32812         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32813         (gst_decode_bin_change_state), (plugin_init):
32814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32815         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32816         (gst_play_base_bin_dispose), (queue_overrun),
32817         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32818         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32819         (gst_play_base_bin_get_property), (play_base_eos),
32820         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32821         (gst_play_base_bin_remove_element),
32822         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32823         (gst_play_base_bin_unlink_stream),
32824         (gst_play_base_bin_get_streaminfo):
32825         * gst/playback/gstplaybasebin.h:
32826         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32827         (gst_play_bin_class_init), (gst_play_bin_init),
32828         (gst_play_bin_dispose), (gst_play_bin_set_property),
32829         (gst_play_bin_get_property), (gen_video_element),
32830         (gen_audio_element), (remove_sinks), (setup_sinks),
32831         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32832         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32833         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32834         (gst_play_bin_query), (plugin_init):
32835         * gst/playback/test4.c: (main):
32836         More fixes on reusing of the element.
32837
32838 2004-07-11  Benjamin Otte  <otte@gnome.org>
32839
32840         * ext/mad/gstmad.c: (normal_seek):
32841           allow seeking for other methods than just SET
32842
32843 2004-07-11  Andy Wingo  <wingo@pobox.com>
32844
32845         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32846         float, "any" caps -> buffer_frames=[0,MAX].
32847
32848         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32849         doesn't intersect our caps with the template any more. Do it
32850         ourselves.
32851         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32852
32853 2004-07-09  Wim Taymans  <wim@fluendo.com>
32854
32855         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32856         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32857         (compare_ranks), (print_feature), (gst_decode_bin_init),
32858         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32859         (try_to_link_1), (new_pad), (close_link), (type_found),
32860         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32861         (gst_decode_bin_change_state), (plugin_init):
32862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32863         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32864         (gst_play_base_bin_dispose), (queue_overrun),
32865         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32866         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32867         (gst_play_base_bin_get_property), (play_base_eos),
32868         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32869         (gst_play_base_bin_remove_element),
32870         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32871         (gst_play_base_bin_unlink_stream),
32872         (gst_play_base_bin_get_streaminfo):
32873         * gst/playback/gstplaybasebin.h:
32874         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32875         (gst_play_bin_class_init), (gst_play_bin_init),
32876         (gst_play_bin_dispose), (gst_play_bin_set_property),
32877         (gst_play_bin_get_property), (gen_video_element),
32878         (gen_audio_element), (remove_sinks), (setup_sinks),
32879         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32880         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32881         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32882         (gst_play_bin_query), (plugin_init):
32883         * gst/playback/test4.c: (main):
32884         Work on object reuse and seeking.
32885
32886 2004-07-09  Wim Taymans  <wim@fluendo.com>
32887
32888         * examples/seeking/seek.c: (iterate):
32889         Don't consume all CPU in the idle loop.
32890
32891 2004-07-09  Wim Taymans  <wim@fluendo.com>
32892
32893         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32894         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32895         Add pad to element *after* setting the pad functions so that
32896         the scheduler can use the correct ones.
32897
32898 2004-07-09  Wim Taymans  <wim@fluendo.com>
32899
32900         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32901         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32902         Sync to keyframe after seek
32903
32904 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32905
32906         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32908         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32909         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32910         * ext/libvisual/visual.c: (gst_visual_change_state):
32911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32912         * ext/theora/theoradec.c: (theora_dec_change_state):
32913         * ext/theora/theoraenc.c: (theora_enc_change_state):
32914         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32915         * gst-libs/gst/navigation/navigation.c:
32916         * gst/adder/gstadder.c: (gst_adder_change_state):
32917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32918         (gst_audio_convert_get_buffer):
32919         * gst/multipart/multipartdemux.c:
32920         (gst_multipart_demux_change_state):
32921         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32923         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32924         * gst/videoscale/gstvideoscale.c:
32925         (gst_videoscale_handle_src_event):
32926         * gst/volume/gstvolume.c: (volume_chain_int16):
32927           don't assert in state change, this should be done by the base
32928           GstElement class.
32929           various debugging fixes.
32930
32931 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32932
32933         * configure.ac:
32934         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32935         (gst_play_dispose), (gst_play_set_location),
32936         (gst_play_set_data_src), (gst_play_set_video_sink),
32937         (gst_play_set_audio_sink), (gst_play_set_visualization),
32938         (gst_play_connect_visualization), (gst_play_get_sink_element),
32939         (gst_play_get_all_by_interface):
32940         * gst-libs/gst/play/play.h:
32941           add new method to get elements implementing an interface.
32942           add various error logging
32943
32944 2004-07-08  Wim Taymans  <wim@fluendo.com>
32945
32946         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32947         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32948         (make_playerbin_pipeline), (query_durations_elems),
32949         (query_durations_pads), (query_positions_elems),
32950         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32951         (main):
32952         Added playbin seeking example.
32953
32954 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32955
32956         * gst-libs/gst/play/play.c: (gst_play_set_location),
32957         (gst_play_set_data_src), (gst_play_set_video_sink),
32958         (gst_play_set_audio_sink), (gst_play_set_visualization),
32959         (gst_play_connect_visualization), (gst_play_get_framerate):
32960           use a macro to look up elements from hash table
32961
32962 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32963
32964         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32965         (gst_play_get_length_callback), (gst_play_set_location),
32966         (gst_play_seek_to_time), (gst_play_set_data_src),
32967         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32968         (gst_play_set_visualization), (gst_play_connect_visualization),
32969         (gst_play_get_sink_element):
32970         - add debugging info
32971         - fix looking up sink elements by iterating over complete caps
32972         - put everything except for source and autoplugger in a complete bin
32973
32974 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32975
32976         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32978         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32979         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32980         * ext/alsa/gstalsasink.h:
32981         - add debugging info
32982         - clean up schizophrenia of data/buffer/event
32983         - fix double event unref error
32984
32985 2004-07-08  Wim Taymans  <wim@fluendo.com>
32986
32987         * gst/playback/Makefile.am:
32988         Add headers to noinst
32989
32990 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32991
32992         * tools/gst-launch-ext-m.m:
32993         * tools/gst-launch-ext.1.in:
32994           convert to the third millenium
32995
32996 2004-07-07  David Schleef  <ds@schleef.org>
32997
32998         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32999
33000 2004-07-07  Wim Taymans  <wim@fluendo.com>
33001
33002         * gst/playback/Makefile.am:
33003         * gst/playback/README:
33004         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33005         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33006         (compare_ranks), (print_feature), (gst_decode_bin_init),
33007         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33008         (try_to_link_1), (new_pad), (close_link), (type_found),
33009         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33010         (plugin_init):
33011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33012         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33013         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33014         (gen_preroll_element), (no_more_pads), (new_stream),
33015         (setup_source), (gst_play_base_bin_set_property),
33016         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33017         (gst_play_base_bin_add_element),
33018         (gst_play_base_bin_remove_element),
33019         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33020         (gst_play_base_bin_unlink_stream),
33021         (gst_play_base_bin_get_streaminfo):
33022         * gst/playback/gstplaybasebin.h:
33023         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33024         (gst_play_bin_class_init), (gst_play_bin_init),
33025         (gst_play_bin_dispose), (gst_play_bin_set_property),
33026         (gst_play_bin_get_property), (gen_video_element),
33027         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33028         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33029         (gst_play_bin_get_formats), (gst_play_bin_convert),
33030         (gst_play_bin_get_query_types), (gst_play_bin_query),
33031         (plugin_init):
33032         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33033         (gst_stream_info_get_type), (gst_stream_info_class_init),
33034         (gst_stream_info_init), (gst_stream_info_new),
33035         (gst_stream_info_dispose), (gst_stream_info_set_property),
33036         (gst_stream_info_get_property):
33037         * gst/playback/gststreaminfo.h:
33038         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33039         (main):
33040         * gst/playback/test2.c: (main):
33041         * gst/playback/test3.c: (update_scale), (main):
33042         More playbin fixes. Added README. Do better element filtering.
33043         Added base class to preroll media. Added test apps.
33044
33045 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33046
33047         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33048         * ext/mpeg2dec/gstmpeg2dec.h:
33049           various debugging improvements.  Reset stream to next picture
33050           instead of sequence header, otherwise seeks cannot work.
33051
33052 2004-07-07  Wim Taymans  <wim@fluendo.com>
33053
33054         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33055         (gst_video_box_class_init), (gst_video_box_set_property),
33056         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33057         Use pad_alloc where possible.
33058
33059 2004-07-07  Wim Taymans  <wim@fluendo.com>
33060
33061         * sys/oss/gstosselement.c: (gst_osselement_reset),
33062         (gst_osselement_parse_caps):
33063         * sys/oss/gstosselement.h:
33064         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33065         Fix offset on osssrc.
33066
33067 2004-07-07  Wim Taymans  <wim@fluendo.com>
33068
33069         * ext/theora/theora.c: (plugin_init):
33070         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33071         (theora_dec_src_query), (theora_dec_chain):
33072         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33073         (theora_enc_sink_link), (theora_buffer_from_packet),
33074         (theora_push_packet), (theora_enc_chain):
33075         Fix theora granulepos calculation.
33076         Fix overflow in duration/position calculation.
33077         Bump rank to PRIMARY for theoradec.
33078         Use granulepos of last packet to calculate position.
33079         Set keyframe flag on buffers when needed.
33080
33081 2004-07-06  David Schleef  <ds@schleef.org>
33082
33083         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33084         serious?  (Fixed, obviously.)
33085
33086 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33087
33088         * po/LINGUAS:
33089         * po/cs.po:
33090           added Czech translation (Miloslav Trmac)
33091
33092 2004-07-05  Wim Taymans  <wim@fluendo.com>
33093
33094         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33095         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33096         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33097         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33098         (close_link), (type_found), (gst_decode_bin_set_property),
33099         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33100         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33101         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33102         (gst_decode_bin_query), (plugin_init):
33103         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33104         (gst_play_bin_class_init), (gst_play_bin_init),
33105         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33106         (get_video_element), (new_pad), (setup_source),
33107         (gst_play_bin_set_property), (gst_play_bin_get_property),
33108         (gst_play_bin_change_state), (gst_play_bin_add_element),
33109         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33110         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33111         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33112         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33113         * gst/playback/test.c: (main):
33114         More fixes, cleaned up playbin, make it use decodebin. Added
33115         threaded property to playbin.
33116
33117 2004-07-05  Wim Taymans  <wim@fluendo.com>
33118
33119         * configure.ac:
33120         * gst/playback/Makefile.am:
33121         * gst/playback/decodetest.c: (main):
33122         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33123         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33124         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33125         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33126         (close_link), (type_found), (gst_decode_bin_set_property),
33127         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33128         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33129         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33130         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33131         (plugin_init):
33132         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33133         (gst_play_bin_class_init), (gst_play_bin_init),
33134         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33135         (collect_sink_pads), (find_compatibles), (close_pad_link),
33136         (try_to_link_1), (new_pad), (close_link), (type_found),
33137         (setup_source), (gst_play_bin_set_property),
33138         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33139         (compare_ranks), (gst_play_bin_collect_factories),
33140         (gst_play_bin_change_state), (gst_play_bin_add_element),
33141         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33142         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33143         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33144         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33145         * gst/playback/test.c: (main):
33146         Added some playback helper elements and some test apps, very alpha
33147         still.
33148
33149 2004-07-04  Benjamin Otte  <otte@gnome.org>
33150
33151         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33152           only restart audio when we indeed have an xrun to fix repeated
33153           xruns. Fix suggested by Giuliano Pochini.
33154
33155 2004-07-03  David Schleef  <ds@schleef.org>
33156
33157         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33158         call to gst_debug_log() if debugging is disabled (bug #145118)
33159
33160 2004-07-03  Benjamin Otte  <otte@gnome.org>
33161
33162         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33163           use our own functions for restarting the alsa device.
33164         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33165           I should apply patches myself - use MIN for the third argument, not
33166           the second, this fixes seeking
33167
33168 2004-07-02  David Schleef  <ds@schleef.org>
33169
33170         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33171         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33172         do with the logic.
33173
33174 2004-07-02  David Schleef  <ds@schleef.org>
33175
33176         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33177         output buffers.  Fix logic mistake.  (bug #144866)
33178
33179 2004-07-02  David Schleef  <ds@schleef.org>
33180
33181         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33182         on X.  (bug #144753)
33183
33184 2004-07-02  David Schleef  <ds@schleef.org>
33185
33186         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33187         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33188         (bug #144624)
33189         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33190         (gst_osselement_rate_probe_check): Add another workaround for
33191         buggy drivers (bug #145336)
33192
33193 2004-07-02  David Schleef  <ds@schleef.org>
33194
33195         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33196         Most systems don't have MSG_NOSIGNAL.
33197
33198 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33199
33200         * Makefile.am:
33201         * gst-libs/gst/colorbalance/Makefile.am:
33202         * gst-libs/gst/mixer/Makefile.am:
33203         * gst-libs/gst/play/Makefile.am:
33204         * gst-libs/gst/tuner/Makefile.am:
33205           (hopefully) fix both install and dist and make error message useful.
33206           needs testing across automakes.
33207
33208 2004-07-02  Benjamin Otte  <otte@gnome.org>
33209
33210         * ext/ogg/gstogg.c: (plugin_init):
33211           we require bytestream now
33212         * ext/ogg/gstoggdemux.c:
33213           huge diff to implement chain setup in a fast and generic way. This
33214           improves tag reading and startup of huge files (read: Theora videos)
33215           quite a bit. It probably contains bugs, too, so please test.
33216           Seeking is not improved to the fast method.
33217
33218 2004-06-29  Wim Taymans  <wim@fluendo.com>
33219
33220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33221         * ext/ogg/gstoggmux.c:
33222         Fix memleak in oggdemux when running unconnected pads.
33223         doc update in mux, start working on keyframe mode.
33224
33225 2004-06-29  Benjamin Otte  <otte@gnome.org>
33226
33227         * sys/oss/gstosssink.c:
33228         * sys/oss/gstosssrc.c:
33229           advertise correct template caps - we indeed do non-native endianness
33230           and 8bit audio has no endianness
33231         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33233           avoid (wrong) duplications in getcaps function and return
33234           template caps
33235
33236 2004-06-29  Wim Taymans  <wim@fluendo.com>
33237
33238         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33239         (gst_multifdsink_class_init), (gst_multifdsink_add),
33240         (gst_multifdsink_remove), (gst_multifdsink_clear),
33241         (gst_multifdsink_client_remove),
33242         (gst_multifdsink_handle_client_read),
33243         (gst_multifdsink_client_queue_data),
33244         (gst_multifdsink_client_queue_caps),
33245         (gst_multifdsink_client_queue_buffer),
33246         (gst_multifdsink_handle_client_write),
33247         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33248         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33249         (gst_multifdsink_init_send), (gst_multifdsink_close):
33250         Fix wrong GList iteration that could crash the server when
33251         more then 2 clients disconnect at the same time. Read all the
33252         pending commands in one batch to recover from command storms under
33253         very heavy load.
33254
33255 2004-06-28  Wim Taymans  <wim@fluendo.com>
33256
33257         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33258         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33259         (gst_videomixer_pad_set_property),
33260         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33261         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33262         (gst_videomixer_class_init), (gst_videomixer_init),
33263         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33264         (pad_zorder_compare), (gst_videomixer_sort_pads),
33265         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33266         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33267         (gst_videomixer_update_queues), (gst_videomixer_loop),
33268         (plugin_init):
33269         Avoid divide by zero, choose masterpad as the pad with the highest
33270         framerate.
33271
33272 2004-06-27  Julien Moutte  <julien@moutte.net>
33273
33274         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33275         (gst_ximagesink_xwindow_new):
33276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33277         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33278         function directly. We might want to call it from somewhere else one day.
33279
33280 2004-06-27  Julien Moutte  <julien@moutte.net>
33281
33282         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33283         (gst_ximagesink_xwindow_new):
33284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33285         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33286         window decorations.
33287
33288 2004-06-27  Wim Taymans  <wim@fluendo.com>
33289
33290         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33291         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33292         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33293         (gst_dvdec_set_property), (gst_dvdec_get_property):
33294         * ext/dv/gstdvdec.h:
33295         Implement drop_factor property to lower the framerate with
33296         a factor.
33297
33298 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33299
33300         * gst-libs/gst/colorbalance/Makefile.am:
33301         * gst-libs/gst/mixer/Makefile.am:
33302         * gst-libs/gst/play/Makefile.am:
33303         * gst-libs/gst/tuner/Makefile.am:
33304           unbreak Company's fix that didn't install the -enum.h files
33305
33306 2004-06-27  Wim Taymans  <wim@fluendo.com>
33307
33308         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33309         (gst_dvdec_change_state):
33310         * ext/dv/gstdvdec.h:
33311         Fix timestamp, duration and offset of the buffers.
33312
33313 2004-06-27  Wim Taymans  <wim@fluendo.com>
33314
33315         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33316         (gst_multifdsink_class_init), (gst_multifdsink_add),
33317         (gst_multifdsink_remove), (gst_multifdsink_clear),
33318         (gst_multifdsink_client_remove),
33319         (gst_multifdsink_handle_client_read),
33320         (gst_multifdsink_client_queue_data),
33321         (gst_multifdsink_client_queue_caps),
33322         (gst_multifdsink_client_queue_buffer),
33323         (gst_multifdsink_handle_client_write),
33324         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33325         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33326         (gst_multifdsink_init_send), (gst_multifdsink_close):
33327         * gst/tcp/gstmultifdsink.h:
33328         * gst/tcp/gsttcpserversink.c:
33329         (gst_tcpserversink_handle_server_read),
33330         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33331         More multifdsink fixes, more recovery policy fixes.
33332         Removed stupid g_print
33333
33334 2004-06-26  Wim Taymans  <wim@fluendo.com>
33335
33336         * gst/tcp/Makefile.am:
33337         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33338         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33339         (gst_multifdsink_class_init), (gst_multifdsink_init),
33340         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33341         (gst_multifdsink_handle_client_read),
33342         (gst_multifdsink_client_queue_data),
33343         (gst_multifdsink_client_queue_caps),
33344         (gst_multifdsink_client_queue_buffer),
33345         (gst_multifdsink_handle_client_write),
33346         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33347         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33348         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33349         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33350         (gst_multifdsink_close), (gst_multifdsink_change_state):
33351         * gst/tcp/gstmultifdsink.h:
33352         * gst/tcp/gsttcpplugin.c: (plugin_init):
33353         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33354         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33355         (gst_tcpserversink_handle_server_read),
33356         (gst_tcpserversink_handle_select),
33357         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33358         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33359         * gst/tcp/gsttcpserversink.h:
33360         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33361         one of the locks, added recovery policy to multifdsink.
33362
33363 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33364
33365         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33366           fix decision for when getting frames with same timestamp
33367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33368         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33369         (gst_v4lsrc_get_property):
33370         * sys/v4l/gstv4lsrc.h:
33371           add latency offset property
33372
33373 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33374
33375         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33376         (plugin_init):
33377           fix debugging. add category.
33378
33379 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33380
33381         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33382           fix wrong offsets
33383
33384 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33385
33386         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33387         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33388         (gst_alsa_src_change_state):
33389           return a time that is in sync with the element's processing
33390
33391 2004-06-25  Wim Taymans  <wim@fluendo.com>
33392
33393         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33394         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33395         (gst_tcpserversink_client_remove),
33396         (gst_tcpserversink_handle_client_read),
33397         (gst_tcpserversink_client_queue_data),
33398         (gst_tcpserversink_client_queue_caps),
33399         (gst_tcpserversink_client_queue_buffer),
33400         (gst_tcpserversink_handle_client_write),
33401         (gst_tcpserversink_queue_buffer),
33402         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33403         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33404         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33405         (gst_tcpserversink_close):
33406         * gst/tcp/gsttcpserversink.h:
33407         Serversink rewrite. Really do non blocking writes to clients and
33408         maintain an internal queue to handle slower clients while not
33409         disturbing fast clients.
33410
33411 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33412
33413         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33414           better debug, don't override OFFSET and OFFSET_END
33415
33416 2004-06-25  Iain <iain@prettypeople.org>
33417
33418         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33419         name=source for the wavparse pipeline.
33420
33421 2004-06-24  Johan Dahlin  <johan@gnome.org>
33422
33423         * ext/theora/theoraenc.c (theora_enc_chain): Call
33424         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33425         streamheader caps are set correctly.
33426
33427 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33428
33429         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33430         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33431           respect minimum bitrate; same could be done for max bitrate
33432
33433 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33434
33435         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33436         (gst_vorbisenc_setup):
33437           fix sample rate range
33438
33439 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33440
33441         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33442         (gst_oggvorbisenc_setup):
33443         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33444         (gst_vorbisenc_setup):
33445           resolve ambiguities in code and description
33446
33447 2004-06-24  Wim Taymans  <wim@fluendo.com>
33448
33449         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33450         * ext/alsa/gstalsa.h:
33451         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33452         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33453         Use alsa trigger_tstamp to get the timestamp of the first
33454         sample in the buffer for more precise sync. Some cleanups.
33455
33456 2004-06-24  Wim Taymans  <wim@fluendo.com>
33457
33458         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33459         (gst_audiorate_init), (gst_audiorate_chain),
33460         (gst_audiorate_set_property), (gst_audiorate_get_property):
33461         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33462         (gst_videorate_chain):
33463         Added some logging, fixed an overflow bug in videorate.
33464
33465 2004-06-24  Benjamin Otte  <otte@gnome.org>
33466
33467         * ext/kio/Makefile.am:
33468           fix for builddir != srcdir and distcheck
33469
33470 2004-06-24  Benjamin Otte  <otte@gnome.org>
33471
33472         * gst-libs/gst/colorbalance/Makefile.am:
33473         * gst-libs/gst/mixer/Makefile.am:
33474         * gst-libs/gst/play/Makefile.am:
33475         * gst-libs/gst/tuner/Makefile.am:
33476         * gst/tcp/Makefile.am:
33477         * sys/dxr3/Makefile.am:
33478           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33479           tarball.
33480           Also add all *.list files that were missing.
33481         * Makefile.am:
33482           add a distcheck hook to ensure the above doesn't happen again.
33483
33484 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33485
33486         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33487
33488 2004-06-23  Colin Walters  <walters@redhat.com>
33489
33490         * m4/Makefile.am: Distribute gst-fionread.m4.
33491
33492 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33493
33494         * configure.ac: back to dev
33495
33496 2004-06-23  Wim Taymans  <wim@fluendo.com>
33497
33498         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33499         (gst_alsa_xrun_recovery):
33500         * ext/alsa/gstalsa.h:
33501         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33502         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33503         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33504         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33505         (gst_alsa_src_loop):
33506         Add clock to alsasrc. Take new capture timestamp when
33507         restarting after an overrun. Split up some functions between
33508         alsasrc and alsasink.
33509
33510 === release 0.8.2 ===
33511
33512 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33513
33514         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33515         (gst_alsa_change_state), (gst_alsa_update_avail),
33516         (gst_alsa_xrun_recovery):
33517         * ext/alsa/gstalsa.h:
33518         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33519           merge back changes from release
33520
33521 2004-06-23  Wim Taymans  <wim@fluendo.com>
33522
33523         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33524         (gst_audiorate_init), (gst_audiorate_chain),
33525         (gst_audiorate_set_property), (gst_audiorate_get_property):
33526         Implement sample dropping and notify
33527
33528 2004-06-22  Wim Taymans  <wim@fluendo.com>
33529
33530         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33531         (theora_enc_sink_link), (theora_buffer_from_packet),
33532         (theora_push_packet), (theora_enc_chain):
33533         Some cleanups, make sure the timestamps are correct.
33534
33535 2004-06-22  Wim Taymans  <wim@fluendo.com>
33536
33537         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33538         (gst_alsa_change_state), (gst_alsa_update_avail),
33539         (gst_alsa_xrun_recovery):
33540         * ext/alsa/gstalsa.h:
33541         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33542         Cleanups, take queued samples into account when reporting
33543         the time.
33544
33545 2004-06-22  Wim Taymans  <wim@fluendo.com>
33546
33547         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33548         (gst_videorate_init):
33549         Initialize the property as well.
33550
33551 2004-06-22  Wim Taymans  <wim@fluendo.com>
33552
33553         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33554         (gst_videorate_init), (gst_videorate_chain),
33555         (gst_videorate_set_property), (gst_videorate_get_property):
33556         Add property to make videorate silent.
33557         Add property to prefer new frames over old ones.
33558
33559 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33560
33561         * sys/osxvideo/Makefile.am:
33562         Workaround so that the osxvideo .so file gets linked with the
33563         Cocoa, OpenGL and QuickTime frameworks
33564
33565 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33566
33567         * sys/osxaudio/Makefile.am:
33568         Workaround so that the osxaudio .so file gets linked with the
33569         CoreAudio framework
33570
33571 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33572
33573         * configure.ac:
33574         Whoops, my fault...fixed build issues
33575
33576 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33577
33578         * configure.ac:
33579         Add objective-c support if running in Darwin/Mac OS X
33580         * sys/Makefile.am:
33581         * sys/osxvideo:
33582         * sys/osxvideo/Makefile.am:
33583         * sys/osxvideo/osxvideosink.h:
33584         * sys/osxvideo/osxvideosink.m:
33585         * sys/osxvideo/cocoawindow.h:
33586         * sys/osxvideo/cocoawindow.m:
33587         Add osxvideosink, a cocoa-based osx video sink
33588
33589
33590 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33591         * ext/dvdnav/gst-dvd:
33592         Grab the gconf key from the right spot
33593         * gst/debug/gstnavseek.c: (gst_navseek_init),
33594         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33595         (gst_navseek_chain):
33596         * gst/debug/gstnavseek.h:
33597           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33598           and loop parameters of a segment seek.
33599         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33600         (gst_videotestsrc_get_event_masks),
33601         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33602         * gst/videotestsrc/gstvideotestsrc.h:
33603           Add seeking support to videotestsrc
33604           Initialise the timestamp_offset variable.
33605
33606 2004-06-18  Wim Taymans  <wim@fluendo.com>
33607
33608         * ext/sidplay/gstsiddec.cc:
33609         Fix negotiation and set correct end offset.
33610
33611 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33612
33613         * configure.ac: branch and prerelease
33614
33615 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33616
33617         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33618         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33619         (gst_tcpclientsrc_init_receive):
33620         * gst/tcp/gsttcpclientsrc.h:
33621           read caps when connecting to server for GDP so we set them correctly
33622
33623 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33624
33625         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33626           notify drops and duplicates
33627         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33628           no good reason to limit ourselves to 100x100
33629
33630 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33631
33632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33633         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33634         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33635         (gst_v4lsrc_get_property):
33636         * sys/v4l/gstv4lsrc.h:
33637         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33638         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33639         (gst_v4l_set_audio):
33640         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33641         (gst_v4lsrc_try_capture):
33642         * sys/v4l/v4lsrc_calls.h:
33643           change try_palette to more general try_capture
33644           add autoprobe option so we can turn off autoprobing
33645           various fixes
33646
33647 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33648
33649         * configure.ac:
33650           add videorate
33651         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33652         (gst_ximagesink_class_init):
33653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33654         (gst_xvimagesink_class_init):
33655           run them as finalize, not dispose, since dispose can be invoked
33656           multiple times
33657
33658 2004-06-17  Wim Taymans  <wim@fluendo.com>
33659
33660         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33661         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33662         * ext/alsa/gstalsa.h:
33663         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33664         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33665         (gst_alsa_src_change_state):
33666         * ext/alsa/gstalsasrc.h:
33667         Make the xrun code timestamp and offset the buffers correctly.
33668         moved the clock to the base class, use alsa methods to get time.
33669         Do correct timestamping on outgoing buffers.
33670
33671 2004-06-17  Wim Taymans  <wim@fluendo.com>
33672
33673         * gst/audiorate/Makefile.am:
33674         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33675         (gst_audiorate_base_init), (gst_audiorate_class_init),
33676         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33677         (gst_audiorate_set_property), (gst_audiorate_get_property),
33678         (gst_audiorate_change_state), (plugin_init):
33679         Added an audiorate converter that fills in gaps.
33680
33681 2004-06-17  Johan Dahlin  <johan@gnome.org>
33682
33683         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33684
33685 2004-06-16  Wim Taymans  <wim@fluendo.com>
33686
33687         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33689         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33690         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33691         (gst_v4lsrc_get_property):
33692         * sys/v4l/gstv4lsrc.h:
33693         Added a copy mode to v4lsrc where it will output a copied version
33694         of its internal hardware buffer.
33695         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33696         can't | them.
33697
33698 2004-06-16  Wim Taymans  <wim@fluendo.com>
33699
33700         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33701         Timestamp fixes.
33702
33703 2004-06-16  Wim Taymans  <wim@fluendo.com>
33704
33705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33706         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33707         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33708         (gst_v4lsrc_get_property):
33709         * sys/v4l/gstv4lsrc.h:
33710         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33711         Added a sync mode enum property to control v4lsrc timestamp method
33712         Removed the use-fixed-fps property and moved functionality in
33713         the enum.
33714         Don't error on an error value from v4l-conf, it might not always
33715         be a real error.
33716
33717 2004-06-16  Wim Taymans  <wim@fluendo.com>
33718
33719         * gst/videorate/Makefile.am:
33720         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33721         (gst_videorate_base_init), (gst_videorate_class_init),
33722         (gst_videorate_getcaps), (gst_videorate_link),
33723         (gst_videorate_init), (gst_videorate_chain),
33724         (gst_videorate_set_property), (gst_videorate_get_property),
33725         (gst_videorate_change_state), (plugin_init):
33726         Added a video timestamp corrector.
33727
33728 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33729
33730         fixed a potential leak with previous commit
33731
33732         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33733
33734 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33735
33736         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33737         Added missing refcount, fixes bug #144425
33738         Cheers Tim for finding the bug
33739
33740 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33741
33742         * sys/v4l/gstv4l.c: (plugin_init):
33743         * sys/v4l/gstv4lcolorbalance.c:
33744         * sys/v4l/gstv4lcolorbalance.h:
33745         * sys/v4l/gstv4lelement.c:
33746         * sys/v4l/gstv4lelement.h:
33747         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33748         * sys/v4l/gstv4lmjpegsink.h:
33749         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33750         * sys/v4l/gstv4lmjpegsrc.h:
33751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33752         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33753         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33754         * sys/v4l/gstv4lsrc.h:
33755         * sys/v4l/gstv4ltuner.c:
33756         * sys/v4l/gstv4ltuner.h:
33757         * sys/v4l/gstv4lxoverlay.c:
33758         * sys/v4l/gstv4lxoverlay.h:
33759         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33760         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33761         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33762         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33763         (gst_v4l_set_audio):
33764         * sys/v4l/v4l_calls.h:
33765         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33766         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33767         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33768         (gst_v4lmjpegsink_playback_init),
33769         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33770         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33771         (gst_v4lmjpegsink_playback_stop),
33772         (gst_v4lmjpegsink_playback_deinit):
33773         * sys/v4l/v4lmjpegsink_calls.h:
33774         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33775         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33776         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33777         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33778         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33779         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33780         * sys/v4l/v4lmjpegsrc_calls.h:
33781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33782         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33783         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33784         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33785         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33786         (gst_v4lsrc_try_palette):
33787         * sys/v4l/v4lsrc_calls.h:
33788           bunch of paranoia cleanups
33789
33790 2004-06-14  David Schleef  <ds@schleef.org>
33791
33792         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33793         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33794         Send discont events and change timestamps appropriately when
33795         we get a seek event.  (bug #144240)
33796         * ext/cdparanoia/gstcdparanoia.h:
33797
33798 2004-06-14  Benjamin Otte  <otte@gnome.org>
33799
33800         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33801           snd_pcm_hw_params_set_rate  since the latter fails for no good
33802           reason on some setups.
33803
33804 2004-06-14  David Schleef  <ds@schleef.org>
33805
33806         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33807         standard.  Thank you for playing.
33808
33809 2004-06-14  Wim Taymans  <wim@fluendo.com>
33810
33811         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33812         Patch 1.3 broke the ordering of the colorspace info and
33813         made the plugin basically work by coincidence, reordered
33814         the info.
33815
33816 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33817
33818         * ext/lame/gstlame.c:
33819         * ext/mad/gstmad.c:
33820           sync caps.  Make sure mad can only output a list of rates, not
33821           a full range.  In the future, have three caps lists for each of the
33822           mpeg versions.  Change mpegversion to a double as well.
33823
33824 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33825
33826         * gst/volume/.cvsignore:
33827         * gst/volume/Makefile.am:
33828         * gst/volume/demo.c: (value_changed_callback), (idler),
33829         (setup_gui), (main):
33830           added small demo app
33831
33832 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33833         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33834         * ext/esd/esdsink.h:
33835         Close the esd connection on pause, because esd will just wait -
33836         blocking all other esd clients indefinitely.
33837
33838 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33839
33840         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33841           previous commit with GST_DEBUG
33842
33843 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33844
33845         * configure.ac:
33846           add a header check for a dvdread header in dvdnav.  Fixes #133002
33847
33848 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33849
33850         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33851         * gst/tcp/gsttcpclientsink.h:
33852         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33853         * gst/tcp/gsttcpclientsrc.h:
33854         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33855         (gst_tcpserversink_handle_server_read),
33856         (gst_tcpserversink_init_send):
33857         * gst/tcp/gsttcpserversink.h:
33858         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33859         * gst/tcp/gsttcpserversrc.h:
33860         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33861         version of IP)
33862
33863 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33864
33865         * configure.ac:
33866         Added ogg library so that OSX detects libtheora properly
33867
33868 2004-06-11  Wim Taymans  <wim@fluendo.com>
33869
33870         * ext/theora/theoradec.c: (theora_dec_chain),
33871         (theora_dec_change_state):
33872         Don't try to decode frames before we received a keyframe.
33873
33874 2004-06-11  Wim Taymans  <wim@fluendo.com>
33875
33876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33877         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33878         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33879         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33880         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33881         Added property to set the maximum delay of a page.
33882
33883 2004-06-10  Wim Taymans  <wim@fluendo.com>
33884
33885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33886         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33887         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33888         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33889         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33890         Added max-delay property to control the maximum amount
33891         of data to put in one page.
33892
33893 2004-06-10  Wim Taymans  <wim@fluendo.com>
33894
33895         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33896         (gst_theora_enc_init), (theora_enc_sink_link),
33897         (theora_buffer_from_packet), (theora_enc_set_property),
33898         (theora_enc_get_property):
33899         Set duration on encoded buffer, added some more properties
33900
33901 2004-06-10  Wim Taymans  <wim@fluendo.com>
33902
33903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33904         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33905         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33906         * ext/theora/theoraenc.c: (theora_enc_chain):
33907         Fix refcounting bugs
33908
33909 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33910
33911         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33912         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33913         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33914         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33915         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33916         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33917         (gst_asf_demux_change_state):
33918         * gst/asfdemux/gstasfdemux.h:
33919           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33920           feels like. I think we should set a new requirement for demuxers
33921           from now on to implement sane loop functions, data loops, query
33922           and seek functions before first commit into CVS. And this commit
33923           fixes all of the above.
33924
33925 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33926
33927         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33928           vorbis comments are properly encoded in UTF-8 before adding them
33929           to a GstTagList
33930
33931 2004-06-09  Benjamin Otte  <otte@gnome.org>
33932
33933         * ext/alsa/gstalsa.c: (add_channels):
33934           handle min <= max correctly
33935         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33936         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33937           add fixation functions so we fixate correctly. No preferring of alaw
33938           anymore because it's the first structure.
33939         * ext/alsa/gstalsa.h:
33940         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33941         (gst_alsa_hw_params_dump):
33942           add functions to ease debugging in alsalib
33943         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33944         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33945         (gst_alsa_start_audio):
33946           only specify hw params if we really setup a format (fixes #134007 -
33947           or at least works around it)
33948
33949 2004-06-09  Wim Taymans  <wim@fluendo.com>
33950
33951         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33952         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33953         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33954         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33955         (gst_ogg_mux_loop):
33956         Use stream caps to setup the initial pages in the ogg stream.
33957         Correctly set the streamheader caps on the srcpad.
33958
33959 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33960
33961         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33962         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33963         (gst_v4lsrc_getcaps):
33964         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33965         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33966           add querying of fps lists for webcams.  Negotiating to a framerate
33967           now works.
33968
33969 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33970
33971         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33972         (theora_push_buffer), (theora_push_packet),
33973         (theora_set_header_on_caps), (theora_enc_chain):
33974           mark buffers and put on streamheader, raw theora streaming
33975           now works too, whee
33976
33977 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33978
33979         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33980         (gst_tcp_gdp_read_caps):
33981           do a looping read for caps and GDP headers too
33982
33983 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33984
33985         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33986         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33987           return EOS instead of NULL in _get
33988
33989 2004-06-08  Wim Taymans  <wim@fluendo.com>
33990
33991         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33992         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33993         (gst_tcp_gdp_write_caps):
33994         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33995         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33996         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33997         Memory leak fixes
33998
33999 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34000
34001         * ext/vorbis/Makefile.am:
34002         * ext/vorbis/vorbis.c: (plugin_init):
34003         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34004         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34005         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34006         (vorbis_parse_change_state):
34007         * ext/vorbis/vorbisparse.h:
34008           adding a vorbisparse element that marks the buffers, streaming
34009           raw vorbis using GDP now works, whee
34010
34011 2004-06-08  Wim Taymans  <wim@fluendo.com>
34012
34013         * ext/jpeg/Makefile.am:
34014         * ext/jpeg/README:
34015         * ext/jpeg/gstjpeg.c: (plugin_init):
34016         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34017         (gst_smokedec_base_init), (gst_smokedec_class_init),
34018         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34019         * ext/jpeg/gstsmokedec.h:
34020         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34021         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34022         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34023         (gst_smokeenc_resync), (gst_smokeenc_chain),
34024         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34025         * ext/jpeg/gstsmokeenc.h:
34026         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34027         (smokecodec_flush_destination), (smokecodec_term_destination),
34028         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34029         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34030         (smokecodec_term_source), (smokecodec_encode_new),
34031         (smokecodec_decode_new), (smokecodec_info_free),
34032         (smokecodec_set_quality), (smokecodec_get_quality),
34033         (smokecodec_set_threshold), (smokecodec_get_threshold),
34034         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34035         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34036         (smokecodec_parse_header), (smokecodec_decode):
34037         * ext/jpeg/smokecodec.h:
34038         Added a new simple jpeg based codec
34039
34040 2004-06-08  Wim Taymans  <wim@fluendo.com>
34041
34042         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34043         (gst_multipart_mux_loop):
34044         Fix memory leak
34045
34046 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34047
34048         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34049         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34050         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34051         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34052         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34053         * gst/tcp/gsttcpserversink.h:
34054           take streamheader into account
34055
34056 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34057
34058         * gst/level/Makefile.am:
34059         * gst/level/gstlevel.c: (gst_level_class_init):
34060           clean up marshal generation
34061
34062 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34063
34064         * gst/tcp/Makefile.am:
34065         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34066         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34067         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34068         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34069         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34070         (gst_tcpclientsrc_get_property):
34071         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34072         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34073         (gst_tcpserversink_handle_client_read),
34074         (gst_tcpserversink_handle_client_write),
34075         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34076         * gst/tcp/gsttcpserversink.h:
34077           add signals client-added and client-removed
34078         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34079         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34080         (gst_tcpserversrc_get_property):
34081         uniformized, change default protocol to NONE
34082         * gst/tcp/gsttcp-marshal.list: added
34083 2004-06-07  Benjamin Otte  <otte@gnome.org>
34084
34085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34086           handle discont events if they happen before caps nego
34087
34088 2004-06-07  Wim Taymans  <wim@fluendo.com>
34089
34090         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34091         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34092         (gst_multipart_demux_plugin_init):
34093         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34094         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34095         (gst_multipart_mux_change_state):
34096         Small updates, fix a memleak
34097
34098 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34099
34100         * configure.ac: OSS portability
34101         * ext/arts/gst_arts.c: idem
34102         * sys/oss/gstosselement.c: idem
34103         * sys/oss/gstossmixer.c: idem
34104         * sys/oss/gstosssink.c: idem
34105         * sys/oss/gstosssrc.c: idem
34106         * sys/oss/oss_probe.c: idem
34107           - check for soundcard.h in different places for some BSD
34108
34109 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34110
34111         * AUTHORS:
34112         Add me to the authors file
34113         * configure.ac:
34114         Increase the libdv requirement to >= version 0.100
34115         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34116         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34117         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34118         * ext/dv/gstdvdec.h:
34119         Add support for the new_media flag when sending DISCONT events
34120         Make the querying work when video pad is not linked
34121
34122 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34123
34124         reviewed by Benjamin Otte  <otte@gnome.org>
34125
34126         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34127           create a NULL-initialized array of pads, so we don't think they
34128           exist already. (fixes #143130)
34129
34130 2004-06-07  Benjamin Otte  <otte@gnome.org>
34131
34132         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34133         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34134         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34135           don't use // coments
34136
34137 2004-06-07  Benjamin Otte  <otte@gnome.org>
34138
34139         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34140           cast to GstClockTime to get higher granularity
34141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34142           use gst_element_set_time_delay to get the exact time
34143         * ext/mad/gstmad.c: (gst_mad_chain):
34144           use the negotiated rate instead of the current frame's rate which
34145           might be wrong because of bit errors. This avoids emitting totally
34146           bogus timestamps and screwing sync.
34147         (fixes #143454)
34148
34149 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34150
34151         reviewed by Benjamin Otte  <otte@gnome.org>
34152
34153         * gst/adder/gstadder.c: (gst_adder_loop):
34154           properly error out when no negotiation has happened yet. (fixes
34155           #143032)
34156
34157 2004-06-06  Benjamin Otte  <otte@gnome.org>
34158
34159         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34160           forward correctly transformed offset in discont events. Based on
34161           patch by Arwed v. Merkatz. (fixes #142851)
34162
34163 2004-06-06  David Schleef  <ds@schleef.org>
34164
34165         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34166         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34167         problems on several systems.
34168
34169 2004-06-06  Benjamin Otte  <otte@gnome.org>
34170
34171         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34172           use explicit caps on the srcpad
34173         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34174           properly error out if caps couldn't be set (fixes #142764)
34175
34176 2004-06-06  Benjamin Otte  <otte@gnome.org>
34177
34178         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34179         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34180         (gst_alsa_start_audio):
34181           - don't call set_periods_integer anymore, it breaks the
34182           configuration randomly
34183           - call snd_pcm_hw_params_set_access directly instead of using masks
34184           - don't fail if the sw_params can't be set, just use the default
34185           params and hope it works. Alsalib has weird issues when you touch
34186           sw_params and does no proper error reporting about what failed.
34187         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34188         (gst_alsa_close_audio):
34189           make our alsa debugging go via gst debugging and not conditionally
34190           defined
34191         * ext/alsa/gstalsa.h:
34192           add ALSA_DEBUG_FLUSH macro
34193         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34194         (plugin_init):
34195           wrap alsa errors to be printed via the gst debugging system and not
34196           spammed to stderr
34197
34198 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34199
34200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34201         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34202         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34203         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34204         (qtdemux_parse_trak):
34205         * gst/qtdemux/qtdemux.h:
34206           Bitch. Also known as seeking, querying & co.
34207         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34208         (gst_osssink_change_state):
34209         * sys/oss/gstosssink.h:
34210           Resyncing is for weenies, this hack is no longer needed and was
34211           broken anyway (since it - unintendedly - always leaves resync to
34212           TRUE).
34213
34214 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34215
34216         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34217         * gst/tcp/gsttcpclientsrc.h: idem
34218           - define MSG_NOSIGNAL if not done
34219           - include unistd.h for off_t
34220           (fixes #143749)
34221
34222 2004-06-05  Benjamin Otte  <otte@gnome.org>
34223
34224         * configure.ac:
34225         * ext/kio/Makefile.am:
34226           check for qt's moc preprocessor explicitly and use it
34227
34228 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34229
34230         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34231           don't get a signal for EPIPE on socket writes
34232           (somebody check if this works on other platforms)
34233
34234 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34235
34236         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34237         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34238           check error condition on available samples correctly
34239
34240 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34241
34242         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34243           avoid a segfault
34244         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34245         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34246         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34247         (gst_tcpserversrc_gdp_read_header):
34248          use ssize_t over size_t since the former is signed and thus the
34249          check for error codes can work
34250
34251 2004-06-02  Wim Taymans  <wim@fluendo.com>
34252
34253         reviewed by: Johan
34254
34255         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34256         (gst_multipart_mux_loop):
34257         Oops
34258
34259 2004-06-02  Wim Taymans  <wim@fluendo.com>
34260
34261         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34262         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34263         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34264         (gst_multipart_mux_change_state):
34265         Added configurable boundary specifier, added the value as a
34266         caps field as well.
34267
34268 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34269
34270         * gst/tcp/gsttcp.c:
34271         * gst/tcp/gsttcpclientsrc.c:
34272         * gst/tcp/gsttcpclientsrc.h:
34273         * gst/tcp/gsttcpserversrc.c:
34274           - portability fix, to compile on OSX
34275             (fixes #143146)
34276
34277         * sys/osxaudio/gstosxaudioelement.c:
34278         * sys/osxaudio/gstosxaudiosink.c:
34279         * sys/osxaudio/gstosxaudiosrc.c:
34280           - compilation warnings on OSX
34281             (fixes #143153)
34282
34283 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34284
34285         * ext/vorbis/vorbisdec.c : sign warning fixes
34286
34287         * gst-libs/gst/mixer/mixertrack.c :
34288           do no use defines which are glib 2.4 specific
34289
34290 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34291
34292         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34293           buffer since libflac doesn't expect it (reports a sync error when
34294           it encounters that)
34295
34296
34297 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34298
34299         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34300         * gst-libs/gst/mixer/mixertrack.c:
34301         (gst_mixer_track_get_property), (get_mixer_track_init),
34302         (get_mixer_track_get_property): Added property accessors
34303         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34304         * gst-libs/gst/mixer/mixeroptions.c:
34305         (gst_mixer_options_get_values): Added
34306         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34307         * gst-libs/gst/mixer/mixer.c: Fixed comment
34308
34309
34310 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34311
34312         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34313           improve error messages on open
34314
34315
34316 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34317
34318         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34319           check if v4l-conf is in path
34320
34321 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34322
34323         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34324           change assert to a more readable error message
34325
34326 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34327
34328         * gst-libs/gst/tuner/tunerchannel.h:
34329           - add a freq_multiplicator field to make the conversion
34330             between internal frequency unit and Hz
34331         * sys/v4l/gstv4lelement.c:
34332         * sys/v4l2/gstv4l2element.c:
34333           - change default video device to /dev/video0
34334         * sys/v4l/v4l_calls.c:
34335         * sys/v4l2/v4l2_calls.c:
34336           - we only expose frequency to the user in Hz instead of
34337             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34338
34339 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34340         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34341           Initialise b_o_s and e_o_s variables
34342         * gst-libs/gst/riff/riff-media.c:
34343         (gst_riff_create_video_caps_with_data):
34344           Add some unusual fourcc's from mplayer avi's
34345         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34346           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34347           autoplugging.
34348
34349 2004-05-28  Wim Taymans  <wim@fluendo.com>
34350
34351         * configure.ac:
34352         * gst/alpha/Makefile.am:
34353         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34354         (gst_alpha_get_type), (gst_alpha_base_init),
34355         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34356         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34357         (gst_alpha_chroma_key), (gst_alpha_chain),
34358         (gst_alpha_change_state), (plugin_init):
34359         A plugin to add an alpha channel to I420 video. Can optionally do
34360         chroma keying.
34361         * gst/multipart/Makefile.am:
34362         * gst/multipart/multipart.c: (plugin_init):
34363         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34364         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34365         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34366         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34367         (gst_multipart_demux_change_state),
34368         (gst_multipart_demux_plugin_init):
34369         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34370         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34371         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34372         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34373         (gst_multipart_mux_pad_unlink),
34374         (gst_multipart_mux_request_new_pad),
34375         (gst_multipart_mux_handle_src_event),
34376         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34377         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34378         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34379         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34380         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34381         send multipart jpeg images to a browser.
34382         * gst/videobox/Makefile.am:
34383         * gst/videobox/README:
34384         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34385         (gst_video_box_get_type), (gst_video_box_base_init),
34386         (gst_video_box_class_init), (gst_video_box_init),
34387         (gst_video_box_set_property), (gst_video_box_get_property),
34388         (gst_video_box_sink_link), (gst_video_box_i420),
34389         (gst_video_box_ayuv), (gst_video_box_chain),
34390         (gst_video_box_change_state), (plugin_init):
34391         Crops or adds borders around an image. can do alpha channel
34392         borders as well.
34393         * gst/videomixer/Makefile.am:
34394         * gst/videomixer/README:
34395         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34396         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34397         (gst_videomixer_pad_get_sink_event_masks),
34398         (gst_videomixer_pad_get_property),
34399         (gst_videomixer_pad_set_property),
34400         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34401         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34402         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34403         (gst_videomixer_base_init), (gst_videomixer_class_init),
34404         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34405         (gst_videomixer_handle_src_event),
34406         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34407         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34408         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34409         (gst_videomixer_loop), (gst_videomixer_get_property),
34410         (gst_videomixer_set_property), (gst_videomixer_change_state),
34411         (plugin_init):
34412         Generic video mixer plugin, can handle multiple inputs all with
34413         different framerates and video sizes. Is fully alpha channel
34414         aware.
34415
34416 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34417
34418         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34419           Select first track as master track. Not sure how else to handle
34420           that...
34421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34422           Discard discont events. Should fix #142962.
34423
34424 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34425
34426         * ext/alsa/Makefile.am:
34427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34428         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34429         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34430         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34431         (gst_alsa_mixer_get_option):
34432         * ext/alsa/gstalsamixer.h:
34433         * ext/alsa/gstalsamixeroptions.c:
34434         (gst_alsa_mixer_options_get_type),
34435         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34436         (gst_alsa_mixer_options_new):
34437         * ext/alsa/gstalsamixeroptions.h:
34438         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34439         * ext/alsa/gstalsamixertrack.h:
34440           Add enumerations (as GstMixerOptions). Make correct distinction
34441           between input/output tracks. Add capture/playback private flag.
34442           Use flag to decide on whether to set capture or playback volumes
34443           or switches. Use playback and record switches.
34444         * gst-libs/gst/mixer/Makefile.am:
34445         * gst-libs/gst/mixer/mixer-marshal.list:
34446         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34447         (gst_mixer_set_option), (gst_mixer_get_option),
34448         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34449         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34450         * gst-libs/gst/mixer/mixer.h:
34451         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34452         (gst_mixer_options_class_init), (gst_mixer_options_init),
34453         (gst_mixer_options_dispose):
34454         * gst-libs/gst/mixer/mixeroptions.h:
34455           Add GstMixerOptions.
34456         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34457           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34458           broken device detection on computers with multiple OSS sound
34459           cards.
34460
34461 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34462
34463         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34464           fixate nicely even when the peer is not negotiating
34465
34466 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34467
34468         * gst/audioconvert/gstaudioconvert.c:
34469         (gst_audio_convert_parse_caps):
34470           make sure we don't allow depth > width
34471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34472           fixate endianness to G_BYTE_ORDER as default
34473         * gst/audioscale/gstaudioscale.c:
34474           we don't handle another endianness as host-endianness
34475
34476 2004-05-25  David Schleef  <ds@schleef.org>
34477
34478         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34479
34480 2004-05-24  Benjamin Otte  <otte@gnome.org>
34481
34482         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34483         (gst_oggvorbisenc_setup):
34484           properly fail when we can't setup the vorbis encoder due to
34485           unsupported settings
34486         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34487         (gst_vorbisenc_setup):
34488           same
34489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34490           fix case where warnings occured when one pad was unlinked while the
34491           other's link function was called
34492
34493 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34494
34495         * gst/tcp/Makefile.am:
34496           use GST_ENABLE_NEW
34497
34498 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34499
34500         * gst-libs/gst/resample/private.h:
34501           don't use optimizations that are #if 0'ed
34502
34503 2004-05-24  Wim Taymans  <wim@fluendo.com>
34504
34505         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34506         Fix potential division by zero error and hopefully get
34507         the position query right to get correct timestamps on avi
34508         audio.
34509
34510 2004-05-24  Wim Taymans  <wim@fluendo.com>
34511
34512         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34513         (gst_videoscale_scale_nearest_str2),
34514         (gst_videoscale_scale_nearest_str4),
34515         (gst_videoscale_scale_nearest_32bit),
34516         (gst_videoscale_scale_nearest_24bit),
34517         (gst_videoscale_scale_nearest_16bit):
34518         Fix the scaling algorithm and avoid a buffer overflow.
34519         removed the while loop in the scaling function as it
34520         was used for point sampling only.
34521
34522 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34523
34524         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34525         (gst_id3_tag_class_init), (gst_id3_tag_init),
34526         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34527         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34528         (gst_id3_tag_send_tag_event):
34529           lots of fixes to make id3mux work and id3demux work correctly
34530
34531 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34532
34533         * ext/Makefile.am:
34534           add rules to build shout2send (was removed by accident
34535           when this module was no more marked experimental/broken)
34536
34537 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34538
34539         * ext/shout2/gstshout2.c:
34540         * ext/shout2/gstshout2.h:
34541           adding a "connection problem" signal to shout2send
34542           (fixes #142954)
34543
34544 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34545
34546         * ext/kio/kioreceiver.cpp:
34547         * ext/kio/kioreceiver.h:
34548           fix sign comparison issues
34549
34550 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34551
34552         * gst/cdxaparse/gstcdxaparse.c:
34553         * gst/cdxaparse/gstcdxaparse.h:
34554           some renaming
34555           add some checks/sanity
34556           prepare for seek addition
34557
34558         * sys/sunaudio/gstsunaudio.c:
34559           remove exported dupe init function
34560
34561 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34562
34563         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34564         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34565           Fix format conversion and position querying.
34566         * gst/debug/progressreport.c: (gst_progressreport_report):
34567           Don't output a bogus total value that we didn't query.
34568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34569           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34570           only a blank window after xine has been used.
34571
34572 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34573
34574         * m4/as-arts.m4:
34575           sync with upstream version to fix test on FC2
34576           readd with -ko to preserve Id header
34577
34578 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34579
34580         * configure.ac:
34581           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34582         * gst/tcp/gsttcpclientsrc.c: idem
34583         * gst/tcp/gsttcpserversink.c: idem
34584         * gst/tcp/gsttcpserversrc.c: idem
34585         * m4/gst-fionread.m4: idem
34586
34587         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34588
34589         * configure.ac: enable speex plugin for speex 1.1.5+
34590         * ext/speex/gstspeexenc.c: fix cast warning
34591
34592         * ext/esd/README: fix typo
34593
34594 2004-05-20  David Schleef  <ds@schleef.org>
34595
34596         * configure.ac: Minor cosmetic change to convince the buildbot to
34597         reautogen.
34598         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34599         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34600         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34601         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34602         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34603         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34604         More hacking.  Plays audio now.
34605
34606 2004-05-20  David Schleef  <ds@schleef.org>
34607
34608         * configure.ac:
34609         * sys/Makefile.am:
34610
34611 2004-05-20  David Schleef  <ds@schleef.org>
34612
34613         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34614         * sys/osxaudio/gstosxaudio.c:
34615         * sys/osxaudio/gstosxaudioelement.c:
34616         * sys/osxaudio/gstosxaudioelement.h:
34617         * sys/osxaudio/gstosxaudiosink.c:
34618         * sys/osxaudio/gstosxaudiosink.h:
34619         * sys/osxaudio/gstosxaudiosrc.c:
34620         * sys/osxaudio/gstosxaudiosrc.h:
34621
34622 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34623
34624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34625         (gst_vorbisenc_chain):
34626           put the codec headers on the caps as streamheader as well as
34627           pushing them out
34628
34629 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34630
34631         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34632         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34633         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34634         split up push_packet into two functions
34635
34636 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34637
34638         * gst/tcp/.cvsignore:
34639           ignore enums
34640         * gst/tcp/Makefile.am:
34641         * gst/tcp/README:
34642         * gst/tcp/gsttcp.c:
34643         * gst/tcp/gsttcp.h:
34644         * gst/tcp/gsttcpclientsink.c:
34645         * gst/tcp/gsttcpclientsink.h:
34646         * gst/tcp/gsttcpclientsrc.c:
34647         * gst/tcp/gsttcpclientsrc.h:
34648         * gst/tcp/gsttcpplugin.c:
34649         * gst/tcp/gsttcpserversink.c:
34650         * gst/tcp/gsttcpserversink.h:
34651         * gst/tcp/gsttcpserversrc.c:
34652         * gst/tcp/gsttcpserversrc.h:
34653           add new tcp elements
34654
34655 2004-05-19  Wim Taymans  <wim@fluendo.com>
34656
34657         * gst/law/mulaw-conversion.c: (mulaw_encode):
34658         Fix overflow bug in ulaw encoding.
34659
34660 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34661
34662         * ext/mad/gstmad.c: (gst_mad_handle_event):
34663           don't unref the event twice
34664
34665 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34666
34667         * configure.ac:
34668           remove -Wno-sign-compare
34669
34670 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34671
34672         * configure.ac:
34673           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34674           if you want to work against glib 2.2 and 2.4
34675
34676 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34677
34678         * gst/tcp/Makefile.am:
34679         * gst/tcp/gsttcp.c:
34680         * gst/tcp/gsttcp.h:
34681         * gst/tcp/gsttcpsink.h:
34682         * gst/tcp/gsttcpsrc.h:
34683           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34684
34685 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34686
34687         * gst/debug/tests.c: (md5_get_value):
34688           fix segfault on gst-inspect
34689
34690 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34691
34692         * gst/debug/testplugin.c:
34693         * gst/debug/tests.c:
34694         * gst/debug/tests.h:
34695           add new extensible and configurable testing element. Current tests
34696           include buffer count, stream length, timestamp/duration matching and
34697           md5.
34698         * gst/debug/Makefile.am:
34699         * gst/debug/gstdebug.c: (plugin_init):
34700           add infrastructure for new element
34701
34702 2004-05-19  Johan Dahlin  <johan@gnome.org>
34703
34704         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34705         ending of the array. Fixes gst-inspect segfault on ppc.
34706
34707 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34708
34709         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34710
34711         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34712
34713 2004-05-18  David Schleef  <ds@schleef.org>
34714
34715         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34716         warnings (bugs, actually) noticed by gcc but not forte.
34717
34718 2004-05-18  David Schleef  <ds@schleef.org>
34719
34720         * sys/sunaudio/Makefile.am:
34721         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34722
34723 2004-05-18  David Schleef  <ds@schleef.org>
34724
34725         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34726         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34727         to allow qtdemux to use non-seekable streams. (bug #142272)
34728
34729 2004-05-18  David Schleef  <ds@schleef.org>
34730
34731         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34732         (gst_resample_sinc_ft_float): Remove use of static temporary
34733         buffer.  This code was obviously not supposed to last long, but
34734         it's stuck in our ABI, so it required a little hack to make it
34735         ABI-compatible.  Fixes #142585.
34736         * gst-libs/gst/resample/resample.h: same.
34737
34738 2004-05-18  David Schleef  <ds@schleef.org>
34739
34740         * configure.ac: Add sunaudio
34741         * examples/Makefile.am: make gstplay depend on gconf
34742         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34743         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34744         (convert_table_lookup), (img_convert): remove c99-isms
34745         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34746           unsigned, to fix a warning on Solaris
34747         * gst/mpeg1sys/systems.c: bcopy->memcpy
34748         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34749         * sys/Makefile.am: Add sunaudio
34750
34751 2004-05-18  Wim Taymans  <wim@fluendo.com>
34752
34753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34754         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34755         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34756         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34757         (gst_ogg_mux_loop):
34758         Fix an ugly memleak where the muxer didn't flush enough ogg
34759         pages. This also resulted in badly muxed ogg files.
34760
34761 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34762
34763         * gst/asfdemux/asfheaders.c :
34764         * gst/asfdemux/asfheaders.h :
34765         * gst/asfdemux/gstasfdemux.c :
34766           - fix ASF_OBJ_PADDING guid
34767           - add 3 new object guids (language list, metadata,
34768             extended stream properties)
34769           - add a function to parse extended header objects
34770
34771 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34772
34773         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34774           remove leftover debugging g_print
34775
34776 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34777
34778         * ext/mad/gstmad.c: (gst_mad_handle_event):
34779           Fix for when the first format in a discont event is not a
34780           byte-based one. Should fix #137710.
34781
34782 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34783
34784         * m4/a52.m4 : fix compilation with -Wall -Werror
34785         * m4/libfame.m4 : idem
34786         * m4/libmikmod.m4 : idem
34787
34788 2004-05-17  Benjamin Otte  <otte@gnome.org>
34789
34790         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34791           signal the new tags before giving up the reference
34792
34793 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34794
34795         * ext/shout2/gstshout2.c:
34796           use application/ogg instead of application/x-ogg (patch by Patrick
34797           Guimond, fixes #142432)
34798         * sys/oss/gstosselement.c: (gst_osselement_reset),
34799         (gst_osselement_sync_parms):
34800           don't set fragment size unless specified (fixes #142493)
34801
34802 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34803
34804         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34805           fixes #142664
34806
34807 2004-05-17  Benjamin Otte  <otte@gnome.org>
34808
34809         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34810           compute offsets correctly for internal buffers so timestamps are set
34811           correctly when we can't seek. Also handle cases where there are no
34812           offsets. (based on a patch by David Moore, fixes #142507)
34813
34814 2004-05-17  Benjamin Otte  <otte@gnome.org>
34815
34816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34817           use correct variable when determining amount of data to skip so we
34818           don't skip into the void and segfault
34819
34820 2004-05-16  Benjamin Otte  <otte@gnome.org>
34821
34822         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34823           Hi, I'm a memleak
34824
34825 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34826
34827         * gst/asfdemux/gstasfdemux.c:
34828           - fix a mem leak and always propagate tags
34829           - add WMV3 to known video codecs (but no decoder yet)
34830           - replace "surplus data" at end of audio header for what
34831             it is : codec specific data
34832           - fix a typo
34833
34834 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34835
34836         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34837
34838         * gst-libs/gst/audio/audioclock.c:
34839           Fix wrong return type (#142205).
34840
34841 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34842
34843         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34844           Ignore CRCs by default (fixes #142566).
34845
34846 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34847
34848         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34849         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34850         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34851         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34852         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34853         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34854           Fix for cases where we fail to attach to a mixer.
34855
34856 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34857
34858         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34859           Don't touch events after not owning them anymore.
34860         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34861         (gst_wavparse_fmt), (gst_wavparse_other),
34862         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34863         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34864         (gst_wavparse_srcpad_event):
34865         * gst/wavparse/gstwavparse.h:
34866           Add seeking, fix querying.
34867
34868 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34869
34870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34871           - process comments even if they don't end with \0\0
34872             g_convert would ignore them if present and works well without them
34873
34874 2004-05-16  Benjamin Otte  <otte@gnome.org>
34875
34876         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34877           simplify caps
34878
34879 2004-05-16  Benjamin Otte  <otte@gnome.org>
34880
34881         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34882           don't write to memory we might not write to - g_convert does that
34883           for us anyway (fixes #142613)
34884         (gst_asf_demux_audio_caps):
34885           comment out gst_util_dump_mem
34886
34887 2004-05-16  Benjamin Otte  <otte@gnome.org>
34888
34889         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34890           compute correct expected timestamps after seek (broken since
34891           last commit)
34892         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34893           rename element and debugging category to gdkpixbufscale
34894
34895 2004-05-16  Benjamin Otte  <otte@gnome.org>
34896
34897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34898           add error checking to snd_pcm_delay and remove duplicate call to
34899           snd_pcm_delay that caused issues (see inline code comments)
34900         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34901           make more readable and fix return value when snd_pcm_delay fails
34902         (fixes #142586)
34903
34904 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34905         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34906         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34907         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34908         (gst_pixbufscale_link), (gst_pixbufscale_init),
34909         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34910         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34911         (gst_pixbufscale_get_property), (pixbufscale_init):
34912         * ext/gdk_pixbuf/pixbufscale.h:
34913         Add these files I forgot earlier
34914
34915 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34916         * ext/gdk_pixbuf/Makefile.am:
34917         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34918         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34919         Add new pixbufscale element to scale RGB video
34920         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34921         and HYPER interpolation correctly.
34922         * ext/theora/theoraenc.c: (theora_enc_chain),
34923         Discard buffer and return if explicit caps could not be set
34924         (theora_enc_get_property):
34925         Make _get return kbps for the bitrate consistent with
34926         the _set function.
34927
34928
34929 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34930
34931         * ext/libvisual/visual.c: (gst_visual_chain):
34932           add missing visual_audio_analyze
34933
34934 2004-05-14  David Schleef  <ds@schleef.org>
34935
34936         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34937         is killed while we're playing.
34938         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34939         gst_element_no_more_pads().
34940
34941 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34942
34943         * gst-libs/gst/riff/riff-read.c :
34944           - fix INFO tag extraction in RIFF/AVI files
34945             because gst_event_unref (event) also freed taglist
34946           - avoid a mem leak
34947
34948 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34949
34950         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34951         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34952
34953         * gst/auparse/gstauparse.c :
34954           - add code (commented for now) to support audio/x-adpcm on src pad
34955             (we have no decoder for those layout yet)
34956
34957         * gst/cdxaparse/gstcdxaparse.c :
34958         * gst/cdxaparse/gstcdxaparse.h :
34959           - partial rewrite using RiffRead (ripped iain's wavparse code)
34960
34961         * gst/rtp/gstrtpL16enc.c : typo
34962         * gst/rtp/gstrtpgsmenc.c : typo
34963
34964 2004-05-13  Benjamin Otte  <otte@gnome.org>
34965
34966         * configure.ac:
34967           check for exact version of libvisual, it's not supposed to be
34968           API/ABI stable yet
34969
34970 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34971
34972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34973           signal no-more-pads
34974
34975 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34976
34977         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34978         Report which format was used for GST_FORMAT_DEFAULT
34979         * gst/debug/Makefile.am:
34980         * gst/debug/gstdebug.c: (plugin_init):
34981         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34982         (gst_progressreport_class_init), (gst_progressreport_init),
34983         (gst_progressreport_report), (gst_progressreport_set_property),
34984         (gst_progressreport_get_property), (gst_progressreport_chain),
34985         (gst_progressreport_plugin_init):
34986         Add progressreport element for testing.
34987
34988 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34989
34990         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34991         * sys/v4l/gstv4lsrc.h:
34992         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34993         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34994         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34995         (gst_v4lsrc_grab_frame):
34996           add more debugging
34997           send a discont at start
34998
34999 2004-05-12  Colin Walters  <walters@redhat.com>
35000
35001         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35002         inflooping if we can't find a chunk.  Or in other words, don't blow
35003         chunks if we don't have a chunk to blow.
35004
35005 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35006         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35007         Remove old debug output
35008         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35009         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35010         (gst_dvdec_set_property), (gst_dvdec_get_property):
35011         Change the quality setting to an enum, so it works from gst-launch
35012         Don't renegotiate a non-linked pad. Allows audio only decoding.
35013         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35014         (gst_deinterlace_link), (gst_deinterlace_init):
35015         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35016         (gst_videodrop_link):
35017         Some caps negotiation fixes
35018
35019 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35020
35021         * ext/tarkin/gsttarkin.c :
35022           - Change RANK from NONE to PRIMARY
35023         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35024           - Change RANK from NONE to MARGINAL
35025         * ext/divx/gstdivxenc.c :
35026           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35027
35028 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35029
35030         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35031         (gst_vorbisenc_push_packet):
35032           copy a function that was added between 1.0 and 1.0.1 until we
35033           depend on worthwhile features of post-1.0
35034
35035 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35036
35037         * configure.ac:
35038           enable shout2 by default
35039         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35040         (gst_shout2send_base_init), (gst_shout2send_init),
35041         (gst_shout2send_connect), (gst_shout2send_change_state):
35042         * ext/shout2/gstshout2.h:
35043           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35044           #142262)
35045         * ext/theora/theora.c: (plugin_init):
35046           don't set rank on encoders
35047
35048 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35049
35050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35051           Use codec_data property instead of flag1 and flag2 for wma
35052
35053 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35054
35055         * gst/cdxaparse/gstcdxaparse.c :
35056           - Add mpegversion to CAPS to make it link
35057           - Rank is as GST_RANK_SECONDARY instead of NONE
35058         * gst/auparse/gstauparse.c :
35059           - Document all audio encoding we can encounter from Solaris 9
35060             headers and libsndfile information.
35061           - Increase max. rate from 48000 to 192000 (to match other elements)
35062           - Don't try to play junk data between header and samples
35063
35064 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35065
35066         * ext/libvisual/visual.c: (gst_visual_getcaps):
35067           use the right caps depending on endianness (I hope)
35068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35069           use GST_RANK_NONE for all non-decoding elements or spider gets
35070           mighty confused
35071
35072 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35073
35074         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35075           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35076
35077 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35078
35079         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35080         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35081         (gst_switch_loop), (gst_switch_get_type):
35082           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35083           HEADERS. Had to be said.
35084
35085 2004-05-10  David Schleef  <ds@schleef.org>
35086
35087         * configure.ac: Add prototype Dirac support.
35088         * ext/Makefile.am:
35089         * ext/dirac/Makefile.am:
35090         * ext/dirac/gstdirac.cc:
35091         * ext/dirac/gstdiracdec.cc:
35092
35093 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35094
35095         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35096         (gst_auparse_init), (gst_auparse_chain),
35097         (gst_auparse_change_state):
35098           Hack around spider. Remove me some day please.
35099
35100 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35101
35102         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35103           Fix for some uninitialized variables in previous patch, also
35104           makes it work. Fixes #142286 while we're at it.
35105
35106 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35107
35108         * gst/auparse/gstauparse.c:
35109                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35110                 only unsupported formats are ADPCM/CCITT G.72x
35111                 reviewed by Ronald
35112         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35113
35114 2004-05-10  Wim Taymans  <wim@fluendo.com>
35115
35116         * ext/vorbis/Makefile.am:
35117         * ext/vorbis/README:
35118         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35119         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35120         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35121         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35122         (gst_oggvorbisenc_convert_sink),
35123         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35124         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35125         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35126         (get_constraints_string), (update_start_message),
35127         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35128         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35129         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35130         * ext/vorbis/oggvorbisenc.h:
35131         * ext/vorbis/vorbis.c: (plugin_init):
35132         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35133         (raw_caps_factory), (gst_vorbisenc_class_init),
35134         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35135         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35136         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35137         * ext/vorbis/vorbisenc.h:
35138         Added a raw vorbis encoder to be used with the oggmuxer.
35139         We still need the old encoder for some gnome applications,
35140         read the README to find out how that works.
35141         The raw encoder is called "rawvorbisenc" until 0.9.
35142
35143 2004-05-10  Wim Taymans  <wim@fluendo.com>
35144
35145         * ext/ogg/gstogg.c: (plugin_init):
35146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35147         (gst_ogg_print):
35148         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35149         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35150         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35151         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35152         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35153         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35154         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35155         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35156         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35157         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35158         Added an ogg muxer.
35159         Small typo fixes in the demuxer.
35160
35161 2004-05-10  Wim Taymans  <wim@fluendo.com>
35162
35163         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35164         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35165         (theora_enc_change_state), (theora_enc_set_property),
35166         (theora_enc_get_property):
35167         Mark the last packet with an EOS flag which is not really needed
35168         in gstreamer.
35169         Do some better video framerate initialisation.
35170         Update the buffer timestamp.
35171
35172 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35173
35174         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35175         Return the result of the parent state change call
35176
35177 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35178
35179         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35180         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35181         * gst/law/alaw-encode.c : (idem)
35182         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35183         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35184         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35185
35186 2004-05-09  Benjamin Otte  <otte@gnome.org>
35187
35188         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35189           don't use a fixed buffer size when writing variable length data to
35190           it. Fixes memory corruption and makes alsasrc work
35191
35192 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35193
35194         * ext/gnomevfs/gstgnomevfssink.c:
35195         (_gst_boolean_allow_overwrite_accumulator),
35196         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35197           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35198           RUN_LAST, and don't use that to set the accumulator value because
35199           then it's always FALSE.
35200
35201 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35202
35203         * gst-libs/gst/riff/riff-media.c:
35204         (gst_riff_create_video_caps_with_data),
35205         (gst_riff_create_audio_caps),
35206         (gst_riff_create_audio_template_caps):
35207         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35208           Fix for unaligned RIFF files (i.e. where all the chunks together
35209           in a LIST chunk are not of the same size as the size given in
35210           the LIST chunk header). Fixes several odd WAVE files. Also fix
35211           ADPCM (block_align property) in audio, so that wavparse based
35212           on this works now as it used to stand-alone.
35213
35214 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35215
35216         reviewed by Benjamin Otte  <otte@gnome.org>
35217
35218         * ext/a52dec/gsta52dec.c:
35219         * ext/divx/gstdivxdec.c:
35220         * ext/divx/gstdivxenc.c:
35221         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35222         * ext/faac/gstfaac.c: (gst_faac_base_init):
35223         * ext/faad/gstfaad.c: (gst_faad_base_init):
35224         * ext/ivorbis/vorbisfile.c:
35225         * ext/lame/gstlame.c:
35226         * ext/libfame/gstlibfame.c:
35227         * ext/mpeg2enc/gstmpeg2enc.cc:
35228         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35229         * ext/sidplay/gstsiddec.cc:
35230         * ext/speex/gstspeexdec.c:
35231         * ext/speex/gstspeexenc.c:
35232         * ext/xvid/gstxviddec.c:
35233         * ext/xvid/gstxvidenc.c:
35234           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35235           (fixes #142193)
35236
35237 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35238
35239         * ext/alsa/gstalsa.c: (device_list),
35240         (gst_alsa_class_probe_devices):
35241         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35242           Fix alsa oddness in mixer after the combination of using mixer
35243           in source/sink elements and using hw:x,y instead of just hw:x.
35244
35245 2004-05-09  Benjamin Otte  <otte@gnome.org>
35246
35247         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35248         (gst_wavparse_create_sourcepad):
35249           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35250           sourcepads
35251
35252 2004-05-09  Benjamin Otte  <otte@gnome.org>
35253
35254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35255           allow discont events before caps nego
35256
35257 2004-05-08  Benjamin Otte  <otte@gnome.org>
35258
35259         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35260           don't leak events
35261
35262 2004-05-08  Benjamin Otte  <otte@gnome.org>
35263
35264         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35265         (gst_level_change_state), (gst_level_init):
35266         * gst/level/gstlevel.h:
35267           figure out if we're initialized directly instead of keeping a
35268           variable that's wrong in 90% of cases
35269           don't initialize pads and then leak them and use a new unitialized
35270           pad. (fixes #142084)
35271           these were bugs so n00bish I didn't find them for an hour :/
35272
35273 2004-05-08 Iain <iain@prettypeople.org>
35274
35275         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35276         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35277         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35278         return the length that was read.
35279         (gst_riff_read_strf_auds): Allow fmt tags as well.
35280
35281 2004-05-07  David Schleef  <ds@schleef.org>
35282
35283         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35284         signed char assumption in faad.h.
35285
35286 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35287
35288         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35289           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35290
35291 2004-05-07  Colin Walters  <walters@redhat.com>
35292
35293         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35294         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35295         function.
35296         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35297         Add dispose function.
35298
35299 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35300         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35301           Fix caps nego and pad templates. RGB mode caps should
35302           work now.
35303         * ext/dvdnav/gst-dvd:
35304           Move mpeg2dec inside the thread because otherwise the
35305           queue rejects cap changes mid-stream
35306         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35307         (gst_mpeg2dec_flush_decoder):
35308           For mpeg2dec > 0.4.0, call the flush function instead of
35309           manually extracting all in-flight frames.
35310         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35311         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35312           Change mime type video/dv go video/x-dv to match the
35313           rest of gst-plugins
35314
35315 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35316
35317         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35319         (gst_alsa_sink_class_init):
35320         * ext/alsa/gstalsasink.h:
35321         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35322         (gst_alsa_src_class_init):
35323         * ext/alsa/gstalsasrc.h:
35324           Make alsasink/src a subclass of alsamixer so that mixer stuff
35325           shows up in gst-rec. Needs some finetuning.
35326
35327 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35328
35329         * ext/lame/gstlame.c: (gst_lame_chain):
35330           simplify
35331         * ext/mad/gstmad.c: (gst_mad_handle_event):
35332           fix event leak
35333         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35334           be able to detect mp3 files < 4096 bytes
35335
35336 2004-05-06  Wim Taymans  <wim@fluendo.com>
35337
35338         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35339         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35340         (theora_enc_set_property), (theora_enc_get_property):
35341         Also encode the first frame, cleanup some code.
35342
35343 2004-05-06  Wim Taymans  <wim@fluendo.com>
35344
35345         * ext/mpeg2enc/gstmpeg2enc.cc:
35346         Forward events first before deciding that negotiation was
35347         not performed.
35348
35349 2004-05-06  Wim Taymans  <wim@fluendo.com>
35350
35351         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35352         First process the events before deciding that negotiation
35353         was not performed.
35354
35355 2004-05-06  Wim Taymans  <wim@fluendo.com>
35356
35357         * ext/theora/Makefile.am:
35358         * ext/theora/theora.c: (plugin_init):
35359         * ext/theora/theoradec.c: (theora_dec_change_state):
35360         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35361         (gst_theora_enc_class_init), (gst_theora_enc_init),
35362         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35363         (theora_enc_chain), (theora_enc_change_state),
35364         (theora_enc_set_property), (theora_enc_get_property):
35365         Added a theora encoder, grouped the encoder and decoder into the
35366         same plugin.
35367
35368 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35369
35370         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35371         (gst_jpegenc_chain):
35372         fix DURATION on outgoing buffers
35373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35374         debug using time formats
35375         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35377         (gst_xvimagesink_sink_link):
35378         windows with width/height 0 generate X errors, so don't allow them
35379
35380 2004-05-05  Wim Taymans  <wim@fluendo.com>
35381
35382         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35383         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35384         (gst_mpeg2dec_negotiate_format):
35385         * ext/mpeg2dec/gstmpeg2dec.h:
35386           removed the static pad template so that we can add the
35387           more accurate framerate value to the caps.
35388
35389
35390 2004-05-04  Benjamin Otte  <otte@gnome.org>
35391
35392         * configure.ac:
35393           check for kdemacros.h, too (should fix #141821)
35394         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35395           don't crash if no header was sent, but nicely error out (fixes part
35396           of #141554)
35397
35398 2004-05-04  Wim Taymans  <wim@fluendo.com>
35399
35400         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35401         parent dispose function to avoid segfault on destroy.
35402
35403 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35404
35405         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35406         (plugin_init):
35407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35408         (gst_xvimagesink_sink_link):
35409         clean up debugging caps
35410         also recreate xvimage when format has changed
35411
35412 2004-05-04  Benjamin Otte  <otte@gnome.org>
35413
35414         * ext/libvisual/Makefile.am:
35415         * ext/libvisual/visual.c: (gst_visual_class_init),
35416         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35417         (gst_visual_srclink), (gst_visual_chain),
35418         (gst_visual_change_state), (plugin_init):
35419           use a GstAdapter to correctly adapt buffer sizes - allows using a
35420           framerate
35421
35422 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35423
35424         * sys/v4l/gstv4lelement.h:
35425         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35427         (gst_v4lsrc_buffer_free):
35428         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35429         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35430         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35431         (gst_v4lsrc_requeue_frame):
35432         move some debugging categories around
35433         query for fps index and set accordingly if found
35434
35435 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35436
35437         * ext/lame/gstlame.c:
35438         correct defaults that lame_init puts out of range
35439
35440 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35441
35442         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35443         (gst_divxenc_class_init):
35444         fix range since -1 is the default
35445         * gst/mpeg1sys/gstmpeg1systemencode.c:
35446         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35447         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35448         (gst_rtjpegdec_chain):
35449         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35450         (gst_rtjpegenc_chain):
35451         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35452         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35453         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35454         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35455         * sys/v4l/gstv4lsrc.c:
35456         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35457         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35458         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35459         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35460         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35461           remove gst_info calls
35462
35463 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35464
35465         * Makefile.am:
35466         * po/af.po:
35467         * po/az.po:
35468         * po/en_GB.po:
35469         * po/nl.po:
35470         * po/sr.po:
35471         * po/sv.po:
35472           Updated translations
35473
35474 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35475
35476         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35477           refactor/comment code
35478
35479 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35480
35481         * gst/asfdemux/Makefile.am:
35482         * gst/asfdemux/asfheaders.c:
35483         * gst/asfdemux/asfheaders.h:
35484         * gst/asfdemux/gstasf.c: (plugin_init):
35485         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35486         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35487         (gst_asf_demux_setup_pad):
35488         * gst/asfdemux/gstasfdemux.h:
35489         * gst/asfdemux/gstasfmux.c:
35490         * gst/asfdemux/gstasfmux.h:
35491           Add tagging support to demuxer, split out registration in its own
35492           file instead of in demux (hacky), and prevent having some tables
35493           in our memory multiple times (in asfheaders.h).
35494
35495 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35496
35497         * gst/matroska/matroska-demux.c:
35498         (gst_matroska_demux_parse_metadata):
35499         * gst/matroska/matroska-ids.h:
35500           Basic tag reading support.
35501
35502 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35503
35504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35505           Really detect ac-3 audio.
35506         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35507           really detect matroska files (off-by-1).
35508
35509 2004-04-30  David Schleef  <ds@schleef.org>
35510
35511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35512         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35513         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35514         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35515         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35516         hackage -- parse a lot more atoms, extract a few tags.  One might even
35517         mistake this for tag support.  Maybe it is.
35518         * gst/qtdemux/qtdemux.h:
35519
35520 2004-04-30  Colin Walters  <walters@verbum.org>
35521
35522         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35523
35524 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35525
35526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35527         (gst_ffmpegcolorspace_getcaps):
35528           remove broken nego fix
35529
35530 2004-04-30  Benjamin Otte  <otte@gnome.org>
35531
35532         * configure.ac:
35533         * ext/Makefile.am:
35534         * ext/libvisual/Makefile.am:
35535         * ext/libvisual/visual.c:
35536           add initial support for libvisual (http://libvisual.sourceforge.net)
35537           libvisual is still quite alpha, so expect crashes in there :)
35538
35539 2004-04-29  David Schleef  <ds@schleef.org>
35540
35541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35542         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35543         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35544         code; you will no longer respect me.
35545
35546 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35547
35548         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35549         * ext/alsa/gstalsa.h :
35550         change alsa pcm device discovery to find more than 1 device
35551         per card. code review by Ronald.
35552
35553 2004-04-29  David Schleef  <ds@schleef.org>
35554
35555         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35556         Add a check for a driver bug on FreeBSD.  (bug #140565)
35557
35558 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35559
35560         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35561         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35562         (gst_jpegenc_getcaps):
35563           move format setting to inner loop
35564         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35565         (gst_ffmpegcolorspace_getcaps):
35566           use GST_PAD_CAPS if available so that we use already negotiated
35567           caps
35568         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35569         (qtdemux_parse_moov), (qtdemux_parse):
35570           extra debugging
35571         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35572         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35573           move hardcoded path to DEFINE
35574
35575 2004-04-28  David Schleef  <ds@schleef.org>
35576
35577         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35578         (bug #140064)
35579
35580 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35581
35582         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35583           Don't probe for playback device if we're a source element. Fixes
35584           #139658.
35585
35586 2004-04-29  Benjamin Otte  <otte@gnome.org>
35587
35588         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35589         (gst_id3_tag_chain):
35590           rewrite buffer offset
35591
35592 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35593
35594         * configure.ac:
35595         * ext/Makefile.am:
35596         * ext/dts/Makefile.am:
35597         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35598         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35599         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35600         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35601         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35602         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35603         (plugin_init):
35604         * ext/dts/gstdtsdec.h:
35605           New DTS decoder.
35606         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35607         (gst_faad_srcconnect):
35608           Add ESDS atom handling (.m4a).
35609
35610 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35611
35612         * ext/divx/gstdivxdec.c: (plugin_init):
35613           Remove comment that makes no sense.
35614         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35615           Fix for obvious typo that resulted in warnings during gst-register.
35616         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35617         (gst_xviddec_sink_link):
35618           Fix caps negotiation a bit better.
35619         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35620           We call this 'codec_data', not 'esds'.
35621
35622 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35623
35624         * gst/monoscope/gstmonoscope.c:
35625           make sure we only provide 256x128
35626         * gst/monoscope/monoscope.c: (monoscope_init):
35627           assert size of 256x128
35628
35629 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35630
35631         * Makefile.am:
35632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35633         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35634           fixate to max width and height of device
35635
35636 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35637
35638         * Makefile.am:
35639         * sys/v4l/gstv4l.c:
35640         * sys/v4l/gstv4lsrc.c:
35641         * sys/v4l/v4l_calls.c:
35642         * sys/v4l/v4lsrc_calls.c:
35643           fix for qc-usb driver which fakes having more than one buffer
35644           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35645           buffer_free override
35646           add debugging
35647
35648 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35649
35650         * Makefile.am:
35651         * gst/videotestsrc/gstvideotestsrc.c:
35652         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35653         (gst_videotestsrc_init), (gst_videotestsrc_get),
35654         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35655         * gst/videotestsrc/gstvideotestsrc.h:
35656           add num-buffers property
35657
35658         2004-04-26  Benjamin Otte  <otte@gnome.org>
35659
35660         * ext/mad/gstid3tag.c: (plugin_init):
35661           set id3mux rank to NONE so it doesn't confuse spider
35662           require audio/mpeg,mpegversion=1 in id3mux
35663
35664 2004-04-26  Benjamin Otte  <otte@gnome.org>
35665
35666         * configure.ac:
35667           detect faad correctly as non-working if it's indeed non-working
35668
35669 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35670
35671         * Makefile.am:
35672         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35673         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35674         fix _getcaps so it only negotiates to its supported format
35675
35676 2004-04-25  Benjamin Otte  <otte@gnome.org>
35677
35678         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35679           fix memleak
35680
35681 2004-04-23  Benjamin Otte  <otte@gnome.org>
35682
35683         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35684           audio/x-raw-int with height rules! not. Now it's depth.
35685
35686 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35687
35688         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35689         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35690         (gst_wavparse_loop):
35691           Missing variable initialization. Add handling of DVI ADPCM. Fix
35692           mis-parsing of LIST chunks. This works around a bug where we mis-
35693           parse non-aligning LIST chunks (so LIST chunks where the contents
35694           don't align with the actual LIST size). The correct fix is to use
35695           rifflib, I'm not going to fix wavparse - too much work. All this
35696           fixes #104878.
35697
35698 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35699
35700         reviewed by Benjamin Otte  <otte@gnome.org>
35701
35702         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35703           fix shoutcast not working (fixes #140844)
35704
35705 2004-04-22  Benjamin Otte  <otte@gnome.org>
35706
35707         * ext/hermes/gsthermescolorspace.c:
35708         (gst_hermes_colorspace_caps_remove_format_info):
35709         * gst/colorspace/gstcolorspace.c:
35710         (gst_colorspace_caps_remove_format_info):
35711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35712         (gst_ffmpegcolorspace_caps_remove_format_info):
35713           s/gst_caps_simplify/gst_caps_do_simplify/
35714
35715 2004-04-22  Benjamin Otte  <otte@gnome.org>
35716
35717         * gst-libs/gst/riff/riff-media.c:
35718         (gst_riff_create_video_caps_with_data):
35719           mpegversion is an int
35720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35721           don't try to create pad templates with NULL caps, use any caps
35722           instead.
35723
35724 2004-04-20  David Schleef  <ds@schleef.org>
35725
35726         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35727         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35728         (bug #140384)
35729
35730 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35731
35732         reviewed by David Schleef
35733
35734         * ext/mad/gstid3tag.c: Add stdlib.h
35735         * gst/rtp/gstrtpgsmenc.c: same
35736         * gst/tags/gstid3tag.c: same
35737         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35738         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35739         GST_DISABLE_LOADSAVE use.
35740         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35741         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35742         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35743         atol(3)).
35744         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35745         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35746         strtoul(3)).
35747         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35748         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35749         $(ID3_CFLAGS).
35750         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35751         $(LIBFAME_CFLAGS).
35752
35753 2004-04-20  David Schleef  <ds@schleef.org>
35754
35755         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35756         last checkin.  Same idea.
35757
35758 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35759
35760         reviewed by David Schleef
35761
35762         * configure.ac: bump required gstreamer version to 0.8.1.1
35763         because of following changes [--ds]
35764
35765         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35766         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35767         (gst_riff_read_header):  Use GST_READ_UINT*
35768         macros to access possibly unaligned memory.
35769
35770         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35771         (mp3_type_find):  Use GST_READ_UINT*
35772         macros to access possibly unaligned memory.
35773         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35774         (speex_type_find): Likewise
35775
35776         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35777
35778         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35779         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35780         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35781         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35782         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35783         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35784         macros to access possibly unaligned memory.
35785
35786         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35787         Likewise.
35788
35789         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35790         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35791
35792         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35793         Likewise.
35794
35795         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35796         (gst_mpeg2subt_chain_subtitle): Likewise.
35797
35798         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35799         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35800         Likewise.
35801
35802         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35803         Likewise.
35804
35805         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35806         Likewise.
35807
35808         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35809         Likewise.
35810
35811 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35812
35813         * configure.ac:
35814           update required version of GStreamer because of GST_TIME_FORMAT
35815
35816 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35817
35818         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35819           remove leftover g_print
35820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35821           don't try setting only a subset of the caps. We don't want to kill
35822           autoplugging on purpose
35823
35824 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35825
35826         * sys/ximage/ximagesink.c: (plugin_init):
35827         * sys/xvimage/xvimagesink.c: (plugin_init):
35828           add debugging categories
35829
35830 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35831
35832         * po/en_GB.po:
35833         * po/LINGUAS:
35834           Adding en_GB translation (Gareth Owen)
35835
35836 2004-04-20  David Schleef  <ds@schleef.org>
35837
35838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35839         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35840         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35841         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35842         A number of new features and hacks to extract the esds atom and
35843         put it into the caps.  (bug #137724)
35844
35845 2004-04-19  David Schleef  <ds@schleef.org>
35846
35847         * gconf/Makefile.am: Fix for non-GNU make
35848         * gst-libs/gst/Makefile.am: Change directory order to handle
35849         GstPlay linking with gstinterfaces
35850         * gst-libs/gst/audio/make_filter: make use of tr portable
35851         * gst-libs/gst/play/Makefile.am: Add intended \
35852         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35853         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35854         function prototype instead of void *.
35855         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35856         macro.
35857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35858         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35859         * gst/videofilter/make_filter: make use of tr portable
35860         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35861
35862 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35863
35864         * po/LINGUAS:
35865         * po/uk.po:
35866           Added Ukrainian translation (Maxim V. Dziumanenko)
35867
35868 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35869
35870         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35871         (gst_gsmdec_link), (gst_gsmdec_chain):
35872           Fix capsnego, simplify chain function slightly.
35873         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35874           Add GSM.
35875
35876 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35877
35878         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35879         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35880         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35881           Hack to make wavparse work with spider (always -> sometimes pad).
35882           Fixes #135862 && #140411.
35883
35884 2004-04-18  Benjamin Otte  <otte@gnome.org>
35885
35886         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35887         (gst_osselement_rate_probe_check),
35888         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35889           get rid of \n in debug output
35890
35891 2004-04-17  Iain <iain@prettypeople.org>
35892
35893         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35894         not just EOS.
35895
35896 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35897
35898         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35899         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35900         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35901         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35902         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35903         (gst_id3_tag_change_state), (plugin_init):
35904           deprecate id3tag element and replace with id3demux/id3mux.
35905           great side effect: this ugly file is now even uglier, yay!
35906         * ext/mad/gstmad.h:
35907           remove non-available function
35908           update for new get_type
35909
35910 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35911
35912         * configure.ac:
35913           require mpeg2dec >= 0.4.0
35914
35915 2004-04-17  Benjamin Otte  <otte@gnome.org>
35916
35917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35918         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35919         (gst_xvimagesink_set_xwindow_id):
35920           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35921           assorted cleanup fixes.
35922
35923 2004-04-16  David Schleef  <ds@schleef.org>
35924
35925         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35926         * sys/xvimage/xvimagesink.h: same
35927
35928 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35929
35930         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35931           Fix GST_ELEMENT_ERROR with (NULL)
35932
35933 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35934
35935         * gst-libs/gst/riff/riff-media.c:
35936         (gst_riff_create_video_caps_with_data):
35937           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35938
35939 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35940
35941         * gst-libs/gst/riff/riff-media.c:
35942         (gst_riff_create_video_caps_with_data),
35943         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35944         (gst_riff_create_video_template_caps),
35945         (gst_riff_create_audio_template_caps):
35946         * gst-libs/gst/riff/riff-media.h:
35947         * gst-libs/gst/riff/riff-read.c:
35948         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35949         * gst-libs/gst/riff/riff-read.h:
35950         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35951           Add MS RLE support. I added some functions to read out strf chunks
35952           into strf chunks and the data behind it. This is usually color
35953           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35954           caps creation. Lastly, add ADPCM (similar to wavparse - which
35955           should eventually be rifflib based).
35956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35957         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35958         * gst/matroska/matroska-demux.h:
35959           Remove placeholders for some prehistoric tagging system. Didn't add
35960           support for any tag system really anyway.
35961         * gst/qtdemux/qtdemux.c:
35962           Add support for audio/x-m4a (MPEG-4) through spider.
35963         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35964         (gst_wavparse_loop):
35965           ADPCM support (#135862). Increase max. buffer size because we
35966           cannot split buffers for ADPCM (screws references) and I've seen
35967           files with 2048 byte chunks. 4096 seems safe for now.
35968
35969 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35970
35971         * configure.ac: bump nano to 1
35972
35973 === release 0.8.1 ===
35974
35975 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35976
35977         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35978
35979 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35980
35981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35982           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35983           Fixes #140058
35984
35985 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35986
35987         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35988           lower rank of dvddemux so that it's not used for mpeg playback.
35989
35990 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35991
35992         * configure.ac:
35993           save libs correctly when checking mad
35994
35995 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35996
35997         * ext/mad/gstid3tag.c: (plugin_init):
35998           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35999
36000 2004-04-13  David Schleef  <ds@schleef.org>
36001
36002         * common/m4/gst-feature.m4: Call -config scripts with
36003         --plugin-libs if it is supported.
36004         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36005         JPEG images are image/jpeg.
36006         * gst/debug/Makefile.am:
36007         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36008         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36009         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36010         (gst_negotiation_plugin_init): Add a property that acts like
36011         filter caps.
36012         * testsuite/gst-lint:  Move license checking to be a standard
36013         test.
36014
36015 2004-04-13  David Schleef  <ds@schleef.org>
36016
36017         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36018         patch from Sebastien Cote (bug #139958)
36019
36020 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36021
36022         * examples/gstplay/Makefile.am:
36023         * examples/gstplay/player.c: (main):
36024           make the commandline player example use gconf settings
36025
36026 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36027
36028         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36029         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36030         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36031           init/end library during state transition, not object
36032           creation/disposal.  get rid of custom dispose handler.
36033
36034
36035 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36036
36037         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36038         be a symlink
36039
36040 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36041
36042         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36043           Handle JUNK chunks inside data section. Prevents warnings.
36044
36045 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36046
36047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36048         (gst_riff_create_video_template_caps):
36049           Add MS video v1.
36050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36051         (gst_avi_demux_stream_data):
36052           Add support for "rec-list" chunks.
36053
36054 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36055
36056         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36057           Fix another codecname mismatch.
36058
36059 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36060
36061         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36062           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36063           so that MJPEG plays back.
36064
36065 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36066
36067         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36068         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36069         * gst/mpeg1videoparse/gstmp1videoparse.h:
36070           Fix for some slight mis-cuts in buffer parsing, and for some
36071           potential overflows or faults-causers. Adds disconts. Also fixes
36072           #139105 while we're at it.
36073
36074 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36075
36076         * configure.ac:
36077         * sys/v4l2/gstv4l2element.h:
36078           Workaround for missing struct v4l2_buffer declaration in Suse 9
36079           and Mandrake 10 linux/videodev2.h header file (#135919).
36080
36081 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36082
36083         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36084           Bail out if no filename was given.
36085
36086 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36087
36088         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36089         (gst_v4l2_fourcc_from_structure):
36090           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36091           Y41B somewhere).
36092
36093 2004-04-09  Benjamin Otte  <otte@gnome.org>
36094
36095         * ext/gnomevfs/gstgnomevfssink.c:
36096         (_gst_boolean_allow_overwrite_accumulator),
36097         (gst_gnomevfssink_class_init):
36098           fix erase signal - if any handler returns false the file will not be
36099           overwritten. If no handler is connected, the file will not be
36100           overwritten either.
36101           renamed signal to "allow-overwrite"
36102         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36103           free string when adding it to ID3 failed
36104         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36105           unref event when done
36106         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36107           free caps
36108         * gst/typefind/gsttypefindfunctions.c:
36109         (mpeg_video_stream_type_find):
36110           fix invalid read
36111
36112 2004-04-08  David Schleef  <ds@schleef.org>
36113
36114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36115         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36116
36117 2004-04-08  David Schleef  <ds@schleef.org>
36118
36119         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36120         we don't support (bug #139532)
36121
36122 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36123
36124         * ext/mad/gstmad.c: (gst_mad_handle_event),
36125         (gst_mad_check_caps_reset), (gst_mad_chain),
36126         (gst_mad_change_state):
36127           only set explicit caps if they haven't been set before for
36128           this stream.  MPEG-audio sample rate/channels aren't allowed
36129           to change in-stream.
36130           Fixes #139382
36131
36132 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36133
36134         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36135         (_gst_boolean_did_something_accumulator),
36136         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36137         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36138         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36139         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36140         (gst_gnomevfssink_change_state):
36141           Fix erase signal. Don't erase by default. Remove handoff signal.
36142           Remove erase property. Don't segfault. General cleanup.
36143
36144 2004-04-07  Benjamin Otte  <otte@gnome.org>
36145
36146         * gst-libs/gst/gconf/test-gconf.c: (main):
36147           add missing gst_init
36148
36149 2004-04-07  Benjamin Otte  <otte@gnome.org>
36150
36151         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36152           free the mutexes, too
36153
36154 2004-04-07  Benjamin Otte  <otte@gnome.org>
36155
36156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36157           actually free the URI string
36158         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36159           compute offset correctly when passing discont events
36160         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36161           don't leak discont events
36162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36163           add some missing breaks so caps aren't copied randomly
36164         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36165           if we realloc memory, we better use it
36166
36167 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36168
36169         * ext/mad/gstmad.c: (normal_seek):
36170           fix GST_FORMAT_TIME usage
36171
36172 2004-04-05  David Schleef  <ds@schleef.org>
36173
36174         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36175         a deprecated function (hack!)
36176
36177 2004-04-05  Benjamin Otte  <otte@gnome.org>
36178
36179         * ext/esd/esdmon.c: (gst_esdmon_get):
36180           fix nonterminated vararg and memleak
36181
36182 2004-04-05  Benjamin Otte  <otte@gnome.org>
36183
36184         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36185         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36186         (gst_ladspa_set_property), (gst_ladspa_get_property),
36187         (gst_ladspa_instantiate), (gst_ladspa_activate),
36188         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36189           clean up debugging
36190
36191 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36192
36193         reviewed by Benjamin Otte  <otte@gnome.org>
36194
36195         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36196           check for broken LADSPA parameters (fixes #138635)
36197
36198 2004-04-05  Benjamin Otte  <otte@gnome.org>
36199
36200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36201           advertise buffer-frames correctly on sinkpads
36202
36203 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36204
36205         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36206         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36207         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36208         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36209         (gst_mad_check_caps_reset), (gst_mad_chain):
36210         add more debugging, only reset caps when we're not in error state
36211
36212 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36213
36214         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36215
36216 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36217
36218         reviewed by Benjamin Otte  <otte@gnome.org>
36219
36220         * configure.ac:
36221           fix == in test(1) operator
36222
36223 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36224
36225         reviewed by Benjamin Otte  <otte@gnome.org>
36226
36227         * configure.ac:
36228           fix --export-symblos-regex to a working regex.
36229
36230 2004-04-04  Benjamin Otte  <otte@gnome.org>
36231
36232         * sys/oss/.cvsignore:
36233           add for oss_probe
36234
36235 2004-04-03  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36236
36237         reviewed by Benjamin Otte  <otte@gnome.org>
36238
36239         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36240           add missing 'new_media' argument (fixes #138168)
36241         * gst/matroska/matroska-demux.c:
36242         (gst_matroska_demux_handle_seek_event):
36243           add vararg terminator (fixes #138169)
36244
36245 2004-04-02  David Schleef  <ds@schleef.org>
36246
36247         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36248         disted (bug #138914)
36249
36250 2004-04-01  Benjamin Otte  <otte@gnome.org>
36251
36252         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36253         (gst_alsa_close_audio):
36254           handle case better where a soundcard can't pause
36255         * ext/ogg/gstoggdemux.c:
36256           don't crash when we get events but don't have pads yet
36257
36258 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36259
36260         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36261           throw an error if we couldn't probe any caps.
36262
36263 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36264
36265         * ext/dvdnav/gst-dvd:
36266         Add a really simple sample DVD player
36267
36268 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36269
36270         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36271         (gst_a52dec_push), (gst_a52dec_handle_event),
36272         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36273         (gst_a52dec_change_state):
36274         * ext/a52dec/gsta52dec.h:
36275           Use a debug category, Output timestamps correctly
36276           Emit tag info, Handle events, tell liba52dec about cpu
36277           capabilities so it can use MMX etc.
36278         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36279           Fix a crasher accessing invalid memory
36280         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36281         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36282         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36283         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36284         (dvdnavsrc_query):
36285           Some support for byte-format seeking.
36286           Small fixes for still frames and menu button overlays
36287         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36288         (gst_mpeg2dec_alloc_buffer):
36289           Use a debug category. Adjust the report level of several items to
36290           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36291           so it doesn't lose the GstBuffer pointer
36292         * gst/debug/Makefile.am:
36293         * gst/debug/gstdebug.c: (plugin_init):
36294         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36295         (gst_navseek_base_init), (gst_navseek_class_init),
36296         (gst_navseek_init), (gst_navseek_seek),
36297         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36298         (gst_navseek_get_property), (gst_navseek_chain),
36299         (gst_navseek_plugin_init):
36300         * gst/debug/gstnavseek.h:
36301           Add the navseek debug element for seeking back and forth in a
36302           video stream using arrow keys.
36303         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36304         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36305         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36306         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36307         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36308         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36309         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36310         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36311         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36312         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36313         * gst/mpeg2sub/gstmpeg2subt.h:
36314           Pretty much a complete rewrite. Now a loopbased element. May still
36315           require work to properly synchronise subtitle buffers.
36316         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36317         (gst_dvd_demux_send_subbuffer):
36318         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36319           Don't attempt to create subbuffers of size 0
36320           Reduce a couple of error outputs to warnings.
36321         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36322         (gst_y4mencode_chain):
36323         Output the y4m frame header correctly.
36324
36325 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36326
36327         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36328           throw errors instead of allowing SIGFPE
36329
36330 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36331
36332         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36333         (gst_gconf_render_bin_from_key):
36334           leak plugging and style fixing
36335
36336 2004-03-31  David Schleef  <ds@schleef.org>
36337
36338         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36339         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36340         (bug #138225)
36341         * gst/debug/Makefile.am:
36342         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36343         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36344         plugin.
36345         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36346         (gst_negotiation_base_init), (gst_negotiation_class_init),
36347         (gst_negotiation_init), (gst_negotiation_getcaps),
36348         (gst_negotiation_pad_link), (gst_negotiation_chain),
36349         (gst_negotiation_set_property), (gst_negotiation_get_property),
36350         (gst_negotiation_plugin_init):  New element to talk about random
36351         negotiation things happening in a pipeline.
36352
36353 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36354
36355         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36356           fix integer addition with help of Stefan Kost
36357
36358 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36359
36360         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36361
36362 2004-03-30  David Schleef  <ds@schleef.org>
36363
36364         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36365         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36366         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36367         (bug #137504)
36368         * ext/mpeg2dec/gstmpeg2dec.h:
36369
36370 2004-03-30  David Schleef  <ds@schleef.org>
36371
36372         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36373
36374 2004-03-30  David Schleef  <ds@schleef.org>
36375
36376         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36377         Michael Petullo) to handle .mov
36378
36379 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36380
36381         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36382         (gst_osselement_rate_check_rate):
36383           probe caps correctly for sound cards that only support one format
36384
36385 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36386
36387         * ext/kio/kiosrc.cpp: (process_events):
36388           update handling event processing if inside KDE - untested
36389
36390 2004-03-29  David Schleef  <ds@schleef.org>
36391
36392         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36393         by 2 to not interfere with other colorspaces.
36394         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36395         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36396         one to not interfere with ffmpeg_colorspace.
36397
36398 2004-03-29  David Schleef  <ds@schleef.org>
36399
36400         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36401         aren't in the caps.
36402         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36403         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36404
36405 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36406
36407         * gst-libs/gst/riff/riff-media.c:
36408           fail on error, don't try to set stuff on NULL caps
36409
36410 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36411
36412         * configure.ac:
36413         * ext/Makefile.am:
36414         * ext/kio/Makefile.am:
36415         * ext/kio/kioreceiver.cpp:
36416         * ext/kio/kioreceiver.h:
36417         * ext/kio/kiosrc.cpp:
36418         * ext/kio/kiosrc.h:
36419           add experimental kiosrc plugin
36420         * ext/alsa/gstalsaplugin.c: (plugin_init):
36421           initialize debugging category only when we're sure registering the
36422           plugins worked.
36423
36424 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36425
36426         * examples/gstplay/player.c: (main):
36427         * gst-libs/gst/play/play.c: (gst_play_class_init),
36428         (gst_play_set_location), (gst_play_set_data_src),
36429         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36430         (gst_play_set_visualization), (gst_play_connect_visualization):
36431           check return values of element_set_state and return FALSE where
36432           failed
36433
36434 2004-03-29  Benjamin Otte  <otte@gnome.org>
36435
36436         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36437           try harder to check if an event is really a discont
36438
36439 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36440
36441         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36442         * po/az.po:
36443
36444 2004-03-28  Benjamin Otte  <otte@gnome.org>
36445
36446         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36447         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36448         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36449           get rid of non-standard "..." ranges in case statements.
36450
36451 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36452
36453         * gst/mpegstream/gstmpegdemux.c:
36454         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36455         specific functionality split to the new dvddemux element.
36456         * gst/mpegstream/gstdvddemux.c:
36457         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36458         streams, derived from mpegdemux.
36459         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36460         up. SCR based timestamp rewriting can be turned off (will probably
36461         completely disappear soon).
36462         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36463         hacking. General cleanup. All printf statements replaced by
36464         debugging messages. Almost complete libdvdnav support.
36465         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36466         by events. New properties for audio and subpicture languages.
36467         (dvdnavsrc_update_highlight): Now uses events.
36468         (dvdnavsrc_user_op): Cleaned up.
36469         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36470         based). Lots of cleanup, and propper support for most libdvdnav
36471         events.
36472         (dvdnavsrc_make_dvd_event): New function.
36473         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36474         (dvdnavsrc_make_clut_change_event): New function.
36475
36476 2004-03-26  Benjamin Otte  <otte@gnome.org>
36477
36478         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36479           fix bug where typefinding would claim it's theora whenever less then
36480           7 bytes of data were available
36481
36482 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36483
36484         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36485         (gst_alawdec_base_init), (gst_alawdec_class_init),
36486         (gst_alawdec_init), (gst_alawdec_chain):
36487         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36488         (gst_alawenc_base_init), (gst_alawenc_class_init),
36489         (gst_alawenc_init), (gst_alawenc_chain):
36490         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36491         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36492         (gst_mulawdec_init), (gst_mulawdec_chain):
36493         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36494         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36495         (gst_mulawenc_init), (gst_mulawenc_chain):
36496           Fix capsnego in all four, remove the unused property functions and
36497           simplify the chain functions slightly. I guess we could use macros
36498           or something similar for those, since the code is so similar, but
36499           I'm currently too lazy...
36500
36501 2004-03-24  David Schleef  <ds@schleef.org>
36502
36503         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36504         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36505         (gst_osselement_get_format_structure),
36506         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36507         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36508         (gst_osselement_rate_int_compare): Add code to handle rate probing
36509         (bug #120883)
36510         * sys/oss/gstosselement.h: same
36511         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36512         Use rate probing provided by osselement.
36513         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36514
36515 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36516
36517         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36518         (gst_xvidenc_get_property):
36519           ulong/int mess-up.
36520
36521 2004-03-24  David Schleef  <ds@schleef.org>
36522
36523         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36524         (gst_speexdec_init):
36525         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36526         (gst_speexenc_init):  Create the pad template correctly (from
36527         the static pad template, not a NULL pointer.)
36528
36529 2004-03-25  Benjamin Otte  <otte@gnome.org>
36530
36531         * gst/debug/Makefile.am:
36532         * gst/debug/breakmydata.c:
36533           add element that quasi-randomly changes bytes in the stream.
36534           Intended use is robustness checking of demuxers and decoders in
36535           media tests.
36536
36537 2004-03-24  Benjamin Otte  <otte@gnome.org>
36538
36539         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36540         (gst_alsa_probe_hw_params):
36541         * ext/alsa/gstalsa.h:
36542           debugging output fixes
36543
36544 2004-03-24  Benjamin Otte  <otte@gnome.org>
36545
36546         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36547           don't g_return_if_fail if element is PLAYING, fail silently as every
36548           other element.
36549         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36550           only fix needed for cast lvalue issues in gst-plugins
36551         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36552           add proxy_getcaps
36553
36554 2004-03-24  Benjamin Otte  <otte@gnome.org>
36555
36556         * gst/level/gstlevel.c: (gst_level_init):
36557           add proxying getcaps function, so level doesn't advertise impossible
36558           caps
36559
36560 2004-03-24  David Schleef  <ds@schleef.org>
36561
36562         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36563         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36564         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36565         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36566         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36567         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36568         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36569         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36570         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36571         messages.  Divide the chunk size by the compression ratio
36572         (needed for MACE audio)
36573
36574 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36575
36576         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36577           Fix buffer overflow read error.
36578
36579 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36580
36581         * ext/alsa/gstalsa.h:
36582           Remove unused entry.
36583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36584           Add cinepak.
36585         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36586         (gst_videodrop_link), (gst_videodrop_chain):
36587           Fix, sort of. Was horribly broken with new capsnego. Bah...
36588
36589 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36590
36591         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36592         (plugin_init):
36593         Add a monkeysaudio typefind function
36594
36595 2004-03-23  Johan Dahlin  <johan@gnome.org>
36596
36597         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36598         (gst_play_video_fixate): Check so the structure has the field
36599         before trying to fixate them, this makes it possible to have
36600         fakesinks for video and audio output without printing errors on
36601         the output console.
36602
36603 2004-03-22  David Schleef  <ds@schleef.org>
36604
36605         * sys/oss/Makefile.am:
36606         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36607         (check_rate), (add_rate):  Rate probing test app.
36608
36609 2004-03-21  Benjamin Otte  <otte@gnome.org>
36610
36611         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36612         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36613           add a fixation function that pretty much does the right thing (fixes
36614           #137556)
36615
36616 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36617
36618         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36619
36620 2004-03-20  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36621
36622         reviewed by: Benjamin Otte  <otte@gnome.org>
36623
36624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36625           terminate gst_event_new_discontinuous correctly (fixes parts of
36626           #137711)
36627
36628 2004-03-19  David Schleef  <ds@schleef.org>
36629
36630         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36631         since it doesn't depend on X, and it's part of our ABI.
36632
36633 2004-03-19  Iain <iain@prettypeople.org>
36634
36635         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36636         is_int in the structure, not the local variable.
36637
36638 2004-03-19  David Schleef  <ds@schleef.org>
36639
36640         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36641         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36642         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36643         Improvements in caps negotiation.
36644
36645 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36646
36647         * po/LINGUAS:
36648         * po/af.po:
36649           adding Afrikaans (Petri Jooste)
36650
36651 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36652
36653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36654         (gst_ffmpegcolorspace_chain):
36655         throw error instead of g_critical (#137588)
36656
36657 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36658
36659         * Makefile.am:
36660         * configure.ac:
36661           dist common and m4 correctly
36662         * po/sv.po:
36663
36664 2004-03-17  David Schleef  <ds@schleef.org>
36665
36666         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36667         (bug #137348)
36668
36669 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36670
36671         * po/LINGUAS:
36672         * po/sv.po:
36673           adding Swedish translation (Christian Rose)
36674
36675 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36676
36677         * Makefile.am: use release.mak
36678
36679 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36680
36681         * common/ChangeLog:
36682         * common/gst-autogen.sh:
36683           add some explanation about the version detection
36684         * configure.ac:
36685           fix X check
36686
36687 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36688
36689         * configure.ac: bump nano to 1
36690
36691 === release 0.8.0 ===
36692
36693 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36694
36695         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36696
36697 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36698
36699         * configure.ac:
36700           update libtool version
36701         * gst-libs/gst/media-info/Makefile.am:
36702           actually use libtool version
36703
36704 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36705
36706         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36707
36708 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36709
36710         * configure.ac:
36711         * gst-plugins.spec.in:
36712         * pkgconfig/Makefile.am:
36713         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36714         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36715         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36716         * pkgconfig/gstreamer-libs.pc.in:
36717         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36718         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36719         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36720         * pkgconfig/gstreamer-plugins.pc.in:
36721           remove @VERSION@ from some of the pc files since core and plugins
36722           are decoupled.
36723           created gstreamer-plugins.pc as it's a better name, but keeping
36724           -libs around for now to get fixes upstream done first.
36725
36726 2004-03-15  Julien MOUTTE <julien@moutte.net>
36727
36728         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36729         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36730         * gst-libs/gst/play/play.h:
36731
36732 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36733
36734         * *.c, *.cc: don't mix tabs and spaces
36735
36736 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36737
36738         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36739           use the new ffmpegcolorspace
36740         * gst-plugins.spec.in:
36741           package new colorspace and media-info
36742         * configure.ac:
36743         * pkgconfig/Makefile.am:
36744           fix some more disting issues
36745         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36746         * pkgconfig/gstreamer-media-info.pc.in:
36747           generate media-info pc files
36748
36749 2004-03-15  Johan Dahlin  <johan@gnome.org>
36750
36751         * *.h: Revert indenting
36752
36753 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36754
36755         * configure.ac:
36756           adding ffmpegcolorspace element
36757         * gst/ffmpegcolorspace/Makefile.am:
36758         * gst/ffmpegcolorspace/avcodec.h:
36759         * gst/ffmpegcolorspace/common.h:
36760         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36761         * gst/ffmpegcolorspace/dsputil.h:
36762         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36763         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36764         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36765         (gst_ffmpeg_caps_to_pix_fmt):
36766         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36767         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36768         (gst_ffmpegcolorspace_caps_remove_format_info),
36769         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36770         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36771         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36772         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36773         (gst_ffmpegcolorspace_set_property),
36774         (gst_ffmpegcolorspace_get_property),
36775         (gst_ffmpegcolorspace_register):
36776         * gst/ffmpegcolorspace/imgconvert.c:
36777         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36778         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36779         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36780         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36781         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36782         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36783         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36784         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36785         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36786         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36787         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36788         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36789         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36790         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36791         (img_get_alpha_info), (deinterlace_line),
36792         (deinterlace_line_inplace), (deinterlace_bottom_field),
36793         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36794         * gst/ffmpegcolorspace/imgconvert_template.h:
36795         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36796         * gst/ffmpegcolorspace/mmx.h:
36797         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36798           adding ffmpegcolorspace element supplied by Ronald after cleaning
36799           up and pulling in the right bits of upstream source.
36800           I'm sure a better C/compiler wizard could do some cleaning up (for
36801           example use GLIB's malloc stuff), but as a first pass this
36802           works very well
36803
36804 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36805
36806         * ext/alsa/gstalsa.h:
36807           I assume Ronald forgot to commit the change to have cardname
36808           as a struct member.  Expect some public spanking at the next
36809           opportunity.
36810
36811 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36812
36813         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36814         (gst_alsa_open_audio), (gst_alsa_close_audio):
36815         * ext/alsa/gstalsa.c:
36816           Don't open the device if we're a mixer (= padless).
36817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36818         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36819         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36820           Open mixer during state change rather than during object
36821           initialization. Also, get a device name. Currently in a somewhat
36822           hackish fashion, but I didn't really find something better.
36823
36824 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36825
36826         * *.c, *.h: run gst-indent
36827
36828 2004-03-14  Benjamin Otte  <otte@gnome.org>
36829
36830         * gst/modplug/gstmodplug.cc:
36831         * gst/modplug/gstmodplug.h:
36832           set correct timestamps on outgoing buffers
36833
36834 2004-03-14  Benjamin Otte  <otte@gnome.org>
36835
36836         * gst/modplug/gstmodplug.cc:
36837           handle events - don't do crap when a discont arrives that's not
36838           necessary
36839           This allows correct loading and playback of mods in Rhythmbox
36840
36841 2004-03-14  Benjamin Otte  <otte@gnome.org>
36842
36843         * configure.ac:
36844         * gst-libs/gst/gconf/Makefile.am:
36845         * pkgconfig/Makefile.am:
36846           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36847           they get rebuilt properly
36848         * configure.ac:
36849           when checking for vorbis, try pkgconfig first.
36850         * gst/modplug/gstmodplug.cc:
36851           add fixate function
36852
36853 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36854
36855         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36856           Fix for obvious mistake, where we first shift the offset and then
36857           read a samplesize element assuming the old offset. Note that this
36858           part still has something weird, i.e. my movies containing those
36859           don't actually play well, but at least there's something that looks
36860           like sound now.
36861
36862 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36863         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36864         (plugin_init):
36865         Add a typefind function for speex format
36866
36867 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36868
36869         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36870         (gst_asf_demux_setup_pad):
36871           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36872           instead of 0. Reason is simple: some elements have a fps range
36873           of 1-max instead of 0-max. So now ASF video actually works.
36874
36875 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36876
36877         * po/LINGUAS:
36878         * po/sr.po:
36879           adding serbian as a language
36880
36881 2004-03-13  Benjamin Otte  <otte@gnome.org>
36882
36883         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36884           return taglist correctly from _get function, don't gst_pad_push it.
36885           (fixes #137042)
36886
36887 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36888         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36889
36890 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36891
36892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36893         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36894         (gst_alsa_mixer_track_new):
36895         * ext/alsa/gstalsamixertrack.h:
36896           Fix ancient leftovers... MixerTrack is a GObject.
36897
36898 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36899
36900         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36901         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36902           Don't block during probing...
36903
36904 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36905
36906         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36907         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36908         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36909         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36910         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36911         (gst_alsa_open_audio), (gst_alsa_close_audio):
36912         * ext/alsa/gstalsa.h:
36913           Add propertyprobe interface implementation, add some device-name
36914           property, all this so that it looks good in gnome-volume-control.
36915
36916 2004-03-12  David Schleef  <ds@schleef.org>
36917
36918         * configure.ac: the Hermes library controls hermescolorspace, not
36919         colorspace.
36920         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36921         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36922         not /* */
36923         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36924         * ext/sdl/sdlvideosink.h: ditto.
36925         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36926
36927 2004-03-12  Benjamin Otte  <otte@gnome.org>
36928
36929         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36930         (gst_x_overlay_got_xwindow_id):
36931         * gst-libs/gst/xoverlay/xoverlay.h:
36932           replace XID with unsigned long to get rid of the xlibs dependency in
36933           XOverlay (fixes #137004)
36934
36935 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36936         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36937         (gst_agingtv_setup):
36938         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36939         (gst_dicetv_base_init), (gst_dicetv_class_init),
36940         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36941         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36942         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36943         (gst_edgetv_setup), (gst_edgetv_rgb32):
36944         * gst/effectv/gsteffectv.c:
36945         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36946         (gst_quarktv_set_property):
36947         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36948         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36949         (gst_revtv_setup), (gst_revtv_rgb32):
36950         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36951         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36952         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36953         (gst_shagadelictv_rgb32):
36954         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36955         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36956         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36957         * gst/effectv/gstwarp.c:
36958         Port everything that can be ported to videofilter and fix up the caps.
36959         Can someone with a big-endian machine please check these?
36960
36961 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36962
36963         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36964         (gst_osssink_chain), (gst_osssink_change_state):
36965           Latest fixes for A/V sync, audio playback and such. This is about
36966           all... MPEG playback issues are mostly related to the async build-
36967           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36968
36969 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36970
36971         patch from: Stephane Loeuillet
36972
36973         * configure.ac:
36974           use pkg-config for some libraries, falling back to the old .m4 way
36975           (fixes #131270)
36976         * m4/libdv.m4:
36977           removed
36978
36979 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36980
36981         * configure.ac:
36982         * tools/Makefile.am:
36983         * tools/Makefile.in:
36984         * tools/gst-launch-ext-m.m:
36985         * tools/gst-launch-ext.1.in:
36986         * tools/gst-visualise-m.m:
36987         * tools/gst-visualise.1:
36988         * tools/gst-visualise.1.in:
36989           reorganizing generation of script tools
36990
36991 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36992
36993         * ext/divx/gstdivxdec.c:
36994           Downgrade priority. We prefer ffdec_mpeg4.
36995         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36996         (gst_faad_chain), (gst_faad_change_state):
36997           Fix capsnego. Doesn't work for some sounds because we don't have
36998           a 5:1 to stereo element.
36999         * ext/xvid/gstxvid.c: (plugin_init):
37000           Add priority.
37001         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37002         (gst_osssink_change_state):
37003           Add discont handling.
37004
37005 2004-03-09  Colin Walters  <walters@verbum.org>
37006
37007         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37008         conversion.
37009
37010 2004-03-09  Benjamin Otte  <otte@gnome.org>
37011
37012         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37013           the signals take 2 arguments
37014
37015 2004-03-09  David Schleef  <ds@schleef.org>
37016
37017         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37018         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37019         * ext/alsa/gstalsa.h:
37020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37021
37022 2004-03-09  Benjamin Otte  <otte@gnome.org>
37023
37024         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37025         (gst_mikmod_change_state):
37026         * ext/mikmod/gstmikmod.h:
37027           make mikmod's loop function not loop infinitely and call
37028           gst_element_yield anymore
37029         * gst/modplug/gstmodplug.cc:
37030           fix pad negotiation (fixes #136590)
37031
37032 2004-03-09  David Schleef  <ds@schleef.org>
37033
37034         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37035         doesn't conflict with the internal colorspace plugin.
37036         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37037         satisfy the crappy-ass shell shipped by a certain vendor.
37038         * gst/videofilter/make_filter: same (bug #135299)
37039
37040 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37041
37042         * configure.ac: bump nano to 1
37043
37044 === release 0.7.6 ===
37045
37046 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37047
37048         * configure.in: releasing 0.7.6, "There"
37049
37050 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37051
37052         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37053         * pkgconfig/gstreamer-play.pc.in:
37054           synchronize the two
37055
37056 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37057
37058         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37059         (cdparanoia_open), (cdparanoia_event):
37060           fix/add error handling
37061         * po/POTFILES.in:
37062           add cdparanoia source
37063         * tools/Makefile.am:
37064           make scripts executable
37065
37066 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37067
37068         * configure.ac:
37069         * ext/vorbis/Makefile.am:
37070         * sys/Makefile.am:
37071           remove id3types, vorbisfile and xvideosink from the build (#133783)
37072
37073 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37074
37075         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37076           Fix metadata read crash (#136537).
37077
37078 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37079
37080         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37081         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37082           adding mime types, fixing the one-stop function
37083
37084 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37085
37086         * ext/nas/nassink.c and /ext/nas/nassink.h:
37087         More NAS love from Arwed von Merkatz
37088         So lets all sing 'Can you feel the NAS tonight'
37089
37090 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37091
37092         * tools/gst-launch-ext.in:
37093         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37094
37095 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37096
37097         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37098         (gst_mpeg2dec_init):
37099         remove the user_data pad for now, because it is being used in
37100         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37101         If someone knows how to fix this properly, please do.
37102
37103 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37104
37105         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37106         (gst_osssink_get_time):
37107         add a warning, IMO this won't get triggered anymore, remove later
37108
37109 2004-03-07  David Schleef  <ds@schleef.org>
37110
37111         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37112         format (bug #136470)
37113
37114 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37115
37116         * gst-libs/Makefile.am:
37117         * gst-libs/gst/media-info/Makefile.am:
37118         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37119         (error_callback), (gst_media_info_error_create),
37120         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37121         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37122         * gst-libs/gst/media-info/media-info-priv.h:
37123         * gst-libs/gst/media-info/media-info-test.c: (main):
37124         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37125         (gst_media_info_class_init), (gst_media_info_instance_init),
37126         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37127         (gst_media_info_read_idler), (gst_media_info_read):
37128         * gst-libs/gst/media-info/media-info.h:
37129         fixed, should work now
37130
37131 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37132
37133         * ext/nas/nassink.c:
37134         A bunch of NAS fixes from Arwed von Merkatz
37135
37136 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37137
37138         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37139         (qtdemux_parse_trak):
37140           Fix crash (j might be greater than n_samples, in which case we're
37141           writing outside the allocated space for the array) and memleak.
37142
37143 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37144
37145         * sys/oss/gstosssink.c: (gst_osssink_chain):
37146           And another caller that couldn't handle delay < 0 (unsigned
37147           integer overflow). Video now continues playing on an audio
37148           buffer underrun, and the clock continues working. Audio still
37149           stalls.
37150
37151 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37152
37153         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37154         (gst_osssink_get_time):
37155           get_delay() may return values lower than 0. In those cases, we
37156           should not actually cast to *unsigned* int64, that will break
37157           stuff horribly. In my case, it screwed up A/V sync in movies
37158           in totem rather badly.
37159
37160 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37161
37162         * ext/faac/gstfaac.c: (gst_faac_chain):
37163         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37164         * ext/libpng/gstpngenc.c: (user_write_data):
37165         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37166         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37167         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37168         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37169         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37170         of any buffer), should fix some leaks. I hope I didn't unref buffers
37171         that shouldn't be...
37172
37173 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37174
37175         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37176         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37177         (error_callback), (gmi_reset), (gmi_seek_to_track),
37178         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37179         (gmip_find_type_post), (gmip_find_stream_post),
37180         (gmip_find_track_streaminfo_post):
37181         * gst-libs/gst/media-info/media-info-priv.h:
37182         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37183         (info_print), (main):
37184         * gst-libs/gst/media-info/media-info.c:
37185         (gst_media_info_error_create), (gst_media_info_error_element),
37186         (gst_media_info_instance_init), (gst_media_info_get_property),
37187         (gst_media_info_new), (gst_media_info_set_source),
37188         (gst_media_info_read_idler), (gst_media_info_read):
37189         * gst-libs/gst/media-info/media-info.h:
37190           first pass at making this work again.  This seems to work on
37191           tagged ogg/vorbis and mp3 files.
37192
37193 2004-03-06  Benjamin Otte  <otte@gnome.org>
37194
37195         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37196           fix huge leak: gst_buffer_merge doesn't unref the first argument
37197           itself.
37198
37199 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37200
37201         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37202           report layer/mode/emphasis
37203
37204 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37205
37206         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37207
37208 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37209
37210         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37211           signal serial
37212
37213 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37214
37215         * ext/vorbis/vorbis.c: (plugin_init):
37216         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37217         (gst_vorbis_dec_init), (vorbis_dec_event):
37218         add debug category
37219         make vorbisdec handle _BYTE and _TIME queries
37220
37221 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37222
37223         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37224           from the xing header
37225
37226 2004-03-06  Benjamin Otte  <otte@gnome.org>
37227
37228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37229         (gst_audio_convert_link), (gst_audio_convert_change_state),
37230         (gst_audio_convert_buffer_from_default_format):
37231           do conversions from/to float correctly, fix some caps nego errors,
37232           export correct supported caps in template and getcaps, use correct
37233           caps in try_set_caps functions
37234
37235 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37236
37237         For some reason, I only committed a ChangeLog entry yesterday and
37238         not the corresponding code...
37239         * ext/mad/gstmad.c: Fix detection of Xing headers
37240         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37241
37242 2004-03-06  Benjamin Otte  <otte@gnome.org>
37243
37244         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37245         (gst_ogg_demux_src_query):
37246           make sure to handle the case where there's no current chain
37247           gracefully.
37248
37249 2004-03-05  David Schleef  <ds@schleef.org>
37250
37251         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37252         Add fixate function. (bug #131128)
37253         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37254         (gst_sdlvideosink_fixate):  Add fixate function.
37255         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37256         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37257         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37258         Fix missing break that was causing ulaw to be interpreted as
37259         raw int.
37260
37261 2004-03-05  David Schleef  <ds@schleef.org>
37262
37263         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37264         Fix code that ignores return value of gst_buffer_merge().
37265         (bug #114560)
37266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37267         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37268         * testsuite/gst-lint:  Check for above.
37269
37270 2004-03-05  David Schleef  <ds@schleef.org>
37271
37272         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37273         caps and throw an element error.  (bug #136334)
37274
37275 2004-03-05  David Schleef  <ds@schleef.org>
37276
37277         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37278         (gst_faad_chain): Fix negotiation.
37279         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37280         key and button events.
37281         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37282         dung heap of code.
37283         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37284         depends on gconf
37285         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37286         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37287         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37288         function to encourage better negotiation, particularly between
37289         audioconvert and osssink.
37290         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37291         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37292         more important.
37293         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37294         typefinding.
37295         * gst/vbidec/vbiscreen.c:  Add glib header
37296         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37297
37298 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37299
37300         * ext/mad/gstmad.c: Fix detection of Xing headers
37301         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37302
37303 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37304
37305         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37306         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37307           debug updates
37308
37309 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37310
37311         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37312         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37313         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37314         files, and report the parsed length as a GST_TAG_DURATION tag.
37315         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37316
37317 2004-03-05  Benjamin Otte  <otte@gnome.org>
37318
37319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37320           convert channels correctly. convert correctly to unsigned.
37321
37322 2004-03-05  Julien MOUTTE <julien@moutte.net>
37323
37324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37325         we have a window before clearing it.
37326
37327 2004-03-05  Julien MOUTTE <julien@moutte.net>
37328
37329         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37330         have a window before clearing it.
37331
37332 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37333
37334         * gconf/gstreamer.schemas.in:
37335         * gst-libs/gst/gconf/Makefile.am:
37336           version installation path the same way as for 0.6
37337         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37338         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37339         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37340           remove comment that was fixed
37341
37342 2004-03-05  David Schleef  <ds@schleef.org>
37343
37344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37345         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37346         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37347         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37348         Add prototype code for handling seeking and querying.
37349
37350 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37351
37352         * examples/gstplay/player.c: (main):
37353           Initialize variables to NULL. Prevents a segfault because the
37354           (uninitialized) variable is not NULL, resulting in a crash on
37355           trying to reach error->message.
37356
37357 2004-03-05  Benjamin Otte  <otte@gnome.org>
37358
37359         * gst/audioconvert/gstaudioconvert.c:
37360         (gst_audio_convert_buffer_to_default_format):
37361         make float=>int conversion work correctly even in cornercases.
37362
37363 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37364
37365         * debian/README.Debian:
37366         * debian/build-deps:
37367         * debian/changelog:
37368         * debian/control:
37369         * debian/control.in:
37370         * debian/copyright:
37371         * debian/gstreamer-a52dec.files:
37372         * debian/gstreamer-aa.files:
37373         * debian/gstreamer-alsa.files:
37374         * debian/gstreamer-alsa.manpages:
37375         * debian/gstreamer-arts.files:
37376         * debian/gstreamer-artsd.files:
37377         * debian/gstreamer-audiofile.files:
37378         * debian/gstreamer-avifile.files:
37379         * debian/gstreamer-cdparanoia.files:
37380         * debian/gstreamer-colorspace.files:
37381         * debian/gstreamer-doc.files:
37382         * debian/gstreamer-dv.files:
37383         * debian/gstreamer-dvd.files:
37384         * debian/gstreamer-esd.files:
37385         * debian/gstreamer-festival.files:
37386         * debian/gstreamer-flac.files:
37387         * debian/gstreamer-gconf.conffiles:
37388         * debian/gstreamer-gconf.files:
37389         * debian/gstreamer-gconf.postinst:
37390         * debian/gstreamer-gnomevfs.files:
37391         * debian/gstreamer-gsm.files:
37392         * debian/gstreamer-http.files:
37393         * debian/gstreamer-jack.files:
37394         * debian/gstreamer-jpeg.files:
37395         * debian/gstreamer-mad.files:
37396         * debian/gstreamer-mikmod.files:
37397         * debian/gstreamer-misc.files:
37398         * debian/gstreamer-mpeg2dec.files:
37399         * debian/gstreamer-oss.files:
37400         * debian/gstreamer-plugin-apps.files:
37401         * debian/gstreamer-plugin-apps.manpages:
37402         * debian/gstreamer-plugin-libs-dev.files:
37403         * debian/gstreamer-plugin-libs.files:
37404         * debian/gstreamer-plugin-template.postinst:
37405         * debian/gstreamer-plugin-template.postrm:
37406         * debian/gstreamer-sdl.files:
37407         * debian/gstreamer-sid.files:
37408         * debian/gstreamer-vorbis.files:
37409         * debian/gstreamer-x.files:
37410         * debian/mk.control:
37411         * debian/rules:
37412         Debian package info not maintained here.
37413
37414 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37415
37416         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37417         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37418         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37419         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37420         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37421         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37422         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37423         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37424         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37425         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37426         * gst-libs/gst/colorbalance/colorbalance.c:
37427         (gst_color_balance_class_init):
37428         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37429         (gst_color_balance_channel_class_init):
37430         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37431         * gst-libs/gst/play/play.c: (gst_play_class_init):
37432         * gst-libs/gst/propertyprobe/propertyprobe.c:
37433         (gst_property_probe_iface_init):
37434         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37435         * gst-libs/gst/tuner/tunerchannel.c:
37436         (gst_tuner_channel_class_init):
37437         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37438         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37439         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37440         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37441         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37442         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37443         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37445         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37446           fix signals to use - instead of _
37447         * ext/libcaca/gstcacasink.h:
37448         * ext/sdl/sdlvideosink.h:
37449           fix header rename
37450
37451 2004-03-04  David Schleef  <ds@schleef.org>
37452
37453         * testsuite/gst-lint:  Add a check for bad signal names.
37454
37455 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37456
37457         reviewed by David Schleef
37458
37459         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37460         modified the alpha channel and caused a warning. (bug #136192)
37461
37462 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37463
37464         * gst-plugins.spec.in:
37465         Change names of plugins to actually be correct. Try to keep things
37466         alphabetical to avoid getting beat up by Thomas
37467
37468 2004-03-03  Julien MOUTTE <julien@moutte.net>
37469
37470         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37471         Using ximagesink as a default if no gconf key found. We should
37472         probably consider using alsasink instead of osssink for the audio
37473         part.
37474
37475 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37476
37477         * configure.ac:
37478           fix --with-plugins, don't think it ever worked before
37479         * gst-plugins.spec.in:
37480           even more updates
37481
37482 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37483
37484         * ext/sdl/sdlvideosink.h:
37485         * sys/ximage/ximagesink.h:
37486         * sys/xvideo/xvideosink.h:
37487         * sys/xvimage/xvimagesink.h:
37488           Fix for move of gstvideosink.h -> videosink.h.
37489
37490 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37491
37492         * gst-libs/gst/xwindowlistener/Makefile.am:
37493           this is a plugin library, not a library
37494
37495 2004-03-01  David Schleef  <ds@schleef.org>
37496
37497         * AUTHORS:  Added some names.  Add yourself if you're still
37498         missing.
37499
37500 2004-03-01  David Schleef  <ds@schleef.org>
37501
37502         * MAINTAINERS: Add
37503
37504 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37505
37506         * gst-plugins.spec.in: clean up spec file
37507
37508 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37509
37510         * gst-libs/gst/video/Makefile.am:
37511         * gst-libs/gst/video/gstvideosink.c:
37512         * gst-libs/gst/video/gstvideosink.h:
37513           rename gstvideosink.h to videosink.h to match other headers
37514         * gst/mixmatrix/Makefile.am:
37515           fix plugin filename
37516         * gst/tags/Makefile.am: fix plugin filename
37517
37518 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37519
37520         * gst/tags/Makefile.am: fix plugin filename
37521
37522 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37523
37524         * examples/gstplay/player.c: (got_time_tick), (main):
37525           add error handler
37526           display time_tick more readably
37527         * gst/mixmatrix/Makefile.am:
37528           fix plugin file name
37529
37530 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37531
37532         * sys/oss/gstosselement.c: (gst_osselement_probe),
37533         (device_combination_append), (gst_osselement_class_probe_devices):
37534         * sys/oss/gstosselement.h:
37535           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37536           on my system using alsa oss emulation, fixes bug #135597
37537
37538 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37539
37540         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37541         (gst_videodrop_chain), (gst_videodrop_change_state):
37542         * gst/videodrop/gstvideodrop.h:
37543           Work based on timestamp of input data, not based on the expected
37544           framerate from the input. The consequence is that this element now
37545           not only scales framerates, but also functions as a framerate
37546           corrector or framerate stabilizer/constantizer.
37547
37548 2004-02-27  David Schleef  <ds@schleef.org>
37549
37550         patches from jmmv@menta.net (Julio M. Merino Vidal)
37551
37552         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37553         GST_ELEMENT_ERROR call (bug #135634)
37554         * gst/interleave/interleave.c: (interleave_buffered_loop),
37555         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37556         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37557         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37558         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37559         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37560         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37561         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37562         Fix GST_ELEMENT_ERROR call.
37563         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37564         GST_ELEMENT_ERROR call.
37565
37566 2004-02-27  Benjamin Otte  <otte@gnome.org>
37567
37568         * gst-libs/gst/audio/audio.h:
37569           add macro to make sure header isn't included twice
37570         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37571           don't use gst_buffer_free
37572         * gst/playondemand/filter.func:
37573           don't use gst_data_free. Free data only once.
37574
37575 2004-02-26  David Schleef  <ds@schleef.org>
37576
37577         * gst-libs/gst/colorbalance/Makefile.am:
37578         * gst-libs/gst/mixer/Makefile.am:
37579         * gst-libs/gst/tuner/Makefile.am:
37580         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37581         should not be disted, -marshal.h files should not be installed,
37582         and -enum.h files _should_ be installed.  Fix to make this the
37583         case.
37584
37585 === release 0.7.5 ===
37586
37587 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37588
37589         * configure.ac: release 0.7.5, "Under The Sea"
37590
37591 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37592
37593         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37594         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37595         * gst/videoscale/gstvideoscale.c:
37596         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37597           assorted debug/warning fixes
37598
37599 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37600
37601         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37602         (gst_videoscale_init), (gst_videoscale_chain),
37603         (gst_videoscale_set_property), (plugin_init):
37604         * gst/videoscale/gstvideoscale.h:
37605         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37606         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37607         (gst_videoscale_planar400), (gst_videoscale_packed422),
37608         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37609         (gst_videoscale_24bit), (gst_videoscale_16bit),
37610         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37611         (gst_videoscale_scale_plane_slow),
37612         (gst_videoscale_scale_point_sample),
37613         (gst_videoscale_scale_nearest),
37614         (gst_videoscale_scale_nearest_str2),
37615         (gst_videoscale_scale_nearest_str4),
37616         (gst_videoscale_scale_nearest_32bit),
37617         (gst_videoscale_scale_nearest_24bit),
37618         (gst_videoscale_scale_nearest_16bit):
37619         add debugging category and use it properly
37620         fix use of GST_PTR_FORMAT
37621
37622 2004-02-25  Andy Wingo  <wingo@pobox.com>
37623
37624         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37625         push only when channel->buffer is NULL. Prevents segfaults doing
37626         the state change after a nonlocal exit, like a scheme exception.
37627
37628         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37629         Handle the case where the intersected caps is empty.
37630
37631 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37632
37633         * gst/law/mulaw-decode.c: (mulawdec_link):
37634         * gst/law/mulaw.c: (plugin_init):
37635           fix mulawdec so it actually works again
37636
37637 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37638
37639         reviewed by: David Schleef  <ds@schleef.org>
37640
37641         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37642         (gst_gamma_init), (gst_gamma_set_property),
37643         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37644         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37645         for RGB, with separate r g and b correction factors. (#131167)
37646
37647 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37648
37649         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37650           only signal tags for bitrate if they're > 0 (#134894)
37651
37652 2004-02-24  David Schleef  <ds@schleef.org>
37653
37654         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37655         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37656         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37657         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37658         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37659         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37660         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37661         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37662         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37663         category.  Attempt to fix timestamp calculation.
37664
37665 2004-02-24  Johan Dahlin  <johan@gnome.org>
37666
37667         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37668
37669 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37670
37671         * configure.ac:
37672         * gconf/Makefile.am:
37673         * gconf/gstreamer.schemas:
37674         * gst-libs/gst/gconf/Makefile.am:
37675         * gst-libs/gst/gconf/gconf.c:
37676           version gconf schemas and install locations
37677
37678 2004-02-23  Benjamin Otte  <otte@gnome.org>
37679
37680         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37681         (gst_xine_input_subclass_init):
37682           call parent dispose.
37683           change pad template for CD reader correctly
37684         * ext/xine/Makefile.am:
37685         * ext/xine/gstxine.h:
37686         * ext/xine/xine.c: (plugin_init):
37687         * ext/xine/xineaudiosink.c:
37688           wrap audio sinks, too
37689         * gst-libs/gst/resample/private.h:
37690         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37691         (gst_resample_reinit), (gst_resample_scale),
37692         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37693         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37694         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37695         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37696         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37697         * gst-libs/gst/resample/resample.h:
37698         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37699         (gst_audioscale_class_init), (gst_audioscale_link),
37700         (gst_audioscale_get_buffer), (gst_audioscale_init),
37701         (gst_audioscale_chain), (gst_audioscale_set_property),
37702         (gst_audioscale_get_property):
37703         * gst/audioscale/gstaudioscale.h:
37704           s/resample_*/gst_resample_*/i to not clobber namespaces
37705
37706 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37707
37708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37709         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37710         (gst_riff_create_video_template_caps),
37711         (gst_riff_create_audio_template_caps),
37712         (gst_riff_create_iavs_template_caps):
37713         * gst-libs/gst/riff/riff-media.h:
37714         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37715         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37716         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37717         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37718         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37719         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37720         (gst_matroska_demux_plugin_init): First batch implementing audio and
37721         video codec tags in demuxers.
37722
37723 2004-02-22  Benjamin Otte  <otte@gnome.org>
37724
37725         * ext/xine/Makefile.am:
37726         * ext/xine/gstxine.h:
37727         * ext/xine/xine.c: (plugin_init):
37728         * ext/xine/xineinput.c:
37729           add input plugin wrapper. Playback from files, http, mms and cdda
37730           works.
37731         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37732           remove leftover G_GNUC_UNUSED
37733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37734         (gst_asf_demux_identify_guid):
37735           improve debugging output
37736
37737 2004-02-22  Benjamin Otte  <otte@gnome.org>
37738
37739         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37740
37741         * autogen.sh:
37742           replace test -e with test -x for mkinstalldirs to be more portable.
37743           (fixes #134816)
37744
37745 2004-02-22  Benjamin Otte  <otte@gnome.org>
37746
37747         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37748
37749         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37750           set rank to PRIMARY
37751         * gst/volume/gstvolume.c: (plugin_init):
37752           set rank to NONE
37753         fixes #134960
37754
37755 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37756
37757         reviewed by Benjamin Otte  <otte@gnome.org>
37758
37759         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37760           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37761
37762 2004-02-22  Benjamin Otte  <otte@gnome.org>
37763
37764         * configure.ac:
37765           export [_]*{gst,Gst,GST}.* symbols from plugins
37766
37767 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37768
37769         reviewed by: Benjamin Otte  <otte@gnome.org>
37770
37771         * ext/lame/gstlame.c: (add_one_tag):
37772         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37774         (gst_vorbisenc_metadata_set1):
37775         * gst/tags/gstid3tag.c:
37776         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37777           apply fixes from bugs #135042 (lame can't write tags) and #133817
37778           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37779
37780 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37781
37782         * configure.ac: Export only gst_plugin_desc from plugins.
37783          Note that this change only makes any effect with Linux using libtool
37784          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37785          fine. And don't try to have several versions of libtool in different
37786          directories.
37787
37788 2004-02-20  Andy Wingo  <wingo@pobox.com>
37789
37790         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37791         interleave respectively.
37792
37793         * gst/interleave/deinterleave.c: New plugin: deinterleave
37794         (replaces on oneton).
37795         * gst/interleave/interleave.c: New plugin: interleave.
37796         * gst/interleave/plugin.h: Support file.
37797         * gst/interleave/plugin.c: Support file.
37798
37799         * configure.ac: Remove intfloat and oneton, add interleave.
37800
37801         * ext/sndfile/gstsf.c: Handle events better.
37802
37803         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37804         and float2int operation. int2float has scheduling problems as
37805         noted in in2float_chain.
37806
37807 2004-02-20  Benjamin Otte  <otte@gnome.org>
37808
37809         * ext/xine/Makefile.am:
37810         * ext/xine/gstxine.h:
37811         * ext/xine/xine.c:
37812         * ext/xine/xineaudiodec.c:
37813         * ext/xine/xinecaps.c:
37814           add first version of xine plugin wrapper. Currently only wraps the
37815           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37816         * configure.ac:
37817         * ext/Makefile.am:
37818           add xine plugin wrapper, disabled by default. Use --enable-xine to
37819           build. Note that it'll segfault on gst-register if you don't remove
37820           the goom and tvtime post plugins from xine.
37821         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37822         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37823           add extradata parsing for QDM2.
37824           change around debugging prints.
37825
37826 2004-02-19  Benjamin Otte  <otte@gnome.org>
37827
37828         * ext/lame/gstlame.c: (gst_lame_chain):
37829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37830           use gst_tag_list_insert when you want to insert tags
37831
37832 2004-02-18  David Schleef  <ds@schleef.org>
37833
37834         * configure.ac:  Move massink to gst-rotten
37835         * ext/Makefile.am:
37836         * ext/mas/Makefile.am:
37837         * ext/mas/massink.c:
37838         * ext/mas/massink.h:
37839
37840 2004-02-18  David Schleef  <ds@schleef.org>
37841
37842         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37843         typefinding, since it seems to be worse than nothing.
37844         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37845         atom to recognize .mp4 and .m4a files as video/quicktime.
37846
37847 2004-02-18  David Schleef  <ds@schleef.org>
37848
37849         * gst/sine/demo-dparams.c: (quit_live),
37850         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37851         Use double dparams, not float.
37852         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37853         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37854         sync'd elements don't really work correctly.
37855         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37856         (volume_update_volume), (volume_get_property):  Change dparam
37857         to double.
37858
37859 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37860
37861         * sys/ximage/ximagesink.c:
37862         (gst_ximagesink_xwindow_update_geometry),
37863         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37864         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37865         (gst_ximagesink_init): Rework the way software video scaling works. So
37866         now we check on each chain call if the video frames are feeling the
37867         window. If not we try to renegotiate caps. On failure we memorize that
37868         and we won't try again for that PLAYING sessions.
37869         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37870         failure.
37871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37872         synchronous flag.
37873
37874 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37875
37876         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37877           break up _link so we can give a better debug message for errors
37878
37879 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37880
37881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37882           set up debug category
37883
37884 2004-02-18  Julien MOUTTE <julien@moutte.net>
37885
37886         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37887         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37888         the way renegotiation work. The event handling function is not taking
37889         care of external windows and renegotiate method check for pad flags
37890         NEGOTIATING. Should fix : #133209
37891
37892 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37893
37894         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37895         pad is negotiating before trying renegotiation.
37896
37897 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37898
37899         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37900           pass on all possible mime types as typefind hints
37901
37902 2004-02-17  Julien MOUTTE <julien@moutte.net>
37903
37904         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37906         possible SHM leak if we crash. All other apps using XShm are doing
37907         that.
37908
37909 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37910
37911         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37912         (gst_ximagesink_expose): Renegotiate size on expose.
37913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37914         size on expose.
37915
37916 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37917
37918         * testsuite/alsa/sinesrc.c:
37919           cosmetic fix to fix compile issue with gcc 2.95.4
37920
37921 2004-02-16  Julien MOUTTE <julien@moutte.net>
37922
37923         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37924         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37925         failed opening the audio device.
37926         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37927         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37928         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37929         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37930         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37931         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37932         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37933         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37934         Removing some useless g_return_if_fail like wingo suggested.
37935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37936         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37937         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37938         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37939         (gst_xvimagesink_update_colorbalance),
37940         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37941         (gst_xvimagesink_xcontext_clear),
37942         (gst_xvimagesink_get_fourcc_from_caps),
37943         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37944         (gst_xvimagesink_set_xwindow_id),
37945         (gst_xvimagesink_colorbalance_list_channels),
37946         (gst_xvimagesink_colorbalance_set_value),
37947         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37948         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37949
37950 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37951
37952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37953           throw error when not negotiated instead of asserting
37954
37955 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37956
37957         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37958         correct data refcounting.
37959
37960 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37961
37962         * gst/switch/gstswitch.c: (gst_switch_change_state),
37963         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37964         change, mostly the EOS flag.
37965
37966 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37967
37968         * examples/gstplay/player.c: (got_eos), (main): Adding some
37969         output for debugging.
37970         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37971         timeouts if we go to any state different from PLAYING.
37972         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37973         more EOS bugs in riff lib.
37974
37975 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37976
37977         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37978         visualization until i find a way to fix switch correctly.
37979         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37980         EOS arrives.
37981         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37982         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37983         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37984         Reworked switch to get a more correct behaviour with events and refing
37985         of data stored in sinkpads.
37986         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37987         we don't pull from a pad in EOS.
37988
37989 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37990
37991         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37992           remove v1 tag even if we can't read it (makes sure we don't detect
37993           it again)
37994
37995 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37996
37997         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37998         (gst_alsa_xrun_recovery):
37999         * ext/alsa/gstalsa.h:
38000           try xrun recovery when wait failed. Make xrun recovery function
38001           return TRUE/FALSE to indicate success. (might fix #134354)
38002
38003 2004-02-13  David Schleef  <ds@schleef.org>
38004
38005         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38006         (dynparm_value_changed), (main): Convert from float to double.
38007         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38008
38009 2004-02-13  David Schleef  <ds@schleef.org>
38010
38011         * gst/silence/gstsilence.c: (gst_silence_class_init),
38012         (gst_silence_set_clock), (gst_silence_get),
38013         (gst_silence_set_property), (gst_silence_get_property):
38014         * gst/silence/gstsilence.h: Add sync property.
38015         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38016         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38017         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38018         * gst/sine/gstsinesrc.h: Add sync property.
38019
38020 2004-02-13  David Schleef  <ds@schleef.org>
38021
38022         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38023         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38024
38025 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38026
38027         * configure.ac:
38028         * ext/Makefile.am:
38029         * gst-libs/ext/Makefile.am:
38030           move ffmpeg plugin to gst-ffmpeg module
38031
38032 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38033
38034         * configure.ac: use GST_ARCH to detect architecture
38035
38036 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38037
38038         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38039
38040 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38041
38042         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38043           classify LADSPA plugins based on number of src/sink pads
38044           (#133663, Stefan Kost)
38045         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38046           fix dparams registration
38047           (#133528, Stefan Kost)
38048         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38049           fix use of isprint and use g_ascii_isprint instead
38050           (#133316, Stefan Kost)
38051
38052 2004-02-11  David Schleef  <ds@schleef.org>
38053
38054         Convert a few inner loops to use liboil.  This is currently
38055         optional, and is only enabled if liboil is present (duh!).
38056         * configure.ac: Check for liboil-0.1
38057         * gst/intfloat/Makefile.am:
38058         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38059         (gst_int2float_chain_gint16):
38060         * gst/videofilter/Makefile.am:
38061         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38062         (tablelookup_u8), (gst_videobalance_planar411):
38063         * gst/videotestsrc/Makefile.am:
38064         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38065         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38066         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38067         (paint_hline_RGB565), (paint_hline_xRGB1555):
38068
38069 2004-02-11  David Schleef  <ds@schleef.org>
38070
38071         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38072         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38073         (gst_colorspace_getcaps), (gst_colorspace_link),
38074         (gst_colorspace_base_init), (gst_colorspace_init),
38075         (gst_colorspace_chain), (gst_colorspace_change_state),
38076         (plugin_init): Merge Ronald's patch (bug #117897) and update
38077         for new caps and negotiation.  Seems to work, although it
38078         shows off bugs in lcs.
38079
38080 2004-02-11  David Schleef  <ds@schleef.org>
38081
38082         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38083         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38084
38085 2004-02-11  David Schleef  <ds@schleef.org>
38086
38087         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38088         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38089         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38090         Add server and port properties
38091
38092 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38093
38094         * m4/a52.m4:
38095         * m4/aalib.m4:
38096         * m4/as-ffmpeg.m4:
38097         * m4/as-liblame.m4:
38098         * m4/as-slurp-ffmpeg.m4:
38099         * m4/check-libheader.m4:
38100         * m4/esd.m4:
38101         * m4/freetype2.m4:
38102         * m4/gconf-2.m4:
38103         * m4/glib.m4:
38104         * m4/gst-alsa.m4:
38105         * m4/gst-artsc.m4:
38106         * m4/gst-ivorbis.m4:
38107         * m4/gst-matroska.m4:
38108         * m4/gst-sdl.m4:
38109         * m4/gst-shout2.m4:
38110         * m4/gst-sid.m4:
38111         * m4/gtk.m4:
38112         * m4/libdv.m4:
38113         * m4/libfame.m4:
38114         * m4/libmikmod.m4:
38115         * m4/ogg.m4:
38116         * m4/vorbis.m4:
38117           fix underquotedness of macros (#133800)
38118         * m4/as-avifile.m4:
38119         * m4/xmms.m4:
38120           removed because no longer used
38121
38122 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38123
38124         * configure.ac:
38125           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38126           by autopoint (fixes #132996)
38127
38128 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38129
38130         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38131         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38132         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38133         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38134           fix memleaks
38135
38136 2004-02-11  David Schleef  <ds@schleef.org>
38137
38138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38139         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38140         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38141         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38142         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38143         (gst_jpegenc_class_init), (gst_jpegenc_init),
38144         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38145         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38146         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38147         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38148
38149 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38150
38151         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38152         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38153         * ext/mikmod/gstmikmod.h:
38154           fix caps negotiation in mikmod
38155         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38156           output debug information
38157
38158 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38159
38160         * gst-libs/gst/colorbalance/Makefile.am:
38161         * gst-libs/gst/navigation/Makefile.am:
38162         * gst-libs/gst/xoverlay/Makefile.am:
38163           remove unused GST_OPT_CFLAGS from Makefiles
38164           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38165
38166 2004-02-07  David Schleef  <ds@schleef.org>
38167
38168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38169         push events to pads that haven't been created (#133508)
38170
38171 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38172
38173         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38174         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38175         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38176         (gst_dvdec_loop), (gst_dvdec_change_state):
38177         Second attempt at committing a working dvdec element.
38178
38179 2004-02-06  David Schleef  <ds@schleef.org>
38180
38181         Build fixes for OS X: (see #129600)
38182         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38183         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38184         (gst_riff_read_strf_iavs):
38185         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38186         (gst_avi_demux_stream_odml):
38187         * gst/playondemand/Makefile.am:
38188         * gst/rtp/rtp-packet.c:
38189
38190 2004-02-05  David Schleef  <ds@schleef.org>
38191
38192         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38193         last change, because it Just Doesn't Compile.
38194
38195 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38196
38197         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38198           skip undecodable id3v2 tag instead of keeping it
38199
38200 2004-02-05  David Schleef  <ds@schleef.org>
38201
38202         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38203         Unref leaked buffer.  (Noticed by Ronald)
38204
38205 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38206
38207         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38208         Sync requires with other checks.  >= vs =.
38209
38210 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38211
38212         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38213         (gst_dvdec_video_link), (gst_dvdec_loop):
38214         * ext/dv/gstdvdec.h:
38215           rework the caps negotiation so that dvdec works again instead
38216           of just segfaulting.
38217
38218 === release 0.7.4 ===
38219
38220 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38221
38222         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38223         * configure.ac: changed for release
38224
38225 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38226
38227         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38228         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38229         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38230         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38231           reworked patch by David Lehn to fix libdir and includedir for
38232           uninstalled libraries
38233           removed play and gconf from gstreamer-libs since they have their
38234           own pkgconfig files
38235
38236 2004-02-04  David Schleef  <ds@schleef.org>
38237
38238         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38239         memleak.
38240
38241 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38242
38243         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38244           use correct GST_TAG_ENCODER tag
38245
38246 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38247
38248         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38249           be sure to stop the clock when going to paused
38250         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38251           reset number of transmitted when going to ready.
38252         fixes #132935
38253
38254 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38255
38256         reviewed by Benjamin Otte
38257
38258         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38259           extract track count (fixes #133410)
38260
38261 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38262
38263         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38264           that should be !=, not == (fixes #132519)
38265
38266 2004-02-04  David Schleef  <ds@schleef.org>
38267
38268         Make sure set_explicit_caps() is called before adding pad.
38269         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38270         * gst/id3/gstid3types.c: (gst_id3types_loop):
38271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38272         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38273
38274 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38275
38276         * configure.ac:
38277           bump nano to 2, first prerelease
38278           put back AM_PROG_LIBTOOL
38279
38280 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38281
38282         * testsuite/alsa/Makefile.am:
38283           these are user test apps, not automatic testsuite tests
38284
38285 2004-02-04  David Schleef  <ds@schleef.org>
38286
38287         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38288         * gst/mpeg1videoparse/gstmp1videoparse.c:
38289         (mp1videoparse_parse_seq):
38290         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38291         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38292         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38293         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38294         (gst_xvideosink_getcaps):
38295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38296         * testsuite/gst-lint: more tests
38297
38298 2004-02-04  David Schleef  <ds@schleef.org>
38299
38300         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38301         with the code that they would expand to.
38302         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38303         (gst_flacdec_get_src_query_types),
38304         (gst_flacdec_get_src_event_masks):
38305         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38306         (gst_gnomevfssrc_get_query_types),
38307         (gst_gnomevfssrc_get_event_mask):
38308
38309 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38310
38311         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38312         (gst_sinesrc_dispose):
38313           fix memleak by properly disposing sinesrc
38314
38315 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38316
38317         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38318         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38319         an overlay to redraw the image because it has been exposed.
38320         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38321         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38322         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38323         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38324         interface
38325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38326         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38327         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38328         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38329         interface
38330
38331 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38332
38333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38334           more memleak fixage
38335
38336 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38337
38338         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38339         * gst/typefind/gsttypefindfunctions.c:
38340           fix memleaks shown by gst-typefind
38341
38342 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38343
38344         * common/glib-gen.mak:
38345           add hack rule to touch .Plo files
38346         * gst-libs/gst/colorbalance/Makefile.am:
38347         * gst-libs/gst/mixer/Makefile.am:
38348         * gst-libs/gst/play/Makefile.am:
38349         * gst-libs/gst/tuner/Makefile.am:
38350           remove glib_root variable
38351
38352 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38353
38354         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38355           set explicit caps before adding the element, so the autopluggers can
38356           plug correctly.
38357         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38358         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38359         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38360         (dv_type_find):
38361           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38362           argument.
38363
38364 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38365
38366         * gst-libs/gst/colorbalance/Makefile.am:
38367         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38368         * gst-libs/gst/colorbalance/colorbalance.c:
38369         * gst-libs/gst/colorbalance/colorbalance.h:
38370         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38371         * gst-libs/gst/mixer/Makefile.am:
38372         * gst-libs/gst/mixer/mixer-marshal.list:
38373         * gst-libs/gst/mixer/mixer.c:
38374         * gst-libs/gst/mixer/mixer.h:
38375         * gst-libs/gst/mixer/mixermarshal.list:
38376         * gst-libs/gst/play/Makefile.am:
38377         * gst-libs/gst/play/play.h:
38378         * gst-libs/gst/tuner/Makefile.am:
38379         * gst-libs/gst/tuner/tuner-marshal.list:
38380         * gst-libs/gst/tuner/tuner.c:
38381         * gst-libs/gst/tuner/tuner.h:
38382         * gst-libs/gst/tuner/tunermarshal.list:
38383           use new glib-gen.mak snippet to clean up Makefile.am
38384           fix various bugs in Makefile.am's
38385
38386 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38387
38388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38389           handle chain parsing correctly in the multichain case
38390         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38391         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38392         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38393         (theora_dec_chain):
38394           handle events and queries correctly
38395
38396 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38397
38398         * .cvsignore:
38399         Ignore generated file _stdint.h.
38400
38401 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38402
38403         * gst-libs/gst/colorbalance/Makefile.am:
38404         * gst-libs/gst/colorbalance/colorbalance.h:
38405         * gst-libs/gst/mixer/Makefile.am:
38406         * gst-libs/gst/mixer/mixer.h:
38407         * gst-libs/gst/play/Makefile.am:
38408         * gst-libs/gst/play/play.h:
38409         * gst-libs/gst/tuner/Makefile.am:
38410         * gst-libs/gst/tuner/tuner.h:
38411         Generate enum type code with glib-mkenums.
38412         * gst-libs/gst/colorbalance/.cvsignore:
38413         * gst-libs/gst/mixer/.cvsignore:
38414         * gst-libs/gst/play/.cvsignore:
38415         * gst-libs/gst/tuner/.cvsignore:
38416         Ignore generated files.
38417
38418 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38419
38420         * gst-libs/gst/audio/.cvsignore:
38421         Ignore generated file.
38422         * gst-libs/gst/audio/Makefile.am:
38423         Do not install example filter.
38424
38425 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38426
38427         * examples/switch/.cvsignore:
38428         Ignore generated file.
38429
38430 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38431
38432         * common/m4/ax_create_stdint_h.m4:
38433         * configure.ac:
38434           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38435           _stdint.h.
38436         * Makefile.am:
38437           remove generated _stdint.h in DISTCLEANFILES
38438         * ext/a52dec/gsta52dec.c:
38439           include _stdint.h for a52dec. (should fix #133064)
38440
38441 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38442
38443         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38444         (gst_tag_to_vorbis_comments):
38445         Add replaygain support to vorbistag
38446
38447 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38448         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38449         (gst_ffmpeg_caps_to_extradata):
38450           Fix SVQ3 caps flag properties
38451           Use glib macro for bytes swap
38452
38453 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38454
38455         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38456         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38457         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38458         * ext/sndfile/gstsf.c: (plugin_init):
38459         * gst/avi/gstavi.c: (plugin_init):
38460         * sys/dxr3/dxr3init.c: (plugin_init):
38461         * sys/oss/gstossaudio.c: (plugin_init):
38462         * sys/v4l/gstv4l.c: (plugin_init):
38463         * sys/v4l2/gstv4l2.c: (plugin_init):
38464           remove textdomain calls
38465         * po/nl.po:
38466           update Dutch translation
38467
38468 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38469
38470         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38471         (gst_play_set_audio_sink): Moving volume in the audio thread for
38472         instantaneous volume change. Maybe i will add another volume in front
38473         of visualization later, not sure yet though.
38474
38475 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38476
38477         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38478         (gst_ximagesink_handle_xevents): Better X events handling, only take
38479         the latest events for configure and motion.
38480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38481
38482 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38483
38484         reviewed by: David Schleef  <ds@schleef.org>
38485
38486         Fix memory leaks:
38487         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38488         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38489
38490 2004-02-02  David Schleef  <ds@schleef.org>
38491
38492         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38493         of lines.
38494         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38495         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38496         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38497         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38498         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38499         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38500         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38501         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38502         (gst_float2_2_int_link):
38503         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38504         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38505         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38506         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38507         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38508         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38509         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38510         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38511         * testsuite/gst-lint: Add tests for bzero and ;;
38512
38513 2004-02-02  David Schleef  <ds@schleef.org>
38514
38515         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38516
38517 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38518
38519         * ext/aalib/gstaasink.c: (gst_aasink_open):
38520         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38521         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38522         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38523         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38524         (gst_afsink_close_file):
38525         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38526         (gst_afsrc_close_file):
38527         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38528         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38529         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38530         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38531         * ext/esd/esdmon.c: (gst_esdmon_get):
38532         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38533         * ext/faac/gstfaac.c: (gst_faac_chain):
38534         * ext/faad/gstfaad.c: (gst_faad_chain):
38535         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38536         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38537         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38538         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38539         (gst_flacdec_loop):
38540         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38541         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38542         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38543         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38544         (gst_gnomevfssink_close_file):
38545         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38546         (gst_gnomevfssrc_open_file):
38547         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38548         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38549         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38550         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38551         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38552         * ext/mad/gstmad.c: (gst_mad_chain):
38553         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38554         * ext/mpeg2dec/gstmpeg2dec.c:
38555         * ext/mpeg2enc/gstmpeg2enc.cc:
38556         * ext/mplex/gstmplex.cc:
38557         * ext/mplex/gstmplexibitstream.cc:
38558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38559         (gst_ogg_demux_push):
38560         * ext/raw1394/gstdv1394src.c:
38561         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38562         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38563         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38564         (gst_sf_loop):
38565         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38566         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38567         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38568         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38570         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38571         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38572         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38573         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38574         (gst_riff_read_element_data), (gst_riff_read_seek),
38575         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38576         * gst/adder/gstadder.c: (gst_adder_loop):
38577         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38578         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38579         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38580         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38581         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38582         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38583         * gst/goom/gstgoom.c: (gst_goom_chain):
38584         * gst/id3/gstid3types.c: (gst_id3types_loop):
38585         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38586         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38587         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38588         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38589         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38590         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38591         (gst_ebml_read_float), (gst_ebml_read_header):
38592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38593         (gst_matroska_demux_parse_blockgroup):
38594         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38595         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38596         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38597         * gst/silence/gstsilence.c: (gst_silence_get):
38598         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38599         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38600         * gst/speed/gstspeed.c: (speed_loop):
38601         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38602         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38603         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38604         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38605         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38606         (gst_wavparse_loop):
38607         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38608         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38609         (dxr3audiosink_close):
38610         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38611         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38612         (dxr3videosink_close), (dxr3videosink_write_data):
38613         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38614         * sys/oss/gstosssink.c: (gst_osssink_chain):
38615         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38616         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38617         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38619         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38620         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38621         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38622         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38623         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38624         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38625         (gst_v4l_set_audio):
38626         * sys/v4l/v4l_calls.h:
38627         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38628         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38629         (gst_v4lmjpegsink_playback_init),
38630         (gst_v4lmjpegsink_playback_start):
38631         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38632         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38633         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38634         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38635         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38636         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38637         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38638         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38639         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38640         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38641         (gst_v4l2_get_output), (gst_v4l2_set_output),
38642         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38643         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38644         (gst_v4l2_set_attribute):
38645         * sys/v4l2/v4l2_calls.h:
38646         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38647         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38648         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38649         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38650         (gst_v4l2src_capture_stop):
38651         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38652         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38653         (gst_ximagesink_chain):
38654         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38655         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38656         (gst_xvideosink_xwindow_new):
38657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38658         (gst_xvimagesink_chain):
38659
38660 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38661
38662         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38663         (gst_volume_get_volume), (volume_class_init), (volume_init),
38664         (volume_chain_int16), (volume_update_volume):
38665         * gst/volume/gstvolume.h:
38666           make code more readable by removing magic numbers
38667           make mixer interface export 0-100 range
38668           make it internally map to 0.0-1.0 range so users don't distort
38669           output by putting the sliders at full volume
38670
38671 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38672
38673         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38674         (gst_play_state_change), (gst_play_seek_to_time):
38675         block the tick callback for 0.5 secs after doing a seek
38676
38677 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38678
38679         * gst-libs/gst/play/play.c: (gst_play_new):
38680           check for GError
38681
38682 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38683
38684         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38685         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38686         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38687         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38689         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38690
38691 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38692
38693         * configure.ac:
38694         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38695           check for a function added in vorbis 1.1
38696
38697 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38698
38699         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38700         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38701           really start/stop clock only on PLAYING <=> PAUSED
38702         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38703           remove \n from debugging lines
38704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38705           make it work when seeking does not
38706         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38707           reset on DISCONT
38708
38709 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38710
38711         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38712           start clock on PAUSED=>PLAYING, not later
38713         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38714           extract correct time for different discont formats
38715         (gst_alsa_sink_get_time):
38716           don't segfault when no format is negotiated yet, just return 0
38717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38718         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38719         (gst_ogg_pad_push):
38720           handle flush and discont events correctly
38721         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38722           handle discont events correctly
38723
38724 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38725
38726         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38727         (gst_play_error_create), (gst_play_error_plugin),
38728         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38729         * gst-libs/gst/play/play.h:
38730           add error handling during creation
38731         * examples/gstplay/player.c: (main):
38732           use new gst_play_new
38733
38734
38735 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38736
38737         * ext/theora/theoradec.c: (theora_dec_chain):
38738           make comments work
38739         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38740         (vorbis_dec_src_event), (vorbis_dec_chain):
38741           add encoder tag, fix tag reading to be more error tolerant, change
38742           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38743           gst_pad_event_default.
38744         * gst/tags/gstvorbistag.c:
38745         (gst_tag_list_from_vorbiscomment_buffer):
38746           undefine function specific define at end of function
38747
38748 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38749
38750         * ext/flac/gstflac.c: (plugin_init):
38751         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38752         * ext/flac/gstflacdec.h:
38753         * ext/flac/gstflacenc.h:
38754           Fix typos
38755
38756 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38757
38758         * examples/gstplay/player.c: s/gstplay.h/play.h/
38759
38760 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38761
38762         * gst-libs/gst/play/Makefile.am:
38763         * gst-libs/gst/play/gstplay.c:
38764         * gst-libs/gst/play/gstplay.h:
38765         * gst-libs/gst/play/play.c:
38766           more surgery, operation complete
38767
38768 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38769
38770         * gst-libs/gst/play/play.old.c:
38771         * gst-libs/gst/play/play.old.h:
38772           after CVS surgery by moving, remove
38773         * gst-libs/gst/play/playpipelines.c:
38774           remove
38775
38776         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38777           add negotiation error
38778
38779 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38780
38781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38782         (gst_ogg_demux_push):
38783           add some seeking debug info
38784           send a flush when seeking
38785
38786 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38787
38788         * configure.ac:
38789           use AC_C_INLINE
38790         * configure.ac:
38791         * ext/Makefile.am:
38792         * ext/theora/Makefile.am:
38793         * ext/theora/theoradec.c:
38794           add theora video decoder. Does just do simple decoding for now and
38795           has been tested against Theora cvs only. It only works when theora
38796           is compiled with --enable-static.
38797         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38798           always reset packetno on DISCONT
38799
38800 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38801
38802         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38803           Fix audio.
38804
38805 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38806
38807         * gst/mpegaudioparse/gstmpegaudioparse.c:
38808         (mp3_type_frame_length_from_header):
38809           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38810
38811 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38812
38813         * ext/esd/esdsink.c: (gst_esdsink_init):
38814           Since we have static pad template caps, we don't need to negotiate;
38815           either the core errors out or we know the format.
38816
38817 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38818
38819         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38820         (gst_riff_read_seek):
38821         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38822         (gst_ebml_read_seek):
38823           Fix event handling.
38824
38825 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38826
38827         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38828           removee video/x-theora from vp3 decoder, it doesn't handle raw
38829           theora streams
38830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38831           fix bug with finalizing element that never went to PAUSED
38832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38833           length and position queries were swapped
38834         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38835         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38836         (vorbis_dec_src_event):
38837           implement querying time and bytes
38838
38839 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38840
38841         * just about every source file:
38842           gst_element_error -> GST_ELEMENT_ERROR
38843
38844 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38845
38846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38847         emiting FLUSH and even before DISCONT.
38848         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38849         get the best instant seeking as possible yay!
38850
38851 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38852
38853         * gst/mpeg1videoparse/gstmp1videoparse.c:
38854         (gst_mp1videoparse_real_chain):
38855           Committed wrong version last week... Grr... Didn't notice until now.
38856
38857 2004-01-29  Julien MOUTTE <julien@moutte.net>
38858
38859         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38861         have_xwindow_id signal in xwindow_create.
38862
38863 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38864
38865         * ext/ogg/gstoggdemux.c:
38866           lots of changes - mainly support for chained bitstreams, seeking,
38867           querying and bugfixes of course
38868         * ext/vorbis/Makefile.am:
38869         * ext/vorbis/vorbisdec.c:
38870         * ext/vorbis/vorbisdec.h:
38871           add vorbisdec raw vorbis decoder
38872         * ext/vorbis/vorbis.c: (plugin_init):
38873           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38874         * gst/intfloat/Makefile.am:
38875         * gst/intfloat/float22int.c:
38876         * gst/intfloat/float22int.h:
38877         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38878           add float2intnew plugin. It converts multichannel interleaved float to
38879           multichannel interleaved int. The name should probably be changed.
38880         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38881         (plugin_init):
38882           add typefinding for raw theora video so oggdemux can detect it.
38883
38884 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38885
38886         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38887         sink element first.
38888         * gst/videoscale/gstvideoscale.c:
38889         (gst_videoscale_handle_src_event): Fixing src event handler.
38890
38891 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38892
38893         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38894         (gst_v4lsrc_open), (gst_v4lsrc_close),
38895         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38896         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38897         * sys/v4l/gstv4lsrc.h:
38898         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38899         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38900           Implement resizing... Hack. But that's why v4l is b0rked...
38901
38902 2004-01-28  Julien MOUTTE <julien@moutte.net>
38903
38904         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38905         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38906         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38907         (gst_ximagesink_xwindow_destroy):
38908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38909         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38910         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38911         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38912         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38913         correctly cleaning the image created to check xshm calls on succes,
38914         added a lot of XSync calls in X11 functions, and fixed a segfault when
38915         no image format was defined before negotiation happened.
38916
38917 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38918
38919         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38920           use gst_element_get_time to get correct time
38921
38922 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38923
38924         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38925         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38926         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38928         (gst_xvimagesink_check_xshm_calls),
38929         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38930         X plugins are now able to detect that XShm calls will fail even if the
38931         server claims that it has XShm support (remote displays most of the
38932         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38933         so that we use non XShm functions. This feature is almost useless for
38934         xvimagesink as Xv is not supported on remote displays anyway, but
38935         it might happen than even on the local display XShm calls fail.
38936
38937 2004-01-27  David Schleef  <ds@schleef.org>
38938
38939         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38940         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38941         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38942         changed esdsink to only use 44100,16,2, since esd sucks at rate
38943         conversion and esdsink has had difficulty negotiating.
38944
38945 2004-01-27  Julien MOUTTE <julien@moutte.net>
38946
38947         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38948         (gst_play_seek_to_time): Fixing the way to get current position.
38949
38950 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38951
38952         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38953           use gst_element_get_time to get correct time
38954
38955 2004-01-27  Julien MOUTTE <julien@moutte.net>
38956
38957         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38958         fix ever... Inverting 2 lines of code make spider autoplug correctly
38959         tagged mp3 !
38960
38961 2004-01-27  David Schleef  <ds@schleef.org>
38962
38963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38964         Use gst_pad_try_set_caps_nonfixed().
38965
38966 2004-01-27  David Schleef  <ds@schleef.org>
38967
38968         * gst/ac3parse/gstac3parse.c: update to checklist 5
38969         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38970         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38971         * gst/audioscale/gstaudioscale.c: same
38972         * gst/auparse/gstauparse.c: same
38973         * gst/avi/gstavidemux.c: same
38974
38975 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38976
38977         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38978           stop processing after EOS
38979
38980 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38981
38982         * gst/asfdemux/asfheaders.h:
38983         * gst/asfdemux/gstasfdemux.c:
38984         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38985         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38986         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38987           lot's of fixes to make data extraction simpler and get the code
38988           architecture and compiler independant. Add debugging category
38989         * gst/goom/gstgoom.c: (gst_goom_change_state):
38990           reset channel count on PAUSED=>READY, not READY=>PAUSED
38991
38992 2004-01-26  Colin Walters  <walters@verbum.org>
38993
38994         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38995         code to pull a bigger buffer in iradio mode.  This as a side effect
38996         makes typefinding work.
38997
38998 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38999
39000         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39001         Fix SVQ3 decoding on PPC
39002
39003 2004-01-26  Julien MOUTTE <julien@moutte.net>
39004
39005         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39006         that one managed to stay there... Fixed.
39007
39008 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39009
39010         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39011         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39012         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39013         (qtdemux_video_caps):
39014         * gst/qtdemux/qtdemux.h:
39015         Add SVQ3 specific flags to qtdemux and ffmpeg
39016
39017 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39018
39019         * gst-libs/gst/audio/audio.h:
39020           remove buffer-frames from audio caps
39021         * gst/audioconvert/gstaudioconvert.c:
39022           fix plugin to really work.
39023
39024 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39025
39026         * gst-libs/gst/mixer/mixer.c:
39027         * gst-libs/gst/propertyprobe/propertyprobe.c:
39028         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39029         (gst_tuner_find_channel_by_name):
39030         * gst-libs/gst/tuner/tuner.h:
39031           Add gtk-doc style comments. Also fix a function name.
39032
39033 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39034
39035         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39036         (gst_divxdec_negotiate):
39037           Fix for new capsnego - also fixes gst-player with divxdec.
39038
39039 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39040
39041         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39042         (gst_play_identity_handoff), (gst_play_set_location),
39043         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39044         try in visualization implementation. Still have an issue with switch
39045         blocking when pulling from video_queue and only audio comes out of
39046         spider.
39047         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39048         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39049         release method. And check if the pad is usable before pulling.
39050
39051 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39052
39053         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39054         (gst_videobalance_init),
39055         (gst_videobalance_colorbalance_list_channels),
39056         (gst_videobalance_colorbalance_set_value),
39057         (gst_videobalance_colorbalance_get_value),
39058         (gst_videobalance_update_properties),
39059         (gst_videobalance_update_tables_planar411),
39060         (gst_videobalance_planar411):
39061         * gst/videofilter/gstvideobalance.h:
39062           Implement lookup-tables. +/- 10x faster.
39063
39064 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39065
39066         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39067         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39068           The index reading was broken. The rest worked fine, but the whole
39069           goal of my rewrite was to make avidemux readable, and this was
39070           not at all readable. Please use typed variables.
39071
39072 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39073
39074         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39075           Additional pad usability check.
39076         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39077         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39078         (gst_mp1videoparse_real_chain):
39079           Fix MPEG video stream parsing. The original plugin had several
39080           issues, including not timestamping streams where the source was
39081           not timestamped (this happens with PTS values in mpeg system
39082           streams, but MPEG video is also a valid stream on its own so
39083           that needs timestamps too). We use the display time code for that
39084           for now. Also, if one incoming buffer contains multiple valid
39085           frames, we push them all on correctly now, including proper EOS
39086           handling. Lastly, several potential segfaults were fixed, and we
39087           properly sync on new sequence/gop headers to include them in next,
39088           not previous frames (since they're header for the next frame, not
39089           the previous). Also see #119206.
39090         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39091         (bpf_from_header):
39092           Move caps setting so we only do it after finding several valid
39093           MPEG-1 fraes sequentially, not right after the first one (which
39094           might be coincidental).
39095         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39096         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39097         (plugin_init):
39098           Add unsynced MPEG video stream typefinding, and change some
39099           probability values so we detect streams rightly. The idea is as
39100           follows: I can have an unsynced system stream which contains
39101           video. In the current code, I would randomly get a type for either
39102           system or video stream type found, because the probabilities are
39103           being calculated rather randomly. I now use fixed values, so we
39104           always prefer system stream if that was found (and that is how it
39105           should be). If no system stream was found, we can still identity                the stream as video-only.
39106
39107 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39108
39109         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39110         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39111           don't write to buffer. Extract data without the need of
39112           __attribute__ ((packed))
39113
39114 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39115
39116         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39117         (mpeg1_sys_type_find):
39118           Fix MPEG-1 stream typefinding.
39119
39120 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39121
39122         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39123           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39124
39125 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39126
39127         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39128         * ext/esd/gstesd.c: (plugin_init):
39129           private debugging, better error reporting
39130
39131 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39132
39133         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39134         (gst_riff_read_init), (gst_riff_read_change_state):
39135         * gst-libs/gst/riff/riff-read.h:
39136           Remove stuff fromold metadata system.
39137
39138 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39139
39140         * ext/ogg/gstoggdemux.c:
39141           Fix wrong file comment.
39142         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39143         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39144           Add metadata reading properly.
39145
39146 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39147
39148         * ext/Makefile.am:
39149           Fix nas DIST_SUBDIRS
39150           Uraeus:
39151           Fix bug where make distcheck doesn't get run on adding stuff to
39152           the build.
39153
39154 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39155
39156         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39157         * ext/divx/gstdivxdec.h:
39158           Fix divx3 ("msmpeg4") playback using divxdec.
39159
39160 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39161
39162         * gst/typefind/gsttypefindfunctions.c:
39163         (mp3_type_frame_length_from_header): fix bug in length computation
39164         (mp3_type_find): improve debugging output
39165
39166 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39167
39168         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39169         (gst_play_set_location), (gst_play_seek_to_time),
39170         (gst_play_set_audio_sink), (gst_play_set_visualization),
39171         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39172         the pipeline from scratch. Visualization is back and switch went out as
39173         i realized it was not possible to use the way i wanted.
39174         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39175         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39176         clearing in state change from READY to NULL. So that one can clean the
39177         X ressources keeping the element.
39178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39179         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39180         (gst_xvimagesink_colorbalance_set_value),
39181         (gst_xvimagesink_colorbalance_get_value),
39182         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39183         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39184         change from READY to NULL and fixed some stupid bugs in colorbalance
39185         get/set values. Also added the following feature : when nobody tries to
39186         set some values to the colorbalance levels before the xcontext is
39187         grabbed, then when creating channels list from Xv attributes we set the
39188         internal values to the Xv defaults. This way we handle buggy Xv drivers
39189         that set default hue values far from the middle of the range (Thanks
39190         to Jon Trowbridge for pointing that issue).
39191         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39192         colorbalance levels have been set before xcontext is grabbed.
39193
39194 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39195
39196         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39197           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39198           it might block operations (which is bad for a mixer).
39199
39200 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39201
39202         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39203         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39204         (gmip_find_type_pre):
39205         * gst-libs/gst/media-info/media-info-priv.h:
39206         * gst-libs/gst/media-info/media-info.c:
39207         (gst_media_info_instance_init), (gst_media_info_read_idler):
39208         add fakesink to get caps on decoder src pad again
39209         fix callback prototype to match new have_type signal signature
39210
39211 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39212
39213         * gst/adder/gstadder.c: (gst_adder_link):
39214           fix non-compile and cut-n-paste code
39215
39216 2004-01-21  David Schleef  <ds@schleef.org>
39217
39218         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39219         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39220         (gst_swfdec_init), (gst_swfdec_change_state):
39221         * ext/swfdec/gstswfdec.h:
39222         Fix negotiation.
39223         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39224         (gst_adder_request_new_pad): Fix negotiation.
39225         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39226         Add a fixate function.
39227         * gst/intfloat/gstfloat2int.c:
39228         * gst/intfloat/gstfloat2int.h:
39229         * gst/intfloat/gstint2float.c:
39230         * gst/intfloat/gstint2float.h:
39231         Completely rewrite the negotiation.  Doesn't quite work yet,
39232         due to some buffer-frames problem.
39233
39234 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39235
39236         * ext/gnomevfs/gstgnomevfssrc.c:
39237         * sys/v4l2/v4l2_calls.h:
39238           fix includes for distcheck
39239
39240 2004-01-21  Christian Schaller <uraeus@gnome.org>
39241
39242         * ext/nas/
39243         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39244         based on earlier patch from Laurent Vivier
39245
39246 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39247
39248         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39249         Fix wma caps property
39250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39251         Fix typo (flags1 and flags2)
39252
39253 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39254
39255         * gst-libs/gst/media-info/media-info-priv.c:
39256         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39257         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39258         (gmip_find_stream), (gmip_find_track_metadata),
39259         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39260         (gmip_find_track_format):
39261         * gst-libs/gst/media-info/media-info-priv.h:
39262         * gst-libs/gst/media-info/media-info-test.c: (main):
39263         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39264         (gst_media_info_read_idler), (gst_media_info_read):
39265         * gst-libs/gst/media-info/media-info.h:
39266           register debugging category and use it for debugging
39267
39268 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39269
39270         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39271         (gst_vorbisfile_new_link):
39272           signal streaminfo through tags
39273
39274 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39275
39276         * ext/mplex/gstmplex.cc:
39277         * ext/mplex/gstmplexibitstream.cc:
39278           g++ doesn't like NULL in our i18n/error macros, should be
39279           either (NULL) or ("").
39280
39281 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39282
39283         * sys/dxr3/dxr3audiosink.c:
39284         * sys/dxr3/dxr3init.c:
39285         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39286         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39287           Fix more error error error errors (missing includes here).
39288
39289 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39290
39291         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39292           fix thomas' error errors.
39293
39294 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39295
39296         * ext/mpeg2enc/gstmpeg2enc.cc:
39297           fix error errors.
39298
39299 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39300
39301         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39302         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39303           Fix for new error system.
39304
39305 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39306
39307         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39308           fix for new error reporting
39309
39310 2004-01-20  David Schleef  <ds@schleef.org>
39311
39312         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39313         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39314         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39315         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39316         and neither is 100+, most likely.
39317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39318         (gst_xvimagesink_getcaps): same
39319
39320 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39321
39322         * configure.ac:
39323           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39324           clashes with ffmpeg.
39325
39326 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39327
39328         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39329         (gst_switch_init): Fixed switch element : proxying link and setting
39330         caps from src to sink on request.
39331
39332 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39333
39334         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39335         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39336         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39337         fix element_error
39338
39339 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39340
39341         * sys/v4l/v4l_calls.h:
39342         * sys/v4l2/v4l2_calls.h:
39343           element_error fixes
39344
39345 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39346
39347         * gst-libs/gst/gst-i18n-plugin.h:
39348           add locale.h
39349           remove config.h inclusion
39350
39351 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39352
39353         * autogen.sh:
39354           adding autopoint invocation
39355         * Makefile.am:
39356         * configure.ac:
39357         * gst-libs/gst/gettext.h:
39358           adding gettext bits
39359         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39360         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39361         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39362         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39363         (gst_gnomevfssink_close_file):
39364         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39365         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39366         * gst-libs/gst/gst-i18n-plugin.h:
39367         * gst/avi/gstavi.c: (plugin_init):
39368         * sys/dxr3/dxr3init.c: (plugin_init):
39369         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39370         * sys/oss/gstossaudio.c: (plugin_init):
39371         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39372         * sys/v4l/gstv4l.c: (plugin_init):
39373         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39374         * sys/v4l2/gstv4l2.c: (plugin_init):
39375         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39376         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39377         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39378         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39379         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39380         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39381           make sure locale and translation domain are set
39382           fix translated strings
39383         * po/.cvsignore:
39384         * po/LINGUAS:
39385         * po/Makevars:
39386         * po/POTFILES.in:
39387         * po/nl.po:
39388           put translation files into place
39389         * sys/xvideo/imagetest.c: (main):
39390         * ext/dv/demo-play.c: (main):
39391           fix unnecessary translations
39392
39393 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39394
39395         * ext/sndfile/gstsf.c:
39396         * gst/avi/gstavimux.c:
39397         * ext/audiofile/gstafsink.c:
39398         * ext/audiofile/gstafsrc.c:
39399         * ext/gnomevfs/gstgnomevfssink.c:
39400         * ext/gnomevfs/gstgnomevfssrc.c:
39401         * sys/oss/gstosselement.c:
39402         * sys/v4l/v4l_calls.h:
39403           fix i18n include
39404
39405 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39406
39407         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39408         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39409         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39410         (gst_v4l2_get_output), (gst_v4l2_set_output),
39411         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39412         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39413         (gst_v4l2_set_attribute):
39414         update to new error handling
39415
39416 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39417
39418         * ext/sidplay/gstsiddec.cc:
39419         * gst/modplug/gstmodplug.cc:
39420           parenthese NULL because C++ seems angry about it
39421
39422 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39423
39424         * gst-libs/gst/gst-i18n-plugin.h:
39425           add skeleton i18n stuff, but needs to be further implemented
39426
39427 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39428
39429         * examples/gstplay/player.c: (main):
39430         * ext/aalib/gstaasink.c: (gst_aasink_open):
39431         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39432         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39433         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39434         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39435         (gst_afsink_close_file):
39436         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39437         (gst_afsrc_close_file):
39438         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39439         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39440         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39441         * ext/esd/esdmon.c: (gst_esdmon_get):
39442         * ext/esd/esdsink.c: (gst_esdsink_chain):
39443         * ext/faac/gstfaac.c: (gst_faac_chain):
39444         * ext/faad/gstfaad.c: (gst_faad_chain):
39445         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39446         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39447         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39448         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39449         (gst_flacdec_loop):
39450         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39451         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39452         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39453         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39454         (gst_gnomevfssink_close_file):
39455         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39456         (gst_gnomevfssrc_open_file):
39457         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39458         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39459         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39460         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39461         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39462         * ext/mad/gstmad.c: (gst_mad_chain):
39463         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39464         * ext/mpeg2dec/gstmpeg2dec.c:
39465         * ext/mpeg2enc/gstmpeg2enc.cc:
39466         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39467         * ext/mplex/gstmplex.cc:
39468         * ext/mplex/gstmplexibitstream.cc:
39469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39470         (gst_ogg_demux_push), (gst_ogg_pad_push):
39471         * ext/raw1394/gstdv1394src.c:
39472         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39473         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39474         * ext/sidplay/gstsiddec.cc:
39475         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39476         (gst_sf_loop):
39477         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39478         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39479         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39481         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39482         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39483         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39484         * gst-libs/gst/Makefile.am:
39485         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39486         (gst_riff_read_element_data), (gst_riff_read_seek),
39487         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39488         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39490         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39491         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39492         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39493         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39494         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39495         * gst/goom/gstgoom.c: (gst_goom_chain):
39496         * gst/id3/gstid3types.c: (gst_id3types_loop):
39497         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39498         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39499         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39500         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39501         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39502         (gst_ebml_read_float), (gst_ebml_read_header):
39503         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39504         (gst_matroska_demux_parse_blockgroup):
39505         * gst/modplug/gstmodplug.cc:
39506         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39507         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39508         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39509         * gst/silence/gstsilence.c: (gst_silence_get):
39510         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39511         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39512         * gst/speed/gstspeed.c: (speed_loop):
39513         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39514         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39515         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39516         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39517         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39518         (gst_wavparse_loop):
39519         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39520         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39521         (dxr3audiosink_close):
39522         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39523         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39524         (dxr3videosink_close), (dxr3videosink_write_data):
39525         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39526         * sys/oss/gstosselement.h:
39527         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39528         (gst_osssink_chain):
39529         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39530         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39531         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39533         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39534         (gst_v4l_enable_overlay):
39535         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39536         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39537         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39538         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39539         (gst_v4l_set_audio):
39540         * sys/v4l/v4l_calls.h:
39541         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39542         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39543         (gst_v4lmjpegsink_playback_init),
39544         (gst_v4lmjpegsink_playback_start):
39545         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39546         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39547         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39548         (gst_v4lmjpegsrc_requeue_frame):
39549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39550         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39551         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39552         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39553         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39554         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39555         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39556         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39557         (gst_v4l2src_capture_stop):
39558         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39559         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39560         (gst_ximagesink_chain):
39561         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39562         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39563         (gst_xvideosink_xwindow_new):
39564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39565         (gst_xvimagesink_chain):
39566         use new error signal, function and categories
39567
39568 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39569
39570         * configure.ac:
39571         * ext/Makefile.am:
39572         * ext/musicbrainz/gsttrm.c:
39573         * ext/musicbrainz/gsttrm.h:
39574         * ext/musicbrainz/Makefile.am:
39575         Add a trm plugin
39576
39577 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39578
39579         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39580         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39581         synchronous property for debugging.
39582         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39584         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39585         smaller block, fixing indent.
39586
39587 2004-01-16  David Schleef  <ds@schleef.org>
39588
39589         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39590         property affects the video stream.
39591         * sys/xvimage/xvimagesink.c:
39592         * sys/xvimage/xvimagesink.h:
39593         Add synchronous property for debugging.  Should probably be
39594         disabled in non-CVS builds.  Make sure that the Xv attribute
39595         exists before we set it (crash!).  Fix a silly float bug that
39596         caused colorbalance to just not work.
39597
39598 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39599
39600         * tools/gst-launch-ext.in - update for new plugins
39601
39602 2004-01-16  David Schleef  <ds@schleef.org>
39603
39604         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39605         already-freed caps.
39606
39607 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39608
39609         * Update spec for new colorspace plugin and libcaca plugin
39610         * Fix compilation of libcaca plugin (clock -> id)
39611
39612 2004-01-16  Julien MOUTTE <julien@moutte.net>
39613
39614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39615         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39616         (gst_xvimagesink_set_xwindow_id),
39617         (gst_xvimagesink_colorbalance_set_value),
39618         (gst_xvimagesink_colorbalance_get_value),
39619         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39620         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39621         correct colorbalance properties. They can now be set when the element
39622         is still in NULL state. The values will be committed to the Xv Port
39623         when xcontext is initialized.
39624         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39625         brightness int values in the GstXvImagesink structure.
39626
39627 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39628
39629         * gst-libs/gst/Makefile.am:
39630           restructure so having local patches works easier.
39631
39632 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39633
39634         * ext/mpeg2enc/Makefile.am:
39635         * ext/mpeg2enc/gstmpeg2enc.cc:
39636         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39637           Bugfix with respect to EOS handling.
39638
39639 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39640
39641         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39642           Link with right caps (else, it segfaults).
39643         * ext/mplex/gstmplexjob.cc:
39644           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39645
39646 2004-01-15  David Schleef  <ds@schleef.org>
39647
39648         * gst-libs/gst/audio/Makefile.am:
39649         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39650         from the template.
39651         * gst-libs/gst/audio/gstaudiofilter.c:
39652         * gst-libs/gst/audio/gstaudiofilter.h:
39653         Add bytes_per_sample and size and n_samples calculation.
39654         * gst-libs/gst/audio/gstaudiofilterexample.c:
39655         Remove, now autogenerated.
39656         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39657         Moved from gstaudiofilterexample, object name changed, code added
39658         so that it actually works.
39659         * gst-libs/gst/audio/make_filter:
39660         Script to build an audiofilter subclass from the template.
39661         * gst/colorspace/Makefile.am:
39662         * gst/colorspace/yuv2yuv.c:
39663         Remove file, since it's GPL, and we don't use it.
39664
39665 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39666
39667         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39669         them use the buffer free function to test how the buffer was allocated.
39670
39671 2004-01-15  David Schleef  <ds@schleef.org>
39672
39673         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39674         that handles osssink fallback.
39675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39676         (gst_audio_convert_getcaps):
39677         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39678         Add audio/x-qdm2 for QDM2 audio.
39679         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39680         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39681         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39682         Decrease minimum size to 16x16.
39683         * gst/wavparse/gstwavparse.c:
39684         Convert disabled pad template caps to new caps.
39685         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39687         (gst_xvimagesink_chain): Throw element error when display cannot
39688         be opened.  Increase minimum framerate to 1.0.  Check the data
39689         free function on a buffer to make sure it is the type we expect
39690         before manipulating it.
39691
39692 2004-01-15  Julien MOUTTE <julien@moutte.net>
39693
39694         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39695         (gst_videobalance_colorbalance_set_value): Implement passthru if
39696         settings are in the middle.
39697         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39698
39699 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39700
39701         * gst/videofilter/Makefile.am:
39702         * gst/volume/Makefile.am:
39703           Since we use videofilter symbols, link to it.
39704
39705 2004-01-15  Julien MOUTTE <julien@moutte.net>
39706
39707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39708         mixer interface type to HARDWARE.
39709         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39710         type to SOFTWARE.
39711         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39712         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39713         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39714         (gst_volume_interface_init), (gst_volume_list_tracks),
39715         (gst_volume_set_volume), (gst_volume_get_volume),
39716         (gst_volume_set_mute), (gst_volume_mixer_init),
39717         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39718         (volume_init): Implementing mixer interface.
39719         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39720         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39721         (gst_osselement_change_state): Removing some trailing commas in
39722         structures.
39723         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39724         interface type to HARDWARE.
39725         * sys/v4l/gstv4lcolorbalance.c:
39726         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39727         type to HARDWARE.
39728         * sys/v4l2/gstv4l2colorbalance.c:
39729         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39730         interface type to HARDWARE.
39731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39732         same code than ximagesink for event handling.
39733
39734 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39735
39736         * ext/snapshot/Makefile.am:
39737         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39738         (gst_snapshot_chain):
39739         * ext/snapshot/gstsnapshot.h:
39740           This has to be a joke... Snapshot should be connected to a tee,
39741           colorspace element before it and EOS after that, where the other
39742           src of the tee receives normal data.
39743           The current way is *wrong*.
39744
39745 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39746
39747         * ext/hermes/gsthermescolorspace.c:
39748           Fix another compile error. Same as below.
39749
39750 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39751
39752         * gst/colorspace/gstcolorspace.c:
39753         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39754         (gst_colorspace_i420_to_yv12):
39755           Fix compiling... Didn't test if it actually works.
39756
39757 2004-01-15  David Schleef  <ds@schleef.org>
39758
39759         * configure.ac:
39760         * gst/colorspace/Makefile.am:
39761         * gst/colorspace/gstcolorspace.c:
39762         * gst/colorspace/gstcolorspace.h:
39763         * gst/colorspace/yuv2rgb.c:
39764         * gst/colorspace/yuv2rgb.h:
39765         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39766         code and GPL code.  Fix for new caps negotiation.  Rewrite
39767         much of the format handling code, and some of the conversion
39768         code.  Basically, rewrote almost everything.  This element
39769         handles I420, YV12 to RGB conversions.
39770         * ext/hermes/Makefile.am:
39771         * ext/hermes/gsthermescolorspace.c:
39772         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39773         Remove non-Hermes related code.  This element handles lots of
39774         RGB to RGB conversions, but no YUV.
39775         * ext/hermes/gstcolorspace.c:
39776         * ext/hermes/gstcolorspace.h:
39777         * ext/hermes/rgb2yuv.c:
39778         * ext/hermes/yuv2rgb.c:
39779         * ext/hermes/yuv2rgb.h:
39780         * ext/hermes/yuv2rgb_mmx16.s:
39781         * ext/hermes/yuv2yuv.c:
39782         * ext/hermes/yuv2yuv.h:
39783         Remove old code.
39784
39785 2004-01-14  Colin Walters  <walters@verbum.org>
39786
39787         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39788         they've already been.
39789
39790 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39791
39792         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39793           assume tag mode when pad is not connected
39794
39795 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39796
39797         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39798           Don't update the time of the clock
39799         (gst_alsa_sink_loop):
39800           sync to the clock given to alsasink, not the own clock
39801         * sys/oss/gstosssink.c: (gst_osssink_chain):
39802           sync to the clock
39803         (gst_osssink_change_state):
39804           activate the clock
39805         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39807           remove bogus code that made DISCONT events unhandled
39808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39809           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39810           #131502)
39811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39812         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39813         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39814           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39815           2nd warning in bug #131502)
39816
39817 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39818
39819         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39820         (gst_videobalance_colorbalance_set_value),
39821         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39822         for colorbalance interface implementation.
39823         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39824         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39825         (gst_ximagesink_dispose), (gst_ximagesink_init),
39826         (gst_ximagesink_class_init): Adding DISPLAY property.
39827         * sys/ximage/ximagesink.h: Adding display_name to store display.
39828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39829         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39830         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39831         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39832         properties (they still need polishing though for gst-launch use : no
39833         xcontext yet, i ll do that tomorrow).
39834         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39835
39836 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39837
39838         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39839         (gst_play_set_location), (gst_play_set_visualization): Preparing
39840         switch integration, adding videobalance in the pipeline.
39841
39842 2004-01-14  Julien MOUTTE <julien@moutte.net>
39843
39844         * gst-libs/gst/colorbalance/colorbalance.c:
39845         (gst_color_balance_class_init): Adding a default type.
39846         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39847         the type.
39848         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39849         (gst_videobalance_dispose), (gst_videobalance_class_init),
39850         (gst_videobalance_init), (gst_videobalance_interface_supported),
39851         (gst_videobalance_interface_init),
39852         (gst_videobalance_colorbalance_list_channels),
39853         (gst_videobalance_colorbalance_set_value),
39854         (gst_videobalance_colorbalance_get_value),
39855         (gst_videobalance_colorbalance_init): Implementing colorbalance
39856         interface.
39857         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39858         list.
39859         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39860         bug which was triggering a BadAccess X error when setting an overlay
39861         before pad was really negotiated.
39862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39863         Using the colorbalance type macro.
39864
39865 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39866
39867         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39868         (gst_flacenc_chain):
39869           handle tags correctly
39870         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39871           extract ID3v1 tags correctly
39872
39873 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39874
39875         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39876         (plugin_init):
39877           Improve matroska typefinding for odd-typed headers...
39878
39879 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39880
39881         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39882           Fix for using incremental number on padnames.
39883
39884 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39885
39886         * ext/divx/gstdivxdec.c:
39887         * ext/divx/gstdivxenc.c:
39888           Set category to divx4linux instead of divx (too generic).
39889         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39890         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39891         (gst_wavparse_loop), (gst_wavparse_change_state):
39892         * gst/wavparse/gstwavparse.h:
39893           fix parsing of WAV files with non-standard fmt-tag size and fix
39894           skipping of unrecognized chunks... Someone please fix this thing
39895           to use rifflib so all this is automated.
39896         * sys/v4l/Makefile.am:
39897         * sys/v4l2/Makefile.am:
39898           Add X_CFLAGS because we depend on X (for overlay).
39899
39900 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39901
39902         * ext/mpeg2dec/gstmpeg2dec.c:
39903           Don't issue a timestamp unless we tagged the frame
39904           with a PTS.
39905
39906 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39907
39908         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39909           Query the audio element to get the time, not the clock. We're
39910           interested in the element's time here.
39911
39912 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39913
39914         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39916         * ext/esd/esdsink.c: (gst_esdsink_chain):
39917         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39918         * ext/mas/massink.c: (gst_massink_chain):
39919         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39921         (gst_matroska_demux_parse_metadata):
39922         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39923         (gst_mpeg_parse_release_locks):
39924         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39925         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39926         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39927         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39928         (gst_osssink_change_state):
39929         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39930         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39931         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39932         (gst_xvideosink_release_locks):
39933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39934           use element time.
39935         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39936         (gst_alsa_clock_stop):
39937         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39938         (gst_audio_clock_get_internal_time):
39939           simplify for use with new clocking code.
39940         * testsuite/alsa/Makefile.am:
39941         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39942           fix testsuite for new caps system
39943
39944 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39945
39946         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39947         * ext/flac/gstflacenc.c: (add_one_tag):
39948           length is already host endian, no need to convert. Fixes playback of
39949           tagged files on PPC. (bug #128384)
39950
39951 2004-01-13  Julien MOUTTE <julien@moutte.net>
39952
39953         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39954         colorbalance interface stating if it is hardware based or software
39955         based.
39956         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39957         Removing a trailing comma.
39958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39959         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39960         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39961         the documentation seems to be wrong on the -1000 to 1000 interval.
39962
39963 2004-01-12  David Schleef  <ds@schleef.org>
39964
39965         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39966         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39967         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39968         Fix negotiation.  Add a bufferalloc function for the sink pad,
39969         and generally clean up some of the code.
39970
39971 2004-01-12  Julien MOUTTE <julien@moutte.net>
39972
39973         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39974         (gst_color_balance_channel_dispose): Adding safety check in dispose
39975         method.
39976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39977         (gst_xvimagesink_xcontext_clear),
39978         (gst_xvimagesink_interface_supported),
39979         (gst_xvimagesink_colorbalance_list_channels),
39980         (gst_xvimagesink_colorbalance_set_value),
39981         (gst_xvimagesink_colorbalance_get_value),
39982         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39983         Adding colorbalance interface support to set XV parameters such as
39984         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39985         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39986         interface.
39987
39988 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39989
39990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39991         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39992         (gst_audio_convert_init), (gst_audio_convert_set_property),
39993         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39994         (gst_audio_convert_link),
39995         (gst_audio_convert_buffer_to_default_format),
39996         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39997           - implement _getcaps and use it
39998           - improve linking
39999           - remove float caps since no float conversion is actually done
40000           - remove properties and arguments that were to be used for rate
40001             conversion
40002
40003 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40004
40005         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40006         (gst_audio_structure_set_int):
40007         * gst-libs/gst/audio/audio.h:
40008           add helper functions for _getcaps matching the standard audio
40009           templates
40010
40011 2004-01-12  David Schleef  <ds@schleef.org>
40012
40013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40014         Test that pad is negotiated before getting its caps.
40015
40016 2004-01-12  Julien MOUTTE <julien@moutte.net>
40017
40018         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40019         analyzing the pads of an element the bin is mostly in READY state so
40020         no caps were negotiated. This helper function needs to work with
40021         _get_caps directly then. I was not freeing them though, added that to
40022         fix the mem leak.
40023
40024 2004-01-12  Julien MOUTTE <julien@moutte.net>
40025
40026         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40028         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40029         than the free_func.
40030
40031 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40032
40033         * sys/oss/gstossaudio.c: (plugin_init):
40034         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40035         * sys/oss/gstosselement.h:
40036           make an oss debugging category
40037           make failure more descriptive
40038
40039 2004-01-11  David Schleef  <ds@schleef.org>
40040
40041         * ext/ffmpeg/gstffmpeg.c:
40042         * ext/ffmpeg/gstffmpegcodecmap.c:
40043         * ext/ffmpeg/gstffmpegdec.c:
40044         * ext/ffmpeg/gstffmpegenc.c:
40045         * ext/ffmpeg/gstffmpegprotocol.c:
40046         * ext/gdk_pixbuf/gstgdkanimation.c:
40047         * ext/jpeg/gstjpeg.c:
40048         * ext/libpng/gstpng.c:
40049         * ext/mpeg2dec/perftest.c:
40050         * ext/speex/gstspeex.c:
40051         * gst-libs/gst/resample/dtos.c:
40052         * gst/intfloat/gstintfloatconvert.c:
40053         * gst/oneton/gstoneton.c:
40054         * gst/rtjpeg/RTjpeg.c:
40055         * gst/rtp/gstrtp.c:
40056         * sys/dxr3/dxr3init.c:
40057         * sys/glsink/gstgl_nvimage.c:
40058         * sys/glsink/gstgl_pdrimage.c:
40059         * sys/glsink/gstglsink.c:
40060         * testsuite/gst-lint:
40061         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40062
40063 2004-01-11  David Schleef  <ds@schleef.org>
40064
40065         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40066         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40067         * ext/gdk_pixbuf/gstgdkanimation.c:
40068         (gst_gdk_animation_iter_create_pixbuf):
40069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40070         (gst_gdk_pixbuf_chain):
40071         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40072         * ext/jack/gstjack.c: (gst_jack_change_state):
40073         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40074         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40075         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40076         * gst/videofilter/gstvideofilter.c:
40077         (gst_videofilter_set_output_size):
40078         Remove all usage of gst_pad_get_caps(), and replace it with
40079         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40080
40081 2004-01-11  David Schleef  <ds@schleef.org>
40082
40083         * configure.ac:
40084         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40085         * ext/divx/gstdivxdec.c:
40086         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40087         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40088         handle images that span multiple buffers.  Now work with both
40089         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40090         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40091         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40092         video/video.h changes
40093         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40094         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40095         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40096         of GstData free function.
40097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40098         same.
40099
40100 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40101
40102         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40103         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40104         (gst_v4l2element_get_property):
40105         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40106           add norm, channel and frequency properties.
40107         * sys/v4l2/gstv4l2tuner.c:
40108           fixes for tuner interface changes
40109         * sys/v4l2/gstv4l2element.h:
40110         * sys/v4l2/gstv4l2src.c:
40111         * sys/v4l2/gstv4l2src.h:
40112         * sys/v4l2/v4l2src_calls.c:
40113         * sys/v4l2/v4l2src_calls.h:
40114           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40115
40116 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40117
40118         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40119         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40120         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40121         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40122         * gst-libs/gst/tuner/tuner.h:
40123           GObjects aren't const.
40124           Add find_by_name functions.
40125           Add checks to _changed functions.
40126         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40127         (gst_v4l_tuner_get_norm):
40128           Fixes for above.
40129
40130 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40131
40132         * gst-libs/gst/video/video.h:
40133           Fix caps template names to be understandable.
40134           Prefix everything with GST_VIDEO.
40135         * ext/aalib/gstaasink.c:
40136         * ext/divx/gstdivxdec.c:
40137         * ext/divx/gstdivxenc.c:
40138         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40139         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40140         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40141         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40142         * ext/libcaca/gstcacasink.c:
40143         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40144         * ext/snapshot/gstsnapshot.c:
40145         * ext/swfdec/gstswfdec.c:
40146         * ext/xvid/gstxviddec.c:
40147         * ext/xvid/gstxvidenc.c:
40148         * gst/chart/gstchart.c:
40149         * gst/deinterlace/gstdeinterlace.c:
40150         * gst/effectv/gsteffectv.c:
40151         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40152         * gst/goom/gstgoom.c:
40153         * gst/median/gstmedian.c:
40154         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40155         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40156         * gst/overlay/gstoverlay.c:
40157         * gst/smooth/gstsmooth.c:
40158         * gst/smpte/gstsmpte.c:
40159         * gst/synaesthesia/gstsynaesthesia.c:
40160         * gst/videocrop/gstvideocrop.c:
40161         * gst/videodrop/gstvideodrop.c:
40162         * gst/y4m/gsty4mencode.c:
40163         * sys/qcam/gstqcamsrc.c:
40164         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40165           Make them work with new video.h file.
40166         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40167         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40169         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40170           Make it work with new buffer allocation system.
40171
40172 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40173
40174         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40175         pad_alloc_buffer implementation to use ->srcpad
40176         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40177         pad_alloc_buffer implementation to use ->srcpad
40178         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40179         pad_alloc_buffer implementation to use ->srcpad
40180         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40181         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40182         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40183         a reference to everything we need.
40184         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40186         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40187         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40188         a reference to everything we need.
40189         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40190
40191 2004-01-11  David Schleef  <ds@schleef.org>
40192
40193         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40194         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40195         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40196         structure members.
40197         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40198         value during a resize/renegotiation.
40199         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40200         gst_pad_alloc_buffer();
40201         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40202         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40203         structure members.
40204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40205         Fix for rename of buffer private structure members.
40206         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40207         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40208         Fix for rename of buffer private structure members.
40209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40210         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40211         Fix for rename of buffer private structure members.
40212
40213 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40214
40215         reviewed by: David Schleef <ds@schleef.org>
40216
40217         * gst/videofilter/Makefile.am:
40218         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40219         from the patch by ds to fit in with recent make_filter changes.
40220
40221 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40222
40223         * configure.ac: Adding examples/switch/Makefile
40224         * examples/Makefile.am: Adding examples/switch
40225         * examples/switch/Makefile.am: Adding switcher example.
40226         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40227         (switch_timer), (main): Adding an example demonstrating switch usage
40228         with 2 videotestsrc showing different patterns.
40229         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40230         (gst_switch_init): Fixing switch with the new caps system.
40231
40232 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40233
40234         * gst-libs/gst/video/video.h:
40235           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40236           They should probably be like
40237           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40238
40239 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40240
40241         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40242         (qtdemux_parse_trak):
40243           fix audio chunk size/timestamp calculation
40244
40245 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40246
40247         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40248           fix SVQ3 caps
40249
40250 2004-01-11  Steve Baker  <steve@stevebaker.org>
40251
40252         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40253         (gst_agingtv_base_init), (gst_agingtv_class_init),
40254         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40255         (gst_agingtv_set_property), (gst_agingtv_get_property):
40256         Port agingTV to videofilter
40257
40258 2004-01-09  Julien MOUTTE <julien@moutte.net>
40259
40260         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40261         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40262
40263 2004-01-09  Julien MOUTTE <julien@moutte.net>
40264
40265         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40266         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40267         * gst-libs/gst/xoverlay/xoverlay.c:
40268         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40269         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40270         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40271         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40272         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40273         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40274         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40275         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40276         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40277         interface implementation to handle xid being 0 and fix some bugs
40278         triggered by Benjamin's testcase.
40279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40280         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40281         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40282         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40283         interface implementation to handle xid being 0 and fix some bugs
40284         triggered by Benjamin's testcase.
40285
40286 2004-01-09  David Schleef  <ds@schleef.org>
40287
40288         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40289         mouse pointer events.  It works.
40290
40291 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40292
40293         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40294           Use explicit caps - fix capsnego.
40295         * ext/xvid/gstxviddec.c:
40296         * ext/xvid/gstxvidenc.c:
40297           Remove macro-inside-macro which caused compile errors.
40298         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40299           Error out if it's not a RIFF file. Else we error out without
40300           gst_element_error() which is not good...
40301
40302 2004-01-08  David Schleef  <ds@schleef.org>
40303
40304         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40305         Fix pad_link function to handle formats that ffmpeg returns
40306         as multiple caps structures.
40307         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40308         Only complain if source buffer is _smaller_ than expected.
40309         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40310         (gst_videoscale_handle_src_event): Resize navigation events
40311         when passing them upstream.
40312         * gst/videotestsrc/gstvideotestsrc.c:
40313         * gst/videotestsrc/gstvideotestsrc.h:
40314         * gst/videotestsrc/videotestsrc.c:
40315         * gst/videotestsrc/videotestsrc.h:
40316         Rewrite many of the buffer painting functions to handle odd
40317         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40318         been verified to work with my video card.
40319         * testsuite/gst-lint:  Add check for elements calling
40320         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40321
40322 2004-01-08  David Schleef  <ds@schleef.org>
40323
40324         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40325         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40326
40327 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40328
40329         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40330         configure event is not emiting the desired size signal. That fixes
40331         aspect ratio issues with gst-player.
40332
40333 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40334
40335         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40336           Fix capsnego.
40337
40338 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40339
40340         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40341         public method to fire size signal.
40342
40343 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40344
40345         * examples/gstplay/Makefile.am: Adding the interface library.
40346         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40347         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40348         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40349         GST_IS_X_OVERLAY before signal connect.
40350         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40351         Removing the have_video_size signal.
40352         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40353         and associated public method.
40354         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40355         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40356         signal.
40357         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40358         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40359         signal.
40360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40361         Using XOverlay public method to fire size signal.
40362
40363 2004-01-07  David Schleef  <ds@schleef.org>
40364
40365         * gst/videofilter/Makefile.am:
40366         * gst/videofilter/gstvideotemplate.c:
40367         * gst/videofilter/make_filter:
40368         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40369         Convert make_filter to /bin/sh script.
40370
40371 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40372
40373         * gst/modplug/gstmodplug.cc: fix element description
40374
40375 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40376
40377         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40378         (got_video_size): Adding some new lines in g_print calls.
40379         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40380         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40381         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40382         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40383         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40384         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40385         Complete code review, reverting some stuff i disagree with, adding
40386         some fixes : time synchronization on invalid timestamps, renegotiation
40387         of private window.
40388         * sys/ximage/ximagesink.h:
40389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40390         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40391         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40392         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40393         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40394         (gst_xvimagesink_buffer_new),
40395         (gst_xvimagesink_navigation_send_event),
40396         (gst_xvimagesink_set_xwindow_id),
40397         (gst_xvimagesink_get_desired_size),
40398         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40399         stuff i disagree with, adding some fixes : Renegotiation of private
40400         window, implementing get_desired_size.
40401
40402 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40403
40404         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40405         (gst_afsink_handle_event):
40406         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40407         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40408         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40409         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40410         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40411           Fix for instantiate-test (see core). Also remove dead code from
40412           jpegenc (which still needs fixing, but that's lower on my TODO
40413           list...).
40414         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40415           Never return NULL as caps.
40416
40417 2004-01-07  David Schleef  <ds@schleef.org>
40418
40419         * configure.ac:
40420         * ext/Makefile.am:
40421         * ext/librfb/Makefile.am:
40422         * ext/librfb/gstrfbsrc.c:
40423         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40424         is the protocol used by VNC.
40425
40426 2004-01-07  David Schleef  <ds@schleef.org>
40427
40428         * gst/videofilter/gstvideotemplate.c:
40429         * gst/videofilter/gstvideotemplate.h:
40430         * gst/videofilter/make_filter:
40431         Merge videotemplate header into source file.
40432         * gst/effectv/Makefile.am:
40433         * gst/effectv/gsteffectv.c: (plugin_init):
40434         * gst/effectv/gstwarp.c:
40435         Make warpTV a subclass of videofilter.
40436
40437 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40438
40439         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40440           Add guard against invalid utf-8 conversions in mad. Just in case.
40441
40442 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40443
40444         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40445           Fix for bug shown by poisoning
40446
40447 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40448
40449         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40450         (gst_v4lmjpegsrc_buffer_free):
40451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40452         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40453         (gst_v4lsrc_buffer_free):
40454           Fix for removed bufferpools.
40455
40456 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40457
40458         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40459         Fix caps negotiation.
40460
40461         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40462         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40463         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40464         (dvdnavsrc_event):
40465         * ext/mpeg2dec/gstmpeg2dec.c:
40466         * gst-libs/gst/navigation/navigation.c:
40467         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40468         * gst-libs/gst/navigation/navigation.h:
40469         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40470         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40472         Super-simple first version of mouse and keyboard events. Clicking
40473         on a DVD menu now works, although it may not take you where you
40474         expected.
40475
40476         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40477         * gst/videotestsrc/gstvideotestsrc.c:
40478         (gst_videotestsrc_src_fixate):
40479         These fixate functions were broken - they never actually
40480         fixated :)
40481
40482 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40483
40484         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40485         (gst_icecastsend_init):
40486           fix for new caps system.
40487         * gst-libs/gst/mixer/mixertrack.h:
40488         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40489           Add 'master track' flag (for tools like ACME that only want to
40490           change the main volume).
40491
40492 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40493
40494         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40495         (gst_xvid_csp_to_caps):
40496         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40497         * ext/xvid/gstxvidenc.c:
40498         ifdef out ARGB type when it isn't available
40499         in xvidcore 1.0.0beta2
40500
40501 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40502
40503         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40504           When we have received a new SCR right in the first buffer after
40505           a seek (so in the same cycle that handles the discont), we should
40506           handle the buffer instead of unreffing it, else we lose data.
40507
40508 2004-01-06  Iain <iain@prettypeople.org>
40509
40510         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40511           buffer-frames caps too.
40512
40513         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40514           caps that we need, don't destroy them all and rebuild them. And when
40515           creating src pads, use the src pad template rather than the sink...
40516
40517 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40518
40519         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40520           Add pad to element *after* setting functions such as event handler.
40521           Without this, the scheduler (opt) will link pads, set the event
40522           handler from the default event function (dispatcher in gstpad.c)
40523           and *after* that, we will set our own event function, which will
40524           thus never be used (and thus mpegdemux doesn't handle events).
40525
40526 2004-01-04  David Schleef  <ds@schleef.org>
40527
40528         Fix the fixate functions to handle new prototype:
40529         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40530         * gst/videotestsrc/gstvideotestsrc.c:
40531         (gst_videotestsrc_src_fixate):
40532         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40533         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40535
40536 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40537
40538         * sys/ximage/ximagesink.h:
40539         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40540         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40541         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40542         (gst_ximagesink_xoverlay_init):
40543           assorted fixes to make (re)embedding work
40544         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40545         (gst_ximagesink_get_desired_size):
40546           implement desired size additions to XOverlay
40547
40548 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40549
40550         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40551         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40552         (gst_x_overlay_got_desired_size):
40553         * gst-libs/gst/xoverlay/xoverlay.h:
40554           Add optional "desired size" signal and querying.
40555
40556 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40557
40558         * gst/matroska/matroska-demux.c:
40559         (gst_matroska_demux_parse_blockgroup):
40560           Fix EBML-laced block parsing. Diffs are relative to previous
40561           lace, not the first lace. Thanks to Mosu from the Matroska
40562           team for detecting this.
40563         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40564         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40565         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40566         (gst_wavparse_change_state):
40567         * gst/wavparse/gstwavparse.h:
40568           Quickfix for capsnego.
40569
40570 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40571
40572         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40573           Fix indenting, fix pad creation.
40574
40575 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40576
40577         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40578         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40579         (gst_xviddec_sink_link):
40580           Implement src_getcaps() so proper size caps is negotiated.
40581
40582 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40583
40584         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40585           Finish flac decoder on EOS. See #116178.
40586
40587 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40588
40589         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40590         (gst_matroska_demux_add_stream):
40591         * gst/matroska/matroska-ids.h:
40592           Add getcaps() function to fix capsnego...
40593
40594 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40595
40596         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40597         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40598         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40599           Fix more integer overflows. Again, see #126967.
40600
40601 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40602
40603         * ext/mpeg2dec/gstmpeg2dec.c:
40604           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40605           #130416.
40606
40607 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40608
40609         * configure.ac:
40610         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40611         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40612         * ext/xvid/gstxvid.h:
40613         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40614         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40615         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40616         (gst_xviddec_change_state):
40617         * ext/xvid/gstxviddec.h:
40618         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40619         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40620         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40621         (gst_xvidenc_link), (gst_xvidenc_set_property),
40622         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40623         * ext/xvid/gstxvidenc.h:
40624           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40625
40626 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40627
40628         * gst/rtp/rtp-packet.c:
40629           Add sys/types.h include, since OS X doesn't define in_addr_t
40630           in netinet/in.h, like it does on Linux (see #129600).
40631
40632 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40633
40634         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40635
40636         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40637           Correct logic of dispose function (see #129306).
40638
40639 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40640
40641         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40642         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40643         (gst_mpeg_parse_init):
40644         * gst/mpegstream/gstmpegparse.h:
40645           Remove clock (which was never provided, i.e. dead code), and
40646           also fix integer overflows at high PTS values (see #126967).
40647
40648 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40649
40650         * ext/flac/gstflacdec.c:
40651         * ext/libpng/gstpngenc.h:
40652         * ext/mikmod/gstmikmod.h:
40653           OS X fixes (see #126628).
40654
40655 2004-01-02  David Schleef  <ds@schleef.org>
40656
40657         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40658         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40659         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40660         (gst_mpeg_parse_class_init): Move pad template registration
40661         to class_init, since the derived class (mpegdemux) doesn't
40662         want them.
40663
40664 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40665
40666         * sys/ximage/Makefile.am:
40667         * sys/xvideo/Makefile.am:
40668         * sys/xvimage/Makefile.am:
40669           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40670           after installation (see #127664).
40671
40672 2004-01-02  David Schleef  <ds@schleef.org>
40673
40674         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40675         (gst_ffmpegenc_connect):  Negotiation fixes.
40676         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40677         Remove inappropriate gst_caps_free().
40678         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40679         Reenable Ronald's internal resize code, since the core handles
40680         it correctly now.
40681
40682 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40683
40684         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40685         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40686         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40687           Fix pad template stuff.
40688
40689 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40690
40691         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40692         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40693           fix signed integer reading/writing.
40694
40695 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40696
40697         * ext/alsa/README:
40698           Remove outdated document
40699
40700 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40701
40702         * gst/cutter/gstcutter.c: (gst_cutter_init):
40703           src pad was being created twice - oops.
40704
40705 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40706
40707         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40708           Comment out internal resize. It doesn't handle the resulting
40709           XEvent internally, does another try_set_caps() which leads to
40710           a really nice loop.
40711           Real fix will come when Julien and Dave are awake. ;).
40712
40713 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40714
40715         * ext/mpeg2enc/gstmpeg2enc.cc:
40716           fix const/nonconst compile issue.
40717
40718 2004-01-02  David Schleef  <ds@schleef.org>
40719
40720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40721         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40722         Add fixate function and a check for bad formats.
40723
40724 2004-01-01  David Schleef  <ds@schleef.org>
40725
40726         Negotiation fixes:
40727         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40728         (gst_audiofilter_init):
40729         * gst/debug/efence.c: (gst_efence_init):
40730         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40731         (gst_deinterlace_init):
40732         * gst/volume/gstvolume.c: (volume_connect):
40733
40734 2004-01-01  David Schleef  <ds@schleef.org>
40735
40736         Convert elements to use gst_pad_use_explicit_caps() where
40737         appropriate:
40738         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40739         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40740         (gst_afparse_open_file):
40741         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40742         (gst_afsrc_open_file):
40743         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40744         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40745         (gst_ffmpegdec_chain):
40746         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40747         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40748         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40749         (gst_gdk_pixbuf_chain):
40750         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40751         (gst_jpegdec_chain):
40752         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40753         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40754         (gst_mikmod_negotiate):
40755         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40756         (gst_mpeg2dec_negotiate_format):
40757         * ext/mpeg2enc/gstmpeg2enc.cc:
40758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40759         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40760         (gst_speexdec_sinkconnect):
40761         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40762         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40763         (gst_vorbisfile_new_link):
40764         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40765         (gst_ac3parse_chain):
40766         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40767         (gst_asf_demux_setup_pad):
40768         * gst/auparse/gstauparse.c: (gst_auparse_init),
40769         (gst_auparse_chain):
40770         * gst/id3/gstid3types.c: (gst_id3types_loop):
40771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40772         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40773         (mp1videoparse_parse_seq):
40774         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40775         (bpf_from_header):
40776         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40777         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40778         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40779         (gst_mpeg_parse_send_data):
40780         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40781         (gst_qtdemux_add_stream):
40782         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40783         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40784         (gst_wavparse_parse_fmt):
40785
40786 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40787
40788         * configure.ac:
40789           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40790           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40791           it therefore uses the wrong include paths. Too bad... Note
40792           that 1.6.1.93 is not release yet. ;).
40793           Also add a check for mplex, which is now using the lib'ified
40794           mplex from mjpegtools, too.
40795         * ext/ffmpeg/gstffmpegcodecmap.c:
40796           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40797           issues. I don't think ffmpeg handles 3ivx correctly, so this
40798           probably won't work. But it won't hurt either.
40799         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40800         (gst_ffmpegdec_chain):
40801         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40802         (gst_ffmpegenc_chain_audio):
40803           Fix memleak in audio encoding. Close codec if open fails, this
40804           calls the cleanup routines so we can re-use the context.
40805         * ext/mpeg2enc/gstmpeg2enc.cc:
40806           Fix pad template names/types, fix memory issue with getcaps().
40807         * ext/mpeg2enc/gstmpeg2encoder.cc:
40808         * ext/mpeg2enc/gstmpeg2encoder.hh:
40809           Fix compile issue with new caps system (const thingy).
40810         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40811         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40812           We read a first frame right on initing, so that we have a caps
40813           when we init the output. This caps is cached in padprivate and
40814           read as first frame.
40815         * ext/mplex/Makefile.am:
40816         * ext/mplex/gstmplex.cc:
40817         * ext/mplex/gstmplex.h:
40818         * ext/mplex/gstmplex.hh:
40819         * ext/mplex/gstmplexibitstream.cc:
40820         * ext/mplex/gstmplexibitstream.hh:
40821         * ext/mplex/gstmplexjob.cc:
40822         * ext/mplex/gstmplexjob.hh:
40823         * ext/mplex/gstmplexoutputstream.cc:
40824         * ext/mplex/gstmplexoutputstream.hh:
40825           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40826           had issues, didn't do capsnego, supported only a subset of the
40827           mplex features and required a mplex fork in our local CVS. Plus
40828           that it worked agaist a very old mplex version. Rewriting was
40829           faster than updating it.
40830         * gst-libs/ext/Makefile.am:
40831         * gst-libs/ext/mplex/INSTRUCT:
40832         * gst-libs/ext/mplex/Makefile.am:
40833         * gst-libs/ext/mplex/README:
40834         * gst-libs/ext/mplex/TODO:
40835         * gst-libs/ext/mplex/ac3strm_in.cc:
40836         * gst-libs/ext/mplex/audiostrm.hh:
40837         * gst-libs/ext/mplex/audiostrm_out.cc:
40838         * gst-libs/ext/mplex/aunit.hh:
40839         * gst-libs/ext/mplex/bits.cc:
40840         * gst-libs/ext/mplex/bits.hh:
40841         * gst-libs/ext/mplex/buffer.cc:
40842         * gst-libs/ext/mplex/buffer.hh:
40843         * gst-libs/ext/mplex/fastintfns.h:
40844         * gst-libs/ext/mplex/format_codes.h:
40845         * gst-libs/ext/mplex/inputstrm.cc:
40846         * gst-libs/ext/mplex/inputstrm.hh:
40847         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40848         * gst-libs/ext/mplex/mjpeg_logging.cc:
40849         * gst-libs/ext/mplex/mjpeg_logging.h:
40850         * gst-libs/ext/mplex/mjpeg_types.h:
40851         * gst-libs/ext/mplex/mpastrm_in.cc:
40852         * gst-libs/ext/mplex/mpegconsts.cc:
40853         * gst-libs/ext/mplex/mpegconsts.h:
40854         * gst-libs/ext/mplex/mplexconsts.hh:
40855         * gst-libs/ext/mplex/multplex.cc:
40856         * gst-libs/ext/mplex/outputstream.hh:
40857         * gst-libs/ext/mplex/padstrm.cc:
40858         * gst-libs/ext/mplex/padstrm.hh:
40859         * gst-libs/ext/mplex/stillsstream.cc:
40860         * gst-libs/ext/mplex/stillsstream.hh:
40861         * gst-libs/ext/mplex/systems.cc:
40862         * gst-libs/ext/mplex/systems.hh:
40863         * gst-libs/ext/mplex/vector.cc:
40864         * gst-libs/ext/mplex/vector.hh:
40865         * gst-libs/ext/mplex/videostrm.hh:
40866         * gst-libs/ext/mplex/videostrm_in.cc:
40867         * gst-libs/ext/mplex/videostrm_out.cc:
40868         * gst-libs/ext/mplex/yuv4mpeg.cc:
40869         * gst-libs/ext/mplex/yuv4mpeg.h:
40870         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40871         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40872           We don't fork mjpegtools' mplex in our CVS anymore.
40873         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40874         (gst_avi_demux_add_stream):
40875         * gst/avi/gstavidemux.h:
40876           Add getcaps() function for proper caps nego. This makes some
40877           parts of AVI playback/reading work.
40878         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40879           Resize window on new capsnego. This is probably wrong, but
40880           I'm still committing it because with current capsnego, the
40881           first successfull capsnego is auto-fixated, therefore rounded
40882           down to the lowest values in the caps. this results in a 16x16
40883           XWindow that is not reized when real capsnego finishes.
40884           Dave, I see more cases of this, do you know a proper solution?
40885         * tools/gst-launch-ext.in:
40886           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40887
40888 2003-12-31  David Schleef  <ds@schleef.org>
40889
40890         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40891         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40892           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40893
40894 2003-12-30  David Schleef  <ds@schleef.org>
40895
40896         * ext/ffmpeg/gstffmpegcolorspace.c:
40897         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40898         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40899         (gst_ffmpegcsp_chain): Negotiation fixes
40900         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40902         (gst_audio_convert_link), (gst_audio_convert_channels):
40903         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40904         (gst_audioscale_link), (gst_audioscale_get_buffer),
40905         (gst_audioscale_chain): Negotiation fixes
40906         * gst/audioscale/gstaudioscale.h:
40907         * gst/videofilter/gstvideofilter.c:
40908         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40909         (gst_videofilter_link), (gst_videofilter_init),
40910         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40911         (gst_videofilter_find_format_by_structure):
40912         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40913         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40914         (gst_videoscale_link):
40915         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40916         (videoscale_find_by_structure), (gst_videoscale_setup):
40917         * gst/videoscale/videoscale.h: Negotiation fixes
40918         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40919         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40920         function, restrict resizing to a multiple of 4 (hack until
40921         everyone supports odd sizes correctly).
40922
40923 2003-12-29  Colin Walters  <walters@verbum.org>
40924
40925         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40926         signed.
40927
40928 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40929
40930         * ext/sndfile/gstsf.c: (gst_sf_loop):
40931           Fix warning about discarding const qualifier
40932
40933 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40934
40935         * gst/cutter/gstcutter.c:
40936         * gst/videoscale/gstvideoscale.c:
40937         * gst/volenv/gstvolenv.c:
40938         * gst-libs/gst/audio/audio.c:
40939         * gst-libs/gst/video/video.c:
40940           Fix warnings
40941
40942 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40943
40944         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40945           Don't send ALSA debugging to stderr.
40946         * ext/alsa/gstalsa.h:
40947           Use GST_WARNING instead of g_warning when ALSA functions fail.
40948
40949 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40950
40951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40952           Free XVAdapterInfo correctly.
40953
40954 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40955
40956         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40957         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40958           Make id3tag use correct caps nego.
40959
40960 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40961
40962         * ext/ivorbis/vorbis.c:
40963         * ext/ivorbis/vorbisenc.h:
40964         * ext/ivorbis/vorbisfile.c:
40965           Modify so that it uses the new caps things
40966
40967 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40968
40969         * testsuite/spider/spider1.c: (main):
40970         * testsuite/spider/spider2.c: (main):
40971         * testsuite/spider/spider3.c: (main):
40972           Make tests compile again. They probably don't work.
40973
40974 2003-12-24  Colin Walters  <walters@verbum.org>
40975
40976         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40977         we can't fixate the caps anymore.
40978
40979 2003-12-23  David Schleef  <ds@schleef.org>
40980
40981         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40982         * sys/oss/gstosssink.c: (gst_osssink_init),
40983         (gst_osssink_sink_fixate): Add fixate function.
40984
40985 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40986
40987         * ext/ffmpeg/gstffmpegcodecmap.c:
40988         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40989         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40990         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40991         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40992         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40993         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40994         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40995           fix typo in RGB masks, and move back to "old" colorspace
40996           capsnego code until whoever wrote this new crap has actually
40997           tested it so that it works.
40998           And yes, this works, keep it that way please.
40999
41000 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41001
41002         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41003         (gst_divxdec_init), (gst_divxdec_negotiate):
41004         * ext/divx/gstdivxdec.h:
41005         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41006         (gst_divxenc_init):
41007         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41008         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41009         * ext/mpeg2enc/gstmpeg2enc.cc:
41010         * ext/mpeg2enc/gstmpeg2encoder.cc:
41011         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41012         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41013         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41014         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41015         (dxr3spusink_init):
41016         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41017         (dxr3videosink_init):
41018           Fix caps breakage after Dave's caps branch merge.
41019
41020 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41021
41022         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41023           Fix for 24bpp display.
41024
41025 2003-12-23  Colin Walters  <walters@verbum.org>
41026
41027         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41028         a GnomeVFSHandle directly.
41029
41030 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41031
41032         * gst/volume/Makefile.am:
41033         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41034         (volume_base_init), (volume_init):
41035           Reenable volume element and fix to work with new caps stuff.
41036           Rhythmbox needs this.
41037
41038 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41039
41040         * gst/qtdemux/qtdemux.c: (plugin_init):
41041           qtdemux requires bytestream
41042
41043 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41044
41045         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41046           Fix remaining caps handling errors due to CAPS merge.
41047
41048 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41049
41050         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41051         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41052         (gst_faad_srcconnect):
41053           Port to new caps system.
41054
41055 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41056
41057         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41058         (got_video_size), (main): using g_print instead of g_message.
41059         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41060         signal which was not emitted because of "switch" element added to the
41061         bin but not connected. (Removing from the bin temporarily)
41062
41063 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41064
41065         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41066         find X development files. I don't understand the previous tests and
41067         they fail on my debian/ppc unstable. This one works.
41068         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41069         exiting.
41070         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41071         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41072         (gst_play_set_visualization): Add some safety checks in set_ methods
41073         and state_change. This was throwing some ugly CRITICAL messages when
41074         pipeline was getting disposed and casts were failing.
41075
41076 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41077
41078         * configure.ac:
41079           Improve mpeg2enc detection. This is for distributions that do
41080           ship mjpegtools, but without mpeg2enc. Also does object check
41081           for might there ever be ABI incompatibility.
41082         * ext/mpeg2enc/gstmpeg2enc.cc:
41083           Add Andrew as second maintainer (he's helping me), and also add
41084           an error if no caps was set. This happens if I pull before capsnego
41085           and that's something I should solve sometime else.
41086         * gst/matroska/matroska-demux.c:
41087         (gst_matroska_demux_parse_blockgroup):
41088           Fix time parsing.
41089         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41090         (gst_matroska_mux_track_header):
41091           Add caps to templates.
41092         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41093           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41094         * gst/mpegstream/gstmpegdemux.c:
41095           Remove layer since it causes warnings about unfixed caps.
41096         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41097           Fix obvious typo (we error out if caps were set, we should of
41098           course error out if *no* caps were set).
41099         * sys/oss/gstosselement.c: (gst_osselement_convert):
41100           Fix format conversion, we confused bits/bytes.
41101         * sys/oss/gstosselement.h:
41102           Improve documentation for 'bps'.
41103         * sys/v4l/TODO:
41104           Remove stuff about plugins that need removing - this was done
41105           ages ago.
41106         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41107         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41109         (gst_v4lsrc_src_query):
41110         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41111         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41112           Add get_query_types(), get_formats() and query() functions.
41113
41114 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41115
41116         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41117           * moved CVS to freedesktop.org