ext/ogg/gstoggmux.*: If we're muxing a dirac stream, flush the page after every picture.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-24  David Schleef  <ds@schleef.org>
2
3         * ext/ogg/gstoggmux.c:
4         * ext/ogg/gstoggmux.h:
5           If we're muxing a dirac stream, flush the page after every picture.
6
7 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
8
9         * gst-libs/gst/audio/gstbaseaudiosink.c:
10           Add one log message to check for audio_drained. Sync one log message
11           with the condition. Send EOS after draining audio in pull mode.
12
13 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
14
15         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
16         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17         Use gst_buffer_try_new_and_alloc() and fail properly if the
18         allocation failed. This prevents abort() if downstream elements
19         request an insane amount of memory.
20
21 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
22
23         * gst/volume/gstvolume.c: (volume_choose_func),
24         (volume_update_volume), (gst_volume_set_volume),
25         (gst_volume_get_volume), (gst_volume_set_mute),
26         (gst_volume_class_init), (gst_volume_init),
27         (volume_process_double), (volume_process_float),
28         (volume_process_int32), (volume_process_int32_clamp),
29         (volume_process_int24), (volume_process_int24_clamp),
30         (volume_process_int16), (volume_process_int16_clamp),
31         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
32         (volume_transform_ip), (volume_set_property),
33         (volume_get_property):
34         * gst/volume/gstvolume.h:
35         Cleanup volume, define and use default values.
36         Recalculate new volume and mute setup before processing. Fixes #561789.
37
38         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
39         Add controller unit test. Patch by: Jonathan Matthew
40         Fix bogus test that messed with basetransform's internal state.
41
42 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
43
44         * gst/videorate/gstvideorate.c:
45         Add jpeg and png image media types to the caps. Fixes #561436.
46
47 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
48
49         * gst/playback/gstplaysink.c: (gen_audio_chain):
50         Don't post an error when we can't configure the volume but post a
51         warning instead. Fixes #561780.
52
53 2008-11-21  David Schleef  <ds@schleef.org>
54
55         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
56
57         * gst/videotestsrc/gstvideotestsrc.c:
58         * gst/videotestsrc/gstvideotestsrc.h:
59         * gst/videotestsrc/videotestsrc.c:
60         * gst/videotestsrc/videotestsrc.h:
61           Add a zone plate pattern generator based on BBC R&D Report
62           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
63           kx2=20 ky2=20 kt=1'.
64
65 2008-11-20  Michael Smith <msmith@songbirdnest.com>
66
67         * gst/playback/gstdecodebin2.c:
68           Fix random fat-fingering making this not compile.
69
70 2008-11-20  Michael Smith <msmith@songbirdnest.com>
71
72         * gst/playback/gstdecodebin2.c:
73           If the top-level type of the stream is plain text, don't try to decode
74           it, matching behaviour of decodebin.
75         * gst/playback/gstplaysink.c:
76           If we fail to generate a text chain (e.g. due to missing optional
77           plugins), don't crash.
78
79 2008-11-20  Michael Smith <msmith@songbirdnest.com>
80
81         * gst-libs/gst/rtsp/gstrtspdefs.c:
82           Fix win32 build. Oops.
83
84 2008-11-20  Michael Smith <msmith@songbirdnest.com>
85
86         * gst-libs/gst/rtsp/gstrtspdefs.c:
87           Use WSAGetLastError() rather than errno/h_errno on win32.
88
89 2008-11-20  Michael Smith <msmith@songbirdnest.com>
90
91         * gst-libs/gst/riff/riff-media.c:
92           Support WMA Lossless properly.
93
94 2008-11-18  David Schleef  <ds@schleef.org>
95
96         * gst/videotestsrc/gstvideotestsrc.c:
97         * gst/videotestsrc/gstvideotestsrc.h:
98         * gst/videotestsrc/videotestsrc.c:
99         * gst/videotestsrc/videotestsrc.h:
100           Add "colorspec" property, specifying whether to generate BT.601
101           or BT.709 video.  This only affects YCbCr values, not RGB, since
102           if you're generating a 709 test pattern, presumably you want
103           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
104           uses 75% colors instead of 100%, since this is often more useful
105           for testing (and also follows the SMPTE EG-1 guideline).
106
107 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
108
109         * gst/playback/gstdecodebin.c:
110         Add a "sink-caps" property to decodebin like it's done for decodebin2.
111         Fixes #560380.
112
113 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
114
115         * gst/audioresample/gstaudioresample.c:
116         Guard against a NULL dereference I somehow encountered -
117         with a FLUSH_STOP arriving either before basetransform _start(),
118         or after _stop().
119
120         * gst/typefind/gsttypefindfunctions.c:
121         Make sure we never jump backwards when typefinding corrupt mov files.
122
123 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
124
125         * gst-libs/gst/interfaces/propertyprobe.c:
126         Fix random type causing a docs warning.
127
128 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
129
130         * sys/v4l/gstv4l.c:
131           Give it a minimal rank for autovideosrc.
132
133 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
134
135         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
136         (plugin_init):
137         Improve typefinding of ISO JPEG2000 mime types.
138
139 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
142         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
143         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
144         * sys/xvimage/xvimagesink.h:
145         Avoid typechecking when we do trivial casts.
146         Move error handling out of the main program flow.
147         Sneak in the display-region caps property, not completely correct yet.
148         Cache the width/height in buffer_alloc instead of parsing it from the
149         caps all the time.
150
151 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
152
153         * gst/playback/gstplaybin2.c: (deactivate_group):
154         don't try to unlink the selector sinkpad when we don't have it yet. This
155         can happen if an error occured before the group was complete.
156
157 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
158
159         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
160         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
161         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
162         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
163         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
164         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
165         (gst_rtp_buffer_get_extension_data),
166         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
167         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
168         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
169         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
170         (gst_rtp_buffer_get_payload_type),
171         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
172         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
173         (gst_rtp_buffer_set_timestamp),
174         (gst_rtp_buffer_get_payload_subbuffer),
175         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
176         Avoid expensive type checks we already did as part of the 
177         _validate() function that should be called first.
178
179 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
180
181         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
182         (gst_base_rtp_depayload_push_full),
183         (gst_base_rtp_depayload_set_gst_timestamp):
184         Fix some cases where a newsegment event was not sent.
185
186 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * gst/playback/gstplaybin2.c: (activate_group):
189         Catch state change errors and stop from the uridecodebin elements
190         instead of trying to continue in vain.
191
192 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
193
194         * gst-libs/gst/audio/gstbaseaudiosink.c:
195         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
196         (gst_base_audio_sink_callback):
197         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
198         for the latency to expire, fixes #559567.
199
200 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
201
202         * gst/adder/gstadder.c:
203           Change author string after seeing output of gst-inspector.
204
205 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
208         Don't try to do crazy things when we only have a text pad without a
209         video pad. Fixes #559478.
210
211 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
212
213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
214         Fix case where we don't have a range for the rates or channels as is the
215         case with truespeech.
216
217 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         * gst/volume/gstvolume.c: (volume_update_real_volume),
220         (gst_volume_set_volume), (gst_volume_get_volume),
221         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
222         (volume_transform_ip), (volume_update_mute),
223         (volume_update_volume), (volume_get_property):
224         * gst/volume/gstvolume.h:
225         Keep negotiated state in a separate variable.
226         Protect the volume and mute properties with the object lock.
227         Protect modifying the transform with the transform lock.
228
229 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
230
231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
232         (gst_ffmpeg_pixfmt_to_caps):
233         Only convert caps to string when debug is enabled.
234
235 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
236
237         * ext/theora/gsttheoradec.h:
238         * ext/theora/theoradec.c: (gst_theora_dec_init),
239         (gst_theora_dec_reset), (theora_dec_src_event),
240         (theora_dec_sink_event), (theora_handle_type_packet):
241         Copy seqnum.
242         Keep events in a pending list, like vorbisdec, instead of trying
243         to construct a segment event ourselves.
244
245         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
246         (vorbis_dec_src_event), (vorbis_dec_sink_event):
247         * ext/vorbis/vorbisdec.h:
248         Copy seqnum.
249
250 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
251
252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
253         (gst_ogg_demux_deactivate_current_chain),
254         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
255         (gst_ogg_demux_loop):
256         * ext/ogg/gstoggdemux.h:
257         Copy seqnums around to track playback segments and messages.
258
259 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
260
261         Based on patch by: Matthias Kretz <kretz at kde dot org>
262
263         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
264         (gst_alsasink_prepare), (gst_alsasink_unprepare),
265         (gst_alsasink_write):
266         Make all access non-blocking so that we can better handle unplugging
267         of usb devices. Fixes #559111
268
269 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
270
271         Patch by: Damien Lespiau  <damien.lespiau gmail com>
272
273         * gst-libs/gst/rtsp/gstrtspconnection.c:
274         (gst_rtsp_connection_write):
275         Make the next call to poll not depend on previous calls to poll with or
276         without reading from the active descriptor. Fixes #544293.
277
278 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
279
280         Patch by: Nick Haddad <nick at haddads dot net>
281
282         * gst-libs/gst/riff/riff-ids.h:
283         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
284         Add support for other fourcc codes that are commonly used for
285         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
286         Fixes #558553.
287
288 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
289
290         * gst/audioresample/gstaudioresample.c:
291           Return the result of parent_class->event().
292
293 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
294
295         * gst/audioresample/gstaudioresample.c:
296         (gst_audioresample_class_init), (audioresample_fixate_caps):
297         Fixate the rate to the nearest supported rate instead of
298         the first one. Fixes bug #549510.
299
300 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
301
302         * win32/common/libgstaudio.def:
303         Add new symbols.
304
305 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
306
307         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
308         Attempt to make obfuscated code clearer.
309
310 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
311
312         * docs/libs/gst-plugins-base-libs-sections.txt:
313         * gst-libs/gst/floatcast/floatcast.h:
314         Move float endianness conversion macros to core. Second part of
315         bug ##555196.
316
317 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
318
319         * sys/ximage/ximagesink.h:
320         * sys/xvimage/xvimagesink.h:
321           Don't mark as gtk-doc docs as they aren't public.
322
323 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
324
325         * sys/xvimage/xvimagesink.c:
326         * sys/xvimage/xvimagesink.h:
327         * tests/icles/Makefile.am:
328         * tests/icles/test-colorkey.c:
329           Allow setting colorkey if possible. Implement property probe interface
330           for optional X features (autopaint-colorkey, double-buffer and
331           colorkey). Fixes #554533
332
333 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
334
335         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
336         Remove useless buffer size assignment. It already has this value.
337
338 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         * gst-libs/gst/audio/gstaudiosink.c:
341         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
342         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
343         (gst_audioringbuffer_stop):
344         Implement a separate activate functions to start monitoring the segments
345         or, in pull mode, pulling in data.
346
347         * gst-libs/gst/audio/gstbaseaudiosink.c:
348         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
349         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
350         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
351         (gst_base_audio_sink_activate_pull),
352         (gst_base_audio_sink_async_play),
353         (gst_base_audio_sink_change_state):
354         Implement pad and element convert query function.
355         Activate the ringbuffer.
356         Use the segment last_stop value as the offset to pull.
357         Use new basesink _do_preroll() method to preroll in the pulling thread.
358         Take appropriate locking in the pulling thread.
359
360         * gst-libs/gst/audio/gstringbuffer.h:
361         Update some docs.
362
363 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
364
365         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
366         Improve MXF typefinding a bit by searching for a header partition
367         pack instead of just a general partition pack and checking more
368         bytes for valid values.
369
370 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
371
372         * tests/icles/.cvsignore:
373         update ignore file.
374
375         * tests/icles/Makefile.am:
376         * tests/icles/test-box.c: (make_pipeline), (main):
377         Add another interactive command line experimentation suite for
378         dynamically boxing/cropping/saling an input video.
379
380 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
381
382         * docs/libs/gst-plugins-base-libs-sections.txt:
383         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
384         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
385         * gst-libs/gst/audio/gstringbuffer.h:
386         Add methods to more accuratly control the pulling thread of a
387         ringbuffer.
388         Add format conversion helper code to the ringbuffer.
389         API: GstRingBuffer:gst_ring_buffer_activate()
390         API: GstRingBuffer:gst_ring_buffer_is_active()
391         API: GstRingBuffer:gst_ring_buffer_convert()
392
393 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
394
395         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
396         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
397         (gst_audioringbuffer_stop):
398         Signal thread startup earlier so that we can immediatly go into pull
399         mode when we have to and block on preroll.
400
401 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst-libs/gst/audio/gstringbuffer.c:
404         (gst_ring_buffer_prepare_read):
405         In pull mode we want the callback to prepull a buffer we can preroll on
406         even when we are not yet playing.
407
408 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
409
410         * ext/alsa/Makefile.am:
411         * ext/cdparanoia/Makefile.am:
412         * ext/gio/Makefile.am:
413         * ext/gnomevfs/Makefile.am:
414         * ext/libvisual/Makefile.am:
415         * ext/ogg/Makefile.am:
416         * ext/pango/Makefile.am:
417         * ext/theora/Makefile.am:
418         * ext/vorbis/Makefile.am:
419         * gst/adder/Makefile.am:
420         * gst/audioconvert/Makefile.am:
421         * gst/audiorate/Makefile.am:
422         * gst/audioresample/Makefile.am:
423         * gst/audiotestsrc/Makefile.am:
424         * gst/ffmpegcolorspace/Makefile.am:
425         * gst/gdp/Makefile.am:
426         * gst/playback/Makefile.am:
427         * gst/subparse/Makefile.am:
428         * gst/tcp/Makefile.am:
429         * gst/typefind/Makefile.am:
430         * gst/videorate/Makefile.am:
431         * gst/videoscale/Makefile.am:
432         * gst/videotestsrc/Makefile.am:
433         * gst/volume/Makefile.am:
434         * sys/v4l/Makefile.am:
435         * sys/ximage/Makefile.am:
436         * sys/xvimage/Makefile.am:
437           Don't install static libs for plugins. Fixes #550851 for base.
438
439 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
440
441         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
442         Set the default blocksize to -1 because we will then use the configured
443         samplesperbuffer to create our output buffer.
444
445 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
446
447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
448         (gst_riff_create_video_template_caps):
449         Add mappping for the KMVC (Karl Morton's Video) Codec.
450
451 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
452
453         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
454         Don't forget to advance the offset of what we're matching against, else
455         we end up in a forever loop.
456
457 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
458
459         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
460         Improve typefinding a bit. If we don't have a Unicode charset
461         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
462
463 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
464
465         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
466         Fix build on macosx.
467
468 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
469
470         Based on patch by: Robin Stocker <robin at nibor dot org>
471
472         * ext/theora/gsttheoradec.h:
473         * ext/theora/theoradec.c: (gst_theora_dec_init),
474         (theora_dec_setcaps), (theora_handle_type_packet),
475         (theora_dec_decode_buffer), (theora_dec_change_state):
476         Parse input caps and make the PAR override the encoded PAR when
477         specified by a container. Fixes #555699.
478
479 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
480
481         * gst-libs/gst/rtp/gstbasertpdepayload.c:
482         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
483         (gst_base_rtp_depayload_set_gst_timestamp),
484         (gst_base_rtp_depayload_change_state):
485         * gst-libs/gst/rtp/gstbasertpdepayload.h:
486         Add some more G_LIKELY
487         Fail when the setcaps function was not called.
488
489         * gst-libs/gst/rtp/gstbasertppayload.c:
490         (gst_basertppayload_set_outcaps):
491         Propagate return value of setcaps.
492
493 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
494
495         * gst/subparse/Makefile.am:
496         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
497         (gst_sub_parse_class_init), (gst_sub_parse_init),
498         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
499         (get_next_line), (gst_sub_parse_data_format_autodetect),
500         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
501         (gst_subparse_type_find):
502         * gst/subparse/gstsubparse.h:
503         Add support for UTF16/UTF32 subtitles as long as the first bytes of
504         the first buffer contain the BOM. This also adds support for other
505         encodings that allow NUL bytes via the encoding property.
506         Fixes bugs #552237 and #456788.
507
508 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
509
510         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
511         Don't drop the last byte of image tags if they're not an URI list.
512         Fixes bug #556066.
513
514 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
515
516         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
517         For looking at the 4th byte we have to get 4 bytes of course
518         and not 3.
519
520 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
521
522         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
523         Improve FLAC-without-headers typefinding by looking at most of the
524         frame header and checking if invalid values are used. Should prevent
525         quite some false positives compared to the old version which only
526         check if the first 14 bits are set.
527
528 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
529
530         * sys/xvimage/xvimagesink.c:
531           Don't assert on caps==NULL.
532
533 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
534
535         * gst/subparse/gstsubparse.c:
536         (gst_sub_parse_data_format_autodetect), (handle_buffer),
537         (gst_sub_parse_change_state):
538         * gst/subparse/gstsubparse.h:
539         * tests/check/elements/subparse.c: (GST_START_TEST):
540         Add support for subtitle files with UTF-8 BOM at the beginning
541         by simple stripping it from the first line before passing it
542         to any parsing code. Fixes bug #555257 and playback of files
543         created by Gnome Subtitles.
544
545 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
546
547         * gst/audiotestsrc/gstaudiotestsrc.c:
548         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
549         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
550         (gst_audio_test_src_start), (gst_audio_test_src_stop),
551         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
552         (gst_audio_test_src_create):
553         * gst/audiotestsrc/gstaudiotestsrc.h:
554         Define the default property values in the usual place.
555         Implement start/stop to reset values correctly.
556         Calculate the sample size only once when we negotiate.
557         Rename some values to make more sense.
558         Keep track of our byte range.
559         Add support for pull based scheduling. Disabled for now until we have
560         the whole stack working.
561         Set the BUFFER_OFFSET correctly.
562
563 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
564
565         Based on a patch by: xavierb at gmail dot com
566
567         * gst/subparse/gstsubparse.c:
568         (gst_sub_parse_data_format_autodetect):
569         * tests/check/elements/subparse.c: (GST_START_TEST):
570         Make the detection of the used subtitle a bit less strict
571         for srt subtitles. Fixes bug #555607.
572
573 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
574
575         * ext/vorbis/vorbisenc.c:
576         (gst_vorbis_enc_buffer_check_discontinuous):
577         Fix discontinuity detection which was broken by last commit.
578
579 2008-10-09  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
580
581         * configure.ac::
582           Require core CVS for ghostpad API additions used by decodebin2.
583
584 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
585
586         * gst-libs/gst/audio/gstbaseaudiosrc.c:
587         (gst_base_audio_src_create):
588         Fix debug statements (space between '%' and actual format).
589
590 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
593         Remove bogus assert, the decodepad could have been created inside an
594         already existing group.
595
596 2008-10-08  Andy Wingo  <wingo@pobox.com>
597
598         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
599         target instead of setting it.
600         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
601         API for a decode pad. The bugfix is that we set the group in
602         activate(), not when the pad was created because it might be NULL
603         then.
604         (gst_decode_group_control_source_pad, gst_decode_group_expose):
605         Update to use the API.
606
607 2008-10-08  Andy Wingo  <wingo@pobox.com>
608
609         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
610         be a subclass of GstGhostPad.
611         (analyze_new_pad): So, when emitting the signals that determine
612         how we do autoplugging, already create the ghost pad and use it as
613         the pad in the signal arguments. This allows applications to make
614         a connection between the pad passed in e.g. autoplug-continue, and
615         the pad passed in new-decoded-pad.
616         (connect_pad, expose_pad): Update to receive the ghosted decode
617         pad in the args, retargetting it as necessary if we have to plug
618         the target pad through a multiqueue.
619         (gst_decode_group_control_source_pad): Adapt to receive an
620         already-ghosted pad that just needs activation, blocking, and
621         drain notification.
622         (sort_end_pads): Adapt for decode pads actually being pads.
623         (gst_decode_group_expose): Adapt for decode pads actually being
624         pads. Rewrite the decode pad names so they appear in order. Adds a
625         new error case if we couldn't set the name.
626         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
627         logic.
628         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
629         New API for the decode pad, needed because we shouldn't do these
630         things inside gst_decode_pad_new(), but after.
631         (gst_decode_pad_new): Change to actually make the real pad, and
632         delay the blocking/drainage bits.
633
634 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
635
636         Patch by: Daniel Drake <dsd at laptop dot org>
637
638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
639         Unref all buffers when clearing collectpads. Fixes bug #546955.
640
641 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
642
643         Based on a patch by: Klaas <klaas at rivercrew dot net>
644
645         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
646         (gst_vorbis_enc_buffer_check_discontinuous),
647         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
648         * ext/vorbis/vorbisenc.h:
649         Keep track of the upstream segments and use the running time on that
650         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
651
652 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
653
654         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
655         Prevent overflows with big buffer when calculating the size of
656         the intermediate buffer by using gst_util_uint64_scale() instead of
657         plain arithmetics. Fixes bug #552801.
658
659 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
660
661         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
662
663         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
664         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
665         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
666         (gst_clock_overlay_get_property):
667         * ext/pango/gstclockoverlay.h:
668         API: Add ability to specify format for date/time display by
669         adding a "time-format" property.
670         Fixes bug #554879.
671
672 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
673
674         Patch by: Jan Gerber <j at oil21 dot org>
675
676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
677         (gst_riff_create_video_template_caps):
678         Add FFV1 fourcc to support playback of FFMPEG lossless video
679         in AVI. Fixes bug #555319.
680
681 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
682
683         Patch by: HĂ¥vard Graff <havard dot graff at tandberg dot com>
684
685         * gst-libs/gst/audio/gstbaseaudiosrc.c:
686         (gst_base_audio_src_create):
687         Implement skew clock slaving. Fixes #552559.
688
689 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
690
691         * gst-libs/gst/audio/multichannel.c:
692         * gst-libs/gst/audio/testchannels.c:
693         Fix include of config.h
694
695 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
696
697         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
698
699         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
700         (print_media), (gst_sdp_message_dump):
701         Fix parsing of the c= field containing multicast addresses.
702         Fixes #552199.
703         Add the connection info to the session or streams.
704         Fix parsing of the bandwidth.
705         Add debugging for the connections and bandwidths for a media.
706         Add debugging for the bandwidth of the session. 
707
708 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
709
710         * gst-libs/gst/rtp/gstbasertppayload.c:
711         (gst_basertppayload_change_state):
712         Configure the next seqnum and timestamp in the state change so that they
713         can be queried soon after.
714
715 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
718         (gst_base_rtp_depayload_chain):
719         Improve debugging of the rtptime.
720
721 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
722
723         * configure.ac:
724         Back to development -> 0.10.21.1
725
726 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
727
728         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
729         (plugin_init):
730         Add typefinding for FLAC without headers in the beginning.
731         This is already handled by flacdec and friends.
732
733 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
734
735         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
736         (plugin_init):
737         Add typefinder for MXF.
738
739 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
740
741         * tests/icles/Makefile.am:
742         Only build test-colorkey if GTK+ is available.
743
744 === release 0.10.21 ===
745
746 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
747
748         * configure.ac:
749           releasing 0.10.21, "We Could Be Wrong"
750
751 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
752
753         * configure.ac:
754         0.10.20.4 pre-release
755
756 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
757
758         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
759
760         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
761         Set the BOS flag on the BOS packet. Fixes #553244.
762
763 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
764
765         * gst-libs/gst/rtsp/gstrtspmessage.c:
766         (gst_rtsp_message_parse_request),
767         (gst_rtsp_message_parse_response):
768         Fix the g_return_val_if_fail() statements.
769
770 2008-09-22  Michael Smith <msmith@songbirdnest.com>
771
772         * gst-libs/gst/tag/gsttagdemux.c:
773           Fail to activate if there's insufficient data in the file to be usable,
774           preventing an assertion fail later. Fixes #552960
775
776 2008-09-15  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
777
778         * gst-libs/gst/pbutils/descriptions.c:
779         * gst/typefind/gsttypefindfunctions.c:
780           Recognise Kate subtitle streams (#550582).
781
782 2008-09-13  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
783
784         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
785           Remove trailing comma from enum list, which causes problems
786           with -pendantic (#550729).
787
788 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
789
790         * configure.ac:
791         0.10.20.2 pre-release
792
793         * po/LINGUAS:
794         * po/id.po:
795         * po/pt_BR.po:
796
797         New translations.
798
799 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
800
801         * gst-libs/gst/interfaces/propertyprobe.c:
802           (gst_property_probe_get_properties),
803           (gst_property_probe_get_property),
804           (gst_property_probe_probe_property),
805           (gst_property_probe_probe_property_name),
806           (gst_property_probe_needs_probe),
807           (gst_property_probe_needs_probe_name),
808           (gst_property_probe_get_values),
809           (gst_property_probe_get_values_name),
810           (gst_property_probe_probe_and_get_values),
811           (gst_property_probe_probe_and_get_values_name):
812           More sanity checks for our second-favourite interface.
813
814 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
815
816         * gst-libs/gst/interfaces/propertyprobe.c:
817           Check for NULL pointer, in the hope that this fixes #532864.
818
819 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
820
821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
822           No really, the next release is 0.10.21 (fix Since: tags in docs).
823
824 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
825
826         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
827         Disable a code path that is now called but causes a deadlock for some
828         reason and is unneeded.
829
830 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
831
832         * sys/xvimage/xvimagesink.c:
833         * sys/xvimage/xvimagesink.h:
834           Add a "draw-border" property that can be set to false to disable
835           drawing borders.
836           
837         * tests/icles/test-colorkey.c:
838         * tests/icles/Makefile.am:
839           Add new test application for the colorkey handling.
840
841 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
842
843         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
844         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
845         This will also be fixed for upcoming gst-ffmpeg release so that once
846         this release of -base is out, it will work with the latest gst-ffmpeg
847         release.
848
849 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
850
851         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
852         (gst_riff_create_audio_template_caps):
853         Add Truespeech mapping for RIFF formats (AVI/WAV).
854         Fixes #550656
855
856 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
857
858         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
859         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
860         Fixes #550638.
861
862 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
863
864         * configure.ac:
865         * gst/subparse/Makefile.am:
866         * gst/subparse/gstsubparse.c:
867         * gst/subparse/samiparse.c:
868         * tests/check/elements/subparse.c:
869           Rework last change, so that we build subparse, but just disable the
870           sami parse functionality, if we're configured to not use xml. In the
871           tests only the sami test is disabled now.
872
873 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
874
875         * configure.ac:
876           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
877           test runs.
878
879 2008-09-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
880
881         * po/POTFILES.in:
882           Add some more files with strings for translation.
883
884 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
885
886         * gst-libs/gst/tag/gstvorbistag.c:
887         * tests/check/libs/tag.c:
888           Use new geo location tags from core. Fixes #481169
889
890 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
891
892         * tests/check/elements/audioresample.c: (setup_audioresample),
893         (fail_unless_perfect_stream), (test_perfect_stream_instance),
894         (test_discont_stream_instance):
895         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
896         Add debugging for coherence.
897
898 2008-08-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
899
900         Patch by: Jonathan Matthew  <notverysmart gmail com>
901
902         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
903           Add typefinder for PDF documents (which is nice to have, since it's a
904           common format, but also helps prevent false positives). Fixes #549814.
905
906 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
909         (no_more_pads_cb):
910         Fix nasty race where multiple decodebins could start pushing data before
911         we manage to configure the sinks, resulting in not-linked errors in
912         typical RTSP streaming cases.
913
914 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
915
916         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
917         Since we now call stop, we trigger this code path that causes a deadlock
918         is apparently not needed.
919
920 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
921
922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
923         (gst_ring_buffer_stop):
924         Also allow the case where the ringbuffer was paused when we try to stop
925         it so that the basesrc stop function is still called.
926
927 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
928
929         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
930
931         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
932         Reprobe devices again instead of taking a cached list as new
933         devices could've been plugged in. Fixes bug #549062.
934
935 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
936
937         Patch by: Alessandro Dessina <alessandro nnva org>
938
939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
940         (gst_ogg_demux_activate_chain):
941         Don't add pads and activate them for skeleton streams. These are already
942         handled inside oggdemux. Fixes bug #537599.
943
944 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
945
946         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
947         Reset variable so that query and convert fail after going back to
948         READY. Fixes #548898.
949
950 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
951
952         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
953         If a buffer arrives with a timestamp before the timestamp+duration
954         of the previous buffer clip it instead of dropping it completely.
955         Slight improvement for the unfixable bug #548913.
956
957 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
958
959         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
960         Take the current timestamp instead of timestamp+duration for the offset.
961         This offset will later be used for calculating the timestamp and
962         otherwise vorbisdec will interpolate timestamps wrong if upstream
963         only sends timestamps and no granulepos.
964
965 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
966
967         * tests/examples/seek/seek.c:
968           Don't crash when having no visualisations.
969
970 2008-08-16  David Schleef  <ds@schleef.org>
971
972         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
973           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
974           Fixes #548065.
975
976 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
977
978         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
979         When cleaning up the caps fields also remove "depth" for the same
980         reason we remove "width".
981
982 2008-08-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
983
984         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
985           Add Lead H.264 here as well.
986
987 2008-08-14  Julien Moutte  <julien@fluendo.com>
988
989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
990         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
991
992 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
993
994         * gst-libs/gst/audio/gstbaseaudiosrc.c:
995         (gst_base_audio_src_create):
996         When not slaved to another clock also subtract the base_time from our
997         internal clock time to get the running time.
998
999 2008-08-12  David Schleef  <ds@schleef.org>
1000
1001         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1002           since it has no basis in libtheora.
1003
1004 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1005
1006         * gst-libs/gst/interfaces/propertyprobe.h:
1007           Remove double "interface" from doc-string.
1008
1009         * gst-libs/gst/interfaces/xoverlay.h:
1010           Document interface.
1011
1012         * gst-libs/gst/riff/riff.c:
1013           Add basic doc blobs.
1014
1015 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * gst-libs/gst/audio/Makefile.am:
1018           Don't try to build that example anymore.
1019
1020 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1021
1022         * gst-libs/gst/audio/.cvsignore:
1023         * gst-libs/gst/audio/Makefile.am:
1024         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1025         * gst-libs/gst/audio/make_filter:
1026           Move audiofiltertemplate to gst-template.
1027
1028 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1029
1030         * docs/libs/gst-plugins-base-libs-sections.txt:
1031         * gst-libs/gst/audio/gstaudiosrc.h:
1032           More docs and shuffling. What can we do with the hundreds of #defines.
1033
1034 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1035
1036         * gst-libs/gst/audio/audio.h:
1037         * gst-libs/gst/audio/gstaudiofilter.h:
1038         * gst-libs/gst/audio/gstringbuffer.h:
1039         * gst-libs/gst/interfaces/propertyprobe.h:
1040         * gst-libs/gst/tag/gsttagdemux.h:
1041           Reducing number of dundocumented symbols.
1042
1043 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1044
1045         * gst-libs/gst/audio/audio.c:
1046           Fix doc comment syntax.
1047
1048         * gst-libs/gst/interfaces/propertyprobe.c:
1049           Add more doc-comments and a FIXME: for the signal.    
1050
1051 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1052
1053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1054         (gst_ogg_mux_request_new_pad):
1055         * ext/ogg/gstoggmux.h:
1056         Don't pretend to support NEWSEGMENT events, instead override the
1057         GstCollectPads event function to return FALSE on NEWSEGMENT events
1058         and do the normal work for other events.
1059
1060         This prevents elements like flacenc to seek to the start and rewrite
1061         some data which then results in a broken Ogg packet.
1062
1063 2008-08-07  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1064
1065         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1066
1067         * ext/alsa/gstalsaplugin.c: (plugin_init):
1068         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1069         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1071         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1072         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1073         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1074         * gst/playback/gstdecodebin.c: (plugin_init):
1075         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1076         * gst/playback/gstplayback.c: (plugin_init):
1077         * gst/playback/gstqueue2.c: (plugin_init):
1078         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1079         * sys/v4l/gstv4l.c: (plugin_init):
1080         Make sure gettext returns translations in UTF-8 encoding rather
1081         than in the current locale encoding (#546822).
1082
1083 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * gst-libs/gst/pbutils/descriptions.c:
1086           Add audio/x-qdm for qtdemux.
1087
1088 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1089
1090         * ext/vorbis/vorbisdec.c:
1091           Do not leak old taglist.
1092
1093 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1094
1095         * tests/icles/test-scale.c:
1096           Include <stdlib.h> for atoi().
1097
1098 2008-08-04  Andy Wingo  <wingo@pobox.com>
1099
1100         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1101         documentation fix.
1102
1103 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1104
1105         * gst/adder/gstadder.c:
1106           Cleanup lots of empty lines that came from gst-indent going havoc
1107           before I added the INDENT_ON/OFF marker some time agao.
1108
1109 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1110
1111         * configure.ac:
1112         * gst-libs/gst/riff/riff-read.c:
1113           Bump requirement to latest core and use new tag for riff formats.
1114           Needed for #520694.
1115
1116 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1117
1118         * tests/examples/dynamic/Makefile.am:
1119         * tests/examples/dynamic/codec-select.c: (make_encoder),
1120         (make_pipeline), (do_switch), (my_bus_callback), (main):
1121         Add example app that dynamically switches between 3 'encoders'.
1122
1123 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1124
1125         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1126         Add some more comments.
1127
1128 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1131         (gst_video_test_src_create):
1132         Discard buffers of the wrong size after renegotiation, this is perfectly
1133         possible with things like capsfilter that could suggest caps changes
1134         upstream without knowing the size of the buffer.
1135
1136 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1137
1138         * tests/icles/.cvsignore:
1139         * tests/icles/Makefile.am:
1140         * tests/icles/test-scale.c: (make_pipeline), (main):
1141         Add dynamic rescaling tests for the new basetransform.
1142
1143 2008-07-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1144
1145         * gst/audioconvert/Makefile.am:
1146           Dist recently-added gstfastrandom.h.
1147
1148 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1149
1150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1151         Fix a "may be used uninitialized in this function" which weirdly only
1152         appears on macosx (?).
1153
1154 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1155
1156         * gst-libs/gst/riff/riff-ids.h:
1157           Adding acid chunk for tempo and loop information.
1158
1159 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1160
1161         * sys/xvimage/Makefile.am:
1162           floor() needs linking to $(LIBM).
1163
1164 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1165
1166         * ext/gnomevfs/gstgnomevfssrc.c:
1167           Aggregate short reads and add some comments and debug logging.
1168           Fixes #537380
1169
1170 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1171
1172         * gst/playback/gstplaybasebin.c:
1173           Fix property doc markup (its not a signal).
1174
1175         * sys/xvimage/xvimagesink.c:
1176           Add since tag for new proeprties (also add sice tags fro the last two
1177           other additions).
1178
1179 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1180
1181         * sys/xvimage/xvimagesink.c:
1182         * sys/xvimage/xvimagesink.h:
1183           Add autofill/colorkey properties. Fixes #538656.
1184
1185 2008-07-28  David Schleef  <ds@schleef.org>
1186
1187         * sys/xvimage/xvimagesink.c:
1188           Fix rounding errors when converting colorbalance values
1189           between hardware and object property ranges.  Partial
1190           fix for #537889, however, there still seems to be a small
1191           drift problem that could be totem's fault.
1192
1193 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1194
1195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1196         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1197         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1198         This fixes a critical warning.
1199
1200 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1201
1202         * ext/ogg/gstoggmux.c:
1203         Allow muxing of CELT into Ogg streams.
1204
1205 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1206
1207         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1208         (plugin_init):
1209         Add simple typefinder for the CELT codec (www.celt-codec.org).
1210
1211 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1212
1213         Patch by: Jan Gerber <j at oil21 dot org>
1214
1215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1216         Fix calculation of the start time from skeleton streams.
1217         Fixes bug #530068.
1218
1219 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1220
1221         * tests/examples/seek/seek.c:
1222           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1223
1224 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1225
1226         * gst/audioconvert/audioconvert.h:
1227         * gst/audioconvert/gstaudioquantize.c:
1228         (gst_audio_quantize_setup_dither),
1229         (gst_audio_quantize_free_dither):
1230         * gst/audioconvert/gstfastrandom.h:
1231         Implement a linear congruential generator as pseudo random number
1232         generator for the dither noise. This is about 2 times faster than
1233         using GLib's mersenne twister. Also this uses only integer math for
1234         generating integers while GLib internally uses floating point math.
1235
1236 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1237
1238         * configure.ac:
1239           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1240
1241 2008-07-23  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1242
1243         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1244
1245         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1246           Use GST_STR_NULL to avoid crashes with libcs that don't
1247           like NULL strings in printf args (such as the win32 one).
1248           Fixes #544306.
1249
1250 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1251
1252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1253         Oops - set the size of the image used for probing back to 1x1, for
1254         consistency with ximagesink
1255
1256 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1257
1258         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1259         (gst_ximagesink_ximage_new):
1260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1261         (gst_xvimagesink_xvimage_new):
1262
1263         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1264         X server to attach to a shared memory segment after we've deleted it,
1265         with the result that MIT-SHM is disabled. Instead, remove it only after 
1266         X succeeds in attaching too.
1267
1268 2008-07-16  David Schleef  <ds@schleef.org>
1269
1270         * gst/audiotestsrc/gstaudiotestsrc.c:
1271         * gst/audiotestsrc/gstaudiotestsrc.h:
1272           Add 'ticks', a 1/30 second sine wave pulse every second.
1273
1274 2008-07-15  David Schleef  <ds@schleef.org>
1275
1276         * gst-libs/gst/video/video.c: Revert ABI change.
1277
1278 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1279
1280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1281         Make it impossible to have NULL caps at the point where we set
1282         framerate and other things. Also don't return immediately for "3ivd"
1283         video and let framerate, etc be set. Might fix bug #542508.
1284
1285 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1286
1287         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1288         Video format can also be conveniently determined from (many)
1289         non-fixed caps.
1290
1291 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1292
1293         * gst/playback/gstplaybasebin.c:
1294         * gst/playback/gstplaybasebin.h:
1295         * gst/playback/gstplaybin.c:
1296         * gst/playback/gststreamselector.c:
1297         First stab at integrating DVD subpicture overlay into
1298         playbin. Successfully plugs and plays, but the queues need
1299         shrinking - 3 seconds of video is too much buffering.
1300
1301 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1302
1303         * gst/audioconvert/gstaudioconvert.c:
1304           Remove now obsolete note in the docs.
1305
1306 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1309         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1310         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1311         * docs/plugins/gst-plugins-base-plugins.args:
1312         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1313         * docs/plugins/gst-plugins-base-plugins.interfaces:
1314         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1315         * docs/plugins/gst-plugins-base-plugins.signals:
1316         * docs/plugins/inspect/plugin-adder.xml:
1317         * docs/plugins/inspect/plugin-alsa.xml:
1318         * docs/plugins/inspect/plugin-audioconvert.xml:
1319         * docs/plugins/inspect/plugin-audiorate.xml:
1320         * docs/plugins/inspect/plugin-audioresample.xml:
1321         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1322         * docs/plugins/inspect/plugin-cdparanoia.xml:
1323         * docs/plugins/inspect/plugin-decodebin.xml:
1324         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1325         * docs/plugins/inspect/plugin-gdp.xml:
1326         * docs/plugins/inspect/plugin-gnomevfs.xml:
1327         * docs/plugins/inspect/plugin-libvisual.xml:
1328         * docs/plugins/inspect/plugin-ogg.xml:
1329         * docs/plugins/inspect/plugin-pango.xml:
1330         * docs/plugins/inspect/plugin-playback.xml:
1331         * docs/plugins/inspect/plugin-queue2.xml:
1332         * docs/plugins/inspect/plugin-subparse.xml:
1333         * docs/plugins/inspect/plugin-tcp.xml:
1334         * docs/plugins/inspect/plugin-theora.xml:
1335         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1336         * docs/plugins/inspect/plugin-uridecodebin.xml:
1337         * docs/plugins/inspect/plugin-video4linux.xml:
1338         * docs/plugins/inspect/plugin-videorate.xml:
1339         * docs/plugins/inspect/plugin-videoscale.xml:
1340         * docs/plugins/inspect/plugin-videotestsrc.xml:
1341         * docs/plugins/inspect/plugin-volume.xml:
1342         * docs/plugins/inspect/plugin-vorbis.xml:
1343         * docs/plugins/inspect/plugin-ximagesink.xml:
1344         * docs/plugins/inspect/plugin-xvimagesink.xml:
1345         * ext/alsa/gstalsamixer.c:
1346         * ext/alsa/gstalsasink.c:
1347         * ext/alsa/gstalsasrc.c:
1348         * ext/gio/gstgiosink.c:
1349         * ext/gio/gstgiosrc.c:
1350         * ext/gio/gstgiostreamsink.c:
1351         * ext/gio/gstgiostreamsrc.c:
1352         * ext/gnomevfs/gstgnomevfssink.c:
1353         * ext/gnomevfs/gstgnomevfssrc.c:
1354         * ext/ogg/gstoggdemux.c:
1355         * ext/ogg/gstoggmux.c:
1356         * ext/pango/gstclockoverlay.c:
1357         * ext/pango/gsttextoverlay.c:
1358         * ext/pango/gsttextrender.c:
1359         * ext/pango/gsttimeoverlay.c:
1360         * ext/theora/theoradec.c:
1361         * ext/theora/theoraenc.c:
1362         * ext/theora/theoraparse.c:
1363         * ext/vorbis/vorbisdec.c:
1364         * ext/vorbis/vorbisenc.c:
1365         * ext/vorbis/vorbisparse.c:
1366         * ext/vorbis/vorbistag.c:
1367         * gst/adder/gstadder.c:
1368         * gst/audioconvert/gstaudioconvert.c:
1369         * gst/audioresample/gstaudioresample.c:
1370         * gst/audiotestsrc/gstaudiotestsrc.c:
1371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1372         * gst/gdp/gstgdpdepay.c:
1373         * gst/gdp/gstgdppay.c:
1374         * gst/playback/gstdecodebin2.c:
1375         * gst/playback/gstplaybin.c:
1376         * gst/playback/gstplaybin2.c:
1377         * gst/playback/gstqueue2.c:
1378         * gst/playback/gsturidecodebin.c:
1379         * gst/tcp/gstmultifdsink.c:
1380         * gst/tcp/gsttcpserversink.c:
1381         * gst/videorate/gstvideorate.c:
1382         * gst/videoscale/gstvideoscale.c:
1383         * gst/videotestsrc/gstvideotestsrc.c:
1384         * gst/volume/gstvolume.c:
1385         * sys/ximage/ximagesink.c:
1386         * sys/xvimage/xvimagesink.c:
1387           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1388           titles. Drop mentining that all our example pipelines are "simple"
1389           pipelines.
1390
1391 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1392
1393         * tests/examples/seek/Makefile.am:
1394         Fix out of tree build by adding all required CFLAGS.
1395
1396 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1397
1398         * gst/playback/gstdecodebin.c: (add_raw_queue):
1399         And ref the pad before returning it again when linking to the queue
1400         failed. Otherwise we will unref the pad twice later and things break.
1401
1402 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1403
1404         * gst/playback/gstdecodebin.c: (add_raw_queue):
1405         If linking the raw pad with a queue fails, try it without a queue
1406         instead of failing completely. This should never happen.
1407
1408 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1409
1410         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1411
1412         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1413         Add a queue after a demuxer if the demuxer outputs raw data. This was
1414         done before only for non-raw data but is required in this case too.
1415         Fixes bug #540215.
1416
1417         decodebin2 doesn't have this issue because all streams of a group
1418         go through multiqueue.
1419
1420 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1421
1422         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1423
1424         * gst-libs/gst/sdp/gstsdpmessage.c:
1425         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1426         that getaddrinfo() can be used. Fixes #541358.
1427
1428 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1429
1430         * gst/videotestsrc/gstvideotestsrc.c:
1431         (gst_video_test_src_class_init), (gst_video_test_src_init),
1432         (gst_video_test_src_set_property),
1433         (gst_video_test_src_get_property), (gst_video_test_src_create):
1434         * gst/videotestsrc/gstvideotestsrc.h:
1435         Cleanups, use default property values as defines.
1436         Add property to enable/disable peer buffer allocation.
1437
1438 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1439
1440         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1441         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1442         Enable unit tests on PPC again as the bugs are now fixed.
1443
1444 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1445
1446         * gst-libs/gst/riff/riff-ids.h:
1447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1448         (gst_riff_create_audio_template_caps):
1449         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1450         Fixes bug #540351.
1451
1452 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1453
1454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1455         (gst_ffmpeg_pixfmt_to_caps):
1456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1457         (gst_ffmpegcsp_get_unit_size):
1458         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1459         it on other formats. Also adjust the unit size only for that format
1460         to not include the palette. Fixes bug #540497.
1461
1462 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1463
1464         * gst/adder/gstadder.c:
1465           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1466
1467 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1468
1469         * ChangeLog:
1470           ChangeLog surgery.
1471   
1472         * tests/examples/seek/seek.c:
1473           Move variable into ifdef too.
1474         
1475
1476 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1477
1478         * tests/examples/seek/seek.c:
1479           Include config.h and check if we have X. Remove XInitThread(), don't
1480           think its needed. Fixes: #540334.
1481
1482 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1483
1484         Patch by: Sam Morris <sam at robots dot org to uk>
1485
1486         * gst-libs/gst/interfaces/mixertrack.c:
1487         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1488         (gst_mixer_track_set_property):
1489         API: Add "index" property to GstMixerTrack to differantiate between
1490         multiple mixer tracks with the same label.
1491
1492         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1493         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1494         Set the "index" property of GstMixerTrack to the index given by ALSA.
1495         Fixes bug #528299.
1496
1497 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1498
1499         * tests/examples/seek/Makefile.am:
1500         * tests/examples/seek/seek.c:
1501           Remove libgstvideo usage. Use gtk_get_option_group instead of
1502           gtk_init().
1503
1504 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1505
1506         * tests/check/Makefile.am:
1507           Name the test registry format neutral.
1508
1509 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1510
1511         * gst/playback/gstqueue2.c:
1512           Do not double notify. Remove the unsued return value.
1513
1514 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1515
1516         * ext/alsa/gstalsamixer.c:
1517           Also consider "speaker" as a name for master volume. If that doesn't
1518           help look for the first non-mono volume control that also has a
1519           playback switch.
1520
1521 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1522
1523         * ChangeLog:
1524           Forgot to save the ChangeLog :/
1525
1526 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1527
1528         * tests/examples/seek/Makefile.am:
1529         * tests/examples/seek/seek.c:
1530           Embedd the xwindow. Allow to play multiple files.
1531
1532 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1533
1534         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1535         (gst_ximagesink_setcaps):
1536         * sys/ximage/ximagesink.h:
1537         When the caps change, make sure to re-draw borders in
1538         force-aspect-ratio=true mode.
1539         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1540         Don't clear the border_draw flag until we actually draw the border.
1541         * tests/check/Makefile.am:
1542         Ignore alsasink/src during the states test too, so it doesn't fail
1543         when running without access to the sound device.
1544
1545 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1546
1547         * tests/examples/seek/seek.c:
1548           Fix crasher when playing a parse-launch line the 2nd time.
1549
1550 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1551
1552         * tests/check/pipelines/oggmux.c:
1553           Properly ifdef tests to fix compilation.
1554
1555 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1556
1557         * gst/playback/gstplay-marshal.list:
1558         * gst/playback/gstplaybin2.c:
1559           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1560           playbin2. This allows the user to get to the selector's sinkpads, and
1561           thus inspect a range of things - caps, tags, etc. 
1562
1563 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1564
1565         * gst/playback/gstplaybin2.c:
1566           Use a different constant for the convert-frame signal id.
1567           Fixes #537009.
1568
1569 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1570
1571         * gst/playback/gstplaybin2.c:
1572         * gst/playback/gstplaysink.c:
1573           Fix a whole bunch of typos in comments and log statements. 
1574
1575 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1576
1577         * sys/xvimage/xvimagesink.c:
1578           Don't set colour balance values on the Xv port if the user hasn't
1579           changed them (via properties or the interface). Avoids accumulating
1580           rounding errors for the common case.
1581           Partial fix for bug #537889.
1582
1583 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1584
1585         * gst/playback/gstdecodebin2.c:
1586           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1587           pads are drained.
1588
1589 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1590
1591         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1592         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1593         Report the encoder latency. Fixes #538232.
1594
1595 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1596
1597         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1598         (notify_source), (activate_group):
1599         Implement the source property, emit notify when it changes in the
1600         underlying uridecodebin.
1601
1602 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1603
1604         * tests/examples/seek/seek.c: (stop_cb):
1605         Free and clear the seek element list so that we don't use invalid
1606         references when seeking after recreating a gst-launch line.
1607
1608 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1609
1610         * gst-libs/gst/audio/gstbaseaudiosink.c:
1611         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1612         (gst_base_audio_sink_render):
1613         Report latency even if we are not live instead of hiding it.
1614         Take ts-offset and render-delay of the basesink into account when
1615         scheduling samples.
1616         Rework the clipping code so that we can take the various offsets into
1617         account and still do correct clipping.
1618
1619 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1620
1621         * configure.ac:
1622         Bump verion back to devel -> 0.10.20.1
1623
1624 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1625
1626         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1627         Don't increase the size of non-string image buffers by one as this
1628         might in theory confuse decoders. Still increase it by one for string
1629         image buffers to append '\0'.
1630
1631 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1632
1633         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1634         
1635         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1636         Fix a buffer memleak and remove a confusing and wrong debug output.
1637         Fixes bug #538663.
1638
1639 === release 0.10.20 ===
1640
1641 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1642
1643         * configure.ac:
1644           releasing 0.10.20, "Here I Go Again"
1645
1646 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1647
1648         * configure.ac:
1649         0.10.19.3 pre-release
1650
1651 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1652
1653         * gst-libs/gst/rtsp/gstrtspconnection.c:
1654         Fix build on win32.
1655         Patch By: David Schleef <ds@schleef.org>
1656         Fixes: #536874
1657
1658 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1659
1660         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1661         (gst_gio_base_src_create):
1662         * ext/gio/gstgiobasesrc.h:
1663         Try to read the requested number of bytes, even if the first
1664         read returns less than requested, until nothing is read anymore
1665         or we have the requested amount of bytes. This fixes playback of
1666         files via Samba as Samba only allows to read 64k at once.
1667
1668         Implement a caching algorithm that makes sure that we read at
1669         least 4k of data every time. Some elements will try to read a few
1670         bytes, then seek, read again a few bytes and so on and this is
1671         painfully slow as every operation has to go over DBus if GVfs is
1672         used as backend.
1673
1674         Fixes bug #536849 and #536848.
1675
1676         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1677         (gst_gio_src_check_get_range):
1678         Override check_get_range() to blacklist http/https URIs
1679         and whitelist file URIs. More to be added on demand.
1680
1681 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1682
1683         * configure.ac:
1684         0.10.19.2 pre-release
1685
1686 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1687
1688         * win32/common/libgstrtsp.def:
1689         * win32/common/libgsttag.def:
1690         Add new API functions to the dll exports
1691
1692 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1693
1694         * gst/playback/gstplaybasebin.c:
1695           Disconnect signals from decodebins we created before we remove it
1696           from playbin, to avoid crashes if the decodebin is eventually
1697           disposed after the playbin itself (possible if the app takes a
1698           reference on the decodebin).
1699           Fixes #536521.
1700
1701 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1702
1703         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1704           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1705           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1706           (h264_video_type_find), (mpeg_video_stream_type_find),
1707           (dv_type_find), (mmsh_type_find):
1708           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1709           copy caps for no good reason (this may be desirable to make it easier
1710           to detect leaks, but then it should probably be done for all caps
1711           in the typefinder somewhere).
1712
1713 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1714
1715         * tests/check/Makefile.am:
1716         Do not try to run the check tests for subparse unless it has been
1717         built.
1718
1719 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1720
1721         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1722         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1723         Do not try to run a test which requires vorbisenc unless we have
1724         actually built it.
1725
1726 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1727
1728         * gst-libs/gst/rtsp/gstrtspconnection.c:
1729         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1730         (gst_rtsp_connection_clear_auth_params),
1731         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1732         * gst-libs/gst/rtsp/gstrtspconnection.h:
1733         Add a couple of missing argument guards.
1734         Add a way of setting the DSCP for an RTSP connection.
1735         Add an accessor method for the ip member of GstRTSPConnection as all
1736         members are supposed to be private.
1737
1738 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1739
1740         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1741         Fixed accidental use of IPv4 options for all IPv6 addresses.
1742
1743 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1744
1745         * gst-libs/gst/interfaces/mixertrack.h:
1746           Document mixer track flags.
1747
1748 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1749
1750         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1751
1752         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1753         Don't set caps on the buffers that contain a copy of the buffer
1754         including the caps of them resulting in an always increasing refcount
1755         of the caps and insanely large caps. Instead include a buffer without
1756         caps in the new caps. Fixes bug #536475.
1757
1758 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1759
1760         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1761         Transform a given PAR to a range on the struct with the generic
1762         height/width instead of the struct with the possibly restricted
1763         height/width.
1764
1765 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1766
1767         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1768         Prefer the given format if it contains something stricter than [1,MAX]
1769         for height or width and only put a structure that requires rescaling
1770         as second. This makes it possible to use videoscale in pipelines where
1771         the source can actually produce the wanted height/width but usually
1772         selects a different one from the requested.
1773
1774 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1775
1776         Based on patch by: John Millikin <jmillikin gmail com>
1777
1778         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1779           (gst_vorbis_tag_add_coverart):
1780           Retrieve COVERART tags from vorbis comments (#512333)
1781
1782 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1783
1784         * gst-libs/gst/tag/tag.h:
1785         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1786           Don't forget to add new enum value here too (should probably use
1787           glib-mkenums here...).
1788
1789 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1790
1791         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1792         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1793         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1794           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1795           (gst_tag_image_data_to_image_buffer):
1796           Add two utility functions to avoid code duplication (#512333):
1797           API: add gst_tag_image_data_to_image_buffer()
1798           API: add gst_tag_list_add_id3_image()
1799           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1800
1801 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1802
1803         * win32/common/libgstaudio.def:
1804         Add gst_audio_check_channel_positions() to the exported symbols.
1805
1806 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1807
1808         * docs/libs/gst-plugins-base-libs-sections.txt:
1809         * gst-libs/gst/audio/multichannel.c:
1810         (gst_audio_check_channel_positions):
1811         * gst-libs/gst/audio/multichannel.h:
1812         API: Make gst_audio_check_channel_positions() public.
1813
1814         * tests/check/libs/audio.c: (GST_START_TEST):
1815         Add some simple checks for gst_audio_check_channel_positions().
1816
1817 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1818
1819         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1820           minrange and maxrange are scaled according to the frequency
1821           multiplier.
1822
1823 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1824
1825         * ext/pango/Makefile.am:
1826         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1827           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1828           Use gstvideo functions to calculate strides and plane offsets. Fixes
1829           rendering issue ('ghost' images of the text on the chroma planes)
1830           with widths or heights that are not multiples of 8 (#506659 and
1831           probably also #485729).
1832
1833         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1834           (main):
1835           Test with odd height/width too.
1836
1837 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1838
1839         * gst/adder/gstadder.c: (gst_adder_query_duration),
1840         (gst_adder_query_latency):
1841         When using gst_element_iterate_pads() one has to unref every pad
1842         after usage.
1843
1844 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1845
1846         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1847         (gst_base_audio_src_class_init):
1848         Add a gtk-doc chunk for the new properties to have a Since: indication.
1849
1850 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1851
1852         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1853         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1854         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1855         (gst_base_audio_src_change_state):
1856         Provide readable actual-buffer-time and actual-latency-time properties
1857         that reflect the configured ringbuffer values. Fixes #524724.
1858         API: GstBaseAudioSrc:actual-buffer-time
1859         API: GstBaseAudioSrc:actual-latency-time
1860
1861 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1862
1863         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1864         (gst_basertppayload_change_state):
1865         Simply converting the running time into an RTP timestamp by scaling it
1866         based on the clock-rate is good enough for making an RTP timestamp. This
1867         has the added benefit that we can later on expose a property with the
1868         RTP timestamp of running time 0, as is needed for RTSP servers to
1869         generate the response of the PLAY request.
1870
1871 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1872
1873         * gst/audioconvert/gstaudioconvert.c:
1874         (structure_has_fixed_channel_positions),
1875         (gst_audio_convert_transform_caps):
1876         Allow up to 11 positioned channels now that audioconvert can handle
1877         this but add no default positions for > 8 channels.
1878         
1879         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1880         Add some unit tests for the above change: Test conversion of
1881         11 positioned channels to stereo and the other way around, test
1882         conversion of 15 unpositioned channels in different ways.
1883
1884 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1885
1886         * win32/common/libgstaudio.def:
1887         Add gst_audio_clock_reset to the list of exported symbols.
1888
1889 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1890
1891         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1892         Remove wrong_channels_identification_header unit test as we now
1893         support 7 (and more channels).
1894
1895 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1896
1897         * gst/audioconvert/gstchannelmix.c:
1898         (gst_channel_mix_fill_one_other):
1899         If mixing left or right to center (or the other way around) only take
1900         the complete value if we don't already have the original position in
1901         the source.
1902
1903 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1904
1905         * gst-libs/gst/audio/multichannel.c:
1906         (gst_audio_check_channel_positions),
1907         (gst_audio_set_structure_channel_positions_list),
1908         (gst_audio_fixate_channel_positions):
1909         Allow rear center together with rear left/right and other previously
1910         conflicting channel positions. The reason why they weren't allowed
1911         was the channel mixing implementation in audioconvert.
1912         Also take this into account when fixing channel layouts.
1913
1914         Allow setting channel positions for 1/2 channels when using
1915         gst_audio_set_structure_channel_position().
1916
1917         * gst/audioconvert/gstchannelmix.c:
1918         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1919         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1920         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1921         Major rewrite of the channel mixing.
1922
1923         We now allow previously conflicting channel positions to appear
1924         together (rear center and rear left/right for example).
1925         Fixes bug #533817.
1926
1927         Rework the way channels are mixed together to take more possible
1928         channel positions into account, properly mix from/to side channels
1929         and don't assume that either center, left&right or nothing of a
1930         specific position is available anymore.
1931
1932         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1933         Adjust unit tests with non-standard 1/2 channel layouts to the more
1934         correct new behaviour.
1935
1936         Add a unit test for 5.1->Stereo downmixing.
1937
1938 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1939
1940         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1941         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1942         Add sane defaults for the 7 and 8 channel layouts as those are
1943         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1944         more than 8 channels instead of erroring out. Fixes bug #535356.
1945
1946 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1947
1948         * docs/plugins/Makefile.am:
1949         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1950         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1951         * ext/theora/theoraparse.c:
1952         Add theoraparse to the docs and fix some docs.
1953
1954 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1955
1956         * gst-libs/gst/cdda/gstcddabasesrc.c:
1957         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1958         Fix EOS condition and track addition check, the track.end sector is
1959         included in the track. Fixes #533265.
1960
1961 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1962
1963         Patch by: Mark Nauwelaerts <manauw at skynet be>
1964
1965         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1966         (gst_video_rate_flush_prev), (gst_video_rate_event),
1967         (gst_video_rate_chain):
1968         * gst/videorate/gstvideorate.h:
1969         React (more) to NEWSEGMENT
1970         Small adjustment in timestamp calculation to prevent mismatches
1971         Fixes #435633.
1972
1973 2008-05-28  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1974
1975         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1976           Initialise error to NULL as we should.
1977
1978 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1979
1980         * gst/adder/gstadder.c: (gst_adder_query_duration),
1981         (gst_adder_query_latency), (gst_adder_query):
1982         Implement latency query.
1983
1984 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * gst/adder/gstadder.c: (gst_adder_query_duration):
1987         Correctly resync the iterator if gst_iterator_next() returns
1988         GST_ITERATOR_RESYNC.
1989
1990 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1991
1992         * win32/vs6/libgstpbutils.dsp:
1993           Add pbutils-enumtypes.c to sources (#518037).
1994
1995 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1996
1997         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1998         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1999         * gst-libs/gst/audio/gstaudioclock.h:
2000         Add method to inform the clock that the time starts from 0 again. We use
2001         this info to calculate a clock offset so that the time we report in
2002         internal_time is monotonically increasing, as required by the clock base
2003         class. Fixes #521761.
2004         API: GstAudioClock::gst_audio_clock_reset()
2005
2006         * gst-libs/gst/audio/gstbaseaudiosink.c:
2007         (gst_base_audio_sink_skew_slaving),
2008         (gst_base_audio_sink_change_state):
2009         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2010         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2011         Reset reported time when we (re)create the ringbuffer.
2012
2013 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2014
2015         * ext/alsa/gstalsamixertrack.c:
2016           (gst_alsa_mixer_track_update_alsa_capabilities):
2017           Make sure playback volumes aren't accidentally overwritten by
2018           capture volumes if an alsa mixer track has both playback and
2019           capture capabilities: we create two GstMixerTracks in that
2020           case, so make sure we query only the alsa capabilities that
2021           refer to the type of GstMixerTrack we created from the dual
2022           capability alsa element. Should fix issues with Audigy2 sound
2023           cards (#518082).
2024
2025 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2026
2027         * tests/check/pipelines/oggmux.c: (test_pipeline):
2028           Don't use deprecated function.
2029
2030 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2031
2032         * gst/playback/gstdecodebin2.c:
2033         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2034         Check for NULL cases and log them, creating ghostpads can, for example,
2035         fail when the pad returns wrong caps.
2036
2037         * gst/playback/gstplaybin2.c: (perform_eos):
2038         When pushing out the EOS event, collect the return value and warn when
2039         something failed.
2040
2041 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2042
2043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2044         (gst_riff_create_video_template_caps):
2045         Add support for DVCPRO.
2046
2047 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2048
2049         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2050           Change default scaling method from nearest-neighbour to bilinear.
2051
2052 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2053
2054         * tests/check/libs/video.c:
2055           More checks.
2056
2057 2008-05-25  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2058
2059         * gst/subparse/gstsubparse.c: (parser_state_init),
2060           (gst_sub_parse_format_autodetect), (handle_buffer):
2061         * gst/subparse/gstsubparse.h:
2062         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2063           Limit duration to a maximum of five seconds for tmplayer format where
2064           we can guess the duration only from the timestamp of the next line of
2065           text. We don't want to show a text for eternities just because nothing
2066           else is being said for a while.
2067
2068 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2069
2070         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2071         (gst_base_rtp_depayload_chain),
2072         (gst_base_rtp_depayload_handle_sink_event),
2073         (gst_base_rtp_depayload_push_full),
2074         (gst_base_rtp_depayload_change_state):
2075         Check sequence numbers, mark input buffers with a discont flag for the
2076         subclass when we detected a gap, drop duplicate buffers. We do this
2077         because one can use the element without a jitterbuffer in front and we
2078         don't want to feed the subclasses invalid or reordered data.
2079         Do an error when the subclass did not provide a process function instead
2080         of crashing.
2081         Some other small cleanups.
2082
2083 2008-05-22  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2084
2085         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2086           May just as well use the precalculated uvstride here.
2087
2088 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2089
2090         * docs/plugins/Makefile.am:
2091         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2092         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2093         * docs/plugins/gst-plugins-base-plugins.args:
2094         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2095         * docs/plugins/gst-plugins-base-plugins.interfaces:
2096         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2097         * docs/plugins/inspect/plugin-adder.xml:
2098         * docs/plugins/inspect/plugin-alsa.xml:
2099         * docs/plugins/inspect/plugin-audioconvert.xml:
2100         * docs/plugins/inspect/plugin-audiorate.xml:
2101         * docs/plugins/inspect/plugin-audioresample.xml:
2102         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2103         * docs/plugins/inspect/plugin-cdparanoia.xml:
2104         * docs/plugins/inspect/plugin-decodebin.xml:
2105         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2106         * docs/plugins/inspect/plugin-gdp.xml:
2107         * docs/plugins/inspect/plugin-gio.xml:
2108         * docs/plugins/inspect/plugin-gnomevfs.xml:
2109         * docs/plugins/inspect/plugin-libvisual.xml:
2110         * docs/plugins/inspect/plugin-ogg.xml:
2111         * docs/plugins/inspect/plugin-pango.xml:
2112         * docs/plugins/inspect/plugin-playback.xml:
2113         * docs/plugins/inspect/plugin-queue2.xml:
2114         * docs/plugins/inspect/plugin-subparse.xml:
2115         * docs/plugins/inspect/plugin-tcp.xml:
2116         * docs/plugins/inspect/plugin-theora.xml:
2117         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2118         * docs/plugins/inspect/plugin-uridecodebin.xml:
2119         * docs/plugins/inspect/plugin-video4linux.xml:
2120         * docs/plugins/inspect/plugin-videorate.xml:
2121         * docs/plugins/inspect/plugin-videoscale.xml:
2122         * docs/plugins/inspect/plugin-videotestsrc.xml:
2123         * docs/plugins/inspect/plugin-volume.xml:
2124         * docs/plugins/inspect/plugin-vorbis.xml:
2125         * docs/plugins/inspect/plugin-ximagesink.xml:
2126         * docs/plugins/inspect/plugin-xvimagesink.xml:
2127         * ext/cdparanoia/gstcdparanoiasrc.c:
2128         * ext/ogg/gstoggdemux.c:
2129         * ext/ogg/gstoggdemux.h:
2130         * ext/ogg/gstoggmux.c:
2131         * ext/ogg/gstoggmux.h:
2132         * gst/audioconvert/audioconvert.c:
2133         * gst/audioconvert/audioconvert.h:
2134         * gst/audioconvert/gstaudioconvert.h:
2135         * gst/gdp/gstgdpdepay.h:
2136         * gst/gdp/gstgdppay.h:
2137         * gst/playback/gstdecodebin.c:
2138         * gst/playback/gstdecodebin2.c:
2139         * gst/playback/gstplaybin.c:
2140         * gst/playback/gstplaybin2.c:
2141         * gst/playback/gsturidecodebin.c:
2142         * gst/tcp/gstmultifdsink.c:
2143         * gst/tcp/gstmultifdsink.h:
2144         * gst/tcp/gsttcp.h:
2145
2146         Add some documentation comments, and some new headers to be scanned.
2147         Rename some internal enum declarations (audioconvert's DitherType and
2148         NoiseShapingType, GstUnitType from the TCP elements) to match the
2149         documented GObject type names so that the docs pick them up.
2150         Name the playbin2 docs markups properly so they get picked up. They'll
2151         need renaming back when/if playbin2 becomes playbin.
2152
2153         100% symbol coverage for the plugin docs, booya.
2154
2155 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2156
2157         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2158
2159         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2160         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2161
2162 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2163
2164         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2165
2166         * gst/playback/gstdecodebin.c: (remove_fakesink):
2167         Lock the fakesink before setting the state to NULL and removing it from
2168         the bin so that a concurrent state change cannot interfere. 
2169         Fixes #534331.
2170
2171 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2172
2173         * docs/Makefile.am:
2174         Fix installing plugin documentation when gtk-doc is disabled.
2175
2176 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2177
2178         * gst-libs/gst/rtsp/Makefile.am:
2179         Distribute, don't install md5.h
2180
2181 2008-05-21  Julien Moutte  <julien@fluendo.com>
2182
2183         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2184         instead of SOL_IP, works on more platforms.
2185         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2186         arguments.
2187
2188 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2189
2190         * ext/vorbis/vorbisdec.c:
2191         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2193         Some debug and comment fixes.
2194
2195         * tests/examples/dynamic/addstream.c: (main):
2196         Fix , to ;
2197
2198 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2199
2200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2201         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2202         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2203         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2204         (cleanup_decodebin):
2205         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2206         (connect_element), (gst_decode_group_control_demuxer_pad):
2207         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2208         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2209         (mute_group_type):
2210         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2211         (gst_play_bin_set_property), (handoff), (gen_video_element),
2212         (gen_text_element), (gen_audio_element), (gen_vis_element),
2213         (remove_sinks), (add_sink), (setup_sinks):
2214         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2215         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2216         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2217         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2218         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2219         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2220         (gen_vis_chain), (gst_play_sink_reconfigure),
2221         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2222         (gst_play_sink_request_pad):
2223         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2224         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2225         (cb_newpad):
2226         * gst/playback/test6.c: (new_decoded_pad_cb):
2227         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2228         * tests/check/elements/audiorate.c: (test_injector_chain),
2229         (do_perfect_stream_test):
2230         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2231         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2232         * tests/check/elements/gnomevfssink.c:
2233         * tests/check/elements/textoverlay.c:
2234         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2235         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2236         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2237         * tests/check/pipelines/oggmux.c: (test_pipeline):
2238         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2239         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2240         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2241         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2242         * tests/examples/seek/seek.c: (make_mod_pipeline),
2243         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2244         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2245         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2246         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2247         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2248         (update_fill), (msg_buffering):
2249         Don't use bad gst_element_get_pad().
2250
2251 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2252
2253         * gst-libs/gst/riff/riff-media.c:
2254           Fix wrong method name in docs. Fix calculation of strf fields for
2255           broken mulaw/alaw.
2256   
2257         * gst-libs/gst/riff/riff-read.c:
2258           Whitespace fix and removing double ';'.
2259
2260 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2261
2262         * docs/design/part-playbin2.txt:
2263         Add some leftover doc.
2264
2265 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2266
2267         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2268         Fix copy & paste error in last commit.
2269
2270 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2271
2272         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2273         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2274         other channel positions when source has SIDE channels and dest doesn't
2275         or the other way around.
2276
2277 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2278
2279         Patch by: Henrik Eriksson <henriken at axis dot com>
2280
2281         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2282         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2283         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2284         (gst_multi_fd_sink_get_property):
2285         * gst/tcp/gstmultifdsink.h:
2286         Add support for DSCP QOS. Fixes #469933.
2287
2288 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2289
2290         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2291         Add another test that checks if conversion between standard 1 and 2
2292         channel layouts with and without positions set is working.
2293
2294 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2295
2296         * gst-libs/gst/audio/multichannel.c:
2297         (gst_audio_check_channel_positions):
2298         Allow non-standard 2 channel layouts.
2299         
2300         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2301         Add some tests for converting and remapping non-standard 1 and 2
2302         channel layouts.
2303
2304 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2305
2306         * gst/audioconvert/gstchannelmix.c:
2307         (gst_channel_mix_fill_normalize):
2308         Prevent division by zero if the channel mix matrix contains only
2309         zeroes.
2310
2311 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2314
2315         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2316         Close a buffer memory leak. Fixes bug #534071.
2317
2318 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2319
2320         * gst-libs/gst/rtsp/gstrtsptransport.h:
2321         Make the GstRTSPTransport struct members public as there are no
2322         setters/getters and it's supposed to be changed directly.
2323         Fixes bug #533087.
2324
2325 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2326
2327         * gst/adder/gstadder.c:
2328         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2329         claim this on the pad template caps.
2330
2331 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2332
2333         * gst-libs/gst/audio/gstbaseaudiosink.c:
2334         (gst_base_audio_sink_sync_latency):
2335         We can only use our optimal calibration if we prerolled before the
2336         latency expired.
2337
2338 2008-05-20  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2339
2340         * configure.ac:
2341           Require core CVS for GstBaseSrc buffer caps setting magic.
2342
2343 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2344
2345         * gst/audioconvert/gstaudioconvert.c:
2346         (gst_audio_convert_fixate_channels):
2347         Fix logic in last commit.
2348
2349 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2350
2351         * gst/audioconvert/gstaudioconvert.c:
2352         (gst_audio_convert_fixate_channels):
2353         Passthrough the channel positions if the number of output channels is
2354         the same as the number of input channels, the input had a channel
2355         layout and downstream requests no special one. We did this already for
2356         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2357
2358 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2359
2360         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2361         (gst_gnome_vfs_src_finalize),
2362         (gst_gnome_vfs_src_received_headers_callback),
2363         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2364         * ext/gnomevfs/gstgnomevfssrc.h:
2365         Set the ICY caps on the srcpad from where they get picked up by the base
2366         class now and set on the outgoing buffers.
2367
2368         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2369         (gst_base_audio_src_create):
2370         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2371         BaseSrc now sets the caps on outgoing buffers automatically.
2372
2373 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2374
2375         * gst-libs/gst/audio/gstbaseaudiosink.c:
2376         (gst_base_audio_sink_resample_slaving),
2377         (gst_base_audio_sink_skew_slaving),
2378         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2379         (gst_base_audio_sink_async_play),
2380         (gst_base_audio_sink_change_state):
2381         Change the way in which the ringbuffer is started when dealing with a
2382         slaved clock and latency. We now sync to the clock until we reach
2383         upstream latency before starting the ringbuffer. This has the effect
2384         that we can accurately align the master and slave clocks and let the
2385         rate correction code take care of the initial drift or rounding errors
2386         instead of leaving them uncorrected with the old approach.
2387
2388 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * gst/audioconvert/gstaudioconvert.c:
2391         (gst_audio_convert_fixate_channels):
2392         Correctly set the default channel positions when converting to 8
2393         channels.
2394
2395 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2396
2397         * configure.ac:
2398           Error out if we don't have the required version of core.
2399
2400 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2401
2402         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2403           Use data scan helper in aac typefinder and stop scanning
2404           for headers when we've found a type. Also fix potential invalid
2405           memory access when calculating the frame length.
2406
2407 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2408
2409         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2410           (mpeg_sys_is_valid_pack):
2411           Don't modify scan context when we return FALSE in ensure_data, so
2412           it's possible to continue scanning, and we don't end up with a NULL
2413           data pointer and a positive size, which might bite us the next time
2414           we're called. Small constification.
2415
2416 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2417
2418         * gst/adder/gstadder.c:
2419         Adder doesn't support 24 bit samples so don't claim it supports them
2420         in the pad template caps.
2421
2422 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2423
2424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2425         (gst_base_rtp_depayload_chain):
2426         Validate the RTP packet before further processing it. It's just too
2427         dangerous to accept random packets and people are not forced to use a
2428         jitterbuffer or session manager to filter out the bad packets.
2429
2430         * gst-libs/gst/rtp/gstrtpbuffer.c:
2431         (gst_rtp_buffer_set_extension_data),
2432         (gst_rtp_buffer_get_payload_subbuffer):
2433         Small cleanups.
2434         When setting extension data in a buffer that is too small, we fail and
2435         we should not set the extension bit.
2436         Change GST_WARNINGS into g_warning because they really are
2437         programming errors.
2438
2439         * tests/check/libs/rtp.c: (GST_START_TEST):
2440         Catch the g_warnings now in the unit tests and that fact that failing to
2441         set extension data left the extension bit untouched.
2442
2443 2008-05-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2444
2445         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2446           Revert previous change which made basetransform handle buffer_alloc
2447           and which breaks things badly in the non-passthrough case since it
2448           returned buffers with a different (ie. sometimes smaller) size than
2449           the size requested.
2450
2451 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2452
2453         Patch by: Bernard B <b-gnome at largestprime dot net>
2454
2455         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2456         Fix seqnum compare function for bordercase values and fix the docs
2457         again. Fixes #533075.
2458
2459         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2460         Add a testcase for seqnum compare function.
2461
2462 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2463
2464         * gst/adder/gstadder.c: (gst_adder_setcaps),
2465         (gst_adder_class_init):
2466         Correctly declare the supported endianness on the pad templates
2467         and check for correct endianness in the set caps function. Adder
2468         only supports native endianness.
2469         Also use gst_element_class_set_details_simple().
2470
2471 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2472
2473         * sys/xvimage/xvimagesink.c:
2474           Better debug logging in port value handling. Merging separate port
2475           value loops into one.
2476
2477 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2478
2479         Patch by: Hannes Bistry <hannesb at gmx dot de>
2480
2481         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2482         * gst/tcp/gsttcpserversink.c:
2483         (gst_tcp_server_sink_handle_server_read),
2484         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2485         Fix regression in clientsrc because we did not add the fd to the poll
2486         set anymore. Fixes #532364.
2487         Do some cleanups here and there.
2488
2489 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2490
2491         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2492         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2493         * gst/playback/gstplay-marshal.list:
2494         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2495         Use correct marshallers. GstCaps are a boxed type and no GObject
2496         subclass.
2497
2498 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2499
2500         * win32/common/libgstrtsp.def:
2501         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2502         symbols.
2503
2504 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2505
2506         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2507
2508         * tests/check/elements/audioresample.c:
2509         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2510         (live_switch_push), (GST_START_TEST):
2511         Add unit test for the latest basetransform negotiation changes.
2512         See bug #526768.
2513
2514 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2515
2516         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2517         Fix nv12<->nv21 conversion if stride is larger than width.
2518
2519 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2520
2521         Patch by: Jan Gerber <j at oil21 dot org>
2522
2523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2524         (gst_ogg_pad_parse_skeleton_fisbone):
2525         * ext/ogg/gstoggdemux.h:
2526         Parse presentation time from skeleton streams and use it as offset
2527         for the timestamps. Fixes bug #530068.
2528
2529 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2530
2531         * gst-libs/gst/audio/gstbaseaudiosink.c:
2532         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2533         Revert previous patch that attempted to more accurately calculate the
2534         initial offset between master and slave clock. The best thing we can do
2535         in general is take the time of both clocks as the diff since we don't
2536         know when the actual preroll happened.
2537
2538 2008-05-11  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2539
2540         * gst-libs/gst/pbutils/install-plugins.c:
2541           Fix docs: type and missing word.
2542
2543 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2544
2545         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2546           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2547           for this instead; don't check if we've found enough markers after
2548           each and every step, it's enough to do that only if we've actually
2549           found a new marker.
2550           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2551
2552 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2553
2554         * gst/typefind/gsttypefindfunctions.c:
2555           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2556           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2557           (mpeg_video_stream_type_find):
2558           Move scan helper thingy to the beginning of the file so we can use
2559           it in other typefind functions. Rename it to something more
2560           generic. Also improve handling of things towards the end of the
2561           typefind data: peek as much as we can if we know the size of the
2562           data, rather than just min_size.
2563
2564 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2565
2566         * docs/libs/gst-plugins-base-libs-sections.txt:
2567         * gst-libs/gst/interfaces/colorbalance.c:
2568         * gst-libs/gst/interfaces/colorbalance.h:
2569         * gst-libs/gst/interfaces/colorbalancechannel.c:
2570         * gst-libs/gst/interfaces/colorbalancechannel.h:
2571         * gst-libs/gst/interfaces/tuner.c:
2572         * gst-libs/gst/interfaces/tunerchannel.c:
2573         * gst-libs/gst/interfaces/tunerchannel.h:
2574         * gst-libs/gst/interfaces/tunernorm.c:
2575         * gst-libs/gst/interfaces/tunernorm.h:
2576         * gst-libs/gst/video/video.c:
2577         * gst-libs/gst/video/video.h:
2578         Document the GstTuner and GstColorBalance interfaces, and some
2579         other random API functions that needed it. 70% symbol coverage, woo.
2580
2581 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2582
2583         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2584         Choose to allocate one less segment but require one additional segment
2585         as latency. 
2586
2587         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2588         No need to increment the number of segments in the source.
2589
2590         * gst-libs/gst/audio/gstbaseaudiosink.c:
2591         (gst_base_audio_sink_get_time), (clock_convert_external),
2592         (gst_base_audio_sink_resample_slaving),
2593         (gst_base_audio_sink_skew_slaving),
2594         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2595         (gst_base_audio_sink_async_play):
2596         Remove adding latency when returning the internal time while subtracting
2597         it again when we use the value a little later.
2598         When calculating the end timestamp, we are making a rounding error
2599         with the current algorithm. Ensure that we don't accumulate these
2600         rounding errors when aligning samples by not resampling at all if we
2601         don't need to. Fixes #419351.
2602         Make the initial calibration of the clock slaving a little more
2603         predictable and accurate. Also handle the case where we don't do
2604         clock slaving.
2605
2606 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2607
2608         Based on a patch by:
2609           Björn Benderius <bjoern dot benderius at axis dot com>
2610
2611         * gst/ffmpegcolorspace/avcodec.h:
2612         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2613         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2614         (gst_ffmpegcsp_avpicture_fill):
2615         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2616         * gst/ffmpegcolorspace/imgconvert_template.h:
2617         Add conversions from/to NV12 and NV21 and conversions between those
2618         two formats. Fixes bug #532166.
2619
2620 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2621
2622         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2623         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2624         which happens for example with files smaller than 128kb.
2625
2626 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2627
2628         Patch by: Wouter Cloetens <zombie at e2big dot org>
2629
2630         * gst-libs/gst/rtsp/Makefile.am:
2631         * gst-libs/gst/rtsp/gstrtspconnection.c:
2632         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2633         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2634         (add_auth_header), (gst_rtsp_connection_free),
2635         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2636         (gst_rtsp_connection_set_auth_param),
2637         (gst_rtsp_connection_clear_auth_params):
2638         * gst-libs/gst/rtsp/gstrtspconnection.h:
2639         Add Digest authorization support for RTSP connections. See #532065.
2640
2641         * gst-libs/gst/rtsp/md5.c:
2642         * gst-libs/gst/rtsp/md5.h:
2643         Yeap, another md5 implementation until we can depend on a glib that has
2644         support for it.
2645
2646 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2647
2648         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2649
2650         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2651         Let audioresample use the buffer allocation of basetransform instead
2652         of it's own stuff.
2653
2654         * tests/check/elements/audioresample.c: (alloc_only_48000),
2655         (GST_START_TEST), (audioresample_suite):
2656         Add unit test for the recent basetransform bugfix, where upstream
2657         changes caps to something that can't be passed through anymore.
2658
2659 2008-05-07  Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas at tandberg com>
2660
2661         * win32/common/config.h.in:
2662           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2663           use the real thing than having "???" unconditionally.
2664
2665 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2666
2667         * gst-libs/gst/audio/gstbaseaudiosink.c:
2668         (gst_base_audio_sink_query):
2669         Report the latency with the new seglatency parameter.
2670
2671         * gst-libs/gst/audio/gstringbuffer.c:
2672         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2673         (gst_ring_buffer_acquire):
2674         * gst-libs/gst/audio/gstringbuffer.h:
2675         Add new field to the ringbufferspec to specify the expected latency
2676         between the underlying device read/write pointer, this is needed
2677         when writing sinks that sit a little closer to the hardware.
2678         Add some more docs for other fields.
2679
2680 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2681
2682         * gst/volume/gstvolume.c: (volume_transform_ip):
2683         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2684         reason instead of crashing later. Might fix bug #509125.
2685
2686 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2687
2688         Based on a patch by: Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2689
2690         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2691         * gst/audioconvert/audioconvert.h:
2692         * gst/audioconvert/gstaudioconvert.c:
2693         (gst_audio_convert_parse_caps),
2694         (structure_has_fixed_channel_positions),
2695         (gst_audio_convert_transform_caps):
2696         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2697         Add support for more than 8 channels and NONE channel layouts. For
2698         more than 8 channels no channel conversion is supported yet, only
2699         format conversions are supported. Fixes bug #398033.
2700
2701         * tests/check/elements/audioconvert.c: (verify_convert),
2702         (GST_START_TEST), (audioconvert_suite):
2703         Add some unit tests by Tim for checking the NONE channel layouts
2704         and more than 8 channels and add some more unit tests for channel
2705         conversions.
2706
2707 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2708
2709         * gst/playback/gstdecodebin2.c: (connect_pad):
2710         When autoplugging fails, set the element back to NULL before
2711         unreffing it.
2712
2713 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2714
2715         * win32/common/libgstaudio.def:
2716         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2717         symbols.
2718
2719 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2720
2721         * gst/subparse/samiparse.c: (handle_start_sync),
2722         (end_sami_element), (characters_sami):
2723         Remove trailing, leading and double whitespaces.
2724         Correctly timestamp buffers and output the last buffer too.
2725
2726         * tests/check/elements/subparse.c: (GST_START_TEST),
2727         (subparse_suite):
2728         Add a simple unit test for SAMI parsing.
2729
2730 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2731
2732         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2733
2734         * gst/subparse/samiparse.c: (handle_start_sync),
2735         (start_sami_element), (end_sami_element), (characters_sami),
2736         (sami_context_reset):
2737         Only output characters inside the "sync" elements. There could be
2738         other elements like "style" that have some content but should
2739         not be printed. Fixes bug #467911.
2740
2741 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2742
2743         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2744         (set_active_source):
2745         * gst/playback/gstplaybasebin.h:
2746         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2747         (playbin_set_audio_mute):
2748         Allow setting -1 as current-audio to mute the current audio stream,
2749         similar to what is done for subtitles. Fixes bug #342294.
2750
2751 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2752
2753         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2754         It's SorensOn and not SorensEn.
2755
2756 2008-05-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2757
2758         * gst-libs/gst/pbutils/descriptions.c: (formats):
2759           Fix description of video/x-flash-video.
2760
2761 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2762
2763         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2764         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2765         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2766         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2767         Remove some unused code.
2768
2769         * gst/audioconvert/gstaudioquantize.c:
2770         (gst_audio_quantize_free_noise_shaping):
2771         Don't return before freeing the noise shaping history.
2772
2773 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2774
2775         * tests/check/elements/subparse.c: (do_test),
2776           (test_tmplayer_style3b), (subparse_suite):
2777           Add unit test for the tmplayer variant from bug #530962.
2778
2779 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2780
2781         * gst/subparse/gstsubparse.c: (handle_buffer),
2782           (gst_sub_parse_sink_event):
2783         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2784           (tmplayer_parse_line):
2785           Fix parsing of tmplayer subtitle variant where every single line contains
2786           text and there isn't an empty line after each line to determine the
2787           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2788           making sure that we push out the last line of text without a duration if
2789           there's still text left in the buffer at the end.
2790
2791 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2792
2793         * gst/subparse/gstsubparse.c: (feed_textbuf):
2794           Fix detection of discontinuities based on the buffer offset (doesn't work
2795           so well if no buffer offset is set) and also check for the DISCONT buffer
2796           flag. This keeps the parser state from being reset after each buffer in
2797           the unit test.
2798
2799 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2800
2801         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2802           Further fine-tuning: don't absolutely require sequence or GOP headers
2803           (as introduced in the previous commit), but adjust the typefind
2804           probabilities returned accordingly if we don't see them. Also make sure
2805           picture header and first slice are somewhat close to each other (which
2806           is not perfect but still better than requiring a fixed offset or having
2807           no limit at all).
2808
2809 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2810
2811         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2812         (gst_basertppayload_sink_setcaps),
2813         (gst_basertppayload_sink_getcaps):
2814         Rename the setcaps/getcaps function internally to make it clear that
2815         they are called for the sink pad.
2816
2817 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2818
2819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2820         (gst_base_rtp_depayload_class_init),
2821         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2822         (gst_base_rtp_depayload_packet_lost),
2823         (gst_base_rtp_depayload_set_gst_timestamp):
2824         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2825         Catch packet-lost events from the jitterbuffer and convert them into a
2826         vmethod call (lost-packet) so that depayloaders can do something smart.
2827         Also add a default packet-lost function that sends out a segment update
2828         to the decoders.
2829
2830 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2831
2832         * gst/playback/test4.c:
2833         * gst/playback/test5.c:
2834         * gst/playback/test6.c:
2835         * gst/playback/test7.c:
2836           Also include config.h when relying on defines from it. Fixes the
2837           build. Its been a please to serve :)
2838
2839 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2840
2841         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2842         (paint_setup_NV21), (paint_hline_NV12_NV21):
2843         Add support for NV12 and NV21 in videotestsrc
2844
2845 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2846
2847         * gst/videoscale/gstvideoscale.c:
2848         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2849         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2850         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2851         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2852         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2853         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2854         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2855         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2856         (vs_image_scale_linear_RGB555):
2857         Support 1x1 images as input and output as for example the BBC HQ new
2858         streams have 1x1 GIFs in the playlists for some reason.
2859
2860 2008-05-01  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2861
2862         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2863           (try_to_link_1):
2864           If we can't activate one of the decoders we plugged in (such as,
2865           say, musepackdec) for some reason (it might not support push mode,
2866           for example), remove any pad probes that close_pad_link() might
2867           have set up. This makes sure we later don't try to remove a probe
2868           for a pad that doesn't exist any longer, and avoids nast warnings
2869           and probably other things too.
2870
2871 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2872
2873         * gst/typefind/gsttypefindfunctions.c:
2874           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2875           (plugin_init):
2876           Rework mpeg video stream typefinding a bit more: make sure sequence,
2877           GOP, picture and slice headers appear in the order they should and
2878           that we've in fact at least had one of each; fix picture header
2879           detection; decouple picture and slice header check - don't assume
2880           they're at a fixed offset, there may be extra data in between. Also,
2881           announce varying degrees of probability depending on what we found
2882           exactly (multiple pictures, at least one picture, just sequence and
2883           GOP headers). Finally, in _ensure_data(), take into account that we
2884           might be typefinding smaller amounts of data, such as the first
2885           buffer of a stream, so fall back to the minimum size needed as long
2886           as that's available, instead of erroring out if there's less than
2887           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2888           fuzzed file from #399342 as valid.
2889
2890 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2891
2892         * ext/theora/theoradec.c:
2893           Cool kids don't divide by zero.
2894           Treat PAR of x:0 as 1:1.
2895           Fixes #530719.
2896
2897 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2898
2899         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2900           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2901           (mpeg_video_stream_type_find):
2902           Refactor a bit: use context structure to track parsing offset and
2903           size of available data and make the code a bit clearer. Fixes bad
2904           memory access in #356937.
2905
2906 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2907
2908         * gst/playback/test4.c:
2909         * gst/playback/test5.c:
2910         * gst/playback/test6.c:
2911         * gst/tcp/gstmultifdsink.c:
2912           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2913           is defined.
2914
2915 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2916
2917         * gst-libs/gst/audio/gstbaseaudiosink.h:
2918         Clarify some docs.
2919
2920         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2921         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2922         (gst_base_audio_src_set_slave_method),
2923         (gst_base_audio_src_get_slave_method),
2924         (gst_base_audio_src_set_property),
2925         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2926         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2927         Add property and methods for selecting the clock slave method in the
2928         source, like in the sink.
2929         We only implement "none" and "re-timestamp" for now.
2930         API: gst_base_audio_src_set_slave_method()
2931         API: gst_base_audio_src_get_slave_method()
2932
2933 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2934
2935         * gst-libs/gst/rtp/gstrtpbuffer.c:
2936         Fix the docs about the seqnum compare function, it returns a difference.
2937
2938 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2939
2940         * ext/alsa/gstalsadeviceprobe.c:
2941         (gst_alsa_get_device_list): Don't return before freeing up
2942         the allocated structures.
2943
2944 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2945
2946         * gst/playback/gstplaybin.c:
2947           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2948
2949 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2950
2951         * ext/ogg/gstoggdemux.c:
2952           Revert the event part, that should not go in.
2953
2954 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2955
2956         * ext/ogg/gstoggdemux.c:
2957           Don't leak GstPluginFeatures when filtering.
2958
2959 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2960
2961         * sys/xvimage/xvimagesink.c:
2962           Add some logging for cases when grabbing the xv failed.
2963
2964 2008-04-21  David Schleef  <ds@schleef.org>
2965
2966         * ext/ogg/gstoggmux.c:
2967           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2968           packet.  Should conform to what we currently think is the
2969           final Ogg/Dirac muxing spec.
2970
2971 2008-04-21  David Schleef  <ds@schleef.org>
2972
2973         * sys/xvimage/xvimagesink.c:
2974           Fix typo that causes the overlay keying color to bright green
2975           on a 16-bit display.  Dark grey good.  Bright green bad.
2976
2977 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2978
2979         * ext/gnomevfs/gstgnomevfsuri.c:
2980           Add  FIXME comment about using uri-list for source and sink.
2981
2982 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2983
2984         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2985         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2986         vaargs functions to gint. Otherwise the fractions will get 0 set
2987         instead of the correct value on big endian systems. Fixes bug #529018.
2988
2989 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2990
2991         * ext/gnomevfs/gstgnomevfssink.c:
2992         (gst_gnome_vfs_sink_uri_get_protocols):
2993         * ext/gnomevfs/gstgnomevfssrc.c:
2994         (gst_gnome_vfs_src_uri_get_protocols):
2995         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2996         (gst_gnomevfs_get_supported_uris):
2997         Get the list of supported URI schemes in a threadsafe way and use the
2998         same list for the source and sink.
2999
3000 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3001
3002         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3003         (gst_gio_get_supported_protocols):
3004         Don't generate a new supported protocols list on each call but cache
3005         it. It's supposed to be static anyway, this way we only leak it once
3006         per process.
3007
3008         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3009         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3010         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3011         (gst_gio_sink_start):
3012         * ext/gio/gstgiosink.h:
3013         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3014         (gst_gio_src_class_init), (gst_gio_src_finalize),
3015         (gst_gio_src_set_property), (gst_gio_src_get_property),
3016         (gst_gio_src_start):
3017         * ext/gio/gstgiosrc.h:
3018         API: Add "file" properties where one can set a GFile as
3019         source/destination.
3020
3021         Add locking to the properties and use
3022         gst_element_class_set_details_simple() instead of a static
3023         GstElementDetails struct.
3024
3025 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3026
3027         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3028         (plugin_init):
3029         Add "mpp" and "mp+" as possible extensions for MusePack files.
3030
3031         Add typefinding for MusePack StreamVersion 8 files and include the
3032         stream version in the caps.
3033
3034 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3035
3036         * gst-libs/gst/rtp/gstrtppayloads.c:
3037         (gst_rtp_payload_info_for_name):
3038         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3039
3040 2008-04-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3041
3042         * configure.ac:
3043           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3044           (NB: this only affects compilation of some of the examples).
3045           Remove some configure.ac cruft that's not needed any longer.
3046
3047 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3048
3049         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3050         Don't validate the payload if there isn't any.
3051         Fixes #525915
3052
3053 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3054
3055         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3056         Use g_atomic_int_set() instead of gst_atomic_int_set().
3057
3058 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3059
3060         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3061         Return NULL instead of a gchar * array with one NULL element if we
3062         don't get any supported URI schemes from GIO.
3063
3064 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3065
3066         * gst/audiotestsrc/gstaudiotestsrc.c:
3067           Remove cpp style commented old code.
3068
3069 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3070
3071         * gst/playback/gstdecodebin2.c:
3072           Fix signal docs.
3073
3074 2008-04-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3075
3076         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3077           (gst_text_overlay_init):
3078           Fix textoverlay unit test again by making the supposed default
3079           value for the wait-text property the actual default value.
3080           Also fix Since: tag for new property.
3081
3082 2008-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3083
3084         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3085           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3086           (gst_video_format_get_pixel_stride),
3087           (gst_video_format_get_component_width),
3088           (gst_video_format_get_component_height),
3089           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3090           (gst_video_format_convert):
3091           Add guards to these functions to ensure sane input values.
3092
3093         * tests/check/libs/video.c:
3094           Fix unit test not to create caps with width=0 and height=0.
3095
3096 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3097
3098         * docs/design/draft-keyframe-force.txt:
3099         Fix typo.
3100
3101         * gst/playback/gstqueue2.c: (update_buffering),
3102         (gst_queue_handle_src_query):
3103         Set buffering mode in the messages.
3104         Set buffering percent in the query.
3105
3106         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3107         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3108         Do some more fancy things based on the buffering method in use.
3109
3110 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3111
3112         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3113         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3114         (msg_buffering), (main):
3115         Add basic download reports to seek using the new buffering API.
3116
3117 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3118
3119         * gst/playback/gstqueue2.c: (update_buffering),
3120         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3121         (gst_queue_src_checkgetrange_function):
3122         Include extra buffering stats in the buffering message.
3123         Implement BUFFERING query.
3124
3125         * gst/playback/gsturidecodebin.c: (do_async_start),
3126         (do_async_done), (type_found), (setup_streaming), (setup_source),
3127         (gst_uri_decode_bin_change_state):
3128         Only add decodebin2 when the type is found in streaming mode.
3129         Make uridecodebin async to PAUSED even when we don't have decodebin2
3130         added yet.
3131
3132 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3133
3134         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3135         Filter cdda from the supported URI schemes. We can't support
3136         musicbrainz tags and everything else one expects from a cdda source
3137         with GIO. Fixes bug #526794.
3138
3139 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3140
3141         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3142         (gst_xvimagesink_buffer_alloc):
3143         Fix calculation of 'expected size' for YV12 buffers.
3144         Be a little more verbose in the debug output for buffer-alloc'ed
3145         buffers which turn out to have the wrong size.
3146
3147 2008-04-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3148
3149         * NEWS:
3150         * RELEASE:
3151         * gst-plugins-base.doap:
3152           Merge other changes from 0.10.19 release branch.
3153
3154 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3155
3156         * gst-libs/gst/audio/gstbaseaudiosink.c:
3157           (gst_base_audio_sink_class_init):
3158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3159           (gst_base_audio_src_class_init):
3160         * gst/playback/gstplayback.c: (plugin_init):
3161         * gst/volume/gstvolume.c: (plugin_init):
3162           Work around missing bits of thread-safety on older GLibs some
3163           more to avoid assertions when starting up multiple playbin
3164           objects concurrently (see #512382).
3165
3166 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3167
3168         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3169           Remove some more fields.
3170
3171 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3172
3173         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3174
3175         * configure.ac:
3176         Actually build dlls when cross-compiling with mingw32.
3177         Fixes bug #526247.
3178
3179 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3180
3181         * configure.ac:
3182           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3183
3184 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3185
3186         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3187         (msg_buffering), (connect_bus_signals), (main):
3188         Add statusbar.
3189         Add buffering support with feedback in the statusbar.
3190
3191 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3192
3193         * ext/ogg/gstoggmux.c:
3194           Fix sample pipeline description.
3195
3196 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3197
3198         * docs/plugins/Makefile.am:
3199         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3200         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3202           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3203
3204         * docs/plugins/gst-plugins-base-plugins.args:
3205         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3206         * docs/plugins/gst-plugins-base-plugins.interfaces:
3207         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3208         * docs/plugins/inspect/plugin-adder.xml:
3209         * docs/plugins/inspect/plugin-alsa.xml:
3210         * docs/plugins/inspect/plugin-audioconvert.xml:
3211         * docs/plugins/inspect/plugin-audiorate.xml:
3212         * docs/plugins/inspect/plugin-audioresample.xml:
3213         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3214         * docs/plugins/inspect/plugin-cdparanoia.xml:
3215         * docs/plugins/inspect/plugin-decodebin.xml:
3216         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3217         * docs/plugins/inspect/plugin-gdp.xml:
3218         * docs/plugins/inspect/plugin-gnomevfs.xml:
3219         * docs/plugins/inspect/plugin-libvisual.xml:
3220         * docs/plugins/inspect/plugin-ogg.xml:
3221         * docs/plugins/inspect/plugin-pango.xml:
3222         * docs/plugins/inspect/plugin-playback.xml:
3223         * docs/plugins/inspect/plugin-queue2.xml:
3224         * docs/plugins/inspect/plugin-subparse.xml:
3225         * docs/plugins/inspect/plugin-tcp.xml:
3226         * docs/plugins/inspect/plugin-theora.xml:
3227         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3228         * docs/plugins/inspect/plugin-uridecodebin.xml:
3229         * docs/plugins/inspect/plugin-video4linux.xml:
3230         * docs/plugins/inspect/plugin-videorate.xml:
3231         * docs/plugins/inspect/plugin-videoscale.xml:
3232         * docs/plugins/inspect/plugin-videotestsrc.xml:
3233         * docs/plugins/inspect/plugin-volume.xml:
3234         * docs/plugins/inspect/plugin-vorbis.xml:
3235         * docs/plugins/inspect/plugin-ximagesink.xml:
3236         * docs/plugins/inspect/plugin-xvimagesink.xml:
3237           Update introspection data.
3238
3239         * ext/ogg/gstoggmux.c:
3240           Document oggmux.
3241
3242         * gst/playback/gstdecodebin2.c:
3243           Don't use gtk-doc style comment start for private stuff, but make it
3244           formatted like this for consistency.
3245
3246 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3247
3248         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3249         (gst_decode_bin_init), (gst_decode_bin_dispose),
3250         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3251         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3252         (analyze_new_pad), (connect_pad), (expose_pad),
3253         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3254         (gst_decode_group_expose), (gst_decode_group_free),
3255         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3256         Remove fakesink hack, we can now implement this more elegantly.
3257         Added property to bypass typefinding.
3258         Removed underrun callback and demuxer pad probe, we now use the srcpad
3259         probe to expose groups.
3260         API::sink-caps property
3261
3262         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3263         Guard against multiple emissions of the no_more_pads signal, which
3264         happens when we are dealing with chained oggs.
3265
3266         * gst/playback/gsturidecodebin.c: (remove_decoders),
3267         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3268         (setup_source):
3269         For streams, use our own typefind element and plug our queue after it.
3270         We will need this to determine the type of buffering to use for the
3271         queue soon.
3272
3273 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3274
3275         * gst-libs/gst/audio/gstbaseaudiosink.c:
3276         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3277         Guard against over and underflows because of clock slaving.
3278         When we are using our own clock, still compensate for any calibrations
3279         that we might have done to our clock.
3280
3281 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3282
3283         * ext/theora/theoradec.c: (theora_handle_type_packet),
3284         (theora_dec_chain):
3285         Don't try to do anything fancy with the return code from pushing an
3286         event, it does not have enough information to turn it into a
3287         GST_FLOW_ERROR.
3288
3289 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3290
3291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3292         (gst_ogg_demux_chain_elem_pad):
3293         Add small debug line.
3294         Pass return code from the internal decoder instead of the too generic
3295         GST_FLOW_ERROR.
3296
3297 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         * gst-libs/gst/cdda/Makefile.am:
3300         * gst-libs/gst/cdda/base64.c:
3301         * gst-libs/gst/cdda/base64.h:
3302         * gst-libs/gst/cdda/gstcddabasesrc.c:
3303         (gst_cddabasesrc_calculate_musicbrainz_discid):
3304         Use GLib's base64 implementation instead of our own.
3305
3306 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3307
3308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3309         (gst_ogg_demux_read_chain):
3310         Refix oggdemux, we only have a problem if we failed to find a chain and
3311         we are not EOF.
3312
3313 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3314
3315         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3316
3317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3318         (gst_ogg_demux_read_chain):
3319         When we fail to find a BOS page and we and up with no chain, error out
3320         properly instead of segfaulting. Fixes #525665.
3321
3322 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3323
3324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3325         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3326         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3327         no-more-pads...
3328
3329 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3330
3331         * gst/playback/gstqueue2.c: (update_out_rates),
3332         (gst_queue_open_temp_location_file),
3333         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3334         (gst_queue_handle_src_query), (gst_queue_set_property):
3335         Update the estimated input data when we push out a buffer.
3336         Add some debug info about the temp file.
3337         Only forward src events when we are not using a temp file.
3338         Don't block the duration query, we need to find something better.
3339         Don't leak the temp filename.
3340
3341 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3342
3343         * configure.ac:
3344         Require GLib 2.12 and liboil 0.3.14.
3345
3346         * gst/volume/gstvolume.c: (volume_process_double):
3347         Unconditionally use liboil 0.3.14 function.
3348
3349 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3350
3351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3352         ms-gsm can have arbitrarty sample rates. See #481354.
3353
3354 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3355
3356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3357         MP4S is generic MPEG-4, not a microsoft variant.
3358
3359 2008-03-27  Michael Smith <msmith@fluendo.com>
3360
3361         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3362           Check the body CRC (if set) when depayloading.
3363           Fixes #522401.
3364
3365 2008-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3366
3367         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3368           Fix Since: version for new property.
3369
3370 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3371
3372         * gst-libs/gst/rtsp/gstrtspconnection.c:
3373         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3374         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3375         Don't error when poll_wait returns EAGAIN.
3376
3377 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3378
3379         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3380         The queue is never filled when there are no buffers in the queue at all.
3381         Fixes #523993.
3382
3383 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3384
3385         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3386         (init_group), (free_group), (gst_play_bin_init),
3387         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3388         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3389         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3390         (gst_play_bin_set_current_video_stream),
3391         (gst_play_bin_set_current_audio_stream),
3392         (gst_play_bin_set_current_text_stream),
3393         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3394         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3395         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3396         (activate_group), (deactivate_group), (setup_next_source),
3397         (save_current_group), (gst_play_bin_change_state):
3398         Update some docs.
3399         Add new locks and conds to protect pipeline creation and group
3400         switching.
3401         Implement the sub-uri property.
3402         Keep track of pending uridecodebin creation and configure the output
3403         pipeline after all streams are configured.
3404         Propagate subtitle encoding to the uridecodebins.
3405         Implement getting the video/audio/visualisation elements.
3406         Use input-selector for stream switching.
3407         If we are asked to do visualisation, prefer to autoplug raw sinks
3408         instead of sinks that accept encoded data.
3409
3410 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3411
3412         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3413         (gst_play_sink_init), (gst_play_sink_dispose),
3414         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3415         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3416         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3417         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3418         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3419         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3420         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3421         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3422         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3423         * gst/playback/gstplaysink.h:
3424         Add methods to get audio/video/vis elements.
3425         Add methods to set the font description for the overlay.
3426         Remove properties, we're using this element with its methods only.
3427         Add support for subtitles.
3428         Rearrange the locking a bit to not use the object lock for protecting
3429         the pipeline construction.
3430         Try to use the volume and mute property on the sink when its available.
3431         Implement the mute option with volume when the sink does not have a mute
3432         property.
3433         Only add volume element when the sink has no volume property.
3434         Only do visualisations with raw audio pads.
3435
3436 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3437
3438         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3439         (gst_text_overlay_init), (gst_text_overlay_set_property),
3440         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3441         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3442         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3443         (gst_text_overlay_change_state):
3444         * ext/pango/gsttextoverlay.h:
3445         Add property to configure waiting for text on the textpad or not, with
3446         the default behaviour being the old one (always wait for text before
3447         rendering the video). This default behaviour is usually not the best one
3448         because the text stream can very sparse and could require queueing a lot
3449         of video.
3450         Fix the flushing and EOS handing so that we don't mix up their meaning.
3451
3452 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         * gst/playback/gsturidecodebin.c:
3455         (gst_uri_decode_bin_autoplug_factories),
3456         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3457         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3458         (gst_uri_decode_bin_set_property),
3459         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3460         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3461         (proxy_autoplug_factories_signal), (make_decoder),
3462         (source_new_pad), (setup_source):
3463         Add a readonly source property and notify.
3464         Add new lock for protecting the construction of the pipeline.
3465         Keep track of the decodebins we plugged.
3466         Correctly proxy the autoplug signal so that it actually continues.
3467         Proxy subtitle-encoding to the decodebins.
3468
3469 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3472         (text_toggle_cb), (update_streams), (main):
3473         Rearrange some buttons in playbin2 and make some other boxes insensitive
3474         when needed.
3475         Add language codes to subtitle selection boxes when we gind the right
3476         tags for the streams.
3477
3478 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3479
3480         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3481         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3482         (gst_decode_bin_set_subs_encoding),
3483         (gst_decode_bin_get_subs_encoding),
3484         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3485         (deactivate_free_recursive):
3486         Protect caps property with the object lock.
3487         Protect encoding property with the object lock.
3488         Keep list of elements we added that have the subtitle-encoding property.
3489         Distribute the subtitle-encoding to all of the elements when it
3490         changes.
3491
3492 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3493
3494         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3495         Small debug improvement.
3496
3497         * gst-libs/gst/audio/gstbaseaudiosink.c:
3498         (gst_base_audio_sink_render):
3499         Fix bug in determining the sample start/stop position, we want to base
3500         this decision on the fact that we are going forwards or backwards, not
3501         slower or faster. This fixes some ugly resync warnings when playing at
3502         very slow speeds.
3503
3504 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3505
3506         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3507         Correctly set the supported URI schemes and don't leave
3508         some schemes in the middle or at the start at NULL.
3509
3510 2008-03-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3511
3512         * tests/check/elements/gdpdepay.c:
3513           Make test compile without unused function/variable warnings on PPC.
3514  
3515 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3516
3517         * configure.ac:
3518         * ext/alsa/gstalsamixerelement.c:
3519         (gst_alsa_mixer_element_class_init):
3520         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3521         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3522         * ext/cdparanoia/gstcdparanoiasrc.c:
3523         (gst_cd_paranoia_src_class_init):
3524         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3525         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3526         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3527         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3528         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3529         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3530         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3531         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3532         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3533         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3534         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3535         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3536         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3537         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3538         (gst_audio_filter_template_class_init):
3539         * gst-libs/gst/audio/gstbaseaudiosink.c:
3540         (gst_base_audio_sink_class_init):
3541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3542         (gst_base_audio_src_class_init):
3543         * gst-libs/gst/cdda/gstcddabasesrc.c:
3544         (gst_cdda_base_src_class_init):
3545         * gst-libs/gst/interfaces/mixertrack.c:
3546         (gst_mixer_track_class_init):
3547         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3548         (gst_base_rtp_depayload_class_init):
3549         * gst-libs/gst/rtp/gstbasertppayload.c:
3550         (gst_basertppayload_class_init):
3551         * gst/audioconvert/gstaudioconvert.c:
3552         (gst_audio_convert_class_init):
3553         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3554         * gst/audioresample/gstaudioresample.c:
3555         (gst_audioresample_class_init):
3556         * gst/audiotestsrc/gstaudiotestsrc.c:
3557         (gst_audio_test_src_class_init):
3558         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3559         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3560         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3561         (preroll_unlinked):
3562         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3563         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3564         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3565         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3566         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3567         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3568         (gst_stream_selector_class_init):
3569         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3570         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3571         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3572         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3573         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3574         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3575         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3576         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3577         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3578         * gst/videotestsrc/gstvideotestsrc.c:
3579         (gst_video_test_src_class_init):
3580         * gst/volume/gstvolume.c: (gst_volume_class_init):
3581         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3582         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3583         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3584         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3585         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3587         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3588         static strings (i.e. all). This gives us less memory usage,
3589         fewer allocations and thus less memory defragmentation. Depend
3590         on core CVS for this. Fixes bug #523806.
3591
3592 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3593
3594         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3595         Filter http and https protocols. GIO/GVfs handles them but it's
3596         impossible to implement iradio/icecast with it. Better use
3597         souphttpsrc or something else for this.
3598
3599         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3600         If getting the file informations by a query fails try it with the
3601         seek-to-end trick too.
3602
3603 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3604
3605         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3606         (gst_volume_base_init), (gst_volume_class_init),
3607         (volume_process_double), (volume_process_float),
3608         (volume_transform_ip), (plugin_init):
3609         memset buffers to zero if we get a GAP buffer. We usually see a
3610         buffer as one unit so let's handle it as one and don't care about
3611         volume changes while processing one buffer.
3612         Also clean up some stuff a bit.
3613
3614 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3615
3616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3617         (gst_audio_convert_create_silence_buffer),
3618         (gst_audio_convert_transform):
3619         Make audioconvert GAP-aware by outputting silence buffers when the
3620         input has the GAP flag set. This is up to 8x faster.
3621         Based on a patch by Stefan Kost. Fixes bug #517813.
3622
3623 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3624
3625         * gst/volume/gstvolume.c: (volume_process_double):
3626         Use oil_scalarmultiply_f64_ns() for double processing when it's
3627         available at compile time.
3628
3629 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3630
3631         * configure.ac:
3632         Fix lrint/lrintf checks to actually work. These functions are
3633         in libm on Linux at least so try to link to it.
3634
3635 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3636
3637         * configure.ac:
3638         Back to development - 0.10.18.1
3639
3640 === release 0.10.18 ===
3641
3642 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3643
3644         * configure.ac:
3645           releasing 0.10.18, "I will follow"
3646
3647 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3648
3649         * configure.ac:
3650         * win32/common/config.h:
3651         0.10.17.4 pre-release
3652
3653 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3654
3655         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3656         Use GST_STR_NULL when trying to print strings that could be NULL because
3657         this might crash on some platforms. See #520808.
3658
3659 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3660
3661         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
3662
3663         * gst-libs/gst/rtsp/gstrtspconnection.c:
3664         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3665         (read_line), (gst_rtsp_connection_read_internal):
3666         Generic Windows fixes that makes libgstrtsp work on Windows when
3667         coupled with the new GstPoll API. See #520808.
3668
3669 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3670
3671         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3672
3673         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3674           If seeking to a new position succeeds don't simply return from
3675           create() without creating a buffer. Do this only in the case
3676           seeking to the new position fails. Fixes bug #523054.
3677
3678 2008-03-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3679
3680         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3681           (gst_video_format_from_rgba32_masks):
3682           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3683           (#522635).
3684
3685         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3686           Add unit test for the RGB caps parsing and creation, checking for
3687           internal consistency of the new API and consistency of the API with
3688           the old GST_VIDEO_CAPS_* defines.
3689
3690 2008-03-14  David Schleef  <ds@schleef.org>
3691
3692         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3693           because -base is in freeze.
3694
3695 2008-03-14  David Schleef  <ds@schleef.org>
3696
3697         Patch by: William M. Brack
3698
3699         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3700
3701 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3702
3703         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3704         (gst_selector_pad_chain):
3705         * gst/playback/gststreamselector.h:
3706         Revert change that caused regression until a real fix is found.
3707         Fixes #522203.
3708
3709 2008-03-12  Michael Smith <msmith@fluendo.com>
3710
3711         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3712         * gst-libs/gst/audio/gstringbuffer.h:
3713           Rename recently added buffer types to make more sense.
3714         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3715         (gst_alsasink_write):
3716           Adapt for above API changes.
3717           Fixes bug #520523.
3718
3719 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3720
3721         * win32/common/libgstnetbuffer.def:
3722         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3723
3724 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3725
3726         * configure.ac:
3727         * win32/common/config.h:
3728         0.10.17.3 pre-release
3729
3730 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3731
3732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3733         (gst_base_audio_src_create):
3734         Fix duration when no clock was provided. Fixes #520300.
3735
3736 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3737
3738         Patch by: Olivier Crete  <tester at tester ca>
3739
3740         * docs/libs/gst-plugins-base-libs-sections.txt:
3741         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3742         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3743         Add trivial function to compare GstNetAddress. See #520626.
3744         API: GstNetBuffer::gst_netaddress_equal
3745
3746 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3747
3748         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3749         Update mode property docs, it's deprecated now.
3750
3751 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3752
3753         * gst-libs/gst/rtsp/gstrtspconnection.c:
3754         (gst_rtsp_connection_create):
3755         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3756         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3757         * gst/tcp/gstmultifdsink.h:
3758         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3759         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3760         Remove GstPollMode from gstpoll constructor.
3761
3762 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3763
3764         * configure.ac:
3765         * win32/common/config.h:
3766         0.10.17.2 pre-release
3767
3768 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3769
3770         * gst/Makefile.am:
3771         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3772         them twice
3773
3774         * win32/common/libgstinterfaces.def:
3775         * win32/common/libgstrtp.def:
3776         Add new API to the defs
3777
3778 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3779
3780         Patch by: Mersad Jelacic  <mersad at axis dot com>
3781
3782         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3783         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3784         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3785         possible to specify the sample size in bits. (#509637)
3786
3787 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3788
3789         * tests/check/libs/mixer.c:
3790           Add a few simple checks for the new message types.
3791
3792 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3793
3794         * docs/libs/gst-plugins-base-libs-sections.txt:
3795         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3796           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3797           (gst_mixer_message_get_type),
3798           (gst_mixer_message_parse_option_changed),
3799           (gst_mixer_message_parse_options_list_changed):
3800         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3801           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3802           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3803           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3804           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3805           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3806
3807 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3808
3809         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3810           (gst_mixer_options_get_values):
3811         * gst-libs/gst/interfaces/mixeroptions.h:
3812           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3813           (_GstMixerOptions), (_GstMixerOptionsClass):
3814           API: add GstMixerOptions::get_values vfunc (#519906)
3815
3816 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3817
3818         * configure.ac:
3819         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3820         plug-ins are included/excluded. (#498222)
3821
3822 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3823
3824         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3825         Add typefinder for IMelody files, using audio/x-imelody.
3826         See bug #519516.
3827
3828 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3829
3830         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3831         * ext/alsa/gstalsasink.c: (set_hwparams):
3832         * ext/alsa/gstalsasrc.c: (set_hwparams):
3833         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3834         * ext/ogg/gstoggmux.h:
3835         * ext/ogg/gstogmparse.c:
3836         * gst-libs/gst/audio/audio.c:
3837         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3838         * gst-libs/gst/pbutils/missing-plugins.c:
3839         (gst_missing_uri_sink_message_new),
3840         (gst_missing_element_message_new),
3841         (gst_missing_decoder_message_new),
3842         (gst_missing_encoder_message_new):
3843         * gst-libs/gst/rtp/gstbasertppayload.c:
3844         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3845         (gst_rtcp_packet_bye_get_reason):
3846         * gst/audioconvert/gstaudioconvert.c:
3847         * gst/audioresample/gstaudioresample.c:
3848         * gst/ffmpegcolorspace/imgconvert.c:
3849         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3850         * gst/typefind/gsttypefindfunctions.c:
3851         * gst/videoscale/vs_4tap.c:
3852         * gst/videoscale/vs_4tap.h:
3853         * sys/v4l/gstv4lelement.c:
3854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3855         * sys/v4l/v4l_calls.c:
3856         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3857         (gst_v4lsrc_try_capture):
3858         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3859         (gst_ximagesink_ximage_new):
3860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3861         (gst_xvimagesink_xvimage_new):
3862         * tests/check/elements/audioconvert.c:
3863         * tests/check/elements/audioresample.c:
3864         (fail_unless_perfect_stream):
3865         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3866         * tests/check/elements/decodebin.c:
3867         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3868         (setup_gdpdepay_streamheader):
3869         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3870         (setup_gdppay_streamheader):
3871         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3872         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3873         * tests/check/elements/textoverlay.c:
3874         * tests/check/elements/videorate.c: (setup_videorate):
3875         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3876         * tests/check/elements/volume.c: (setup_volume):
3877         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3878         * tests/check/elements/vorbistag.c:
3879         * tests/check/generic/clock-selection.c:
3880         * tests/check/generic/states.c: (setup), (teardown):
3881         * tests/check/libs/cddabasesrc.c:
3882         * tests/check/libs/video.c:
3883         * tests/check/pipelines/gio.c:
3884         * tests/check/pipelines/oggmux.c:
3885         * tests/check/pipelines/simple-launch-lines.c:
3886         (simple_launch_lines_suite):
3887         * tests/check/pipelines/streamheader.c:
3888         * tests/check/pipelines/theoraenc.c:
3889         * tests/check/pipelines/vorbisdec.c:
3890         * tests/check/pipelines/vorbisenc.c:
3891         * tests/examples/seek/scrubby.c:
3892         * tests/examples/seek/seek.c: (query_positions_elems),
3893         (query_positions_pads):
3894         * tests/icles/stress-xoverlay.c: (myclock):
3895         Correct all relevant warnings found by the sparse semantic code
3896         analyzer. This include marking several symbols static, using
3897         NULL instead of 0 for pointers and using "foo (void)" instead
3898         of "foo ()" for declarations.
3899
3900         * win32/common/libgstrtp.def:
3901         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3902
3903 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3904
3905         Patch by: JosĂ© Alburquerque <jaalburqu svn gnome org>
3906
3907         * gst/playback/gstplaybin2.c:
3908           Make the function signature of the _get_*_tags() functions match
3909           the signature of the vfuncs they implement, ie. return a
3910           GstTagList rather than a GstStructure, which is more correct,
3911           even if one is typedef'ed to the other (#518940).
3912
3913 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3914
3915         * gst-libs/gst/rtsp/gstrtspconnection.c:
3916           Don't include unix headers unconditionally (fixes #518037).
3917
3918 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3919
3920         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3921           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3922           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3923           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3924           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3925           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3926           (gst_video_format_is_packed), (video_format_is_packed):
3927           Add unit test that makes sure that the strides, offsets and
3928           sizes returned for the various YUV formats by the new video API
3929           match the old reference implementation in videotestsrc.
3930
3931 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3932
3933         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3934           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3935           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3936           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3937           (gst_video_format_get_pixel_stride),
3938           (gst_video_format_get_component_width),
3939           (gst_video_format_get_component_height),
3940           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3941         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3942           (GST_VIDEO_FORMAT_Y42B):
3943           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3944
3945 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3946
3947         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3948           YV12 is I420 with swapped components 1 and 2, so the offset of
3949           component 1 for I420 should be the offset for component 2 for YV12
3950           and vice versa.
3951
3952 2008-02-29  Rene Stadler  <mail@renestadler.de>
3953
3954         * sys/v4l/gstv4lelement.c:
3955         Add missing semicolon to fix indentation.
3956
3957 2008-02-29  Julien Moutte  <julien@fluendo.com>
3958
3959         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3960         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3961         if we can do SPDIF output.
3962         * ext/alsa/gstalsa.h:
3963         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3964         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3965         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3966         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3967         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3968         to support AC3, EC3 and IEC958 buffers.
3969
3970 2008-02-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3971
3972         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3973           (gst_mixer_message_parse_mute_toggled),
3974           (gst_mixer_message_parse_record_toggled),
3975           (gst_mixer_message_parse_volume_changed),
3976           (gst_mixer_message_parse_option_changed):
3977           De-cruft and fix message type assertions (NULL is not a really
3978           valid mixer message type string).
3979
3980 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3981
3982         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3983         When negotiating, actually start from a format that we can support
3984         instead of from the too generic template.
3985
3986 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3989         Enable vis setting.
3990
3991         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3992         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3993         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3994         (gen_vis_chain):
3995         Implement vis switching while playing.
3996
3997 2008-02-28  David Schleef  <ds@schleef.org>
3998
3999         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4000
4001 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4002
4003         Patch by: Peter Kjellerstedt  <pkj at axis com>
4004
4005         * gst/tcp/Makefile.am:
4006         * gst/tcp/fdsetstress.c:
4007         * gst/tcp/gstfdset.c:
4008         * gst/tcp/gstfdset.h:
4009         Removed fdset and stress test, they are now known as GstPoll in
4010         core. 
4011
4012         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4013         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4014         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4015         (gst_multi_fd_sink_handle_client_write),
4016         (gst_multi_fd_sink_queue_buffer),
4017         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4018         (gst_multi_fd_sink_stop):
4019         * gst/tcp/gstmultifdsink.h:
4020         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4021         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4022         (gst_tcp_gdp_read_caps):
4023         * gst/tcp/gsttcp.h:
4024         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4025         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4026         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4027         * gst/tcp/gsttcpclientsink.h:
4028         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4029         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4030         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4031         * gst/tcp/gsttcpclientsrc.h:
4032         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4033         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4034         * gst/tcp/gsttcpserversink.h:
4035         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4036         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4037         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4038         * gst/tcp/gsttcpserversrc.h:
4039         Port to GstPoll. See #505417.
4040
4041 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4042
4043         Patch by: Peter Kjellerstedt  <pkj at axis com>
4044
4045         * gst-libs/gst/rtsp/gstrtspconnection.c:
4046         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4047         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4048         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4049         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4050         (gst_rtsp_connection_flush):
4051         * gst-libs/gst/rtsp/gstrtspconnection.h:
4052         Use GstPoll for the rtsp connection. See #505417.
4053
4054 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4055
4056         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4057         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4058         Add combo box for visualisations, populate it with a factory list
4059         of all visualisation plugins, configure vis plugin instance in
4060         playbin2. 
4061
4062 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4063
4064         * tests/check/libs/rtp.c: (GST_START_TEST):
4065         Add check for RTP buffer defaults, padding and marker bit API.
4066
4067 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4068
4069         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4070         Use memcpy() instead of upcasting a byte array to long *. This
4071         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4072         This should be ported to GCheckSum once we can use GLib 2.16.
4073         Partially fixes bug #500833.
4074
4075 2008-02-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4076
4077         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4078           Push tag event after the newsegment event. Log the pointer of
4079           the buffer we're actually going to push rather than the buffer
4080           we're feeding to _make_metadata_writable().
4081
4082 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4085         Comment smoke typefinder for now. The smokedec plugin needs one
4086         frame per buffer but we have no parser yet, thus it simply crashes
4087         in most situations.
4088
4089 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4090
4091         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4092         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4093
4094 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4095
4096         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4097         (plugin_init):
4098         Add midi typefinder, copied from the timidity plugin.
4099
4100 2008-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4101
4102         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4103
4104         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4105         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4106           (subparse_suite):
4107           Forward slashes at the beginning and end of a line also signify
4108           italics (Fixes: #518162).
4109
4110 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4111
4112         * tests/check/gst-plugins-base.supp:
4113         Add a suppression for a cached value in GIO that wasn't moved
4114         while moving gio from -bad to -base.
4115
4116 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4117
4118         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4119
4120         * configure.ac:
4121         Don't hardcode -Wall and -Werror for configure checks, this fails
4122         with non-GCC compilers. Fixes bug #517991.
4123
4124 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4125
4126         * gst/audioconvert/gstaudioconvert.c:
4127         * gst/audioconvert/gstaudioquantize.c:
4128         * gst/audioconvert/gstaudioquantize.h:
4129           Make audioconvert gap aware. If noiseshaping is used, wait for
4130           noiseshaping to converge before marking as GAP. Fixes #517813.
4131
4132 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4133
4134         * gst/audiotestsrc/gstaudiotestsrc.c:
4135           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4136
4137 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4138
4139         * ext/gnomevfs/gstgnomevfssink.c:
4140         (gst_gnome_vfs_sink_handle_event):
4141         Return FALSE when seeking for a new segment fails instead
4142         of silently ignoring the failure and appending every buffer
4143         that comes for the new segment.
4144
4145 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4146
4147         * gst/playback/gstplaysink.c: (find_property),
4148         (gst_play_sink_find_property), (gen_video_chain),
4149         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4150         Recursively search the sink element for a last-frame property so that we
4151         can also find the property in autovideosink and friends that don't
4152         always proxy the internal sink properties.
4153
4154 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4155
4156         * gst-libs/gst/audio/multichannel.c:
4157           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4158           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4159           (gst_audio_set_structure_channel_positions_list),
4160           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4161           (gst_audio_fixate_channel_positions):
4162           Fix confusing terminology in docs and code: structure fields are
4163           'fields' and not 'properties'.
4164
4165 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4166
4167         * gst-libs/gst/audio/multichannel.c:
4168           (gst_audio_check_channel_positions), (add_list_to_struct):
4169           Give more useful warning messages if one of the channel
4170           layout enums passed to us is invalid and if the "channels"
4171           field in the caps has a GType we don't expect.
4172
4173 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4174
4175         * gst-libs/gst/audio/multichannel.c:
4176           Fix typo in docs blurb.
4177
4178 2008-02-19  Julien Moutte  <julien@fluendo.com>
4179
4180         Patch by: Josep Torra Valles <josep@fluendo.com>
4181
4182         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4183         typefind lookup to fix typefinding on HD clips.
4184
4185 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4186
4187         * gst/playback/gstscreenshot.c:
4188         * gst/playback/gstscreenshot.h:
4189           Fix up copyright (I rewrote the GStreamer-0.10 code for
4190           this from scratch back in the days).
4191
4192 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         * gst/playback/Makefile.am:
4195         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4196         (create_element), (gst_play_frame_conv_convert):
4197         * gst/playback/gstscreenshot.h:
4198         Add screenshot conversion code from totem.
4199
4200         * gst/playback/gstplay-marshal.list:
4201         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4202         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4203         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4204         Implement frame property to get a color-unconverted snapshot.
4205         Implement convert-frame action signal to get a converted snapshot image.
4206         Configure connection speed in uridecodebin.
4207         Document some more properties.
4208
4209         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4210         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4211         (gst_play_sink_get_last_frame):
4212         * gst/playback/gstplaysink.h:
4213         Use last-buffer property of the video sink to get a video snapshot.
4214
4215         * tests/examples/seek/seek.c: (shot_cb), (main):
4216         Add snapshot button for playbin2 and use the frame property to save the
4217         frame as a png in the current directory.
4218
4219 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4220
4221         Patch by: Josep Torra Valles <josep at fluendo dot com>
4222
4223         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4224         (plugin_init):
4225         Add typefinding support for h264 elementary streams.
4226         Fixes bug #517420.
4227
4228 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4229
4230         * configure.ac:
4231           Require CVS of core for new API in collectpads.
4232
4233         * gst/adder/gstadder.c:
4234           Use new API to make adder sparse stream aware.
4235
4236 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4237
4238         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4239         (no_more_pads_cb):
4240         Get the object data correct so that we can remove our channels
4241         correctly.
4242
4243         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4244         (gen_vis_chain), (gst_play_sink_reconfigure),
4245         (gst_play_sink_request_pad):
4246         Add option to disable async behaviour in the sinks when possible. This
4247         makes it possible to avoid an audio queue when dealing with
4248         visualisations.
4249         Add option to add a queue for the audio path.
4250
4251         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4252         (main):
4253         Disable the vis checkbox to match the defaults of playbin2.
4254         Only get the stream info when we need to.
4255
4256 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4257
4258         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4259         (gst_gio_base_sink_set_stream):
4260         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4261         (gst_gio_base_src_set_stream):
4262         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4263         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4264         Don't use async operations as they require a running main loop.
4265         This makes us block again when closing streams and unable
4266         to mount the enclosing volume of an URI if it isn't yet.
4267
4268 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4269
4270         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4271         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4272         (gen_vis_chain), (gst_play_sink_reconfigure),
4273         (gst_play_sink_request_pad):
4274         Move tee in front of the audio and vis pipelines.
4275         Add queue for audio for now.
4276         Add visualisation support.
4277
4278         * tests/examples/seek/seek.c: (main):
4279         Visualisation is by default disabled.
4280
4281 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4282
4283         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4284         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4285         Improve debugging a bit.
4286
4287         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4288         * ext/gio/gstgiosink.h:
4289         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4290         * ext/gio/gstgiosrc.h:
4291         Try to mount the enclosing volume of a GFile if it isn't mounted
4292         yet. This requires us to wait for an async operation to finish, done
4293         with an nested GMainLoop. Authentication is not supported yet, will
4294         come later.
4295
4296 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4297
4298         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4299         (gst_play_bin_set_property), (gst_play_bin_get_property),
4300         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4301         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4302         (gst_play_sink_get_mute), (gen_audio_chain):
4303         * gst/playback/gstplaysink.h:
4304         Add mute property.
4305
4306         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4307         (gst_selector_pad_chain):
4308         * gst/playback/gststreamselector.h:
4309         Make sure we forward the event only once.
4310
4311         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4312         Add and implement the mute button for playbin2.
4313
4314 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4315
4316         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4317
4318         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4319         Add some more debug info.
4320         Make sure we never return a negative delay. Fixes #516246.
4321
4322 2008-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4323
4324         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4325           Revert patch that makes the sink hold the object lock when
4326           calling snd_pcm_delay(), since it breaks playback for me.
4327
4328 2008-02-12  Julien Moutte  <julien@fluendo.com>
4329
4330         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4331         some seek flags when changing rate.
4332
4333 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4334
4335         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4336         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4337         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4338         Fix potential leaks.
4339
4340         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4341         Fix leak when there is no function configured.
4342
4343 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4344
4345         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4346         (gst_v4lsrc_buffer_finalize):
4347         Correctly chain up the finalize method.
4348
4349 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4350
4351         * ext/gio/gstgiostreamsink.c:
4352         * ext/gio/gstgiostreamsrc.c:
4353         Add documentation and example code for giostreamsink/giostreamsrc.
4354
4355         * tests/check/pipelines/gio.c: (GST_START_TEST):
4356         Ask the GMemoryOutputStream for the data instead of assuming that
4357         the pointer to the data stayed the same. It could've been realloc'ed.
4358
4359 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4360
4361         * ext/gio/gstgiosink.c:
4362         * ext/gio/gstgiosrc.c:
4363         Make the documentation of giosink/giosrc complete, large parts
4364         are based on the gnomevfssink/gnomevfssrc docs.
4365
4366 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4367
4368         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4369         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4370         * docs/plugins/gst-plugins-base-plugins.args:
4371         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4372         * docs/plugins/gst-plugins-base-plugins.interfaces:
4373         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4374         * docs/plugins/gst-plugins-base-plugins.signals:
4375         * docs/plugins/inspect/plugin-adder.xml:
4376         * docs/plugins/inspect/plugin-audioconvert.xml:
4377         * docs/plugins/inspect/plugin-audiorate.xml:
4378         * docs/plugins/inspect/plugin-audioresample.xml:
4379         * docs/plugins/inspect/plugin-decodebin.xml:
4380         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4381         * docs/plugins/inspect/plugin-gdp.xml:
4382         * docs/plugins/inspect/plugin-gio.xml:
4383         * docs/plugins/inspect/plugin-gnomevfs.xml:
4384         * docs/plugins/inspect/plugin-libvisual.xml:
4385         * docs/plugins/inspect/plugin-ogg.xml:
4386         * docs/plugins/inspect/plugin-pango.xml:
4387         * docs/plugins/inspect/plugin-playback.xml:
4388         * docs/plugins/inspect/plugin-queue2.xml:
4389         * docs/plugins/inspect/plugin-subparse.xml:
4390         * docs/plugins/inspect/plugin-theora.xml:
4391         * docs/plugins/inspect/plugin-uridecodebin.xml:
4392         * docs/plugins/inspect/plugin-videorate.xml:
4393         * docs/plugins/inspect/plugin-videoscale.xml:
4394         * docs/plugins/inspect/plugin-volume.xml:
4395         * docs/plugins/inspect/plugin-vorbis.xml:
4396         Add the GIO documentation again and while at that run make update.
4397
4398 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4399
4400         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4401         * ext/alsa/gstalsasink.c: (set_swparams):
4402         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4403           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4404           against libasound >= 1.0.16, since it's been deprecated in
4405           0.10.16, and alignment is always 1 then, apparently. (#512899)
4406
4407 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4408
4409         * gst/playback/gstplaybin.c: (gen_audio_element):
4410         * gst/playback/gstplaysink.c: (gen_audio_chain):
4411           Handle case where we can't create the volume element a bit
4412           better (#514307).
4413
4414 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4415
4416         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4417         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4418           Add support for https protocol. Fixes #510229.
4419
4420 2008-02-11  Julien Moutte  <julien@fluendo.com>
4421         
4422         Patch by: Alan Peevers <peeves@pacbell.net>
4423
4424         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4425         lock when calling alsa methods.
4426
4427 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4428
4429         * gst/typefind/gsttypefindfunctions.c:
4430           Bump rank of jpeg and png typefinders, which will return maximum
4431           probability in the most common cases (thus short-circuiting more
4432           expensive typefinders like the mp3 one for these two quite common
4433           image types).
4434
4435 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4436
4437         * ext/theora/theoraparse.c:
4438         Fix long description of the theora parser to be more verbose than just
4439         the type name.
4440
4441 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4442
4443         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4444
4445         * sys/xvimage/xvimagesink.c:
4446         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4447         Fixes bug #515654.
4448
4449 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4450
4451         * gst/playback/gstplaybasebin.c:
4452         Set is_dynamic as True if there are elements with both request
4453         and sometimes src pad templates instead of breaking out when it
4454         finds the first pad template that is a src.
4455
4456 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4459         (update_streams), (video_combo_cb), (audio_combo_cb),
4460         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4461         Add some stream switching and volume gui for playbin2.
4462
4463 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4464
4465         * gst/playback/gstplay-marshal.list:
4466         Added marshal for streamselector Tags.
4467
4468         * gst/playback/gstplaybasebin.c: (set_active_source):
4469         Streamselector now selects pads based on the pad object instead of its
4470         name.
4471
4472         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4473         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4474         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4475         (gst_play_bin_get_text_tags),
4476         (gst_play_bin_set_current_video_stream),
4477         (gst_play_bin_set_current_audio_stream),
4478         (gst_play_bin_set_current_text_stream),
4479         (gst_play_bin_set_property), (gst_play_bin_get_property),
4480         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4481         Remove option to mute streams with the current-a/v/t property, we have
4482         this functionality in the flags.
4483         Add signals to notify when the number of A/V/T channels changed.
4484         Add action signals to get tags for the A/V/T streams.
4485         Implement setting the current A/V/T stream.
4486         Rearrange some things to simplify stream selection.
4487         Implement volume.
4488
4489         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4490         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4491         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4492         (activate_vis), (gst_play_sink_reconfigure):
4493         * gst/playback/gstplaysink.h:
4494         Add and implement volume setting methods.
4495
4496         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4497         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4498         (gst_selector_pad_event), (gst_stream_selector_class_init),
4499         (gst_stream_selector_init), (gst_stream_selector_finalize),
4500         (gst_stream_selector_set_property),
4501         (gst_stream_selector_get_property),
4502         (gst_stream_selector_get_linked_pad),
4503         (gst_stream_selector_request_new_pad):
4504         * gst/playback/gststreamselector.h:
4505         Add pad properties for tags and status of pads.
4506         Keep tags on pads.
4507         Make active pad selection based on pad object instead of name.
4508
4509 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4510
4511         * configure.ac:
4512           Revert last change as we now check in gtk-doc.m4 for sed.
4513
4514 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4515
4516         * configure.ac:
4517         Find and subst SED when building the docs.
4518
4519 2008-02-08  Julien Moutte  <julien@fluendo.com>
4520
4521         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4522         (main): Make sure bus signals are reconnected when pressing STOP
4523         and then PLAY again for a parse launch pipeline. Fix a ref leak
4524         on the bus.
4525         * win32/common/config.h: Updated.
4526
4527 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4528
4529         * configure.ac:
4530         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4531         pre-releases or releases.
4532
4533 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4534
4535         * configure.ac:
4536         * ext/gio/Makefile.am:
4537         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4538         reporting
4539
4540 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4541
4542         * docs/plugins/Makefile.am:
4543         Add the headers which need scanning for the GIO plugin. The rest of
4544         the docs still need migrating.
4545
4546 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4547
4548         * ext/Makefile.am:
4549         * tests/check/Makefile.am:
4550         * tests/check/pipelines/.cvsignore:
4551         Add gio in a few more places.
4552
4553 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4554
4555         * configure.ac:
4556         * ext/Makefile.am:
4557         * tests/check/Makefile.am:
4558         Move gio plugin from -bad and mark as experimental.
4559
4560 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4561
4562         * gst-libs/gst/interfaces/mixeroptions.c:
4563         * gst-libs/gst/interfaces/mixertrack.c:
4564         Comment out a couple of other things which break the build when
4565         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4566
4567 2008-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4568
4569         * docs/libs/gst-plugins-base-libs-sections.txt:
4570           Fix pbutils header.
4571
4572 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4573
4574         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4575         Fix compiler warning.
4576
4577 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4578
4579         Patch by: Peter Kjellerstedt  <pkj at axis com>
4580
4581         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4582         Clear the addrinfo struct using memset. Fixes #514937.
4583
4584 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4585
4586         * gst/tcp/gstfdset.h:
4587         Remove unused field to same some memory.
4588
4589         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4590         Mark action signals as such.
4591
4592 2008-02-06  Michael Smith <msmith@fluendo.com>
4593
4594         * ext/theora/theoradec.c: (_theora_granule_frame),
4595         (_inc_granulepos):
4596           Increment granulepos for new-bitstream versions appropriately.
4597           Fixes #514623.
4598
4599 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4600
4601         * tests/examples/seek/seek.c: (do_seek),
4602         (rate_spinbutton_changed_cb), (update_streams), (main):
4603         Remove obsolete stream_time reset after flushing seek, core does that
4604         automatically now.
4605         Improve accuracy of speed spinbutton.
4606         Only do playbin2 stuff when we actually use it.
4607
4608 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4609
4610         * tests/check/Makefile.am:
4611           Revert previous change of the test environment's GST_PLUGIN_PATH.
4612           The problem is not with the plugins, but with element factories
4613           and only occurs if elements are split out from existing plugins
4614           or if plugins change name (see #512740).
4615
4616 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4617
4618         * tests/check/Makefile.am:
4619           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4620           with the core's plugins first and our local build directories last,
4621           since we might be building against an installed core, and that
4622           core's plugin directory may contain older or other versions of
4623           our own -base plugins, but we really do want to test our local
4624           ones (if there are multiple plugins or element factories with the
4625           same name, those inspected last will trump those read in earlier).
4626           Fixes #512740 for the most part.
4627
4628 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4629
4630         * configure.ac:
4631         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4632         Use gmtime_r if available as gmtime is not MT-safe.
4633         Fixes bug #511810.
4634
4635 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4636
4637         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4638         Cast glong to time_t as time_t might have a different type on
4639         other platforms, like FreeBSD, and we get a compiler warning
4640         otherwise. Fixes bug #511825.
4641
4642 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4643
4644         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4645         (get_group), (get_n_pads), (gst_play_bin_get_property),
4646         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4647         (autoplug_select_cb), (deactivate_group):
4648         Remove stream-info, we going for something easier.
4649         Refactor getting the current group.
4650         Implement getting the number of audio/video/text streams.
4651
4652         * gst/playback/gststreamselector.c:
4653         (gst_stream_selector_class_init), (gst_stream_selector_init),
4654         (gst_stream_selector_get_property),
4655         (gst_stream_selector_request_new_pad),
4656         (gst_stream_selector_release_pad):
4657         * gst/playback/gststreamselector.h:
4658         Add property for number of pads.
4659
4660         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4661         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4662         (text_toggle_cb), (update_streams), (msg_async_done),
4663         (msg_state_changed), (main):
4664         Block slider callback when updating the slider position.
4665         Add gui elements for controlling playbin2.
4666         Add callback for async_done that updates position/duration.
4667
4668 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4669
4670         * docs/plugins/Makefile.am:
4671         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4672         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4673         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4674         * docs/plugins/gst-plugins-base-plugins.interfaces:
4675         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4676           First round of plugin docs cleansups.
4677
4678         * docs/plugins/inspect/plugin-adder.xml:
4679         * docs/plugins/inspect/plugin-alsa.xml:
4680         * docs/plugins/inspect/plugin-audioconvert.xml:
4681         * docs/plugins/inspect/plugin-audiorate.xml:
4682         * docs/plugins/inspect/plugin-audioresample.xml:
4683         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4684         * docs/plugins/inspect/plugin-cdparanoia.xml:
4685         * docs/plugins/inspect/plugin-decodebin.xml:
4686         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4687         * docs/plugins/inspect/plugin-gdp.xml:
4688         * docs/plugins/inspect/plugin-gnomevfs.xml:
4689         * docs/plugins/inspect/plugin-libvisual.xml:
4690         * docs/plugins/inspect/plugin-ogg.xml:
4691         * docs/plugins/inspect/plugin-pango.xml:
4692         * docs/plugins/inspect/plugin-subparse.xml:
4693         * docs/plugins/inspect/plugin-tcp.xml:
4694         * docs/plugins/inspect/plugin-theora.xml:
4695         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4696         * docs/plugins/inspect/plugin-video4linux.xml:
4697         * docs/plugins/inspect/plugin-videorate.xml:
4698         * docs/plugins/inspect/plugin-videoscale.xml:
4699         * docs/plugins/inspect/plugin-videotestsrc.xml:
4700         * docs/plugins/inspect/plugin-volume.xml:
4701         * docs/plugins/inspect/plugin-vorbis.xml:
4702         * docs/plugins/inspect/plugin-ximagesink.xml:
4703         * docs/plugins/inspect/plugin-xvimagesink.xml:
4704           Regenerate.
4705
4706         * ext/ogg/Makefile.am:
4707         * ext/ogg/gstoggmux.c:
4708         * ext/ogg/gstoggmux.h:
4709           Add header for oggmux. the c-file needs a doc blob still.
4710
4711 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4712
4713         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4714
4715         * gst-libs/gst/rtp/gstrtpbuffer.c:
4716         (gst_rtp_buffer_set_extension_data):
4717         * gst-libs/gst/rtp/gstrtpbuffer.h:
4718         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4719         Add gst_rtp_buffer_set_extension_data() 
4720         Add a unit test for this addition. Fixes #511478.
4721         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4722
4723 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4724
4725         * configure.ac:
4726         Back to CVS
4727
4728 === release 0.10.17 ===
4729
4730 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4731
4732         * configure.ac:
4733           releasing 0.10.17, "Peanut Butter and Jelly"
4734
4735 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4736
4737         * gst-libs/gst/interfaces/mixeroptions.c:
4738         * gst-libs/gst/interfaces/mixertrack.c:
4739         Also remove the conditional registration of the signals
4740         that disappeared with the ABI change in 0.10.14
4741
4742 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4743
4744         * gst-libs/gst/rtsp/gstrtspconnection.c:
4745         Revert patch to gstrtspconnection.c for brown paper bag
4746         release of -base. Re-opens: #511825
4747
4748 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4749
4750         * gst-libs/gst/interfaces/mixeroptions.h:
4751         * gst-libs/gst/interfaces/mixertrack.h:
4752         Change the way these deprecated function pointers are removed
4753         so that the compiled ABI is unconditionally smaller. This 
4754         sets in stone an ABI break that actually occurred when the
4755         things were deprecated in 0.10.14, which seems to be the best
4756         fix as the only known users are oss-mixer and sunaudio-mixer in 
4757         gst-plugins-good.
4758         Fixes: #513018
4759
4760 2008-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4761
4762         * win32/common/libgstpbutils.def:
4763           Export the two new _get_type() functions which are needed
4764           by the python bindings.
4765
4766 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4767
4768         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4769         Cast glong to time_t as time_t might have a different type on
4770         other platforms, like FreeBSD, and we get a compiler warning
4771         otherwise. Fixes bug #511825.
4772
4773 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4774
4775         * gst-libs/gst/audio/gstaudiofilter.c:
4776         (gst_audio_filter_class_init):
4777         Initialize the GstRingerBuffer class to get it's debug category
4778         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4779         category and otherwise we get some g_critical(). Fixes bug #512334.
4780
4781 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4782
4783         * configure.ac:
4784         Back to CVS
4785
4786 === release 0.10.16 ===
4787
4788 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4789
4790         * configure.ac:
4791           releasing 0.10.16, "Scheduled Interruption"
4792
4793 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4794
4795         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4796
4797         * gst-libs/gst/rtp/gstrtpbuffer.c:
4798         (gst_rtp_buffer_get_extension_data):
4799         Fix typos and wrong extension check. Fixes #511274.
4800
4801 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4802
4803         * po/sk.po:
4804         Oops - add new sk.po mentioned in the LINGUAS I just committed
4805
4806 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4807
4808         * po/LINGUAS:
4809         Add ca translation to the disted list.
4810
4811         * win32/vs6/libgstsdp.dsp:
4812         Convert line endings to CRLF
4813
4814 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4815
4816         * win32/MANIFEST:
4817         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4818
4819 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4820
4821         * win32/common/libgstsdp.def:
4822         * win32/common/libgstvideo.def:
4823         Add new API declarations
4824
4825 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4826
4827         * ext/theora/gsttheoradec.h:
4828         * ext/theora/gsttheoraparse.h:
4829         * ext/theora/theoradec.c:
4830         * ext/theora/theoraparse.c:
4831         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4832         and parser by inspecting the bitstream version of the incoming data.
4833
4834 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4835
4836         * configure.ac:
4837         * pkgconfig/Makefile.am:
4838         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4839         * pkgconfig/gstreamer-audio.pc.in:
4840         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4841         * pkgconfig/gstreamer-cdda.pc.in:
4842         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4843         * pkgconfig/gstreamer-fft.pc.in:
4844         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4845         * pkgconfig/gstreamer-floatcast.pc.in:
4846         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4847         * pkgconfig/gstreamer-interfaces.pc.in:
4848         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4849         * pkgconfig/gstreamer-netbuffer.pc.in:
4850         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4851         * pkgconfig/gstreamer-pbutils.pc.in:
4852         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4853         * pkgconfig/gstreamer-riff.pc.in:
4854         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4855         * pkgconfig/gstreamer-rtp.pc.in:
4856         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4857         * pkgconfig/gstreamer-rtsp.pc.in:
4858         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4859         * pkgconfig/gstreamer-sdp.pc.in:
4860         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4861         * pkgconfig/gstreamer-tag.pc.in:
4862         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4863         * pkgconfig/gstreamer-video.pc.in:
4864         Provide one pkg-config file for every gst-plugins-base library.
4865         This makes linking to those libraries much more intuitive and
4866         provides standard pkg-config behaviour for them. Fixes bug #499697.
4867
4868 2008-01-13  David Schleef  <ds@schleef.org>
4869
4870         * gst/videoscale/vs_4tap.c:
4871           Fix valgrind error on 4tap scaling method.
4872
4873 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4874
4875         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4876         Include Winsock2.h for VS6 and use a different way initialize
4877         hints structure so it can build with VS6.
4878         * win32/MANIFEST:
4879         * win32/vs6/libgstsdp.dsp:
4880         * win32/common/libgstsdp.def:
4881         Add new files for libgstsdp.
4882         * win32/vs6/grammar.dsp:
4883         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4884         * win32/vs6/gst_plugins_base.dsw:
4885         * win32/vs6/libgstdecodebin.dsp:
4886         * win32/vs6/libgstdecodebin2.dsp:
4887         * win32/vs6/libgstplaybin.dsp:
4888         * win32/vs6/libgstvolume.dsp:
4889         Add new dependencies to the link list.
4890
4891 2008-01-13  Julien Moutte  <julien@fluendo.com>
4892
4893         * win32/common/config.h:
4894         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4895         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4896         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4897         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4898         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4899         * win32/common/interfaces-enumtypes.c:
4900         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4901         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4902         (gst_mixer_track_flags_get_type),
4903         (gst_tuner_channel_flags_get_type):
4904         * win32/common/multichannel-enumtypes.c:
4905         (gst_audio_channel_position_get_type):
4906         * win32/common/pbutils-enumtypes.c:
4907         (gst_install_plugins_return_get_type):
4908         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4909         in the win32 build directory.
4910
4911 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4912
4913         * tests/check/Makefile.am:
4914         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4915
4916         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4917         * tests/check/elements/playbin.c:
4918         * tests/check/libs/mixer.c: (test_element_interface_supported),
4919         (gst_implements_interface_init):
4920         * tests/check/libs/rtp.c: (GST_START_TEST):
4921         Fix various assignment type mismatches.
4922
4923 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4924
4925         * configure.ac:
4926         * gst-libs/gst/rtsp/Makefile.am:
4927         Add test to see if hstrerror is available or if we need libresolv
4928         (Solaris) for it, then use it in libgstrtsp.
4929
4930 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4931
4932         * gst-libs/gst/tag/Makefile.am:
4933         Fix include path order
4934
4935 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4936
4937         * gst-libs/gst/pbutils/install-plugins.c:
4938         (gst_install_plugins_context_copy),
4939         (gst_install_plugins_context_get_type):
4940         * gst-libs/gst/pbutils/install-plugins.h:
4941         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4942         for bindings.
4943
4944 2008-01-11  Michael Smith <msmith@fluendo.com>
4945
4946         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4947         (_theora_granule_frame), (_theora_granule_start_time),
4948         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4949           Adapt for post-alpha meaning of granulepos, when we
4950           have a newer version of libtheora.
4951         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4952         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4953         (theora_enc_is_discontinuous), (theora_enc_chain):
4954           Likewise.
4955         * tests/check/Makefile.am:
4956           Link libtheora into theoraenc test so we can check which version of
4957           libtheora we're testing against.
4958         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4959         (check_buffer_granulepos),
4960         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4961         (theoraenc_suite):
4962           Adapt tests to check the values that are now defined for theora; make
4963           the tests backwards-adapt the passed values if we're running against an
4964           old libtheora.
4965           Fixes #497964
4966
4967 2008-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4968
4969         * gst-libs/gst/audio/gstbaseaudiosink.c:
4970           (gst_base_audio_sink_class_init):
4971         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4972           (gst_base_audio_src_class_init):
4973           Ref audio clock class from a thread-safe context to make sure
4974           we're not bit by GObjects lack of thread-safety here (#349410),
4975            however unlikely that may be in practice.
4976
4977 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4978
4979         * autogen.sh:
4980           Add -Wno-portability to the automake parameters to stop warnings
4981           about GNU make extensions being used. We require GNU make in almost
4982           every Makefile anyway.
4983           
4984         * configure.ac:
4985           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4986           at the same time is required for per target flags.
4987
4988 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4989
4990         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4991           Post an error message if we can't pull as many bytes as we need
4992           for the tag. This makes sure the user gets to see a proper error
4993           message if a file with a partial ID3 tag is fed to decodebin, and
4994           not a 'no ID3 tag demuxer' error, which would be confusing
4995           (see #508138).
4996
4997 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4998
4999         * gst-libs/gst/pbutils/descriptions.c: (formats):
5000           Add description strings for ID3, APE, and ICY tags.
5001
5002 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5003
5004         * gst/playback/gstdecodebin.c: (try_to_link_1):
5005           Make sure we error out correctly if we can't activate one of
5006           the elements we've added.  Fixes #508138.
5007           
5008 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5009
5010         Patch by: Bastien Nocera <hadess at hadess net>
5011
5012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5013           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5014           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5015           the volume is the same for all channels. This works around
5016           some problem in alsa that leaves us with inconsistent state
5017           for some reason (#486840).
5018
5019 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5020
5021         Patch by: Jerone Young <jerone at gmail com>
5022
5023         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5024           If there's no mixer track by the name of 'Master' or 'Front',
5025           check if there's one called 'PCM' before trying the generic
5026           fallback logic (fixes #506928, where we pick 'Mic' as master
5027           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5028
5029 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5030
5031         * gst/playback/gstplay-enum.c:
5032         (register_gst_autoplug_select_result),
5033         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5034         (gst_play_flags_get_type):
5035         * gst/playback/gstplay-enum.h:
5036         Add enums for configuration flags.
5037
5038         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5039         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5040         (gst_play_bin_get_property), (no_more_pads_cb),
5041         (autoplug_select_cb), (gst_play_bin_change_state):
5042         Merge mode with flags.
5043         Add more property getters/setters, defaults and docs.
5044         Add properties to get number of audio/video/text streams.
5045         Create sink object in _init so that we can always rely on it being
5046         there.
5047
5048         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5049         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5050         (activate_vis), (gst_play_sink_reconfigure),
5051         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5052         (gst_play_sink_change_state):
5053         * gst/playback/gstplaysink.h:
5054         Use flags to configure the sink pipelines.
5055         Add tee before audio pipeline so that we can use it for visualisations.
5056         Start working on integrating visualisations.
5057         Remove mode, we can do everything with the flags now.
5058         Add method to configue the sink pipeline.
5059
5060 2008-01-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5061
5062         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5063           (check_buffer_timestamp), (check_buffer_duration):
5064           Turn these functions into macros so we can see right away
5065           where the failure occured.
5066
5067 2008-01-05  Julien Moutte  <julien@fluendo.com>
5068
5069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5070         debugging information to understand how X calculates the stride
5071         for XvImages.
5072
5073 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5074
5075         * gst/volume/Makefile.am:
5076         * gst/volume/gstvolume.c: (volume_choose_func),
5077         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5078         (volume_setup):
5079         * gst/volume/gstvolume.h:
5080         Use GstAudioFilter as base class for the volume element instead of
5081         plain GstBaseTransform.
5082
5083 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5084
5085         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5086         Don't set element details for the abstract GstAudioFilter class.
5087
5088 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5089
5090         * gst-libs/gst/audio/gstaudiofilter.c:
5091         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5092         Implement get_unit_size() vmethod of GstBaseTransform.
5093
5094 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5095
5096         * gst-libs/gst/pbutils/Makefile.am:
5097         * gst-libs/gst/pbutils/pbutils.h:
5098         Use glib-enum generator to have a proper enum GType for
5099         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5100
5101 2007-12-31  David Schleef  <ds@schleef.org>
5102
5103         * tests/check/Makefile.am:
5104         * tests/check/pipelines/theoraenc.c:
5105           Reenable theoraenc test, which fails on the buildbot but
5106           not locally.
5107
5108 2007-12-31  David Schleef  <ds@schleef.org>
5109
5110         * docs/libs/.cvsignore:
5111         * docs/plugins/.cvsignore:
5112           Add *-undeclared.txt to fix buildbot.
5113
5114 2007-12-31  David Schleef  <ds@schleef.org>
5115
5116         * tests/check/Makefile.am:
5117           Second attempt at disabling theoraenc test long enough to
5118           get buildbot to compile -base.
5119
5120 2007-12-31  David Schleef  <ds@schleef.org>
5121
5122         * tests/check/pipelines/theoraenc.c:
5123           Disable theoraenc test long enough to get the buildbot to
5124           compile a recent -base.
5125
5126 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5127
5128         * tests/examples/seek/seek.c: (stop_cb):
5129         Make sure we reset the slider value to 0.0 without racing against a
5130         possible g_idle that sets it to something else.
5131
5132 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5133
5134         * sys/ximage/ximagesink.c:
5135         fix typo
5136
5137 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5138
5139         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5140         * gst-libs/gst/rtsp/gstrtspdefs.h:
5141         Add Location header so that we can start implementing redirects.
5142         See #506025.
5143
5144 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5145
5146         * gst/subparse/gstssaparse.c:
5147         combine if's
5148
5149 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5150
5151         * gst/subparse/gstssaparse.c:
5152         remove duplicate log message
5153
5154 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5155
5156         * ext/libvisual/visual.c: (gst_visual_chain):
5157         Fix 'xyz may be used uninitialized' compiler warnings caused
5158         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5159         abort() in any case but properly report the error.
5160
5161 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5162
5163         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5164         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5165         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5166         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5167         (autoplug_select_cb), (activate_group), (deactivate_group),
5168         (setup_next_source), (save_current_group),
5169         (gst_play_bin_change_state):
5170         Code cleanups.
5171         Remove next-uri, we can use the uri property just fine.
5172         Fix some crasher.
5173         Unref uridecodebin when switching.
5174         Fix going to READY.
5175
5176         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5177         (gst_play_sink_init), (gst_play_sink_dispose),
5178         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5179         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5180         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5181         (gst_play_sink_set_property), (gst_play_sink_get_property),
5182         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5183         (gen_vis_element), (gst_play_sink_get_mode),
5184         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5185         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5186         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5187         (gst_play_sink_change_state):
5188         * gst/playback/gstplaysink.h:
5189         Add some locking to make things threadsafe.
5190
5191         * gst/playback/test7.c: (about_to_finish_cb):
5192         Fix test.
5193
5194 2007-12-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5195
5196         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5197           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5198           (gst_video_scale_transform):
5199           Don't claim to be able to handle/transform caps that can't really
5200           be handled by the currently selected scaling method (here: RGB or
5201           packed YUV with 4-tap method). Also add locking to method property.
5202
5203         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5204           (test_basetransform_based):
5205           Some test pipelines for the above (not entirely valgrind clean yet
5206           apparently).
5207
5208 2007-12-21  David Schleef  <ds@schleef.org>
5209
5210         * gst-libs/gst/video/video.c:
5211         * gst-libs/gst/video/video.h:
5212           Add additional RGBA and RGB-24 video formats.
5213
5214 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5215
5216         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5217           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5218           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5219         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5220           (cddabasesrc_suite):
5221           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5222           deprecated in the future (see #498924).
5223
5224 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5225
5226         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5227           Don't leak event.
5228
5229 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5230
5231         * gst-libs/gst/riff/riff-read.c:
5232         Use GST_ROUND_UP_2 macro
5233
5234 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5235
5236         * gst/playback/.cvsignore:
5237           Ignore more.
5238
5239 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5240
5241         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5242         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5243           (set_active_source):
5244         * gst/playback/gstplaybasebin.h:
5245         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5246           (setup_sinks), (playbin_set_subtitles_visible):
5247           Make switching off of subtitles work. To avoid all kind of
5248           problems with unlinking of the subtitle input, we just keep
5249           the subtitle inputs linked as they are and tell textoverlay
5250           not to render them. Fixes #373011.
5251           Other subtitle switching issues (esp. when there are both
5252           external and in-stream subtitles) remain. They'll be solved
5253           in playbin2.
5254
5255 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5256
5257         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5258         Init the pad segment too.
5259
5260 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5261
5262         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5263         (gst_audioringbuffer_open_device),
5264         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5265         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5266         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5267         (gst_audio_sink_create_ringbuffer):
5268         Improve debug output.
5269
5270         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5271         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5272         Prevent some functions from doing things and failing when the
5273         ringbuffer is not yet acquired.
5274
5275 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5276
5277         * gst-libs/gst/interfaces/interfaces.h:
5278           Also remove interfaces.h from CVS as it is not needed anymore.
5279
5280 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5281
5282         * gst-libs/gst/interfaces/Makefile.am:
5283           interfaces.h is not used anymore so remove it from the build
5284           process.
5285
5286 2007-12-17  David Schleef  <ds@schleef.org>
5287
5288         * gst/videotestsrc/gstvideotestsrc.c:
5289         * gst/videotestsrc/gstvideotestsrc.h:
5290           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5291           for testing vertical refresh synchronization.
5292
5293 2007-12-17  David Schleef  <ds@schleef.org>
5294
5295         * docs/libs/gst-plugins-base-libs-sections.txt:
5296         * gst-libs/gst/video/video.c:
5297         * gst-libs/gst/video/video.h:
5298           Add new GstVideFormat enum and write a bunch of helper functions
5299           based around it.
5300
5301 2007-12-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5302
5303         * Makefile.am:
5304           Use new common/win32.mak.
5305
5306 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5307
5308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5309         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5310         Add debug info.
5311         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5312         the parent state change function, just like the audiosink, because the
5313         parent waits for the element to finish its processing before completing
5314         the state change. This makes going to PAUSED a lot snappier.
5315         When going from READY to PAUSED, don't allow the ringbuffer to start
5316         yet.
5317
5318 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5319
5320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5321         Yet another fix for broken software that produce files with an empty
5322         blockalign field. Instead of completely failing, make a second attempt
5323         at guessing the width/depth by looking at strf->size.
5324
5325 2007-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5326
5327         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5328           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5329         * gst-libs/gst/pbutils/install-plugins.c:
5330           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5331         * gst-libs/gst/pbutils/missing-plugins.c:
5332           (gst_missing_plugin_message_get_installer_detail),
5333           (gst_missing_encoder_installer_detail_new):
5334         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5335         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5336           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5337           avoid compiler warnings (#503930).
5338
5339 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5340
5341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5342         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5343         for jpeg video streams.
5344         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5345         for the above modification.
5346
5347 2007-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5348
5349         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5350           (gst_x_overlay_handle_events):
5351           More guards (we don't want klass to end up being NULL).
5352
5353 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5354
5355         * configure.ac:
5356         * gst/volume/gstvolume.c: (gst_volume_init):
5357           Use new gst_base_transform_set_gap_aware() function as volume
5358           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5359           for this.
5360
5361 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5362
5363         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5364         Don't go to READY on EOS as this avoids testing of seeking and
5365         restarting after EOS, use the stop button when you want to READY.
5366         Don't try to do a flushing seek in segment-done, it does not make
5367         sense to use this for gapless playback and is not needed.
5368
5369 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5370
5371         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5372         (reset_rate_timer), (update_in_rates), (update_out_rates),
5373         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5374         (gst_queue_chain), (gst_queue_loop):
5375         Use separate timers for input and output rates.
5376         Pause measuring the output rate when we block for more data.
5377         See #503262.
5378
5379 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5380
5381         * gst/playback/gstqueue2.c: (gst_queue_chain):
5382         Pause the timer to measure the input rate when we block because the
5383         queue is filled. See #503262.
5384
5385 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5386
5387         Patch by: Peter Kjellerstedt  <pkj at axis com>
5388
5389         * gst-libs/gst/rtsp/gstrtspconnection.c:
5390         (gst_rtsp_connection_free):
5391         Close control sockets. Fixes #503440.
5392
5393 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5394
5395         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5396         Expose the right pad in the right place with the right element.
5397
5398 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5399
5400         * gst-libs/gst/pbutils/descriptions.c: (formats):
5401           Add description for 'private' dts caps (who come up with that name?).
5402
5403 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5404
5405         * Makefile.am:
5406           Add check-exports target and run it with 'make check'.
5407
5408         * configure.ac:
5409           Be stricter about what we export in our libraries: change regexp so that
5410           we only export _gst_foo(), but not __gst_foo().
5411
5412         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5413         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5414           Change internal functions to __gst_foo so they dont' get exported.
5415
5416         * win32/common/libgstaudio.def:
5417           Add missing symbols.
5418
5419 2007-12-11  David Schleef  <ds@schleef.org>
5420
5421         * ChangeLog: remove conflict markers
5422
5423 2007-12-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5424
5425         * ext/gnomevfs/Makefile.am:
5426         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5427           Use gst_tag_freeform_string_to_utf8() here, which also takes
5428           into account any character sets specified by the user via
5429           environment variables.
5430
5431 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5432
5433         * gst/audioconvert/Makefile.am:
5434         Also link to libm.
5435
5436 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5437
5438         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5439         No need for floating point operations here. avoids having to link
5440         against the math library too.
5441
5442 2007-12-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5443
5444         * gst-libs/gst/pbutils/descriptions.c: (formats),
5445           (format_info_get_desc):
5446         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5447           (GST_START_TEST):
5448           Add one or two missing formats.  Generate ADPCM description
5449           dynamically depending on layout/format.
5450
5451 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5452
5453         * configure.ac:
5454           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5455
5456 2007-12-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5457
5458         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5459
5460         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5461           Some .srt files start with chunk number 0 and not chunk number 1,
5462           recognise and accept those as well (fixes #502497).
5463
5464         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5465           (test_src):
5466           Add unit test for the above.
5467
5468 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5469
5470         * gst/playback/gstplay-enum.c:
5471         (register_gst_autoplug_select_result),
5472         (gst_autoplug_select_result_get_type):
5473         * gst/playback/gstplay-enum.h:
5474         Add missing files.
5475
5476 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5477
5478         * gst/playback/Makefile.am:
5479         Group decodebin2 and uridecodebin into the same plugin so that they
5480         can share the GEnumType.
5481
5482         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5483         (_gst_select_accumulator), (gst_decode_bin_class_init),
5484         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5485         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5486         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5487         Add signal to sort factories instead of the more awkward autoplug-select
5488         signal.
5489         Modify autoplug_select so that we can try, skip or expose the
5490         autopluggin of an element on a pad.
5491
5492         * gst/playback/gstfactorylists.c: (compare_ranks),
5493         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5494         (element_filter), (gst_factory_list_get_elements),
5495         (gst_factory_list_debug), (gst_factory_list_filter):
5496         * gst/playback/gstfactorylists.h:
5497         Simplify the API, allow getting elements based on mask.
5498
5499         * gst/playback/gstplay-marshal.list:
5500         Add some more marshallers.
5501
5502         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5503         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5504         (autoplug_select_cb), (activate_group):
5505         Add support for managing non-raw sinks by providing a custom element and
5506         sink list to decodebin2.
5507         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5508         decodebin2.
5509
5510         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5511         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5512         * gst/playback/gstplaysink.h:
5513         Add support for raw and non-raw sinks. 
5514         Add support to force sinks selected by playbin2.
5515         Don't plug raw converters for non-raw sinks.
5516
5517         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5518         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5519         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5520         (plugin_init):
5521         Use right accumulators.
5522         Proxy new signal.
5523
5524 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5525
5526         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5527         Use runnning time as the base time instead of the timestamp.
5528         Spotted by Saur on IRC.
5529
5530 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5531
5532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5533         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5534
5535 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5536
5537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5538         (gst_ogg_demux_read_chain):
5539         If we find a new serial number but it does not contain a BOS page, make
5540         sure we initialize the chain to NULL because else we will try to scan it
5541         and crash. Fixes #500763
5542
5543 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5544
5545         * gst/playback/Makefile.am:
5546         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5547         (get_feature_array), (decoders_filter), (sinks_filter),
5548         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5549         (gst_factory_list_filter):
5550         * gst/playback/gstfactorylists.h:
5551         Refactor some common code to filter factories and check caps compat.
5552
5553         * gst/playback/gstdecodebin.c:
5554         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5555         (gst_decode_bin_init), (gst_decode_bin_dispose),
5556         (gst_decode_bin_autoplug_continue),
5557         (gst_decode_bin_autoplug_factories),
5558         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5559         (find_compatibles):
5560         * gst/playback/gstplaybin.c:
5561         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5562         (gst_play_bin_init), (gst_play_bin_finalize),
5563         (autoplug_factories_cb), (activate_group):
5564         * gst/playback/gstqueue2.c:
5565         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5566         (proxy_autoplug_continue_signal),
5567         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5568         (proxy_drained_signal):
5569         Add some more debug info and use factor filtering code.
5570
5571 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5572
5573         * gst/audiotestsrc/gstaudiotestsrc.c:
5574         * gst/volume/gstvolume.c:
5575         * gst/volume/gstvolume.h:
5576           Add GAP-flag support.
5577
5578 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5579
5580         * tests/examples/seek/seek.c: (main): Increase the range of the
5581         rate selector as I would like to test QOS behavior at higher
5582         forward and reverse playback speed like say 64x.
5583
5584 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5585
5586         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5587         (audioresample_query), (audioresample_query_type),
5588         (gst_audioresample_set_property):
5589         Implement latency query.
5590
5591 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5592
5593         * gst-libs/gst/audio/gstbaseaudiosink.c:
5594         (gst_base_audio_sink_drain):
5595         Our EOS time contains the base_time, _wait_eos() expects a running_time
5596         so we have to subtract the base_time again before calling the function.
5597         This fixes an EOS regression where the base_time was added twice and EOS
5598         took longer and longer in certain situations.
5599         Fixes #498767.
5600
5601 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5602
5603         * docs/libs/gst-plugins-base-libs-sections.txt:
5604         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5605         (gst_base_audio_sink_set_provide_clock),
5606         (gst_base_audio_sink_get_provide_clock),
5607         (gst_base_audio_sink_set_slave_method),
5608         (gst_base_audio_sink_get_slave_method),
5609         (gst_base_audio_sink_set_property),
5610         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5611         (gst_base_audio_sink_none_slaving),
5612         (gst_base_audio_sink_handle_slaving):
5613         * gst-libs/gst/audio/gstbaseaudiosink.h:
5614         Expose methods for some object properties so that subclasses can more
5615         easily configure them.
5616         Added slave method none, that completely disables slaving to the
5617         internal clock.
5618         API: gst_base_audio_sink_set_provide_clock()
5619         API: gst_base_audio_sink_get_provide_clock()
5620         API: gst_base_audio_sink_set_slave_method()
5621         API: gst_base_audio_sink_get_slave_method()
5622
5623         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5624         (gst_base_audio_src_set_provide_clock),
5625         (gst_base_audio_src_get_provide_clock),
5626         (gst_base_audio_src_set_property),
5627         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5628         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5629         Expose methods for some object properties so that subclasses can more
5630         easily configure them.
5631         API: gst_base_audio_src_set_provide_clock()
5632         API: gst_base_audio_src_get_provide_clock()
5633
5634 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5635
5636         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5637
5638         * gst-libs/gst/sdp/gstsdpmessage.c:
5639         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5640
5641 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5642
5643         * tests/check/libs/fft.c: (GST_START_TEST):
5644         Fix scaling to really have dB instead of something else.
5645
5646 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5647
5648         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5649         GTK version, use it.
5650
5651 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5652
5653         * tests/examples/seek/seek.c: (main): Try to support stable version
5654         of GTK.
5655
5656 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * gst/playback/README:
5659         * gst/playback/test7.c:
5660           Fix the build + little README update.
5661
5662 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5663
5664         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5665         Add playbin2 seek pipeline.
5666
5667 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5668
5669         * gst/playback/Makefile.am:
5670         * gst/playback/gstplayback.c: (plugin_init):
5671         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5672         (eos_cb), (about_to_finish_cb), (main):
5673         Add playbin2.
5674         Added gapless playback example.
5675
5676         * gst/playback/gstplaybasebin.c:
5677         * gst/playback/gstplaybasebin.h:
5678         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5679         * gst/playback/gstqueue2.c:
5680         * gst/playback/test.c:
5681         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5682         (pad_removed_cb):
5683         * gst/playback/gststreaminfo.h:
5684         Change email.
5685
5686         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5687         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5688         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5689         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5690         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5691         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5692         (drained_cb), (unlink_group), (activate_group),
5693         (setup_next_source), (gst_play_bin_change_state),
5694         (gst_play_bin2_plugin_init):
5695         Added raw first version of playbin2. Does chained oggs and gapless
5696         playback fine. No support for raw sinks yet. No visualisations or
5697         subtitles yet.
5698
5699         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5700         (gst_play_sink_class_init), (gst_play_sink_init),
5701         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5702         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5703         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5704         (gst_play_sink_set_property), (gst_play_sink_get_property),
5705         (post_missing_element_message), (free_chain), (add_chain),
5706         (activate_chain), (gen_video_chain), (gen_text_element),
5707         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5708         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5709         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5710         (gst_play_sink_send_event), (gst_play_sink_change_state):
5711         * gst/playback/gstplaysink.h:
5712         Added Element that abstracts the sinks and their pipelines for playbin2.
5713
5714 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5715
5716         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5717         (gst_selector_pad_class_init), (gst_selector_pad_init),
5718         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5719         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5720         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5721         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5722         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5723         (gst_stream_selector_init), (gst_stream_selector_set_property),
5724         (gst_stream_selector_get_linked_pad),
5725         (gst_stream_selector_getcaps),
5726         (gst_stream_selector_is_active_sinkpad),
5727         (gst_stream_selector_activate_sinkpad),
5728         (gst_stream_selector_get_linked_pads),
5729         (gst_stream_selector_request_new_pad),
5730         (gst_stream_selector_release_pad):
5731         * gst/playback/gststreamselector.h:
5732         Improve streamselector, make it select and unselect the current pad more
5733         intelligently. 
5734         Subclass GstPad for the sinkpads of the selector.
5735         Handle segments more correctly.
5736         Fix caps negotiation.
5737         Implement release_pad.
5738
5739 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5740
5741         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5742         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5743         (remove_fakesink):
5744         Add drained signal fired when decodebin finishes decoding the data.
5745         Remove deprecated STATE_DIRTY message.
5746
5747         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5748         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5749         (analyse_source), (proxy_drained_signal), (make_decoder),
5750         (source_new_pad), (value_list_append_structure_list),
5751         (handle_redirect_message), (handle_message):
5752         Proxy the new drained signal.
5753         Handle pad removed from decodebin.
5754         Handle redirect messages by sorting multiple redirections based on the
5755         connection speed.
5756
5757 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5758
5759         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5760
5761         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5762         Fix leaking headers. Fixes #496761.
5763
5764 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5765
5766         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5767
5768         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5769         (gst_ximagesink_change_state):
5770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5771         Don't leak the PAR on errors. Fixes #496731.
5772
5773 2007-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5774
5775         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5776           (gst_tag_from_id3_user_tag):
5777           Add mapping for audio cd discid tags, so we can extract
5778           them from tags as well (see #347848). Also compare identifiers
5779           in ID3v2 TXXX frames in a case-insensitive way to increase
5780           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5781
5782 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5783
5784         * gst-plugins-base.doap:
5785         Oops, fix the release name.
5786
5787 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5788
5789         * gst-plugins-base.doap:
5790         Add 0.10.15 release
5791
5792 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5793
5794         * configure.ac:
5795         Back to CVS
5796
5797 === release 0.10.15 ===
5798
5799 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5800
5801         * configure.ac:
5802           releasing 0.10.15, "No need to argue"
5803
5804 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5805
5806         * win32/vs6/libgstfft.dsp:
5807         Convert line endings to DOS.
5808
5809 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5810
5811         * win32/vs6/gst_plugins_base.dsw:
5812         * win32/vs6/libgstfft.dsp:
5813         * win32/MANIFEST:
5814         Add a project file for fft plugin and remove socket
5815         based plugin which don't build from the workspace.
5816         * win32/vs6/libgstaudio.dsp:
5817         * win32/vs6/libgstrtp.dsp:
5818         * win32/vs6/libgsttag.dsp:
5819         Convert line endings back to DOS.
5820         Fixes #496724
5821
5822 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5823
5824         * win32/vs6/libgstinterfaces.dsp:
5825         * win32/vs6/libgstrtsp.dsp:
5826         Convert line endings back to DOS
5827
5828 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5829
5830         * gst-libs/gst/fft/kiss_fft_f32.h:
5831         * gst-libs/gst/fft/kiss_fft_f64.h:
5832         * gst-libs/gst/fft/kiss_fft_s16.h:
5833         * gst-libs/gst/fft/kiss_fft_s32.h:
5834         Don't include malloc.h which doesn't exist on Mac OSX.
5835         Instead, pull in glib.h and use g_malloc/g_free for 
5836         consistency. Fixes: #496548
5837
5838 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5839
5840         * gst/playback/gstdecodebin2.c:
5841           Dont leak ghostpad. Fixes #475451.
5842
5843 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5844
5845         * docs/design/design-decodebin.txt:
5846         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5847         Update some more docs and comments.
5848
5849 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5850
5851         Patch by: Sebastien Moutte  <sebastien moutte net>
5852
5853         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5854           (gst_rtcp_unix_to_ntp):
5855         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5856           Fix some C99-isms and and a missing function that some versions of
5857           MSVC don't like too much (#494346).
5858
5859         * win32/vs6/gst_plugins_base.dsw:
5860         * win32/vs6/libgstaudio.dsp:
5861         * win32/vs6/libgstrtp.dsp:
5862         * win32/vs6/libgsttag.dsp:
5863           Update vs6 projects files (#494346).
5864
5865 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5866
5867         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5868
5869         * win32/common/libgstaudio.def:
5870         * win32/common/libgstcdda.def:
5871         * win32/common/libgstinterfaces.def:
5872         * win32/common/libgstnetbuffer.def:
5873         * win32/common/libgstpbutils.def:
5874         * win32/common/libgstrtp.def:
5875         * win32/common/libgstrtsp.def:
5876         * win32/common/libgsttag.def:
5877         * win32/common/libgstvideo.def:
5878           More missing symbols to export (fixes #493986).
5879
5880 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5881
5882         * docs/libs/gst-plugins-base-libs-sections.txt:
5883         * gst-libs/gst/fft/gstfftf32.c:
5884         * gst-libs/gst/fft/gstfftf32.h:
5885         * gst-libs/gst/fft/gstfftf64.c:
5886         * gst-libs/gst/fft/gstfftf64.h:
5887         * gst-libs/gst/fft/gstffts16.c:
5888         * gst-libs/gst/fft/gstffts16.h:
5889         * gst-libs/gst/fft/gstffts32.c:
5890         * gst-libs/gst/fft/gstffts32.h:
5891         * tests/check/libs/fft.c: (GST_START_TEST):
5892         Remove the magnitude and phase calculation functions as these have
5893         very special use cases and can't even be used for the spectrum
5894         element. Also adjust the docs to mention some properties of the used
5895         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5896
5897 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5898
5899         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5900           (finish_source):
5901           Avoid crash when there are external subtitles (fixes #491722).
5902
5903 2007-11-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5904
5905         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5906         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5907           'Could not open resource for writing' is not an acceptable
5908           error message when we can't open the audio device (see #492334),
5909           even less so when we're trying to open it to record something.
5910
5911 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5912
5913         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5914
5915         * win32/common/libgstrtp.def:
5916           Add some more missing symbols (#492813).
5917
5918 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5919
5920         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5921
5922         * tests/check/elements/audioconvert.c: (verify_convert):
5923           Add check to make sure that the out caps have a channel layout
5924           set on them where they should have one.
5925
5926 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5927
5928         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5929
5930         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5931         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5932           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5933           (#492306).
5934
5935         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5936           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5937           (it disappeared in GLib 2.14.0) (#492306).
5938
5939         * gst-libs/gst/sdp/Makefile.am:
5940         * gst-libs/gst/sdp/gstsdpmessage.c:
5941           Fix includes and LIBS for win32/Mingw (#492306).
5942
5943         * tests/examples/dynamic/addstream.c (pause_play_stream):
5944           Use more portable g_usleep() instead of sleep() (#492306).
5945
5946 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5947
5948         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5949
5950         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5951           (gst_ring_buffer_parse_caps):
5952           Return NULL instead of an enum that happens to be 0, fixes warning
5953           on MSVC (#492114).
5954
5955         * gst-libs/gst/audio/gstringbuffer.h:
5956           No trailing commas in enum list (for gcc-2.9x).
5957
5958         * gst/videotestsrc/videotestsrc.c: (random_char):
5959           Make information loss explicit instead of implicitly truncating to
5960           eight bits via the return value.  Fixes runtime error on MSVC when
5961           using the debug CRT (#492114).
5962
5963         * win32/common/config.h.in:
5964           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5965
5966         * win32/common/libgstinterfaces.def:
5967         * win32/common/libgstrtp.def:
5968           Export a few more symbols (#492114).
5969
5970 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5971
5972         * gst-libs/gst/audio/audio.c:
5973         * gst-libs/gst/audio/audio.h:
5974           Readd the deprecation guards, but preserve compilability.
5975
5976 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5977
5978         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5979           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5980           Preserve channel layout when fixating the number of channels in the
5981           output caps, or make sure there's a suitable channel position layout
5982           set on the caps if required. Fixes #430677.
5983
5984 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5985
5986         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5987           Make sure the pipeline really operates in push mode as it should
5988           in this case.
5989
5990 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5991
5992         * gst-libs/gst/audio/audio.h:
5993           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5994           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5995           (ie. normal cvs builds) will fail.
5996
5997 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5998
5999         * docs/libs/Makefile.am:
6000         * gst-libs/gst/audio/audio.c:
6001         * gst-libs/gst/audio/audio.h:
6002         * gst-libs/gst/interfaces/mixer.c:
6003           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6004
6005 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6006
6007         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6008           (test_channel_layout_value_intersect), (audio_suite):
6009           Add simple unit test to make sure GstValue intersection
6010           of channel layouts works the way I think it does.
6011
6012 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6013
6014         * docs/libs/gst-plugins-base-libs-sections.txt:
6015         * gst-libs/gst/audio/gstaudiofilter.h:
6016         * gst-libs/gst/interfaces/mixer.h:
6017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6018         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6019         * gst-libs/gst/sdp/gstsdpmessage.c:
6020           Fix the docs according to what gtk-doc complained about.
6021
6022 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6023
6024         * tests/icles/stress-playbin.c:
6025           Fix the build.
6026
6027 2007-10-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6028
6029         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6030         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6031           Post nice/more useful error message if we don't have a decoder for
6032           the primary type.
6033
6034 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6035
6036         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6037         Be a bit more useful, unblock the pads after we fired the no-more-pads
6038         signal so that we can use the signal to inspect and connect all pads
6039         without having to keep extra state outside of decodebin.
6040
6041 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6042
6043         * gst/playback/gsturidecodebin.c:
6044         (gst_uri_decode_bin_autoplug_continue),
6045         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6046         Implement default signal handler so that we return TRUE when nothing is
6047         connected.
6048
6049 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6050
6051         * gst-libs/gst/riff/riff-media.c:
6052         (gst_riff_wavext_add_channel_layout),
6053         (gst_riff_wave_add_default_channel_layout),
6054         (gst_riff_wavext_get_default_channel_mask),
6055         (gst_riff_create_audio_caps):
6056         Use the ALSA channel layout as default for wav files without channel
6057         layout information. This fixes playback of chan-id.wav on 5.1 systems
6058         for example. Also refactor the channel layout setting a bit and add
6059         more default channel orders. Fixes #489010.
6060
6061 2007-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6062
6063         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6064           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6065           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6066           instead.
6067
6068 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6069
6070         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6071         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6072         (gst_decode_bin_set_subs_encoding),
6073         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6074         (gst_decode_bin_get_property), (analyze_new_pad):
6075         Move subtitle encoding property to decodebin2 so that it can set the
6076         property value on all elements that it autoplugs and that require it.
6077         Make caps refcounting more consistent in get/set.
6078
6079         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6080         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6081         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6082         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6083         (proxy_autoplug_continue_signal),
6084         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6085         (make_decoder):
6086         Proxy properties and relevant signals from the internal decodebin.
6087         Make properties MT safe.
6088
6089 2007-10-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6090
6091         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6092         * gst-libs/gst/tag/tags.c:
6093           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6094           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6095
6096         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6097           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6098
6099         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6100           (gst_tag_to_vorbis_comments):
6101           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6102           just mapping everything I found in the wild) (#414539).
6103
6104 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6105
6106         Inspired by patch of: RenĂ© Stadler <mail at renestadler dot de>
6107
6108         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6109         (gst_decode_bin_autoplug_continue),
6110         (gst_decode_bin_autoplug_factories),
6111         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6112         (find_compatibles):
6113         * gst/playback/gstplay-marshal.list:
6114         Remove the autoplug-sort signal and replace it with a binding friendly
6115         autoplug-select signal.
6116         Add an autoplug-factories signal that can be used to generate a list of
6117         factories to try to autoplug.
6118         Add the GstPad to the autoplugging signal args as it might be needed to
6119         make a good factory selection.
6120         Fix up the marshallers for this. Fixes #407282.
6121
6122 2007-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6123
6124         * gst-libs/gst/tag/gsttagdemux.c:
6125           Don't abort with an assertion if we receive a seek event with
6126           a start type of NONE (see launchpad bug #155878).
6127
6128 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6129
6130         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6131         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6132         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6134         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6135         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6136         Make sure that before we clean up the X resources, we shutdown and join
6137         the event thread.
6138         Also make sure the event thread does not shut down immediatly after
6139         startup because the running variable is not yet correctly set.
6140         Fixes #378770. 
6141
6142 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6143
6144         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6145         Make the window for a race in typefind and shutting down smaller until
6146         we figure out the right locking here. Avoids #485753 usually.
6147
6148         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6149         Remove unneeded lock causing a race in typefind and shutting down.
6150         Fixes #485753.
6151
6152         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6153         Also remove sinks when going to NULL because we might not complete the
6154         state change to PAUSED, causing the PAUSED->READY state change not to
6155         happen.
6156
6157 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6158
6159         * gst-libs/gst/audio/gstbaseaudiosink.c:
6160         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6161         Also explicitly release the ringbuffer when going to NULL because it
6162         is required in the setcaps function, before the state change to PAUSED
6163         completes.
6164
6165 2007-10-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6166
6167         * tests/icles/.cvsignore:
6168         * tests/icles/Makefile.am:
6169         * tests/icles/stress-playbin.c:
6170           Does what it says on the tin.
6171
6172 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6173
6174         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6175         Fix queue negotiation. See #486758.
6176
6177 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6178
6179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6180         (gst_xvimagesink_xwindow_new),
6181         (gst_xvimagesink_update_colorbalance),
6182         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6183
6184         Fix handling of some of the X atoms. If the last parameter is True,
6185         XInternAtom won't create the atom if it doesn't exist, and therefore
6186         might return None. This causes X errors on Xv implementations that
6187         don't provide the colour balance attributes.
6188
6189 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6190
6191         * gst-libs/gst/tag/gstvorbistag.c:
6192         * tests/check/libs/tag.c:
6193           Extract vorbis comment LICENSE tags correctly.
6194
6195 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6196
6197         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6198
6199         * gst-libs/gst/tag/gstid3tag.c:
6200         * tests/check/libs/tag.c:
6201           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6202
6203 2007-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6204
6205         * gst-libs/gst/tag/gsttagdemux.c:
6206           Don't error out when a buggy downstream element doesn't
6207           handle the newsegment event we send properly (especially
6208           not without posting a meaningful error message on the
6209           bus). See bug #471370 and launchpad bug #136264.
6210
6211 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6212
6213         * gst-libs/gst/audio/gstbaseaudiosink.c:
6214         (gst_base_audio_sink_drain):
6215         Use new basesink method to make our EOS drain interruptable.
6216
6217 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6218
6219         * gst-libs/gst/rtp/gstrtppayloads.c:
6220         Fix silly search-replace oversight.
6221
6222 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6223
6224         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6225
6226         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6227         (gst_basertppayload_set_outcaps):
6228         Fix caps memleak. Fixes #484989.
6229
6230
6231 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6232
6233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6234         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6235         Fix debug output.
6236
6237 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6238
6239         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6240         (gst_base_audio_src_create):
6241         Also handle the case where there is no clock set on the audio source,
6242         like in the unit tests.
6243
6244 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6245
6246         * gst-libs/gst/rtp/gstrtppayloads.c:
6247         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6248         to avoid compiler warnings
6249
6250 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6251
6252         * gst/playback/gstdecodebin.c: (type_found),
6253         (gst_decode_bin_change_state):
6254         * gst/playback/gstdecodebin2.c: (type_found),
6255         (gst_decode_bin_change_state):
6256         Don't disconnect the have_type signal because we never reconnect it
6257         later on. Instead keep a variable to see if we already detected a type.
6258
6259 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6260
6261         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6262         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6263         (type_found):
6264         Unlink the signal handler when we found the type, we're not going to do
6265         anything sensible with more type_found signals anyway.
6266
6267 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6268
6269         * gst-libs/gst/tag/gsttagdemux.c:
6270           Don't leak caps.
6271
6272 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6273
6274         * gst-libs/gst/tag/Makefile.am:
6275         * gst-libs/gst/tag/gsttagdemux.c:
6276         * gst-libs/gst/tag/gsttagdemux.h:
6277           API: add GstTagDemux base class for simple tag demuxers.
6278
6279         * docs/libs/gst-plugins-base-libs-docs.sgml:
6280         * docs/libs/gst-plugins-base-libs-sections.txt:
6281           Add GstTagDemux to docs.
6282
6283 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6284
6285         * gst-libs/gst/rtp/gstrtpbuffer.c:
6286         (gst_rtp_buffer_get_payload_subbuffer):
6287         Fix bug introduced with last commit which inverted the logic and
6288         caused all buffers to be dropped. Fixes #483620.
6289         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6290
6291 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6292
6293         * gst-libs/gst/rtp/gstrtpbuffer.c:
6294           Replace g_return_if_val (as it could be disabled), with regular return
6295           and warning.
6296
6297 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6298
6299         * tests/check/pipelines/simple-launch-lines.c:
6300           Print message name and not just number.
6301
6302 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6303
6304         * gst-libs/gst/audio/gstbaseaudiosink.c:
6305         (gst_base_audio_sink_async_play):
6306         When slaved to the clock, don't try to align a sample with the previous
6307         one when going to PLAYING again.
6308
6309 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6310
6311         * tests/examples/snapshot/snapshot.c:
6312           Fix the build.
6313
6314 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6315
6316         * gst-libs/gst/sdp/gstsdpmessage.h:
6317         Add RFC 3556 bandwidth modifiers.
6318
6319 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6320
6321         * docs/libs/gst-plugins-base-libs-docs.sgml:
6322         * docs/libs/gst-plugins-base-libs-sections.txt:
6323         * gst-libs/gst/rtp/gstrtppayloads.c:
6324         Update documentation.
6325
6326 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6327
6328         * gst-libs/gst/rtp/Makefile.am:
6329         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6330         (gst_rtp_payload_info_for_name):
6331         * gst-libs/gst/rtp/gstrtppayloads.h:
6332         Added new file and header to deal with payload info.
6333
6334         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6335         (gst_rtp_buffer_default_clock_rate):
6336         * gst-libs/gst/rtp/gstrtpbuffer.h:
6337         Payload specific stuff is move to new headers.
6338         Implement _default_clock rate using the new payload function.
6339
6340         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6341         (gst_sdp_parse_line):
6342         * gst-libs/gst/sdp/gstsdpmessage.h:
6343         Add some more comments.
6344
6345 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6346
6347         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6348         (sdp_check_header), (sdp_type_find), (plugin_init):
6349         Add typefind function for application/sdp.
6350         Remove some old dirac typefind code that was ifdeffed out.
6351
6352 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6353
6354         * win32/common/libgstaudio.def:
6355         Add new exported functions.
6356         * win32/vs6/grammar.dsp:
6357         Add autogeneration and copy of some autegenerated files from win32/common
6358         for rtsp library.
6359         * win32/vs6/libgstaudioconvert.dsp:
6360         Add gstaudioquantize.c to the build.
6361         * win32/vs6/libgstinterfaces.dsp:
6362         Add videoorientation.c to the build.
6363         * win32/vs6/libgstriff.dsp:
6364         Add libgsttag to the link libraries list.
6365         * win32/vs6/libgstvolume.dsp:
6366         Add liboil to the link.
6367         * win32/vs6/gst_plugins_base.dsw:
6368         * win32/vs6/libgstrtsp.dsp:
6369         * win32/common/libgstrtsp.def:
6370         Add files to build libgstrtsp library.
6371         
6372 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6373
6374         * tests/examples/snapshot/snapshot.c: (main):
6375         Print error when pipeline failed to construct.
6376
6377 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6378
6379         * configure.ac:
6380         * gst-libs/gst/tag/gstid3tag.c:
6381         * gst-libs/gst/tag/gstvorbistag.c:
6382           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6383           and ID3v2 tags.
6384
6385 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6386
6387         * gst-libs/gst/floatcast/floatcast.h:
6388           Don't include config.h in an installed public header, this
6389           might break compilation of applications that don't have such
6390           a header and doesn't necessarily do what it's supposed to do
6391           anyway (ie. check for the lrint/lrintf defines) (#442065).
6392           Add docs for the various macros and document how this header
6393           has to be used (link against libm, etc.); add a few FIXMEs;
6394           include math.h for non-c99 code path.  Based on patch by
6395           Jan Schmidt.
6396           
6397 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6398
6399         * configure.ac:
6400         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6401         of duplicating these macros in configure.ac.
6402
6403 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6404
6405         * po/hu.po:
6406         * po/sv.po:
6407         * po/uk.po:
6408           Updated translations to 0.10.14
6409
6410 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6411
6412         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6413
6414         * po/pl.po:
6415           Added Polish translation.
6416
6417 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         translated by: Ilkka Tuohela <hile@iki.fi>
6420
6421         * po/fi.po:
6422           Added Finnish translation.
6423
6424 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6425
6426         translated by: Jorge GonzĂ¡lez GonzĂ¡lez <aloriel@gmail.com>
6427
6428         * po/es.po:
6429           Added Spanish translation.
6430
6431 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6432
6433         translated by: Mogens Jaeger <mogens@jaeger.tf>
6434
6435         * po/da.po:
6436           Added Danish translation.
6437
6438 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6439
6440         translated by: Funda Wang <fundawang@linux.net.cn>
6441
6442         * po/zh_CN.po:
6443           Added Chinese (simplified) translation.
6444
6445 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6446
6447         translated by: Alexander Shopov <ash@contact.bg>
6448
6449         * po/bg.po:
6450           Added Bulgarian translation.
6451
6452 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6453
6454         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6455         Fix compilation wrt printf arguments.
6456
6457 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6458
6459         * configure.ac:
6460         * tests/examples/Makefile.am:
6461         * tests/examples/snapshot/.cvsignore:
6462         * tests/examples/snapshot/Makefile.am:
6463         * tests/examples/snapshot/snapshot.c: (main):
6464         Add simple snapshot example program using appsink.
6465
6466 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6467
6468         * tests/check/generic/states.c:
6469           Improved state change unit test.
6470
6471 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6472
6473         * docs/plugins/.cvsignore:
6474         * tests/check/.cvsignore:
6475           Ignore registries in any format.
6476
6477 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6478
6479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6480         (gst_base_rtp_depayload_chain),
6481         (gst_base_rtp_depayload_set_gst_timestamp):
6482         Only copy timestamp on outgoing packets if the depayloader did not set
6483         one.
6484         Also copy duration on outgoing packets.
6485
6486 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6487
6488         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6489         (gst_basertppayload_set_outcaps):
6490         Fix compilation because of missing %d in printf.
6491         When fixating caps, fixate what we can and throw away all remaining
6492         unfixed caps, subclasses should do something smart if they need to.
6493
6494 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6495
6496         * ext/gnomevfs/gstgnomevfssrc.c:
6497           Improve debug logs a bit and be more verbose if things go wrong.
6498
6499 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6500
6501         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6502         (gst_text_overlay_set_property):
6503         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6504         * gst-libs/gst/audio/gstbaseaudiosink.c:
6505         (gst_base_audio_sink_render):
6506         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6507         (gst_rtcp_unix_to_ntp):
6508         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6509         * gst/playback/gstqueue2.c:
6510         * tests/examples/seek/seek.c: (set_scale):
6511         Fix a bunch of compile warnings shown with Forte.
6512
6513         * gst/audiorate/gstaudiorate.c:
6514         Always pull in config.h before including any system headers.
6515
6516 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6517
6518         * gst/playback/gstqueue2.c: (update_buffering),
6519         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6520         (gst_queue_handle_sink_event), (gst_queue_chain),
6521         (gst_queue_push_one), (gst_queue_sink_activate_push),
6522         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6523         Also fix #476514 for queue2.
6524
6525 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6526
6527         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6528         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6529         (gst_base_rtp_depayload_chain),
6530         (gst_base_rtp_depayload_handle_sink_event),
6531         (gst_base_rtp_depayload_push_full),
6532         (gst_base_rtp_depayload_set_gst_timestamp),
6533         (gst_base_rtp_depayload_change_state):
6534         Remove code to deal with RTP to GST time conversion, we now just copy
6535         the GST timestamp we receive to the outgoing buffers.
6536         Handle segment and flushes correctly.
6537
6538         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6539         When we have no valid input timestamp, use the previous rtp timestamp on
6540         the outgoing RTP packet instead of the RTP base time.
6541
6542 2007-09-15  David Schleef  <ds@schleef.org>
6543
6544         * ext/alsa/gstalsa.c:
6545         * ext/alsa/gstalsadeviceprobe.c:
6546         * ext/alsa/gstalsamixer.c:
6547         * ext/alsa/gstalsasink.c:
6548         * ext/alsa/gstalsasrc.c:
6549           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6550
6551 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6552
6553         * gst-libs/gst/rtp/gstbasertppayload.c:
6554         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6555         Add some debug info when negotiating caps.
6556
6557 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6558
6559         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6560         A buffer with an empty payload is also a valid buffer.
6561
6562 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6563
6564         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6565         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6566         (gst_basertppayload_change_state):
6567         Make sure we start our RTP timestamp from the random base RTP
6568         timestamp even if the buffer timestamp starts from some random value.
6569
6570 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6571
6572         * configure.ac:
6573         * tests/examples/Makefile.am:
6574         * tests/examples/dynamic/.cvsignore:
6575         * tests/examples/dynamic/Makefile.am:
6576         * tests/examples/dynamic/addstream.c: (create_stream),
6577         (pause_play_stream), (message_received), (eos_message_received),
6578         (perform_step), (main):
6579         Add simple exmple app to demonstrate starting and pausing live and
6580         non-live bins in a PLAYING pipeline.
6581
6582 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6583
6584         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6585         typefind for QCP files (RFC #3625)
6586
6587 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6588
6589         * gst-libs/gst/audio/gstbaseaudiosink.c:
6590         (gst_base_audio_sink_init):
6591         Disable pull mode scheduling, we're not ready for it yet and it subtly
6592         breaks a lot of things.
6593
6594 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6595
6596         * tests/check/elements/libvisual.c:
6597           Test all libvisual plugins, not just the first one; this reproduces
6598           bug #450336 quite easily.  Looks like a problem with the 'jess'
6599           visualisation.
6600
6601 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6602
6603         * tests/check/Makefile.am:
6604         * tests/check/elements/.cvsignore:
6605         * tests/check/elements/libvisual.c:
6606           Add basic libvisual test case in an attempt to reproduce bug #450336.
6607           Doesn't reproduce that bug, but some other crasher instead (invalid
6608           free), at least with make elements/libvisual.forever and the bumscope
6609           plugin on x86-64/gutsy. Leaving test disabled for now.
6610
6611 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6612
6613         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6614
6615         * gst-libs/gst/rtsp/gstrtspconnection.c:
6616         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6617         (read_body), (gst_rtsp_connection_receive):
6618         Make sure we can not cancel in the middle of receiving a message.
6619         Fixes #475731.
6620
6621 2007-09-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6622
6623         Patch by: Josep Torra Valles <josep@fluendo.com>
6624
6625         * gst/playback/gstplaybasebin.c:
6626           Increase upper limit for audio queue a bit; fixes preroll problem
6627           with playbin and decodebin2 when playing a quicktime trailer with
6628           multichannel audio via http (#464666).
6629
6630 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6631
6632         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6633         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6634         (gst_base_audio_src_provide_clock),
6635         (gst_base_audio_src_set_property),
6636         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6637         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6638         Allow othe clocks than the internal clock to be used for the pipeline.
6639         Add property to disable clock provide.
6640         API: GstBaseAudioSrc::provide-clock
6641
6642 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6643
6644         * gst/playback/gstdecodebin2.c:
6645           Don't leak request pads. Fixes #475395.
6646
6647 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6648
6649         Patch by: RenĂ© Stadler <mail at renestadler dot de>
6650
6651         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6652         (gst_ximage_buffer_class_init):
6653         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6654         (gst_xvimage_buffer_class_init):
6655         Correctly chain up finalize with the parent class to prevent
6656         memory leaks. Fixes #474880.
6657
6658 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6659
6660         * gst/volume/gstvolume.c: (volume_choose_func):
6661         * tests/check/elements/volume.c: (GST_START_TEST):
6662         Revert the latest change: floating point samples are allowed to
6663         have any value, not only values in the range [-1,1]. Thanks to Andy
6664         Wingo for noticing.
6665         Also fix processing of int32 samples with volumes > 4 by making the
6666         unity value smaller which prevents overflows.
6667
6668 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6669
6670         * gst-libs/gst/rtp/gstrtpbuffer.c:
6671         * tests/check/libs/rtp.c:
6672           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6673
6674 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6675
6676         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6677
6678         * gst-libs/gst/rtp/gstrtpbuffer.c:
6679           Fix up GstRTPHeader helper struct so that compilers will not under
6680           any circumstances add padding in between our fields, as currently
6681           happens with MSVC on win32, because that would lead to us sending
6682           out RTP payloads with broken RTP headers (#471194).
6683           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6684           
6685         * tests/check/Makefile.am:
6686         * tests/check/libs/.cvsignore:
6687         * tests/check/libs/rtp.c:
6688           Add some simple unit tests for GstRTPBuffer. Some are disabled
6689           because the code tested still needs fixing (set_csrc() does not work).
6690
6691 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6692
6693         * win32/MANIFEST:
6694         * win32/common/gstrtsp-enumtypes.c:
6695         * win32/common/gstrtsp-enumtypes.h:
6696         * win32/common/interfaces-enumtypes.c:
6697         * win32/common/interfaces-enumtypes.h:
6698         * win32/common/multichannel-enumtypes.c:
6699           Add rtsp enumtypes (#474384) and update others.
6700
6701 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6702
6703         * configure.ac:
6704           Fix configure check for HAVE_LIBXML_HTML.
6705
6706 2007-09-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6707
6708         * tests/check/libs/.cvsignore:
6709           Ignore more, in case the build bots work again one day.
6710
6711 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6712
6713         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6714
6715         * configure.ac:
6716         * gst-libs/gst/Makefile.am:
6717         * gst-libs/gst/fft/Makefile.am:
6718         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6719         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6720         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6721         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6722         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6723         * gst-libs/gst/fft/gstfft.h:
6724         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6725         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6726         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6727         * gst-libs/gst/fft/gstfftf32.h:
6728         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6729         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6730         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6731         * gst-libs/gst/fft/gstfftf64.h:
6732         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6733         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6734         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6735         * gst-libs/gst/fft/gstffts16.h:
6736         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6737         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6738         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6739         * gst-libs/gst/fft/gstffts32.h:
6740         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6741         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6742         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6743         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6744         * gst-libs/gst/fft/kiss_fft_f32.h:
6745         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6746         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6747         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6748         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6749         * gst-libs/gst/fft/kiss_fft_f64.h:
6750         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6751         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6752         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6753         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6754         * gst-libs/gst/fft/kiss_fft_s16.h:
6755         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6756         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6757         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6758         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6759         * gst-libs/gst/fft/kiss_fft_s32.h:
6760         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6761         (kiss_fftr_f32), (kiss_fftri_f32):
6762         * gst-libs/gst/fft/kiss_fftr_f32.h:
6763         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6764         (kiss_fftr_f64), (kiss_fftri_f64):
6765         * gst-libs/gst/fft/kiss_fftr_f64.h:
6766         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6767         (kiss_fftr_s16), (kiss_fftri_s16):
6768         * gst-libs/gst/fft/kiss_fftr_s16.h:
6769         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6770         (kiss_fftr_s32), (kiss_fftri_s32):
6771         * gst-libs/gst/fft/kiss_fftr_s32.h:
6772         * gst-libs/gst/fft/kiss_version:
6773         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6774         * pkgconfig/gstreamer-plugins-base.pc.in:
6775         Add libgstfft, a FFT library based on Kiss FFT which is
6776         BSD licensed. Supported sample formats are int16, int32,
6777         float and double. For those formats a real FFT and IFFT
6778         can be done, different windowing functions can be applied
6779         and functions for extracting the magnitude and phase exist.
6780         Fixes #468619.
6781
6782         * docs/libs/Makefile.am:
6783         * docs/libs/gst-plugins-base-libs-docs.sgml:
6784         * docs/libs/gst-plugins-base-libs-sections.txt:
6785         Integrate libgstfft into the docs.
6786
6787         * tests/check/Makefile.am:
6788         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6789         Add unit tests for libgstfft, currently only testing the FFT.
6790         Unit tests for IFFT will follow soon.
6791
6792 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6793
6794         Patch by: Peter Kjellerstedt  <pkj at axis com>
6795
6796         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6797         (gst_sdp_message_init), (gst_sdp_message_uninit),
6798         (is_multicast_address), (gst_sdp_message_as_text),
6799         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6800         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6801         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6802         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6803         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6804         (gst_sdp_media_init), (gst_sdp_media_uninit),
6805         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6806         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6807         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6808         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6809         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6810         * gst-libs/gst/sdp/gstsdpmessage.h:
6811         Separate INIT_ARRAY() and related macros into two versions, one for
6812         structures and one for pointers (e.g., INIT_ARRAY() and
6813         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6814         lists of emails and phone numbers.
6815         Add missing const as appropriate.
6816         Change all gint to guint since they all actually represent unsigned
6817         values.
6818         Do not use time as a variable name as it shadows the global time().
6819         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6820         Actually implement gst_sdp_message_add_time().
6821         Make gst_sdp_message_add_time() take repeat times as an argument.
6822         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6823         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6824         misspelled as badwidth).
6825         gst-indented and a little clean up. Fixes #471067.
6826
6827 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6828
6829         * gst/volume/gstvolume.c: (volume_choose_func),
6830         (volume_process_double), (volume_process_double_clamp),
6831         (volume_process_float_clamp):
6832         Correctly clamp float/double samples in the [-1.0,1.0] range to
6833         prevent weird effects.
6834         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6835         Add unit tests for all samples types that had none before.
6836
6837 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6838
6839         * gst-libs/gst/rtp/gstrtpbuffer.c:
6840           Need to include stdlib.h for abs() here too.
6841
6842 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6843
6844         * gst/playback/gststreaminfo.c:
6845           Fix build.
6846
6847 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6848
6849         * gst/playback/gststreaminfo.c:
6850           Clean up some half-disabled code and comment.
6851
6852 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6853
6854         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6855
6856         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6857         (gst_base_rtp_payload_audio_handle_event):
6858         Return FALSE from the event handler to let the parent class handle the
6859         event. Fixes #446766.
6860
6861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6862         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6863         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6864
6865         * gst-libs/gst/rtp/gstbasertppayload.c:
6866         Bump the MTU to 1400.
6867
6868 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6869
6870         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6871         Add an audio/x-nsf typefind function for the nsfdec element.
6872
6873 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6874         * gst/playback/gstplaybasebin.c:
6875         Included "myth://" on stream_uris list for enable buffering to mythtv files
6876
6877 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6878
6879         * docs/libs/gst-plugins-base-libs-sections.txt:
6880         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6881         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6882         (gst_rtcp_unix_to_ntp):
6883         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6884         Fix parsing of RB blocks.
6885         Fix docs.
6886         Added helper functions to convert to/from UNIX and NTP time.
6887         API: gst_rtcp_ntp_to_unix()
6888         API: gst_rtcp_unix_to_ntp()
6889
6890         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6891         (gst_rtp_buffer_get_header_len),
6892         (gst_rtp_buffer_get_extension_data),
6893         (gst_rtp_buffer_get_payload_subbuffer),
6894         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6895         (gst_rtp_buffer_ext_timestamp):
6896         * gst-libs/gst/rtp/gstrtpbuffer.h:
6897         Fix some more docs.
6898         Implement handling of packets with extensions.
6899         Fix padding check in _validate().
6900         Added function to get extension data.
6901         API: gst_rtp_buffer_get_header_len()
6902         API: gst_rtp_buffer_get_extension_data()
6903
6904 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6905
6906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6907         (gst_base_rtp_depayload_class_init),
6908         (gst_base_rtp_depayload_set_gst_timestamp):
6909         Add some more docs for the queue-delay property and fix a typo in a
6910         comment.
6911
6912         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6913         Fix typo.
6914
6915 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6916
6917         * gst-libs/gst/audio/gstbaseaudiosink.c:
6918         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6919         (gst_base_audio_sink_change_state):
6920         When skew slaving, try to hover around the middle of a segment so that
6921         we at most drift by half a segment.
6922         If we are aligning in the oposite direction of the clock skew, we don't
6923         have to resync.
6924
6925 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6926
6927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6928         (gst_base_rtp_depayload_setcaps),
6929         (gst_base_rtp_depayload_set_gst_timestamp):
6930         Be less silly with the segment start, just apply the clock-base to the
6931         timestamp.
6932
6933 2007-08-31  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_finalize),
6938         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6939         (gst_base_rtp_depayload_handle_sink_event),
6940         (gst_base_rtp_depayload_set_gst_timestamp),
6941         (gst_base_rtp_depayload_change_state):
6942         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6943         Deprecate the queue handling thread thing and remove the code.
6944         Use new method to calculate the extended timestamp.
6945
6946 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6947
6948         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6949         (gst_rtcp_packet_sdes_copy_entry):
6950         Use g_strndup which does exactly what we want.
6951
6952         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6953         (gst_rtp_buffer_ext_timestamp):
6954         * gst-libs/gst/rtp/gstrtpbuffer.h:
6955         Add helper function to compare seqnums.
6956         Add helper function to calculate extended timestamps.
6957         API: gst_rtp_buffer_compare_seqnum()
6958         API: gst_rtp_buffer_ext_timestamp()
6959
6960 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6961
6962         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6963         (gst_rtcp_packet_sdes_get_entry),
6964         (gst_rtcp_packet_sdes_copy_entry):
6965         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6966         Fix and document SDES item data function.
6967         Add new function that makes a proper copy of SDES item data.
6968         API: gst_rtcp_packet_sdes_copy_entry()
6969
6970 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6971
6972         * configure.ac:
6973         * gst/Makefile.am:
6974           The tcp and subparse plugins are under gst, but not totaly free of
6975           dependencies. Handle selection inconfigure.ac, so that they show up
6976           on the final list of what is build and what is not. Maybe they should
6977           better be moved to ext.
6978
6979 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6980
6981         Patch by: Daniel DĂ­az  <yosoy@danieldiaz.org>
6982
6983         * configure.ac:
6984         * gst/Makefile.am:
6985           Check if libxml provides HTML parser which subparse needs.
6986           Fixes #451970.
6987
6988 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6989
6990         * ext/alsa/gstalsa.c:
6991           Fix typo and compilation on big endian systems.
6992
6993 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6994
6995         * gst/subparse/gstssaparse.c:
6996           Convert SSA newline codes into actual newline characters (#470766).
6997
6998 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6999
7000         * docs/libs/gst-plugins-base-libs-sections.txt:
7001         * gst-libs/gst/pbutils/install-plugins.c:
7002         * gst-libs/gst/pbutils/install-plugins.h:
7003         * tests/check/libs/pbutils.c:
7004           API: also add gst_install_plugins_supported() while we're at it
7005           (see #470456).
7006
7007 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7008
7009         * docs/libs/gst-plugins-base-libs-sections.txt:
7010         * gst-libs/gst/pbutils/missing-plugins.c:
7011         * gst-libs/gst/pbutils/missing-plugins.h:
7012         * tests/check/libs/pbutils.c:
7013           API: add gst_missing_*_installer_detail_new() convenience API so
7014           that applications that know exactly what they're missing can request
7015           installer detail strings for those items directly instead of having
7016           to first create a dummy missing-plugin message and then get the
7017           installer detail string from that.  Fixes #470456.
7018
7019 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7020
7021         * gst/playback/gstdecodebin.c: (close_pad_link):
7022         We need to set up delayed-linking whenever the caps are non-fixed,
7023         not just when there are multiple types - use gst_pad_is_fixed()
7024         to test.
7025
7026 2007-08-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7027
7028         * gst-libs/gst/pbutils/missing-plugins.c:
7029           (gst_missing_plugin_message_get_installer_detail):
7030           Add missing separator in PID fallback case.
7031
7032 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7033
7034         * ext/alsa/Makefile.am:
7035         There is no GST_PLUGINS_BASE_LIBS defined.
7036         
7037         * ext/alsa/gstalsa.c:
7038         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7039         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7040         Add support for ALSA 24-bit formats.
7041         snd_pcm_delay can return an error code, especially
7042         during XRUNS. In that case, the best we can do is assume
7043         delay = 0.
7044
7045         * gst/audioconvert/Makefile.am:
7046         Add flags from -base before any more-remote dependencies.
7047
7048 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7049
7050         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7051
7052         * gst/volume/gstvolume.c: (volume_choose_func),
7053         (volume_update_real_volume), (gst_volume_set_volume),
7054         (gst_volume_init), (volume_process_int32),
7055         (volume_process_int32_clamp), (volume_process_int24),
7056         (volume_process_int24_clamp), (volume_process_int16),
7057         (volume_process_int16_clamp), (volume_process_int8),
7058         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7059         * gst/volume/gstvolume.h:
7060         Add support for int32, int24 and int8 to the volume element.
7061         Fixes #445529.
7062
7063 2007-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7064
7065         * tests/examples/Makefile.am:
7066           Fix even more.
7067
7068 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7069
7070         * configure.ac:
7071         * docs/libs/Makefile.am:
7072         * docs/libs/gst-plugins-base-libs-docs.sgml:
7073         * docs/libs/gst-plugins-base-libs-sections.txt:
7074         * ext/gnomevfs/gstgnomevfssrc.c:
7075         * ext/gnomevfs/gstgnomevfssrc.h:
7076         * gst-libs/gst/Makefile.am:
7077         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7078         * pkgconfig/gstreamer-plugins-base.pc.in:
7079         * sys/v4l/v4lsrc_calls.c:
7080         * tests/examples/Makefile.am:
7081         * win32/common/config.h:
7082           Revert unwanted commit. many thanks to moap. I want a fix for 
7083           https://thomas.apestaart.org/moap/trac/ticket/239
7084
7085 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7086
7087         * gst/volume/gstvolume.c:
7088           Move passthrough below gst_object_sync_values(). Fixes #442654.
7089
7090 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7091
7092         * gst-libs/gst/audio/audio.c:
7093         Clarify the docs a little.
7094
7095 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7096
7097         * gst/volume/gstvolume.c:
7098           Enable liboil for float and add more details about problems with
7099           int16.
7100
7101 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7102
7103         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7104         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7105
7106 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7107
7108         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7109         When calculating the first timestamp of the buffers, don't go below 0
7110         and clip the samples because the offset was on the eos page.
7111         Fixes #466717.
7112
7113 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7114
7115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7116         (gst_ogg_demux_collect_chain_info):
7117         Also submit the eos page when trying to find the first timestamp.
7118         See #466717.
7119
7120 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7121
7122         * gst-libs/gst/audio/audio.h:
7123         Use gst_util_uint64_scale() instead of doing the math
7124         with double for GST_FRAMES_TO_CLOCK_TIME() and
7125         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7126         prevents rounding errors. Fixes #467667.
7127
7128 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7129
7130         * gst-libs/gst/rtsp/gstrtspconnection.c:
7131         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7132         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7133         * gst-libs/gst/rtsp/gstrtspconnection.h:
7134         Small cleanups.
7135         On shutdown, don't read the control socket yet.
7136         Set timeout value correctly in all cases.
7137         Add function to check if the server accepts reads or writes.
7138         API: gst_rtsp_connection_poll()
7139
7140         * gst-libs/gst/rtsp/gstrtspdefs.h:
7141         Fix compilation with -pedantic.
7142         Add enum for _poll.
7143
7144 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7145
7146         Patch by: Olivier Crete  <tester at tester ca>
7147
7148         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7149         (gst_basertppayload_getcaps):
7150         * gst-libs/gst/rtp/gstbasertppayload.h:
7151         Add getcaps vfunc to basertppayload. See #465146.
7152
7153 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7154
7155         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7156         Only post buffering messages when we are a stream.
7157
7158 2007-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7159
7160         * gst-libs/gst/pbutils/install-plugins.c:
7161         * gst-libs/gst/pbutils/missing-plugins.c:
7162           Small docs fix and addition.
7163
7164 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7165
7166         * tests/icles/.cvsignore:
7167         * tests/icles/Makefile.am:
7168         * tests/icles/test-textoverlay.c:
7169           Add a dumb little test for textoverlay alignments.
7170
7171 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7172
7173         Patch by: Dan Williams  <dcbw redhat com>
7174
7175         * ext/pango/gsttextoverlay.c:
7176         * ext/pango/gsttextoverlay.h:
7177           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7178           "silent" property so there's a Since tag in the API reference.
7179
7180 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7181
7182         * gst-libs/gst/rtp/gstbasertppayload.c:
7183         (gst_basertppayload_set_outcaps):
7184         * gst-libs/gst/rtp/gstbasertppayload.h:
7185         Improve caps negotiation so that downstream elements can confiure
7186         certain RTP properties by fixing them on the caps. See #465146.
7187         Add docs.
7188
7189 2007-08-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7190
7191         * docs/libs/gst-plugins-base-libs-sections.txt:
7192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7193         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7194           Mark as deprecated some macros which were presumably meant to be
7195           private API and accidentally exposed in the public header file.
7196           Also actually _init() lock (only works at the moment because the
7197           struct is zeroed out when created and the initial values in the
7198           mutex struct are zeroes too). (#459585)
7199
7200 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7201
7202         * docs/libs/Makefile.am:
7203           Remove cruft and do some cleanups.
7204
7205         * docs/libs/gst-plugins-base-libs-docs.sgml:
7206           Prepare for comming gtkdoc features (rebase against online docs).
7207
7208 2007-08-10  Michael Smith <msmith@fluendo.com>
7209
7210         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7211           Debug output fixes.
7212         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7213         (GST_START_TEST):
7214           Change the number of buffers used; 500 is too many and leads to
7215           timeouts.
7216
7217 2007-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7218
7219         * gst/playback/gstqueue2.c:
7220         * gst/videorate/gstvideorate.c:
7221           Printf format fixes (#465028).
7222
7223 2007-08-09  Michael Smith <msmith@fluendo.com>
7224
7225         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7226           If we have a large (> 1 second) discontinuity, push a series of
7227           smaller buffers rather than a single very large buffer. Avoids
7228           unreasonably large single buffer allocations when encountering a
7229           large gap.
7230         * tests/check/elements/audiorate.c: (GST_START_TEST),
7231         (audiorate_suite):
7232           Add a test for this.
7233
7234 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7235
7236         * gst/playback/gstplaybasebin.c: (group_commit),
7237         (queue_remove_probe), (queue_threshold_reached):
7238
7239         Patch by: Josep Torra Valles <josep@fluendo.com>
7240         Fixes: #465015
7241         Make sure we remove the check_queues buffer probe from the 
7242         correct queue to avoid racily going back to "buffering 99%" when
7243         buffering is actually complete.
7244
7245         Also, fix the spelling of Josep's surname in the ChangeLog.
7246
7247 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7248
7249         * ext/ogg/gstoggmux.c:
7250           Do not leak oggmux instance.
7251         
7252         * ext/vorbis/vorbisenc.c:
7253           Also log values.
7254
7255 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7256
7257         * po/hu.po:
7258         * po/it.po:
7259         * po/nl.po:
7260         * po/uk.po:
7261         * po/vi.po:
7262           Updated translations.
7263
7264 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7265
7266         patch by: Yang Hong <hongyang@redflag-linux.com>
7267
7268         * ext/pango/gsttextoverlay.c:
7269         * ext/pango/gsttextoverlay.h:
7270           Add 'silent' property to GstTimeOverlay. Fixes #462979
7271
7272 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7273
7274         Patch by: Josep Torra Valles <josep@fluendo.com>
7275
7276         * docs/plugins/gst-plugins-base-plugins.args:
7277         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7278         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7279         (gst_uri_decode_bin_get_property), (gen_source_element):
7280         Add connection-speed property. Fixes #464690.
7281
7282 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7283
7284         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7285
7286         * configure.ac:
7287         * gst-libs/gst/rtsp/Makefile.am:
7288         * gst-libs/gst/rtsp/gstrtspconnection.c:
7289         (gst_rtsp_connection_connect):
7290         Fix compilation on windows. Fixes #464320.
7291
7292 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7293
7294         Patch by: Josep Torra Valles <josep@fluendo.com>
7295
7296         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7297         (gst_play_base_bin_init), (queue_threshold_reached),
7298         (gen_source_element), (setup_substreams),
7299         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7300         (gst_play_base_bin_get_streaminfo_value_array):
7301         * gst/playback/gstplaybasebin.h:
7302         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7303         (gst_play_bin_set_property), (gst_play_bin_get_property),
7304         (gst_play_bin_handle_redirect_message):
7305         Move connection-speed property from playbin to playbasebin so that we
7306         can also configure it in source elements that have the connection-speed
7307         property. Fixes #464028.
7308         Add some debug info here and there.
7309
7310 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7311
7312         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7313         Properly respond to conversion queries. Fixes #464079.
7314
7315 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7316
7317         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7318         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7319         (gst_audio_test_src_init_sine_table),
7320         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7321         * gst/audiotestsrc/gstaudiotestsrc.h:
7322         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7323         Also set the default volume to the default value specified in the
7324         GParamSpec.
7325
7326 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7327
7328         Patch by: Jens Granseuer <jensgr at gmx dot net>
7329
7330         * gst/audioconvert/gstaudioquantize.c:
7331         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7332
7333 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7336         Add rdt manager for rdt transport.
7337         Fix parsing of RDT transport.
7338
7339 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7340
7341         * configure.ac:
7342         Back to CVS
7343
7344 === release 0.10.14 ===
7345
7346 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7347
7348         * configure.ac:
7349           releasing 0.10.14, "Light Years Ahead"
7350
7351 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7352
7353         * tests/check/libs/audio.c: (GST_START_TEST):
7354         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7355
7356 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7357
7358         * gst-libs/gst/audio/audio.c:
7359         When clipping a buffer with no timestamp, assume it is
7360         within the segment without warnings.
7361
7362         Fixes: #460978
7363
7364 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7365
7366         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7367         Fire the signal on the object, not the interface.
7368
7369 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7370
7371         * gst-libs/gst/rtsp/.cvsignore:
7372         Ber. Don't include the full path, idiot.
7373
7374 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7375
7376         * gst-libs/gst/rtsp/.cvsignore:
7377         Ignore generated files.
7378
7379 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7380
7381         * gst-libs/gst/interfaces/Makefile.am:
7382         * gst-libs/gst/interfaces/interfaces-marshal.list:
7383         * gst-libs/gst/interfaces/rtspextension.c:
7384         * gst-libs/gst/interfaces/rtspextension.h:
7385         * gst-libs/gst/rtsp/Makefile.am:
7386         * gst-libs/gst/rtsp/gstrtsp.h:
7387         * gst-libs/gst/rtsp/gstrtspextension.c:
7388         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7389         (gst_rtsp_extension_detect_server),
7390         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7391         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7392         (gst_rtsp_extension_configure_stream),
7393         (gst_rtsp_extension_get_transports),
7394         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7395         * gst-libs/gst/rtsp/gstrtspextension.h:
7396         * gst-libs/gst/rtsp/rtsp-marshal.list:
7397         Move the rtspextension.h interface into gstrtspextension.h
7398         as part of libgstrtsp instead of libgstinterfaces, because it's
7399         only for use within plugins, not applications. 
7400         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7401         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7402         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7403         is abstract.
7404
7405 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7406
7407         * gst-libs/gst/interfaces/Makefile.am:
7408         * gst-libs/gst/interfaces/interfaces-marshal.list:
7409         * gst-libs/gst/interfaces/rtspextension.c:
7410         (gst_rtsp_extension_iface_init),
7411         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7412         * gst-libs/gst/interfaces/rtspextension.h:
7413         Fix marshaller for the send signal.
7414         Add URL to stream selection interface method.
7415
7416 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7417
7418         * gst-libs/gst/riff/Makefile.am:
7419         Pull in our dependencies from -base before those from outside.
7420
7421 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         * docs/libs/gst-plugins-base-libs-sections.txt:
7424         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7425         * gst-libs/gst/rtsp/gstrtspbase64.h:
7426         API: gst_rtsp_base64_decode_ip()
7427         Added function to decode Base64 in-place.
7428
7429 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7430
7431         * tests/check/libs/.cvsignore:
7432         Ignore the mixer test binary.
7433
7434 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7435
7436         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7437         Gratuitous comment change to trigger a rebuild on the buildbots.
7438
7439 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7440
7441         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7442         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7443         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7444         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7445         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7446         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7447         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7448         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7449         (gst_sdp_media_get_attribute_val):
7450         * gst-libs/gst/sdp/gstsdpmessage.h:
7451         Constify args where we can.
7452
7453 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7454
7455         * gst-libs/gst/interfaces/Makefile.am:
7456         * gst-libs/gst/interfaces/rtspextension.c:
7457         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7458         (gst_rtsp_extension_detect_server),
7459         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7460         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7461         (gst_rtsp_extension_configure_stream),
7462         (gst_rtsp_extension_get_transports),
7463         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7464         * gst-libs/gst/interfaces/rtspextension.h:
7465         Move interface for RTSP extensions from -good to here.
7466         Added helper methods to invoke interface methods.
7467
7468 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         * docs/libs/gst-plugins-base-libs-sections.txt:
7471         * gst-libs/gst/rtsp/gstrtspdefs.h:
7472         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7473         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7474         (gst_rtsp_message_init_response),
7475         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7476         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7477         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7478         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7479         (gst_rtsp_message_get_body), (dump_key_value):
7480         * gst-libs/gst/rtsp/gstrtspmessage.h:
7481         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7482         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7483         (gst_rtsp_range_parse):
7484         * gst-libs/gst/rtsp/gstrtsprange.h:
7485         * gst-libs/gst/rtsp/gstrtsptransport.c:
7486         * gst-libs/gst/rtsp/gstrtspurl.c:
7487         Fix some more RTSP docs.
7488         Add some missing methods for dealing with messages.
7489
7490 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7491
7492         * docs/libs/gst-plugins-base-libs-docs.sgml:
7493         * docs/libs/gst-plugins-base-libs-sections.txt:
7494         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7495         * gst-libs/gst/rtsp/gstrtspbase64.h:
7496         * gst-libs/gst/rtsp/gstrtspconnection.c:
7497         (gst_rtsp_connection_connect), (add_auth_header),
7498         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7499         (read_body), (gst_rtsp_connection_receive),
7500         (gst_rtsp_connection_next_timeout),
7501         (gst_rtsp_connection_reset_timeout),
7502         (gst_rtsp_connection_set_auth):
7503         * gst-libs/gst/rtsp/gstrtspconnection.h:
7504         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7505         * gst-libs/gst/rtsp/gstrtspdefs.h:
7506         * gst-libs/gst/rtsp/gstrtspmessage.h:
7507         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7508         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7509         (gst_rtsp_range_parse):
7510         * gst-libs/gst/rtsp/gstrtspurl.h:
7511         Added beginnings of RTSP documentation.
7512
7513 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7514
7515         * docs/libs/Makefile.am:
7516         * docs/libs/gst-plugins-base-libs-docs.sgml:
7517         * docs/libs/gst-plugins-base-libs-sections.txt:
7518         * gst-libs/gst/sdp/gstsdp.h:
7519         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7520         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7521         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7522         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7523         (gst_sdp_message_get_attribute_val),
7524         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7525         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7526         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7527         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7528         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7529         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7530         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7531         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7532         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7533         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7534         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7535         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7536         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7537         (gst_sdp_media_get_attribute_val_n),
7538         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7539         (print_media), (gst_sdp_message_dump):
7540         * gst-libs/gst/sdp/gstsdpmessage.h:
7541         Document the SDP library.
7542         Add some of the missing SDPMedia methods.
7543
7544 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7545
7546         * configure.ac:
7547         * gst-libs/gst/Makefile.am:
7548         * gst-libs/gst/rtsp/Makefile.am:
7549         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7550         * gst-libs/gst/rtsp/gstrtspbase64.h:
7551         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7552         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7553         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7554         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7555         (parse_response_status), (parse_request_line), (parse_line),
7556         (gst_rtsp_connection_read), (read_body),
7557         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7558         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7559         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7560         (gst_rtsp_connection_set_auth):
7561         * gst-libs/gst/rtsp/gstrtspconnection.h:
7562         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7563         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7564         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7565         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7566         (gst_rtsp_find_method):
7567         * gst-libs/gst/rtsp/gstrtspdefs.h:
7568         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7569         (gst_rtsp_message_new), (gst_rtsp_message_init),
7570         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7571         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7572         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7573         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7574         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7575         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7576         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7577         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7578         (gst_rtsp_message_dump):
7579         * gst-libs/gst/rtsp/gstrtspmessage.h:
7580         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7581         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7582         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7583         * gst-libs/gst/rtsp/gstrtsprange.h:
7584         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7585         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7586         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7587         (range_as_text), (rtsp_transport_mode_as_text),
7588         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7589         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7590         (gst_rtsp_transport_free):
7591         * gst-libs/gst/rtsp/gstrtsptransport.h:
7592         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7593         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7594         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7595         * gst-libs/gst/rtsp/gstrtspurl.h:
7596         * gst-libs/gst/sdp/Makefile.am:
7597         * gst-libs/gst/sdp/gstsdp.h:
7598         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7599         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7600         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7601         (gst_sdp_attribute_init), (gst_sdp_message_new),
7602         (gst_sdp_message_init), (gst_sdp_message_uninit),
7603         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7604         (gst_sdp_media_uninit), (gst_sdp_media_free),
7605         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7606         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7607         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7608         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7609         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7610         (gst_sdp_message_get_attribute_val),
7611         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7612         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7613         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7614         (gst_sdp_media_get_attribute_val_n),
7615         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7616         (read_string), (read_string_del), (gst_sdp_parse_line),
7617         (gst_sdp_message_parse_buffer), (print_media),
7618         (gst_sdp_message_dump):
7619         * gst-libs/gst/sdp/gstsdpmessage.h:
7620         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7621         Move SDP and RTSP from helper objects in -good to a reusable library.
7622         Use a proper gst_ namespace.
7623
7624 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7625
7626         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7627         (vorbis_dec_flush_decode):
7628         Use the new buffer clipping function from gstaudio here.
7629
7630 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7631
7632         * docs/libs/gst-plugins-base-libs-sections.txt:
7633         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7634         * gst-libs/gst/audio/audio.h:
7635         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7636         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7637         Also add deprecation guards for gst_audio_structure_set_int() to the
7638         header.
7639
7640 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7641
7642         * docs/libs/gst-plugins-base-libs-sections.txt:
7643           Cleanup the docs.
7644
7645 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7646
7647         Patch by: Dan Williams <dcbw at redhat dot com>
7648
7649         * gst/playback/gstplaybasebin.c:
7650         (gst_play_base_bin_get_streaminfo_value_array):
7651         Don't return NULL when querying the stream info value array but instead
7652         return an empty array. Fixes #459204.
7653
7654 2007-07-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7655
7656         * gst/playback/gsturidecodebin.c:
7657           Init debug category before using it.
7658
7659 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7660
7661         * gst-libs/gst/interfaces/mixer.h:
7662         Add padding vars in place of the signal pointers
7663         when building with DISABLE_DEPRECATED so that the
7664         interface structure doesn't change size.
7665
7666 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7667
7668         * docs/libs/gst-plugins-base-libs-sections.txt:
7669         * ext/alsa/gstalsamixer.c:
7670         * ext/alsa/gstalsamixer.h:
7671         * ext/alsa/gstalsamixerelement.c:
7672         * ext/alsa/gstalsamixertrack.c:
7673         * gst-libs/gst/interfaces/mixer.c:
7674         * gst-libs/gst/interfaces/mixer.h:
7675         * gst-libs/gst/interfaces/mixeroptions.c:
7676         * gst-libs/gst/interfaces/mixeroptions.h:
7677         * gst-libs/gst/interfaces/mixertrack.c:
7678         * gst-libs/gst/interfaces/mixertrack.h:
7679         * tests/check/Makefile.am:
7680         * tests/check/libs/mixer.c:
7681
7682         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7683         Fixes: #152864 
7684
7685         Add support for notifying mixer changes on the message bus, and
7686         implement it in alsamixer.
7687
7688         API: gst_mixer_get_mixer_flags
7689         API: gst_mixer_message_parse_mute_toggled
7690         API: gst_mixer_message_parse_record_toggled
7691         API: gst_mixer_message_parse_volume_changed
7692         API: gst_mixer_message_parse_option_changed
7693         API: GstMixerMessageType
7694         API: GstMixerFlags
7695
7696 2007-07-20  Michael Smith <msmith@fluendo.com>
7697
7698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7699         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7700           xcontext->im_format is only for testing XShm support (as the header
7701           file comments document). Use xvimage->im_format for everything else.
7702           Avoids spurious warnings on buffer allocation before setcaps.
7703
7704 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7705
7706         * tests/examples/volume/Makefile.am:
7707         * tests/icles/Makefile.am:
7708           We should use $(LIBM).
7709
7710 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7711
7712         * tests/icles/Makefile.am:
7713           This needs -lm.
7714
7715 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7716
7717         * gst-libs/gst/rtp/gstbasertppayload.c:
7718         (gst_basertppayload_class_init), (gst_basertppayload_init),
7719         (gst_basertppayload_set_property),
7720         (gst_basertppayload_get_property):
7721         Don't break ABI, restore previous ranges. Keep the default random
7722         selection of timestamp and seqnum offset but as soon as the app sets a
7723         specific value, use that one.
7724
7725 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         Patch by: Bastien Nocera <hadess at hadess dot net>
7728
7729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7730         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7731         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7732         * sys/xvimage/xvimagesink.h:
7733         Add option to turn off double-buffering for debugging purposes.
7734         Fixes #437169.
7735
7736 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7737
7738         Patch by: Jorn Baayen <jorn at openedhand dot com>
7739
7740         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7741         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7742         (gst_ximagesink_init), (gst_ximagesink_class_init):
7743         * sys/ximage/ximagesink.h:
7744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7745         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7746         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7747         * sys/xvimage/xvimagesink.h:
7748         add 'handle-expose' property. Useful for video widgets which may want to
7749         be in control of Expose behaviour. Fixes #380625
7750
7751 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7752
7753         * gst-libs/gst/rtp/gstbasertppayload.c:
7754         (gst_basertppayload_class_init), (gst_basertppayload_init),
7755         (gst_basertppayload_event), (gst_basertppayload_push),
7756         (gst_basertppayload_set_property),
7757         (gst_basertppayload_get_property),
7758         (gst_basertppayload_change_state):
7759         * gst-libs/gst/rtp/gstbasertppayload.h:
7760         Fix ranges of rtp payloader properties so that the full range can be
7761         used in addition to -1 (random).
7762         Fix wrong seqnum reporting in caps.
7763         Fixes #420326.
7764
7765 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7766
7767         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7768         (gst_video_rate_query):
7769         Use boilerplate.
7770         Add latency query, might not be perfect yet but already works a lot
7771         better. Fixes #442557.
7772
7773 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7774
7775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7776         (gst_xvimagesink_setcaps):
7777         * sys/xvimage/xvimagesink.h:
7778         After a caps change, redraw our borders to avoid garbage left there
7779         when the image format changes to a smaller size, like 16:9 -> 4:3
7780         Also, hold the flow_lock a bit longer in the set_caps while we're
7781         fiddling with the xcontext.
7782
7783 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7784
7785         * Makefile.am:
7786         * configure.ac:
7787         * tests/Makefile.am:
7788         Remove bogus check for libcheck, since we check for
7789         gstreamer-check and it pulls in the required info from there, and we
7790         weren't actually _using_ the information for libcheck ourselves
7791         anyway.
7792
7793 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7794
7795         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7796         (gst_ffmpeg_caps_to_pixfmt):
7797         Fix the r_mask test for RGBA32 on little-endian.
7798         Fix a stupid typo that would have obviously broken 
7799         compilation on big-endian, if anyone was testing.
7800
7801 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7802
7803         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7804         (paint_hline_str4):
7805         * gst/videotestsrc/videotestsrc.h:
7806         Add alpha to the color struct.
7807         Use a default alpha value of 255 instead of 128.
7808
7809 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7810
7811         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7812         (setup_source):
7813         Clear the dynamic pads counter when starting a new uri. This makes
7814         reusing playbin work again.
7815         Fixes #454264.
7816
7817 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7818
7819         * configure.ac:
7820           Use pkg-config to locate check.
7821
7822 2007-07-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7823
7824         * configure.ac:
7825         * tests/check/elements/volume.c: (GST_START_TEST):
7826           Fix 'make check' build against core CVS.
7827
7828 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7829
7830         * gst-libs/gst/interfaces/propertyprobe.c:
7831         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7832         * gst-libs/gst/tag/gstvorbistag.c:
7833           Make gtk-doc happy.
7834
7835 2007-07-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7836
7837         * gst-libs/gst/audio/gstbaseaudiosink.c:
7838         (gst_base_audio_sink_callback):
7839           Quick hack to make audiosinks stop at EOS when operating in
7840           pull-mode; needs to be fixed properly some day.
7841
7842 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7843
7844         * docs/libs/gst-plugins-base-libs-sections.txt:
7845           Fix location of includes in the docs.
7846
7847 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7848
7849         * gst/ffmpegcolorspace/avcodec.h:
7850         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7851         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7852         (gst_ffmpegcsp_avpicture_fill):
7853         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7854         (img_get_alpha_info):
7855         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7856         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7857         end of the word. Partially fixes #451908
7858
7859 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7860
7861         * docs/libs/Makefile.am:
7862         * docs/plugins/Makefile.am:
7863           Simplify --extra-dir as gtkdoc scans recursively.
7864
7865 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7866
7867         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7868         (gst_adder_request_new_pad):
7869         Make getcaps more robust by not using the proxycaps function. This makes
7870         sure that we don't end up recursively calling getcaps upstream.
7871         See #316248.
7872
7873 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7874
7875         * gst/audioconvert/audioconvert.c:
7876         Include math.h to fix compilation.
7877
7878 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7879
7880         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7881         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7882         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7883         format, as produced by some dc1394 cameras like the iSight.
7884         See http://www.fourcc.org/yuv.php#IYU1
7885
7886 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7887
7888         * gst/audioconvert/Makefile.am:
7889         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7890         (check_default), (audio_convert_prepare_context),
7891         (audio_convert_clean_context), (audio_convert_convert):
7892         * gst/audioconvert/audioconvert.h:
7893         * gst/audioconvert/gstaudioconvert.c:
7894         (gst_audio_convert_dithering_get_type),
7895         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7896         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7897         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7898         * gst/audioconvert/gstaudioconvert.h:
7899         * gst/audioconvert/gstaudioquantize.c:
7900         (gst_audio_quantize_setup_noise_shaping),
7901         (gst_audio_quantize_free_noise_shaping),
7902         (gst_audio_quantize_setup_dither),
7903         (gst_audio_quantize_free_dither),
7904         (gst_audio_quantize_setup_quantize_func),
7905         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7906         * gst/audioconvert/gstaudioquantize.h:
7907         Implement dithering and noise shaping in audioconvert. By default now
7908         TPDF dithering (and no noise shaping) will be used when converting
7909         from a higher bit depth to 20 bit depth or smaller, otherwise
7910         everything will be as it is now.
7911         For the last audioconvert in a pipeline it would make sense to
7912         use some kind of noise shaping, enabling it by default for all
7913         conversions would give undesired results though. Fixes #360246.
7914         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7915         (GST_START_TEST):
7916         Adjust unit test for the new audioconvert.
7917
7918 2007-06-28  Wim Taymans  <wim@fluendo.com>
7919
7920         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7921         Use other metrics as well when estimating the buffer level.
7922
7923 2007-06-28  Wim Taymans  <wim@fluendo.com>
7924
7925         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7926         Small debug improvement.
7927
7928         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7929         (plugin_init):
7930         Tweak the rate estimation period.
7931         When calculating the buffer filledness in rate estimation mode, don't
7932         mix it with other metrics.
7933
7934 2007-06-28  Wim Taymans  <wim@fluendo.com>
7935
7936         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7937         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7938         When creating the groups, allow for a 5 second, unlimited buffers
7939         preroll phase after which we expose the group.
7940         When the group is exposed, use a small number of buffers up to a 2
7941         second limit. Also disconnect the overrun signal from multiqueue when we
7942         exposed the group because it is not needed anymore.
7943
7944 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7945
7946         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7947           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7948           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7949           (#451707); also, output some debugging info when dealing with
7950           freeform strings.
7951
7952         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7953           Add unit test for the above.
7954
7955 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7956
7957         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7958           Add description for Windows Media RTP caps.
7959
7960         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7961           Remove RTP fields that don't define the format from caps.
7962
7963 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7964
7965         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7966           Skip empty buffers, but not empty header buffers. That way the original
7967           vorbisdec unit test still passes (#451145); also, take into account
7968           that those empty packets might carry a granulepos.
7969
7970         * tests/check/Makefile.am:
7971         * tests/check/elements/vorbisdec.c:
7972         (_create_codebook_header_buffer), (_create_audio_buffer),
7973         (GST_START_TEST), (vorbisdec_suite):
7974           Add unit test that sends an empty packet.
7975
7976 2007-06-27  Wim Taymans  <wim@fluendo.com>
7977
7978         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7979         Don't error out on 0-sized packets, just emit a warning because this is
7980         not a fatal error. Fixes #451145.
7981
7982 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7983
7984         * docs/plugins/gst-plugins-base-plugins.args:
7985         * docs/plugins/gst-plugins-base-plugins.signals:
7986         * docs/plugins/inspect/plugin-adder.xml:
7987         * docs/plugins/inspect/plugin-alsa.xml:
7988         * docs/plugins/inspect/plugin-audioconvert.xml:
7989         * docs/plugins/inspect/plugin-audiorate.xml:
7990         * docs/plugins/inspect/plugin-audioresample.xml:
7991         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7992         * docs/plugins/inspect/plugin-cdparanoia.xml:
7993         * docs/plugins/inspect/plugin-decodebin.xml:
7994         * docs/plugins/inspect/plugin-decodebin2.xml:
7995         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7996         * docs/plugins/inspect/plugin-gdp.xml:
7997         * docs/plugins/inspect/plugin-gnomevfs.xml:
7998         * docs/plugins/inspect/plugin-libvisual.xml:
7999         * docs/plugins/inspect/plugin-ogg.xml:
8000         * docs/plugins/inspect/plugin-pango.xml:
8001         * docs/plugins/inspect/plugin-playbin.xml:
8002         * docs/plugins/inspect/plugin-subparse.xml:
8003         * docs/plugins/inspect/plugin-tcp.xml:
8004         * docs/plugins/inspect/plugin-theora.xml:
8005         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8006         * docs/plugins/inspect/plugin-video4linux.xml:
8007         * docs/plugins/inspect/plugin-videorate.xml:
8008         * docs/plugins/inspect/plugin-videoscale.xml:
8009         * docs/plugins/inspect/plugin-videotestsrc.xml:
8010         * docs/plugins/inspect/plugin-volume.xml:
8011         * docs/plugins/inspect/plugin-vorbis.xml:
8012         * docs/plugins/inspect/plugin-ximagesink.xml:
8013         * docs/plugins/inspect/plugin-xvimagesink.xml:
8014           Update docs with caps info.
8015
8016 2007-06-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8017
8018         * po/POTFILES.in:
8019           Add more files with translatable strings (#450875).
8020
8021 2007-06-23  Edward Hervey  <edward@fluendo.com>
8022
8023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8024         The chain should be freed if we error out here, else it will leak.
8025         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8026         (cleanup_decodebin):
8027         Don't forget to *properly* remove the signals, else it will leak.
8028
8029 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8030
8031         * MAINTAINERS:
8032         Updating all the maintainers files
8033
8034 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8035
8036         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8037         (main):
8038           Destroy and recreate parse-launch based pipeline after stop to be able
8039           to play again. Reorder some code and add more comments.
8040
8041 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8042
8043         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8044         When handling a delayed-caps notification case, mark
8045         the group as dynamic so that the nbdynamic count is
8046         incremented and decremented correctly. Fixes: #449156
8047         Patch by: Wim Taymans <wim@fluendo.com>
8048
8049 2007-06-19  Andy Wingo  <wingo@pobox.com>
8050
8051         * gst-libs/gst/audio/gstbaseaudiosink.c
8052         (gst_base_audio_sink_init): Enable pull-mode operation.
8053
8054 2007-06-19  Michael Smith <msmith@fluendo.com>
8055
8056         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8057           Change minimum rate back to 1000 to allow low-sample-rate wav files
8058           to play back.
8059
8060 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8061
8062         * po/vi.po:
8063           Update translations.
8064
8065 2007-06-15  David Schleef  <ds@schleef.org>
8066
8067         * gst/playback/gstqueue2.c:
8068           Fix compile error from ignored return value.
8069
8070 2007-06-15  Michael Smith <msmith@fluendo.com>
8071
8072         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8073           Update tmpbuf for all neccesary rows, not just one, as is required
8074           when downscaling.
8075           Fixes #402076.
8076
8077 2007-06-15  Michael Smith <msmith@fluendo.com>
8078
8079         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8080         (eos_buffer_probe):
8081           Add a test that ensures we set DELTA_UNIT on all non-header,
8082           non-video buffers, if we have a video stream.
8083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8084         (gst_ogg_mux_process_best_pad):
8085           Move setting delta_pad to earlier, where we inspect all pads, so
8086           that leading audio pages don't get DELTA_UNIT unset if they come
8087           before the first DELTA_UNIT from video pages. Fixes the newly-added
8088           test. Fixes #385527.
8089
8090 2007-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8091
8092         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8093           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8094           fails on the p5-ppc64 build bot and the failure looks like it is due
8095           to the same issue as #348114, ie. a compiler bug.
8096
8097 2007-06-13  Edward Hervey  <edward@fluendo.com>
8098
8099         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8100         Fix build on MacOSX.
8101
8102 2007-06-13  Wim Taymans  <wim@fluendo.com>
8103
8104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8105         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8106         Fix compilation on mingw. Fixes #446972.
8107
8108 2007-06-12  Wim Taymans  <wim@fluendo.com>
8109
8110         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8111
8112         * gst/playback/gstqueue2.c: (update_buffering),
8113         (gst_queue_locked_enqueue):
8114         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8115         also update the buffering status when receiving events. Fixes #446551.
8116
8117 2007-06-11  Wim Taymans  <wim@fluendo.com>
8118
8119         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8120
8121         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8122         (gst_queue_handle_src_query):
8123         Wait for preroll before attempting to forward a duration query upstream.
8124         Fixes #445505.
8125
8126 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8127
8128         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8129         (gst_base_rtp_depayload_set_gst_timestamp):
8130         Use G_GINT64_CONSTANT macro for int64 constant.
8131         * win32/common/libgstinterfaces.def:
8132         * win32/common/libgsttag.def:
8133         Add new exported functions.
8134
8135 2007-06-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8136
8137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8138           The BOS page of the first Dirac video stream needs to come before
8139           the BOS page of any Vorbis streams or other audio streams, just like
8140           it is with Theora.
8141
8142 2007-06-07  Wim Taymans  <wim@fluendo.com>
8143
8144         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8145         Fix compilation.
8146
8147 2007-06-06  Wim Taymans  <wim@fluendo.com>
8148
8149         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8150
8151         * gst/playback/gstqueue2.c: (gst_queue_init),
8152         (gst_queue_handle_sink_event), (gst_queue_chain),
8153         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8154         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8155         (gst_queue_src_activate_pull):
8156         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8157         Does not yet completely work because duration queries upstream won't
8158         block yet.
8159
8160 2007-06-06  Wim Taymans  <wim@fluendo.com>
8161
8162         * configure.ac:
8163         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8164         Some more fseeko checks.
8165
8166 2007-06-06  Wim Taymans  <wim@fluendo.com>
8167
8168         * configure.ac:
8169         check for large file support.
8170
8171 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8172
8173         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8174
8175         * gst/subparse/gstsubparse.c: (parse_subrip),
8176         (subviewer_unescape_newlines), (parse_subviewer),
8177         (gst_sub_parse_data_format_autodetect),
8178         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8179         * gst/subparse/gstsubparse.h:
8180         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8181         * tests/check/elements/subparse.c: (GST_START_TEST),
8182         (subparse_suite):
8183         Add a unit test for both SubViewer formats.
8184
8185 2007-06-01  Michael Smith <msmith@fluendo.com>
8186
8187         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8188           Don't overflow intermediate values when seeking to large time values
8189           in audiotestsrc.
8190
8191 2007-06-05  Wim Taymans  <wim@fluendo.com>
8192
8193         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8194         (gst_queue_create_read), (gst_queue_read_item_from_file),
8195         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8196         Include stdio to define fseeko.
8197
8198 2007-06-05  Wim Taymans  <wim@fluendo.com>
8199
8200         Patch by: Edward Hervey  <edward@fluendo.com>
8201
8202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8203         (gst_v4lsrc_query):
8204         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8205
8206 2007-06-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8207
8208         * gst-libs/gst/riff/Makefile.am:
8209         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8210           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8211           our own implementation.
8212
8213 2007-06-05  Wim Taymans  <wim@fluendo.com>
8214
8215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8216         (gst_base_rtp_depayload_setcaps),
8217         (gst_base_rtp_depayload_set_gst_timestamp),
8218         (gst_base_rtp_depayload_change_state):
8219         Handle timestamp wraparound.
8220
8221 2007-06-05  Wim Taymans  <wim@fluendo.com>
8222
8223         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8224         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8225         (gst_uri_decode_bin_change_state):
8226         Make sure we name srcpads uniquely even when using different internal
8227         decodebins.
8228         Signal no-more-pads when no more dynamic elements exist.
8229         Remove pads on cleanup.
8230
8231 2007-06-05  Wim Taymans  <wim@fluendo.com>
8232
8233         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8234
8235         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8236         (gst_queue_init), (gst_queue_finalize),
8237         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8238         (gst_queue_create_read), (gst_queue_read_item_from_file),
8239         (gst_queue_open_temp_location_file),
8240         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8241         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8242         (gst_queue_is_empty), (gst_queue_is_filled),
8243         (gst_queue_change_state), (gst_queue_set_temp_location),
8244         (gst_queue_set_property):
8245         Add support for filebased buffering. Fixes #441264.
8246
8247 2007-06-05  Wim Taymans  <wim@fluendo.com>
8248
8249         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8250         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8251         (caps_notify_group_cb), (gst_decode_group_new),
8252         (gst_decode_group_free):
8253         Add support for delayed caps fixation when autoplugging.
8254         Optimize cases where a multiqueue is not needed/wanted, like right after
8255         anything that is not a demuxer.
8256
8257 2007-06-05  Wim Taymans  <wim@fluendo.com>
8258
8259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8260         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8261         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8262         consideratly speedup ogg chain detection by not trying to find a base
8263         timestamp for skeleton streams. 
8264
8265 2007-06-05  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8268         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8269         (gst_multi_fd_sink_remove_flush),
8270         (gst_multi_fd_sink_remove_client_link),
8271         (gst_multi_fd_sink_handle_client_write),
8272         (gst_multi_fd_sink_handle_clients):
8273         * gst/tcp/gstmultifdsink.h:
8274         Add support for remove_flush.
8275
8276 2007-06-05  Wim Taymans  <wim@fluendo.com>
8277
8278         * docs/design/draft-keyframe-force.txt:
8279         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8280         (theora_enc_chain):
8281         Add draft design for forcing keyframes in encoders and implement in
8282         theoraenc.
8283
8284 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8285
8286         * configure.ac:
8287           Back to CVS
8288
8289 === release 0.10.13 ===
8290
8291 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8292
8293         * configure.ac:
8294           releasing 0.10.13, "What's Going on?"
8295
8296 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8297
8298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8299         In riff, the depth is stored in the size field but it just means that
8300         the least significant bits are cleared. We can therefore just play
8301         the sample as if it had a depth == width. Fixes: #440997
8302
8303         Patch by: Wim Taymans <wim@fluendo.com> 
8304         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8305
8306 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8307
8308         * gst-libs/gst/floatcast/floatcast.h:
8309         Define inline when needed on win32 builds. Fixes: #441295
8310         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8311
8312 2007-05-29  Wim Taymans  <wim@fluendo.com>
8313
8314         * gst/playback/gstplaybasebin.c: (queue_overrun),
8315         (no_more_pads_full):
8316         Stop buffering when the group is commited because the queues filled up.
8317         Fixes #442024.
8318
8319 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8320
8321         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8322         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8323         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8324         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8325         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8326         * ext/alsa/gstalsamixer.h:
8327         * ext/alsa/gstalsamixerelement.c:
8328         (gst_alsa_mixer_element_interface_supported),
8329         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8330         (gst_alsa_mixer_element_set_property),
8331         (gst_alsa_mixer_element_get_property),
8332         (gst_alsa_mixer_element_change_state):
8333         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8334         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8335         (gst_mixer_option_changed):
8336         * gst-libs/gst/interfaces/mixer.h:
8337         Revert commits towards #152864 made so far. We'll pick it up again
8338         after the 0.10.13 release.
8339
8340 2007-05-24  Wim Taymans  <wim@fluendo.com>
8341
8342         * gst-libs/gst/audio/gstbaseaudiosink.c:
8343         (gst_base_audio_sink_render):
8344         After an interrupt (PAUSED/flush) assume that the next sample should not
8345         be aligned to the previous sample. Fixes #417992.
8346
8347 2007-05-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8348
8349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8350           Don't add channels and rate fields to the template caps for
8351           audio/x-dts, as wavparse might not always be able to set them,
8352           which would then lead to 'caps are not a real subset of the
8353           template caps' warnings.
8354
8355 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8356
8357         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8358         Handle unknown or invalid pads without crashing, as might occur if
8359         a media file like an mp3 is specified as a subtitle file.
8360         Fixes: #410039
8361
8362 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8363
8364         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8365         (setup_sinks):
8366         Block the subtitle bin output queue before ghosting it and linking,
8367         then unblock after. This avoids spurious not-linked errors caused 
8368         by the queue starting up (because it gets linked when it is ghosted). 
8369         Fixes: #350299
8370
8371 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8372
8373         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8374         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8375         file. Avoids flukes where the input gets typefound to some valid but
8376         useless type.
8377
8378 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8379
8380         * tests/check/Makefile.am:
8381         * tests/check/elements/.cvsignore:
8382         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8383         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8384           Add unit test for gnomevfssink seeking and position reporting for
8385           file:// URIs.
8386
8387 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8388
8389         Patch by: Mark Nauwelaerts <manauw at skynet be>
8390
8391         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8392         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8393         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8394         * ext/gnomevfs/gstgnomevfssink.h:
8395           Fix position reporting, especially after a seek (from upstream),
8396           see #412648.
8397
8398 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8399
8400         * ext/cdparanoia/gstcdparanoiasrc.c:
8401           Repair umlaut.
8402
8403 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8404
8405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8406         Specify the full valid range for MP3 samplerates. Fixes a regression
8407         caused by extra header checks since the last release.
8408
8409 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8410
8411         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8413         Fix a locking-order bug I introduced with my changes the other day.
8414         Patch by Mike Smith.
8415
8416 2007-05-21  Michael Smith <msmith@fluendo.com>
8417
8418         * ext/theora/theoradec.c: (theora_handle_data_packet):
8419           Don't look inside 0-length packets (which indicate duplicated
8420           frames)
8421
8422 2007-05-21  Wim Taymans  <wim@fluendo.com>
8423
8424         * ext/cdparanoia/gstcdparanoiasrc.c:
8425         (gst_cd_paranoia_src_read_sector):
8426         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8427         (gst_base_audio_src_create):
8428         Small cleanups.
8429
8430         * ext/theora/theoradec.c: (theora_dec_sink_event):
8431         Fix typo.
8432
8433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8434         (gst_base_rtp_depayload_set_gst_timestamp):
8435         Add some FIXME
8436
8437         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8438         And some debug info when a FIXME path is hit.
8439
8440 2007-05-21  Wim Taymans  <wim@fluendo.com>
8441
8442         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8443         (gst_base_rtp_audio_payload_class_init),
8444         (gst_base_rtp_audio_payload_init),
8445         (gst_base_rtp_audio_payload_finalize),
8446         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8447         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8448         (gst_base_rtp_payload_audio_handle_event):
8449         Some cleanups, remove minptime property as it is now in the parent
8450         class.
8451         Override parent class event function.
8452
8453         * gst-libs/gst/rtp/gstbasertppayload.c:
8454         (gst_basertppayload_class_init), (gst_basertppayload_init),
8455         (gst_basertppayload_event), (gst_basertppayload_set_property),
8456         (gst_basertppayload_get_property):
8457         * gst-libs/gst/rtp/gstbasertppayload.h:
8458         Add min-ptime property.
8459         Add handle-event vmethod. Fixes #415001.
8460
8461 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8462
8463         * gst-libs/gst/audio/gstbaseaudiosink.c
8464           (gst_base_audio_sink_change_state):
8465           Fix typo in comment.
8466
8467         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8468           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8469           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8470           close_link):
8471         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8472           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8473           Remove trailing whitespaces in comments.
8474
8475         * gst/volume/Makefile.am:
8476           Fix tabs.
8477
8478 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8479
8480         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8481
8482         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8483           set_option, get_option, _gst_reserved):
8484           Revert reordering functions (keep ABI).
8485
8486 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8487
8488         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8489         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8490         (gst_ximagesink_show_frame):
8491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8492         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8493         (gst_xvimagesink_show_frame):
8494         When we create our own window, indicate that we handle the 
8495         WM_DELETE client message from the window manager, so that it won't 
8496         kill our window (and our app) along with it. Handle ClientMessage,
8497         post an error on the bus, and close the window. Further buffers
8498         arriving will result in a FlowError because the window has been
8499         destroyed.
8500
8501         Fixes: #393975
8502
8503         Clean up the X event handling loop and make them the same for
8504         both xvimagesink and ximagesink while I'm at it.
8505
8506 2007-05-17  Wim Taymans  <wim@fluendo.com>
8507
8508         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8509         Make decodebin2 autoplug depayloaders too.
8510
8511         * gst/playback/gsturidecodebin.c: (source_new_pad):
8512         Set the newly created decoder in a usable state when autoplugging a
8513         dynamic source such as RTSP.
8514
8515 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8516
8517         * gst/playback/gststreaminfo.c: (cb_probe):
8518           Ignore video-codec tag for audio streams and ignore audio-codec tags
8519           for video streams. Should make codec name collection a bit more
8520           robust against sloppy demuxers that send tag events containing both
8521           tags down each pad.
8522
8523 2007-05-17  Wim Taymans  <wim@fluendo.com>
8524
8525         * gst/playback/gstqueue2.c: (update_rates):
8526         Tweak the buffering thresholds a little.
8527         Update the buffer size with the previously calculate rate instead of
8528         only when we calculate a new rate so that we get smoother buffering
8529         updates.
8530
8531         * gst/playback/Makefile.am:
8532         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8533         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8534         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8535         (gst_uri_decode_bin_get_property), (unknown_type),
8536         (add_element_stream), (no_more_pads_full), (no_more_pads),
8537         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8538         (gen_source_element), (has_all_raw_caps), (analyse_source),
8539         (remove_decoders), (make_decoder), (remove_source),
8540         (source_new_pad), (setup_source), (decoder_query_init),
8541         (decoder_query_duration_fold), (decoder_query_duration_done),
8542         (decoder_query_position_fold), (decoder_query_position_done),
8543         (decoder_query_latency_fold), (decoder_query_latency_done),
8544         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8545         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8546         (gst_uri_decode_bin_change_state), (plugin_init):
8547         New element that intergrates a source, optional buffering element and
8548         decodebin.
8549
8550 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8551
8552         * configure.ac:
8553           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8554           (also has a .pc file, so we don't need the fallback check any
8555           longer). Fixes #438840.
8556
8557 2007-05-17  Wim Taymans  <wim@fluendo.com>
8558
8559         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8560         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8561         (apply_segment), (apply_buffer), (update_buffering),
8562         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8563         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8564         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8565         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8566         (plugin_init):
8567         fix build.
8568
8569 2007-05-17  Wim Taymans  <wim@fluendo.com>
8570
8571         * gst/playback/Makefile.am:
8572         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8573         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8574         (gst_queue_getcaps), (gst_queue_bufferalloc),
8575         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8576         (apply_buffer), (update_buffering), (reset_rate_timer),
8577         (update_rates), (gst_queue_locked_flush),
8578         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8579         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8580         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8581         (gst_queue_loop), (gst_queue_handle_src_event),
8582         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8583         (gst_queue_src_activate_push), (gst_queue_change_state),
8584         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8585         On our way to playbin2 this is the new network queue that does buffering
8586         all by itself using high and low watermarks. It can also measure up and
8587         downstream bandwidth to optimally size the queue.
8588
8589 2007-05-17  Michael Smith <msmith@fluendo.com>
8590
8591         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8592         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8593           Use the segment->last_stop value to calculate the next timestamp to
8594           generate after a seek; not the segment->start value.
8595
8596 2007-05-15  David Schleef  <ds@schleef.org>
8597
8598         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8599           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8600
8601 2007-05-15  Wim Taymans  <wim@fluendo.com>
8602
8603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8604         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8605         Some more chained streaming ogg timestamp fixes.
8606
8607 2007-05-15  Wim Taymans  <wim@fluendo.com>
8608
8609         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8610         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8611         (gst_ogg_demux_handle_page):
8612         Add some FIXMEs.
8613         Fix chain start/stop segment handling based on patch by
8614         <ahalda at cs dot mcgill dot ca> see #320984.
8615
8616 2007-05-15  Michael Smith <msmith@fluendo.com>
8617
8618         * configure.ac:
8619           We don't require a C++ compiler. So don't require one.
8620
8621 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8622
8623         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8624           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8625           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8626           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8627           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8628           gst_alsa_mixer_update_track):
8629           Apply some of the cleanup Tim suggested in #152864 afterwards.
8630
8631 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8632
8633         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8634
8635         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8636           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8637           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8638           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8639           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8640           gst_alsa_mixer_handle_source_callback,
8641           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8642           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8643           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8644           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8645           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8646           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8647         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8648         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8649           gst_alsa_mixer_element_interface_supported,
8650           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8651           gst_alsa_mixer_element_set_property,
8652           gst_alsa_mixer_element_get_property,
8653           gst_alsa_mixer_element_change_state):
8654         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8655         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8656           gst_mixer_option_changed):
8657         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8658           volume_changed, option_changed, _gst_reserved):
8659           Implement notification for alsamixer. Fixes #152864
8660
8661 2007-05-14  David Schleef  <ds@schleef.org>
8662
8663         * gst/videotestsrc/videotestsrc.c:
8664         * gst/videotestsrc/videotestsrc.h:
8665           Add support for video/x-raw-bayer.
8666
8667 2007-05-12  David Schleef  <ds@schleef.org>
8668
8669         * sys/xvimage/xvimagesink.c:
8670           Add some sanity checking for the XVImage size returned by X.
8671           Related to #377400.
8672
8673 2007-05-12  Wim Taymans  <wim@fluendo.com>
8674
8675         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8676         (gst_base_rtp_depayload_setcaps),
8677         (gst_base_rtp_depayload_set_gst_timestamp):
8678         Parse and use additional caps fields as described in updated
8679         application/x-rtp caps spec.
8680
8681 2007-05-12  Wim Taymans  <wim@fluendo.com>
8682
8683         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8684         (gst_ogg_demux_collect_chain_info):
8685         If there is a stream in a chain without any data packets, ignore the
8686         stream in the total length calculations. Might be related to #436820.
8687
8688 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8689
8690         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8691         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8692         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8693         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8694         (plugin_init):
8695
8696         Consolidate and re-work our mpeg system stream detection to probe
8697         more packets and produce a higher confidence result. Fixes a
8698         regression caused by lowering the typefind probability last year
8699         - related to bug #397810. Remove the redundant MPEG-1 specific 
8700         typefind function, as the new one detects both MPEG-1 & MPEG-2
8701         happily.
8702
8703         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8704         little. 
8705
8706         Tested against my media test directory, with some improvements and
8707         no regressions.
8708
8709 2007-05-10  Wim Taymans  <wim@fluendo.com>
8710
8711         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8712         (queue_out_of_data):
8713         Connect to the new queue "pushing" signal instead of the broken
8714         "running" one.
8715
8716 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8717
8718         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8719         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8720         Move variable declaration before the first instruction.
8721         * gst/videotestsrc/videotestsrc.c:
8722         Define M_PI if it's not defined yet.
8723         * win32/common/libgstrtp.def:
8724         Add new exported functions.
8725
8726 2007-05-09  Michael Smith <msmith@fluendo.com>
8727
8728         * ext/theora/theoradec.c: (theora_handle_type_packet):
8729           gst_pad_push_event() does not return a GstFlowReturn!
8730
8731 2007-05-09  Wim Taymans  <wim@fluendo.com>
8732
8733         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8734         * tests/examples/seek/seek.c: (do_seek):
8735         Some small cosmetic changes.
8736
8737 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8738
8739         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8740           gst_adder_change_state):
8741         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8742           segment_pending, segment_position, segment_rate):
8743           Handle playback-rate on adder.
8744
8745 2007-05-07  Michael Smith <msmith@fluendo.com>
8746
8747         * ext/theora/gsttheoradec.h:
8748         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8749         (theora_dec_sink_event), (theora_handle_comment_packet),
8750         (theora_handle_type_packet), (theora_dec_change_state):
8751           Don't push events (newsegment, tags) before initialising the
8752           decoder.
8753           This is neccesary for seeking to work correctly in gnonlin.
8754
8755 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8756
8757         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8758         * gst/adder/gstadder.c:
8759         * gst/audiotestsrc/gstaudiotestsrc.c
8760           (gst_audio_test_src_create_white_noise):
8761         * gst/videotestsrc/gstvideotestsrc.c:
8762         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8763           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8764           volume_sink_template, volume_src_template, gst_volume_init,
8765           volume_process_double, volume_process_int16,
8766           volume_process_int16_clamp):
8767           Doc fixes and formatting.
8768
8769 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8770
8771         * tests/check/Makefile.am:
8772         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8773           Minimal check for volume's GstController usability; also another
8774           test for #422295.
8775
8776 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8777
8778         * gst-libs/gst/cdda/gstcddabasesrc.c:
8779         (gst_cdda_base_src_add_track):
8780           Fix it so that it (a) makes sense and (b) doesn't break
8781           everything cdda-related including the unit test.
8782
8783 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8784
8785         * gst-libs/gst/cdda/gstcddabasesrc.c:
8786         (gst_cdda_base_src_add_track):
8787           Fix build when disabling asserts.
8788
8789 2007-05-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8790
8791         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8792           When XShm is not available, we might get row strides that are not
8793           rounded up to multiples of four; this is bad, because virtually
8794           every RGB-processing element in GStreamer assumes rowstrides are
8795           rounded up to multiples of four, so let's allocate at least enough
8796           memory to avoid crashes in this case. The image will still be
8797           displayed distorted though if this happens, so that still needs
8798           fixing (maybe by allocating a bigger image with an 'even' width
8799           and then clipping it appropriately when rendering - something for
8800           Xlib aficionados in any case).
8801
8802 2007-05-03  Michael Smith <msmith@fluendo.com>
8803
8804         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8805           If a buffer doesn't have a timestamp, assume it's contiguous with
8806           the previous buffer, and synthesise timestamps appropriately.
8807
8808 2007-05-03  Edward Hervey  <edward@fluendo.com>
8809
8810         * tests/check/elements/videorate.c: (GST_START_TEST):
8811         Set buffer timestamp to a valid value in order to test the buffer
8812         really does stay in videorate.
8813
8814 2007-05-03  Edward Hervey  <edward@fluendo.com>
8815
8816         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8817         There is no sensible way to handle incoming buffers which don't have a
8818         valid timestamp. We therefore discard them and wait for the next one.
8819
8820 2007-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8821
8822         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8823         * gst/playback/gstdecodebin2.c: (plugin_init):
8824           Better error message for text files.
8825
8826 2007-04-29  Wim Taymans  <wim@fluendo.com>
8827
8828         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8829         Fix offset bug in generation RR packets.
8830
8831 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8832
8833         * ext/theora/theoradec.c: (_theora_granule_time),
8834         (theora_dec_push_forward), (theora_handle_data_packet),
8835         (theora_dec_decode_buffer): Calculate buffer duration correctly
8836         to generate a perfect stream (#433888).
8837         * gst/audioresample/gstaudioresample.c:
8838         (audioresample_check_discont): Glib provides ABS.
8839
8840 2007-04-27  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8843         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8844         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8845         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8846         (gst_rtcp_packet_bye_set_reason):
8847         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8848         Fix RB block parsing and writing.
8849         Add support for constructing BYE packets.
8850
8851 2007-04-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8852
8853         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8854         (gst_base_audio_src_create):
8855         * po/POTFILES.in:
8856           When posting a warning message because samples were dropped, post
8857           something more intelligible than he default error message for clock
8858           errors which is just confusing in this context (#432984).
8859
8860 2007-04-25  Wim Taymans  <wim@fluendo.com>
8861
8862         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8863         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8864         (read_packet_header), (gst_rtcp_packet_move_to_next),
8865         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8866         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8867         (gst_rtcp_packet_sdes_get_item_count),
8868         (gst_rtcp_packet_sdes_first_item),
8869         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8870         (gst_rtcp_packet_sdes_first_entry),
8871         (gst_rtcp_packet_sdes_next_entry),
8872         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8873         (gst_rtcp_packet_sdes_add_entry):
8874         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8875         Implement code to write SR, RR and SDES packets.
8876
8877 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8878
8879         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8880
8881         * sys/ximage/ximagesink.c:
8882           Fix build if XShm is not available (#432362).
8883
8884 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8885
8886         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8887         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8888         pointers to random memory which are passed to g_free() when
8889         audio_convert_prepare_context() is called the first time.
8890
8891 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8892
8893         Patch by: Dan Williams <dcbw redhat com>
8894
8895         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8896           Don't leak incoming buffer if gst_pad_push() returns a
8897           non-OK flow. Fixes #432755.
8898          
8899         * tests/check/elements/videorate.c: (GST_START_TEST),
8900         (videorate_suite):
8901           Unit test for the above by Yours Truly.
8902
8903 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8904
8905         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8906         (gst_adder_sink_event), (gst_adder_collected):
8907           Fix non-flushing segmented seeks, Fixes #340060 for me
8908
8909 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8910
8911         Patch by: Olivier Crete  <tester at tester ca>
8912
8913         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8914         (gst_base_rtp_audio_payload_class_init),
8915         (gst_base_rtp_audio_payload_init),
8916         (gst_base_rtp_audio_payload_dispose):
8917           Chain up to parent class in dispose function; get rid of
8918           unnecessary 'diposed' flag in private structure (#415001).
8919
8920 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8921
8922         * docs/libs/gst-plugins-base-libs.types:
8923         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8924         (gst_base_rtp_audio_payload_class_init):
8925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8926         * gst-libs/gst/rtp/gstbasertppayload.c:
8927           Some minor docs fixes and additions; also add missing 'Since' bits.
8928
8929 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8930
8931         Patch by: Zeeshan Ali  <zeenix gmail com>
8932
8933         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8934         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8935         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8936         (gst_base_rtp_audio_payload_push):
8937         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8938           The recently-added gst_base_rtp_audio_payload_push() should take an
8939           object of type GstBaseRTPAudioPayload as first argument (#431672).
8940
8941 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8942
8943         * gst/audioresample/gstaudioresample.c:
8944           Make more functions static, just because we can.
8945
8946 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8947
8948         * tests/check/elements/audioresample.c:
8949           Add unit test for audioresample shutdown crasher (#420106).
8950
8951 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8952
8953         * gst/subparse/gstsubparse.c:
8954         * gst/subparse/samiparse.c:
8955           Use GST_DISABLE_XML here
8956
8957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8958         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8959         (gst_xvimagesink_buffer_alloc),
8960         (gst_xvimagesink_navigation_send_event):
8961         * sys/xvimage/xvimagesink.h:
8962           Include stdlib.h when using atoi.
8963           
8964         * tests/check/elements/playbin.c: (playbin_suite):
8965           Use GST_DISABLE_REGISTRY here
8966
8967 2007-04-19  Michael Smith  <msmith@fluendo.com>
8968
8969         * ext/theora/gsttheoraenc.h:
8970         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8971         (theora_enc_sink_event), (theora_enc_change_state):
8972           Track initialisation state; don't try to use encoder state if we're
8973           not initialised (it'll segfault).
8974
8975 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8976
8977         * tests/check/pipelines/.cvsignore:
8978         Fix build.
8979
8980 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8981
8982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8983         Allow random depths between 1 and 32 instead of only multiplies of 8.
8984
8985 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8986
8987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8988         Set the maximum number of channels for PCM and float in the correct
8989         place to have it also used when creating the template caps.
8990
8991 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8992
8993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8994         Correctly support 4, 6 and 8 channels with normal PCM and float
8995         wav files.
8996
8997         Fix the depth and signedness calculation in extensible wav files and
8998         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8999         mask is found.
9000
9001         Add support for float, alaw and mulaw in extensible wav files.
9002
9003         This allows correct playback of all but 5 files from
9004         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9005         
9006         (gst_riff_create_audio_template_caps):
9007         Add voxware and float formats to the template caps.     
9008
9009 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9010
9011         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9012
9013         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9014         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9015
9016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9017         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9018         Use the correct format strings for integer formats.
9019
9020 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9021
9022         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9023           Don't use pad_alloc_buffer_and_set_caps to create a small header
9024           packet, or, worse, to create a big temporary video buffer using the
9025           src pad.
9026
9027 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9028
9029         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9030         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9031           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9032           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9033
9034 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9035
9036         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9037           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9038           streamheader_suite):
9039           Add another test set up for failure
9040
9041 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9042
9043         * tests/check/Makefile.am:
9044         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9045           GST_START_TEST, streamheader_suite, main):
9046           Add a test for the streamheader bug Wim fixed.
9047
9048 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9049
9050         * ext/theora/theoradec.c: (theora_dec_sink_event):
9051         Fix misleading comment.
9052
9053 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9054
9055         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9056           More sanity checks for the header fields.
9057
9058 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9059
9060         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9061           Try encodings from all environment variables, not just those in the
9062           first environment variable that is set.
9063
9064 2007-04-12  Wim Taymans  <wim@fluendo.com>
9065
9066         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9067         (gst_video_rate_chain):
9068         Add some debug.
9069
9070         * tests/check/elements/videorate.c: (GST_START_TEST),
9071         (videorate_suite):
9072         Added check for videorate changing caps handling. Closes #421834.
9073
9074 2007-04-12  Michael Smith  <msmith@fluendo.com>
9075
9076         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9077           Use scale functions to avoid overflow when calculating duration of 
9078           vorbis buffers.
9079
9080 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9081
9082         * docs/libs/gst-plugins-base-libs-sections.txt:
9083         * gst-libs/gst/tag/tag.h:
9084         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9085           API: add gst_tag_freeform_string_to_utf8() (#405072).
9086
9087         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9088           Use gst_tag_freeform_string_to_utf8() here.
9089
9090 2007-04-12  Wim Taymans  <wim@fluendo.com>
9091
9092         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9093         (gst_gdp_pay_sink_event):
9094         Make sure we set the IN_CAPS flag correctly.
9095
9096         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9097         Get the IN_CAPS flag before we call functions that mess with the flags.
9098
9099 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9100
9101         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9102           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9103           Only stamp buffers with offset/offset_end right before they get
9104           pushed.  This ensures offset continuity, which was not the case
9105           before as shown by
9106           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9107
9108 2007-04-06  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/playback/gstplaybin.c: (add_sink),
9111         (gst_play_bin_change_state):
9112         Activate sync in playbin, we are ready to handle it for live streams.
9113
9114 2007-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9115
9116         * tests/check/elements/playbin.c:
9117         (test_sink_usage_video_only_stream), (playbin_suite):
9118           Add small test for stream-info-value-array code paths.
9119
9120 2007-04-05  Wim Taymans  <wim@fluendo.com>
9121
9122         * gst-libs/gst/audio/gstbaseaudiosink.c:
9123         (gst_base_audio_sink_skew_slaving):
9124         Don't try to create invalid calibration parameters by making the
9125         internal time go backwards, instead make external time go forward.
9126
9127 2007-04-05  Wim Taymans  <wim@fluendo.com>
9128
9129         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9130
9131         * gst/playback/gstplaybasebin.c: (add_stream):
9132         Fix leak in add_stream(), when g_value_set_object() increases the
9133         refcount of streaminfo object. Fixes #426250.
9134
9135 2007-04-03  David Schleef  <ds@schleef.org>
9136
9137         * gst/videotestsrc/gstvideotestsrc.c:
9138         * gst/videotestsrc/gstvideotestsrc.h:
9139         * gst/videotestsrc/videotestsrc.c:
9140         * gst/videotestsrc/videotestsrc.h:
9141           Add a test pattern called "circular", which has concentric
9142           rings with varying radial frequency.  The main purpose of this
9143           pattern is to test fidelity loss in a filter or scaler element.
9144           Notably, this pattern is scale invariant, and is optimally viewed
9145           with a width (and height) of 400.
9146
9147 2007-04-03  Wim Taymans  <wim@fluendo.com>
9148
9149         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9150
9151         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9152         (deactivate_free_recursive):
9153         Decodebin2 doesn't unref pads it obtains in some occasions:
9154         - multiqueue src pads, when either connecting further or exposing
9155         - sink pads of new autoplugged elements
9156         - peer pads when recursively freeing elements
9157         Fixes #425455.
9158
9159 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9160
9161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9162         Add audio/x-raw-float support, now that audioconvert support
9163         non-native endianness floats.
9164
9165 2007-03-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9166
9167         * docs/libs/gst-plugins-base-libs-docs.sgml:
9168           gstreamer-plugins-base.pc doesn't exist, it's
9169           gstreamer-plugins-base-0.10.pc.
9170
9171 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9172
9173         Patch by: RenĂ© Stadler <mail at renestadler dot de>
9174         with some minor changes
9175
9176         * gst-libs/gst/floatcast/floatcast.h:
9177         Use more efficient float endianness conversion functions that don't
9178         involve 2 function calls per value.
9179         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9180         (check_default), (audio_convert_prepare_context):
9181         * gst/audioconvert/gstaudioconvert.c:
9182         (gst_audio_convert_parse_caps), (make_lossless_changes):
9183         Support non-native endianness floats as input and output.
9184         Fixes #339838.
9185         * tests/check/elements/audioconvert.c: (verify_convert),
9186         (GST_START_TEST):
9187         Add unit tests for the non-native endianness float conversions.
9188
9189 2007-03-29  Wim Taymans  <wim@fluendo.com>
9190
9191         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9192         (gst_base_rtp_depayload_base_init),
9193         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9194         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9195         (gst_base_rtp_depayload_set_gst_timestamp),
9196         (gst_base_rtp_depayload_change_state),
9197         (gst_base_rtp_depayload_set_property),
9198         (gst_base_rtp_depayload_get_property):
9199         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9200         Add Private structure.
9201         Bring element code to 2007.
9202         Parse clock-base caps param and use it when generating the
9203         newsegment.
9204         Reset variables before going to PAUSED.
9205         Fix some docs.
9206
9207 2007-03-29  Wim Taymans  <wim@fluendo.com>
9208
9209         * docs/libs/gst-plugins-base-libs-docs.sgml:
9210         * docs/libs/gst-plugins-base-libs-sections.txt:
9211         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9212         (gst_base_rtp_audio_payload_get_adapter):
9213         Add RTCP docs.
9214         Fix some more docs.
9215
9216         * gst-libs/gst/rtp/Makefile.am:
9217         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9218         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9219         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9220         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9221         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9222         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9223         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9224         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9225         (gst_rtcp_packet_sr_get_sender_info),
9226         (gst_rtcp_packet_sr_set_sender_info),
9227         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9228         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9229         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9230         (gst_rtcp_packet_sdes_get_chunk_count),
9231         (gst_rtcp_packet_sdes_first_chunk),
9232         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9233         (gst_rtcp_packet_sdes_first_item),
9234         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9235         (gst_rtcp_packet_bye_get_ssrc_count),
9236         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9237         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9238         (gst_rtcp_packet_bye_get_reason_len),
9239         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9240         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9241         Add new helper object for parsing and creating RTCP messages.
9242
9243 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9244
9245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9246         PCM samples with width=8 must be always unsigned, no matter what
9247         depth they have.
9248
9249 2007-03-29  Andy Wingo  <wingo@pobox.com>
9250
9251         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9252         perfect offsets also, not just timestamps.
9253
9254         * tests/check/elements/videorate.c (test_more): Test that given
9255         any incoming offsets, that videorate produces perfect offsets.
9256
9257 2007-03-29  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst-libs/gst/riff/riff-ids.h:
9260         Add some more RIFF formats.
9261
9262 2007-03-29  Wim Taymans  <wim@fluendo.com>
9263
9264         * gst-libs/gst/rtp/gstrtpbuffer.c:
9265         (gst_rtp_buffer_default_clock_rate):
9266         * gst-libs/gst/rtp/gstrtpbuffer.h:
9267         Fix fixed payload names and docs.
9268         Added method to get the default clock rates of fixed payload types.
9269         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9270
9271 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9272
9273         * tests/check/pipelines/.cvsignore:
9274         Add new vorbisdec test to cvsignore.
9275
9276 2007-03-28  Wim Taymans  <wim@fluendo.com>
9277
9278         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9279         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9280         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9281         (gst_base_audio_sink_set_property),
9282         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9283         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9284         (gst_base_audio_sink_skew_slaving),
9285         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9286         (gst_base_audio_sink_async_play):
9287         * gst-libs/gst/audio/gstbaseaudiosink.h:
9288         Store private stuff in GstBaseAudioSinkPrivate.
9289         Add configurable clock slaving modes property.
9290         API:: GstBaseAudioSink::slave-method property
9291         Some more latency reporting tweaks.
9292         Added skew based clock slaving correction and make it the default until
9293         the resampling method is more robust.
9294
9295 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9296
9297         * gst/audioconvert/audioconvert.c:
9298         Add docs to the integer pack functions and implement proper
9299         rounding. Before we had rounding towards negative infinity, i.e.
9300         always the smaller number was taken. Now we use natural rounding,
9301         i.e. rounding to the nearest integer and to the one with the largest
9302         absolute value for X.5. The old rounding introduced some minor
9303         distortions. Fixes #420079
9304         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9305         Fix one unit test that assumed the old rounding and added unit tests
9306         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9307         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9308         rounding from signed int32 to signed/unsigned int16.
9309
9310 2007-03-27  Michael Smith  <msmith@fluendo.com>
9311
9312         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9313         (gst_audio_convert_transform_caps):
9314           Fix typo in debug line introduced recently, as pointed out on irc.
9315
9316 2007-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9317
9318         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9319         * tests/check/libs/tag.c: (GST_START_TEST):
9320           Make sure we parse floating-point numbers in vorbis comments
9321           correctly with either '.' or ',' as separator, no matter what
9322           the current locale is. Add unit test for this too.
9323
9324 2007-03-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9325
9326         Patch by: RenĂ© Stadler  <mail at renestadler de>
9327
9328         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9329           When writing out floating-point numbers to vorbis comment tags, always
9330           use the same character as separator no matter what the current locale is
9331           (fixes #423051).
9332
9333         * tests/check/libs/tag.c: (GST_START_TEST):
9334           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9335
9336 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9337
9338         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9339           vorbis_handle_data_packet):
9340           Correctly set DURATION to generate a timestamp-continuous stream.
9341           One bug left at the end; see
9342           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9343         * tests/check/Makefile.am:
9344         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9345           Add a test to check this.  Without the above patch this test fails.
9346
9347 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9348
9349         * gst-libs/gst/rtp/Makefile.am:
9350         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9351
9352 2007-03-23  Michael Smith  <msmith@fluendo.com>
9353
9354         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9355         (gst_video_rate_reset), (gst_video_rate_chain):
9356           If videorate changes caps, we can no longer use the old buffer
9357           (which may have a different size, incompatible with our caps).
9358           So don't do that; just duplicate the new frame more times.
9359
9360 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9361
9362         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9363         Remove playbin's override of the set_clock vmethod. It's irrelevant
9364         after Wim's commit on the 19th.
9365
9366 2007-03-22  Wim Taymans  <wim@fluendo.com>
9367
9368         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9369         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9370         * ext/gnomevfs/gstgnomevfssrc.h:
9371         Don't cache file sizes. Fixes #341078.
9372
9373 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9374
9375         * gst/playback/gstplaybin.c: (add_sink):
9376           Use GST_PTR_FORMAT to log caps. 
9377
9378 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9379
9380         Patch by: Young-Ho Cha <ganadist at chollian net>
9381
9382         * gst/subparse/samiparse.c: (handle_start_font):
9383           Special-case some more colour names that pango doesn't handle by
9384           default. Fixes #420578.
9385
9386 2007-03-20  Michael Smith  <msmith@fluendo.com>
9387
9388         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9389           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9390           that marks EOS internally. After that, libvorbis will buffer all
9391           input data, and encode none of it, eventually leading to memory
9392           exhaustion.
9393
9394 2007-03-19  Wim Taymans  <wim@fluendo.com>
9395
9396         * gst/playback/gstdecodebin.c: (remove_fakesink):
9397         Don't post STATE_DIRTY anymore.
9398
9399         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9400         (gst_play_bin_change_state):
9401         Remove stream_time reset in seek handling, core does that now.
9402         Disable clocking for live pipelines by forcing a NULL clock to the
9403         complete pipeline, core is too smart now for our previous hack.
9404         We can always autoplug in PAUSED now.
9405
9406 2007-03-17  David Schleef  <ds@schleef.org>
9407
9408         * REQUIREMENTS:  Update this file, change the formatting to make
9409         it more consistent, plus more machine readable.
9410
9411 2007-03-16  Michael Smith  <msmith@fluendo.com>
9412
9413         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9414         (strip_width_64), (append_with_other_format):
9415           Previous fix was too simplistic, and broke the tests. Use a better
9416           approach; only strip 64 from widths for integer audio.
9417
9418 2007-03-16  Michael Smith  <msmith@fluendo.com>
9419
9420         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9421         (gst_audio_convert_transform_caps):
9422           We don't support 64 bit integer audio, so don't try to claim we can.
9423           Stops us producing caps don't match our template caps.
9424           Update comments.
9425
9426 2007-03-15  Michael Smith  <msmith@fluendo.com>
9427
9428         * gst/audioresample/gstaudioresample.c:
9429         (audioresample_check_discont), (audioresample_transform):
9430           Don't trigger discontinuities for very small imperfections; a filter
9431           flush will sound bad, and many plugins have rounding errors leading
9432           to these.
9433
9434 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9435
9436         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9437
9438         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9439         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9440         API: add "min-ptime" property to RTP base audio payloader.
9441         API: add gst_base_rtp_audio_payload_push().
9442         API: add gst_base_rtp_audio_payload_get_adapter().
9443         Fixes #415001
9444         Indentation/whitespace/documentation fixes.
9445
9446 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9447
9448         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9449         (audioresample_transform_size), (audioresample_do_output),
9450         (audioresample_transform), (audioresample_pushthrough): Handle
9451         discontinuous streams.
9452         * gst/audioresample/gstaudioresample.h:
9453         * tests/check/elements/audioresample.c:
9454         (test_discont_stream_instance), (GST_START_TEST),
9455         (audioresample_suite): Add a test for discontinuous streams.
9456         * win32/common/config.h: Updated.
9457
9458 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9459
9460         * po/af.po:
9461         * po/az.po:
9462         * po/cs.po:
9463         * po/en_GB.po:
9464         * po/it.po:
9465         * po/nb.po:
9466         * po/nl.po:
9467         * po/or.po:
9468         * po/sq.po:
9469         * po/sr.po:
9470         * po/sv.po:
9471         * po/uk.po:
9472         * po/vi.po:
9473           Update translations from translation project.
9474
9475 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9476
9477         * gst/audioresample/debug.h:
9478         * gst/audioresample/resample.c: (resample_init):
9479           Since I really am not interested in a debug line for each sample
9480           being processed, move the library's debugging to its own category,
9481           libaudioresample
9482
9483 2007-03-13  Michael Smith  <msmith@fluendo.com>
9484
9485         * ext/theora/theoradec.c: (theora_handle_type_packet):
9486           Since the plugin doesn't support anything other than 4:2:0 right
9487           now, post an error and fail if we get something else. Won't matter
9488           until libtheora supports the other pixel formats, but hopefully
9489           that'll be soon...
9490
9491 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9492
9493         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9494         Use gst_guint64_to_gdouble for conversion.
9495         * win32/MANIFEST:
9496         Add new files to the win32 MANIFEST.
9497         * win32/common/libgstaudio.def:
9498         * win32/common/libgstpbutils.def:
9499         Add new exported functions.
9500         * win32/vs6/gst_plugins_base.dsw:
9501         * win32/vs6/libgstdecodebin.dsp:
9502         * win32/vs6/libgstplaybin.dsp:
9503         Change the link to libgstpbutils.lib.
9504         * win32/vs6/libgstdecodebin2.dsp:
9505         Add a new project for decodebin2.
9506         * win32/vs6/libgstpbutils.dsp:
9507         Add a new project for pbutils.
9508
9509 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9510
9511         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9512           Also accept partial dates with only year and month,
9513           like 1999-12-00 (fixes #410396 even more).
9514
9515         * tests/check/libs/tag.c: (GST_START_TEST):
9516           Add unit test for the above.
9517
9518 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9519
9520         * tests/check/elements/subparse.c: (GST_START_TEST),
9521         (subparse_suite):
9522           Add unit test for MPL2 subtitle format (#413799).
9523
9524 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9525
9526         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9527
9528         * gst/subparse/Makefile.am:
9529         * gst/subparse/gstsubparse.c:
9530         (gst_sub_parse_data_format_autodetect),
9531         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9532         (gst_subparse_type_find):
9533         * gst/subparse/gstsubparse.h:
9534         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9535         * gst/subparse/mpl2parse.h:
9536           Add support for MPL2 subtitle format (#413799).
9537
9538 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9539
9540         * configure.ac:
9541           We require core CVS for the new buffer metadata copy functions.
9542
9543 2007-03-09  Wim Taymans  <wim@fluendo.com>
9544
9545         * gst-libs/gst/tag/gstid3tag.c:
9546         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9547         Fixes #414496.
9548
9549         Patch by: Alex Lancaster <alexl at users sourceforge net>
9550
9551 2007-03-09  Wim Taymans  <wim@fluendo.com>
9552
9553         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9554         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9555         Improve adapter usage and comments.
9556
9557 2007-03-09  Wim Taymans  <wim@fluendo.com>
9558
9559         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9560         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9561         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9562         Use new metadata copy function.
9563
9564         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9565         (gst_ffmpegcsp_transform):
9566         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9567         Basetransform copied the metadata for us.
9568
9569 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9570
9571         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9572         (gst_text_overlay_video_event):
9573           Some more logging. Only accept newsegment events in TIME format and
9574           send a WARNING message if they are not in TIME format.
9575
9576         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9577         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9578         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9579         * gst/subparse/gstsubparse.h:
9580           No need to allocate GstSegment structure dynamically, just put it
9581           into the instance structure; ignore newsegment events in BYTE
9582           format and in particular don't let it overwrite our saved TIME
9583           segment from the last seek.
9584
9585 2007-03-09  Michael Smith  <msmith@fluendo.com>
9586
9587         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9588           Replace AC3 typefinder with one that isn't terrible, and actually
9589           works usefully.
9590
9591 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9592
9593         * gst/audioconvert/gstaudioconvert.c:
9594         (gst_audio_convert_transform):
9595           fix error category and translatable string
9596           
9597
9598 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9599
9600         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9601         * pkgconfig/gstreamer-plugins-base.pc.in:
9602           Fix up utils => pbutils here too.
9603
9604 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9605
9606         * gst/subparse/gstsubparse.c: (handle_buffer):
9607           Break out of loop in chain function as soon as possible if we get
9608           a non-OK flow return.
9609
9610 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9611
9612         * tests/check/elements/alsa.c: (GST_START_TEST):
9613         Unref the mixer if the state change fails too (if the
9614         alsa devices are inaccessible, for example)
9615
9616 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9617
9618         * tests/check/Makefile.am:
9619         Don't test libvisual elements in the states check, because libvisual
9620         seems to leak internally.
9621
9622         Re-enable the alsa and states tests now that there's new suppressions
9623         in gst.supp.
9624
9625         * tests/check/elements/alsa.c: (GST_START_TEST):
9626         Don't leak the alsamixer we instantiated.
9627
9628 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9629
9630         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9631         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9632         (gst_ximagesink_finalize):
9633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9634         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9635         Move some cleanup stuff from the state change handler into a _reset()
9636         function that can be called from _finalize(). This ensures that things
9637         get freed even if (for some reason) the NULL->READY state transition
9638         fails in the parent class.
9639         Even if a parent state change fails, process our downward state change
9640         logic instead of bailing out early.
9641         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9642
9643 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9644
9645         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9646         Extra log line.
9647
9648         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9649         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9650         Use pango_font_description_set_family_static instead of 
9651         pango_font_description_set_family to save a string copy (it was
9652         leaking due to the strdup anyway)
9653
9654         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9655         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9656         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9657         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9658         Chain up in finalize.
9659
9660 2007-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9661
9662         * gst-libs/gst/interfaces/mixertrack.c:
9663         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9664         (gst_mixer_track_set_property):
9665           API: add "untranslated-label" property which should be set by
9666           implementations at construct time (#414645).
9667
9668         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9669         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9670           Set "untranslated-label" when constructing mixer track objects.
9671
9672         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9673           Unit test to check the above.
9674
9675 2007-03-07  Wim Taymans  <wim@fluendo.com>
9676
9677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9678         Fix confusing debug message.
9679
9680 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9681
9682         * gst-plugins-base.doap:
9683         update doap file with new version
9684
9685 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9686
9687         * configure.ac:
9688         Back to CVS
9689
9690 === release 0.10.12 ===
9691
9692 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9693
9694         * configure.ac:
9695           releasing 0.10.12, "Zombie Horde"
9696
9697 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9698
9699         * configure.ac:
9700         Bump version to 0.10.11.4 pre-release
9701
9702 2007-03-06  Wim Taymans  <wim@fluendo.com>
9703
9704         * gst-libs/gst/audio/gstbaseaudiosink.c:
9705         (gst_base_audio_sink_async_play):
9706         Fix regression that made GStreamer skip the first samples of audio.
9707         Fixes #414684.
9708
9709 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9710
9711         * configure.ac:
9712         Bump version to 0.10.11.3 pre-release
9713
9714 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9715
9716         * po/POTFILES.in:
9717           Update paths for the rename from utils to pbutils to fix the build.
9718
9719 2007-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9720
9721         * gst-libs/gst/pbutils/Makefile.am:
9722           Change directory to install headers in from gst/utils to gst/pbutils
9723           as well.
9724
9725 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9726
9727         * configure.ac:
9728         * docs/libs/gst-plugins-base-libs-docs.sgml:
9729         * docs/libs/gst-plugins-base-libs-sections.txt:
9730         * gst-libs/gst/Makefile.am:
9731         * gst-libs/gst/interfaces/mixer.c:
9732         * gst-libs/gst/pbutils/Makefile.am:
9733         * gst-libs/gst/pbutils/descriptions.c:
9734         (gst_pb_utils_get_source_description),
9735         (gst_pb_utils_get_sink_description),
9736         (gst_pb_utils_get_decoder_description),
9737         (gst_pb_utils_get_encoder_description),
9738         (gst_pb_utils_get_element_description),
9739         (gst_pb_utils_add_codec_description_to_tag_list),
9740         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9741         * gst-libs/gst/pbutils/descriptions.h:
9742         * gst-libs/gst/pbutils/install-plugins.c:
9743         * gst-libs/gst/pbutils/install-plugins.h:
9744         * gst-libs/gst/pbutils/missing-plugins.c:
9745         (gst_missing_uri_source_message_new),
9746         (gst_missing_uri_sink_message_new),
9747         (gst_missing_element_message_new),
9748         (gst_missing_decoder_message_new),
9749         (gst_missing_encoder_message_new),
9750         (gst_missing_plugin_message_get_description):
9751         * gst-libs/gst/pbutils/missing-plugins.h:
9752         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9753         * gst-libs/gst/pbutils/pbutils.h:
9754         * gst-libs/gst/utils/Makefile.am:
9755         * gst-libs/gst/utils/base-utils.c:
9756         * gst-libs/gst/utils/base-utils.h:
9757         * gst-libs/gst/utils/descriptions.c:
9758         * gst-libs/gst/utils/descriptions.h:
9759         * gst-libs/gst/utils/install-plugins.c:
9760         * gst-libs/gst/utils/install-plugins.h:
9761         * gst-libs/gst/utils/missing-plugins.c:
9762         * gst-libs/gst/utils/missing-plugins.h:
9763         * gst-plugins-base.spec.in:
9764         * gst/playback/Makefile.am:
9765         * gst/playback/gstdecodebin.c:
9766         * gst/playback/gstdecodebin2.c:
9767         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9768         (gen_source_element):
9769         * gst/playback/gstplaybin.c: (plugin_init):
9770         * tests/check/Makefile.am:
9771         * tests/check/libs/pbutils.c: (GST_START_TEST),
9772         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9773         * tests/check/libs/utils.c:
9774           rename utils to pbutils
9775
9776 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9777
9778         * docs/plugins/Makefile.am:
9779         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9780         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9781         * docs/plugins/inspect/plugin-decodebin2.xml:
9782         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9783         Add documentation for decodebin2 that indicates that the API
9784         is still unstable.
9785
9786 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9787
9788         * configure.ac:
9789         Update to 0.10.11.2 (0.10.12 pre-release)
9790
9791 2007-03-01  Wim Taymans  <wim@fluendo.com>
9792
9793         * gst-libs/gst/audio/gstbaseaudiosink.c:
9794         (gst_base_audio_sink_async_play):
9795         base time is irrelevant here.
9796
9797 2007-03-01  Wim Taymans  <wim@fluendo.com>
9798
9799         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9800         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9801         Improve debugging.
9802
9803         * gst-libs/gst/audio/gstbaseaudiosink.c:
9804         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9805         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9806         Improve latency and clock slaving calculations.
9807         Improve slave clock calibration.
9808
9809         * gst-libs/gst/audio/gstringbuffer.c:
9810         (gst_ring_buffer_commit_full):
9811         When we are asked to render N sample to 0 bytes, return N.
9812
9813 2007-03-01  Wim Taymans  <wim@fluendo.com>
9814
9815         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9816         (gst_alsasink_write), (gst_alsasink_reset):
9817         * ext/alsa/gstalsasink.h:
9818         Remove unused dispose function.
9819         Rename lock to not interfere with alsasrc lock.
9820
9821         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9822         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9823         (gst_alsasrc_read), (gst_alsasrc_reset):
9824         * ext/alsa/gstalsasrc.h:
9825         Implement finalize function.
9826         Use lock to protect alsa access.
9827         Implement _reset.
9828         Fine tune sw params.
9829
9830 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9831
9832         * configure.ac:
9833           Convert to new AG_GST style.
9834
9835 2007-02-28  Wim Taymans  <wim@fluendo.com>
9836
9837         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9838
9839         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9840         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9841         Fix race condition when rapidly switching visualisations in playbin.
9842         Fixes #401029.
9843
9844 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9845
9846         * tests/check/Makefile.am:
9847         Include local stuff before system installed things in LDFLAGS and
9848         CFLAGS.
9849
9850 2007-02-28  Wim Taymans  <wim@fluendo.com>
9851
9852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9853         Improve debugging.
9854
9855 2007-02-28  Wim Taymans  <wim@fluendo.com>
9856
9857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9858         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9859         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9860         Fix duration and timestamping, taking latency into account.
9861         Implement latency query.
9862
9863 2007-02-28  Wim Taymans  <wim@fluendo.com>
9864
9865         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9866         (gst_audio_clock_new):
9867         Fix clock name.
9868
9869         * gst-libs/gst/audio/gstbaseaudiosink.c:
9870         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9871         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9872         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9873         (gst_base_audio_src_create):
9874         Improve latency query code.
9875         Use proper clock names.
9876
9877 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9878
9879         * tests/check/generic/states.c: (GST_START_TEST):
9880           Copy the states.c test from core again
9881         * tests/check/Makefile.am:
9882           ignore cdio and cdparanoiasrc
9883
9884 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9885
9886         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9887         (double_hq), (audio_convert_get_func_index), (check_default),
9888         (audio_convert_prepare_context), (audio_convert_convert):
9889           Also make valgrind happy and avoid copying data in some cases.
9890
9891 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9892
9893         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9894         (double_hq), (audio_convert_get_func_index),
9895         (audio_convert_prepare_context), (audio_convert_convert):
9896         * gst/audioconvert/gstaudioconvert.c:
9897         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9898         (gst_audio_convert_transform_caps):
9899         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9900         (audioconvert_suite):
9901           Don't run inplace if that overwrites source data as we go. Add more
9902           tests. Fixes #339837 even more.
9903
9904 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9905
9906         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9907         (msg_segment_done): Fix various seeking bugs (Slider was not
9908         updating when doing a non flushing seek, Reverse playback 
9909         on segment seek was wrong).
9910
9911 2007-02-26  Wim Taymans  <wim@fluendo.com>
9912
9913         * tests/examples/seek/seek.c: (stop_seek):
9914         When we stop scrubbing, don't leave the pipeline PLAYING when we
9915         requested a PAUSED state.
9916
9917 2007-02-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9918
9919         Patch by: RenĂ© Stadler <mail at renestadler de>
9920
9921         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9922           Parse date strings in vorbis comments that have an invalid (zero)
9923           month or day (#410396).
9924
9925         * tests/check/libs/tag.c: (GST_START_TEST):
9926           Test case for the above.
9927
9928 2007-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9929
9930         Patch by: LoĂ¯c Minier <lool+gnome at via ecp fr>
9931
9932         * configure.ac:
9933         * ext/alsa/Makefile.am:
9934         * gst/audiotestsrc/Makefile.am:
9935           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9936
9937 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9938
9939         * gst/playback/gstplaybin.c:
9940           Improve docs: point out that the application needs to assist playbin
9941           with buffering.
9942
9943 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9944
9945         * gst-libs/gst/utils/install-plugins.c:
9946         * gst-libs/gst/utils/missing-plugins.c:
9947         * tests/check/libs/utils.c: (missing_msg_check_getters):
9948           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9949           to just 'gstreamer'. Document the caps string component of the
9950           decoder/encoder detail a bit better, since not everyone will be
9951           familiar with the GStreamer media type/caps system (but they better
9952           enjoy nested itemized lists).
9953
9954 2007-02-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9955
9956         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9957         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9958           Fix copying of GstNetBuffer (would crash before, or at least lead to
9959           invalid memory access, #410772), for now by copying the GstBuffer copy
9960           code from the core over here so we can copy the GstBuffer fields on a
9961           provided buffer instance (of type GstNetBuffer in this case). Would be
9962           better to fix this with some support by the core though (and in the long
9963           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9964
9965         * tests/check/Makefile.am:
9966           Enable unit test for GstNetBuffer.
9967
9968 2007-02-22  Andy Wingo  <wingo@pobox.com>
9969
9970         * gst-libs/gst/audio/gstbaseaudiosink.c
9971         (gst_base_audio_sink_init): Disable pull-mode activation until we
9972         figure out how to make audio sinks go to PLAYING.
9973
9974 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9975
9976         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9977         (double_hq), (audio_convert_get_func_index),
9978         (audio_convert_prepare_context), (audio_convert_convert):
9979         * gst/audioconvert/audioconvert.h:
9980         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9981         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9982         * gst/audioconvert/gstchannelmix.h:
9983         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9984           Add float as an intermediate format, as well as float mixing. Enable
9985           test that was failing before. Fixes #339837
9986
9987 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9988
9989         * tests/examples/seek/seek.c: (do_seek):
9990         Undo the previous commit: -1 as a stop time implies that the stop
9991         time is the end of file, clearing any previously configured segment.
9992
9993 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9994
9995         * tests/examples/seek/seek.c: (do_seek):
9996         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9997
9998 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9999
10000         * gst/volume/gstvolume.c: (volume_process_int16),
10001         (volume_process_int16_clamp), (volume_set_caps):
10002           Unbreak volume, value remains gint.
10003
10004 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10005
10006         * gst/volume/gstvolume.c: (volume_choose_func),
10007         (volume_update_real_volume), (gst_volume_set_volume),
10008         (gst_volume_init), (volume_process_double), (volume_process_float),
10009         (volume_process_int16), (volume_process_int16_clamp),
10010         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10011         * gst/volume/gstvolume.h:
10012           Extend float audio support (double) and some int->uint cleanups.
10013
10014 2007-02-20  Edward Hervey  <edward@fluendo.com>
10015
10016         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10017         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10018         (sort_end_pads), (gst_decode_group_expose),
10019         (gst_decode_group_hide):
10020         Don't free groups from the streaming threads. Just put them aside and
10021         free them in dispose.
10022
10023 2007-02-20  Edward Hervey  <edward@fluendo.com>
10024
10025         * gst/playback/gstdecodebin2.c: (connect_element),
10026         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10027         (sort_end_pads), (gst_decode_group_expose):
10028         Handle dynamic pads within groups.
10029         Sort pads before exposing them in order to make playbin happy.
10030         There still is a race with the multiqueue filling up. This should be
10031         solved separately.
10032         Fixes #398721
10033
10034 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10035
10036         * gst-libs/gst/utils/base-utils.c:
10037         * gst-libs/gst/utils/descriptions.c:
10038         * gst-libs/gst/utils/install-plugins.c:
10039         * gst-libs/gst/utils/missing-plugins.c:
10040           Some more docs (and descriptions for two subtitle formats).
10041
10042 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10043
10044         * gst-libs/gst/audio/audio.c:
10045           Fix documentation.
10046
10047 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10048
10049         Patch by: Yves Lefebvre  <ivanohe abacom com>
10050
10051         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10052           Don't leak caps. Fixes #408278.
10053
10054 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10055
10056         * ext/cdparanoia/gstcdparanoiasrc.h:
10057         * ext/ogg/gstoggdemux.h:
10058         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10059         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10060         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10061         * gst-libs/gst/audio/audio.h:
10062         * gst-libs/gst/audio/gstaudiofilter.h:
10063         * gst-libs/gst/interfaces/videoorientation.h:
10064         * gst/adder/gstadder.h:
10065           More docs coverage and some ChangeLog surgery (add missing names)
10066
10067 2007-02-15  Wim Taymans  <wim@fluendo.com>
10068
10069         * sys/ximage/ximagesink.c:
10070         (gst_ximagesink_calculate_pixel_aspect_ratio):
10071         * sys/xvimage/xvimagesink.c:
10072         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10073         Small constifications.
10074
10075 2007-02-15  Wim Taymans  <wim@fluendo.com>
10076
10077         * gst-libs/gst/audio/gstbaseaudiosink.c:
10078         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10079         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10080         (gst_base_audio_sink_async_play),
10081         (gst_base_audio_sink_change_state):
10082         Answer latency query.
10083         Use configured latency when syncing.
10084         Fix clock slaving.
10085
10086         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10087         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10088         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10089         Fix possible memleak.
10090         Implement latency query.
10091         Small cleanups.
10092
10093 2007-02-15  Wim Taymans  <wim@fluendo.com>
10094
10095         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10096         Ignore errors in reset, these are not fatal. They also grab the element
10097         lock which is already taking when this function is called. Fixes
10098         #405451.
10099
10100 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10101
10102         * configure.ac:
10103           Remove 'tests/examples/xerror/Makefile' from output files again.
10104
10105 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10106
10107         * configure.ac:
10108         * docs/plugins/Makefile.am:
10109           Also crossref against gst-plugins-base-libs.
10110
10111 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10112
10113         * configure.ac:
10114         * docs/libs/Makefile.am:
10115         * docs/plugins/Makefile.am:
10116           Add crossreferences to glib/gobject/gstream docs.
10117
10118         * gst-libs/gst/audio/audio.h:
10119           Source formatting.
10120
10121         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10122           Add own debug category.
10123
10124 2007-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10125
10126         Patch by: RenĂ© Stadler <mail at renestadler de>
10127
10128         * gst-libs/gst/tag/gstvorbistag.c:
10129           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10130           (#403597).
10131
10132 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10133
10134         * gst/playback/gstplaybasebin.c: (setup_source):
10135           When we have external subtitles and wait for the subtitle decodebin
10136           to get up and running, we set up a (sync) bus handler for the
10137           subtitle decodebin, so we can stop waiting when it posts an error
10138           message. However, we should do that before we set the subtitle
10139           decodebin's state to playing, otherwise things are racy and we might
10140           miss error messages posted before we had a chance to set up the bus.
10141           This should finally fix totem hanging on .txt pseudo-subtitle files.
10142           
10143 2007-02-10  SĂ©bastien Moutte  <sebastien at moutte dot net>
10144
10145         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10146           Use gst_gdouble_to_guint64 for conversions.
10147         * win32/common/config.h.in:
10148           Add a define for GST_INSTALL_PLUGINS_HELPER
10149         * win32/common/libgstaudio.def:
10150         * win32/common/libgstcdda.def:
10151         * win32/common/libgstnetbuffer.def:
10152         * win32/common/libgstrtp.def:
10153         * win32/common/libgutils.def:
10154           Add new exported functions.
10155         * win32/vs6/gst_plugins_base.dsw:
10156         * win32/vs6/libgstdecodebin.dsp:
10157         * win32/vs6/libgstnetbuffer.dsp:
10158         * win32/vs6/libgstplaybin.dsp:
10159         * win32/vs6/libgstrtp.dsp:
10160         * win32/vs6/libgstvorbis.dsp:
10161         * win32/vs6/libgstcdda.dsp:
10162         * win32/vs6/libgstgdp.dsp:
10163         * win32/vs6/libgstutils.dsp:
10164           Update and add new project files.
10165
10166 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10167
10168         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10169         (subrip_remove_unhandled_tags), (parse_subrip):
10170           For SubRip (.srt) subtitles, ignore all markup tags we don't
10171           handle (like font tags, for example).
10172
10173         * tests/check/elements/subparse.c:
10174           Add test for this.
10175
10176 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10177
10178         * gst/playback/gstdecodebin.c: (add_fakesink),
10179         (gst_decode_bin_change_state):
10180         * gst/playback/gstdecodebin2.c: (add_fakesink),
10181         (gst_decode_bin_change_state):
10182           Don't error out if there is no fakesink in the NULL to READY state
10183           change, since when decodebin is re-used, we're only adding the
10184           fakesink element in READY to PAUSED.
10185
10186         * tests/check/elements/decodebin.c:
10187         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10188         (decodebin_suite):
10189           Minimal unit test to make sure we can use the same decodebin
10190           instance twice (at least with audiotestsrc input).
10191
10192 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10193
10194         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10195           Try to get devic-name from device string first, and from handle only
10196           as fallback (seems to yield better results and is more robust
10197           against buggy probing code on the application side).
10198
10199 2007-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10200
10201         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10202
10203         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10204         (gst_alsa_find_device_name):
10205         * ext/alsa/gstalsa.h:
10206         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10207         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10208           Improve device-name detection a bit, especially in the case where
10209           the device is not actually open (#405020, #405024). Move common code
10210           into gstalsa.c instead of duplicating it.
10211
10212 2007-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10213
10214         * gst/audioconvert/gstaudioconvert.c:
10215           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10216
10217 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10218
10219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10220         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10221         (gst_xvimagesink_interface_supported),
10222         (gst_xvimagesink_probe_get_properties),
10223         (gst_xvimagesink_probe_probe_property),
10224         (gst_xvimagesink_probe_needs_probe),
10225         (gst_xvimagesink_probe_get_values),
10226         (gst_xvimagesink_property_probe_interface_init),
10227         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10228         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10229         (gst_xvimagesink_get_type):
10230         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10231         for XVAdaptors so that one can choose the adaptor to use with 
10232         gstreamer-properties.
10233
10234 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10235
10236         * gst/audioconvert/gstaudioconvert.c:
10237           Also mention that a conversion from double to float is suboptimal still.
10238
10239 2007-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10240
10241         * gst-libs/gst/audio/gstaudiofilter.c:
10242         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10243           Clear our formats structure and free the caps contained in it when
10244           shutting down.
10245
10246 2007-02-05  Andy Wingo  <wingo@pobox.com>
10247
10248         * gst-libs/gst/audio/gstbaseaudiosink.c
10249         (gst_base_audio_sink_callback): Update basesink->offset so that we
10250         pull monotonically increasing offsets instead of, um, seeking back
10251         to 0 each time. Fixes alsasrc ! alsasink!
10252
10253 2007-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10254
10255         * gst/videoscale/gstvideoscale.c:
10256           A width and height of 1 makes us crash, so increase minimum size to
10257           2x2 pixels until someone feels like fixing this (#404512).
10258
10259 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10260
10261         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10262           Add small test to make sure request pads are cleaned up properly
10263           even if oggmux never changes state out of NULL.
10264
10265 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10266
10267         * tests/check/libs/utils.c: (GST_START_TEST):
10268           Fix unit test. Turns out things work much better when you
10269           NULL-terminate string arrays. Should make p5 build bot happy again.
10270
10271 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10272
10273         * gst-libs/gst/audio/Makefile.am:
10274         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10275         (gst_audio_filter_template_base_init),
10276         (gst_audio_filter_template_class_init),
10277         (gst_audio_filter_template_init),
10278         (gst_audio_filter_template_set_property),
10279         (gst_audio_filter_template_get_property),
10280         (gst_audio_filter_template_setup),
10281         (gst_audio_filter_template_filter),
10282         (gst_audio_filter_template_filter_inplace), (plugin_init):
10283           Oops, forgot to commit fixed-up example.
10284
10285 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10286
10287         * docs/libs/gst-plugins-base-libs-sections.txt:
10288         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10289         (gst_audio_filter_class_init), (gst_audio_filter_init),
10290         (gst_audio_filter_set_caps),
10291         (gst_audio_filter_class_add_pad_templates):
10292         * gst-libs/gst/audio/gstaudiofilter.h:
10293           Port GstAudioFilter to 0.10. This change technically breaks
10294           API and ABI (and thus also every library developer's heart),
10295           but seems justifiable on the grounds that the base class was
10296           completely unusable before (ie. would crash immediately when
10297           actually used). Fixes #403963 (and eventually also #403572).
10298           Also document all of this a bit.
10299
10300 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10301
10302         * gst-libs/gst/utils/install-plugins.c:
10303         (gst_install_plugins_spawn_child):
10304         * tests/check/libs/utils.c:
10305         (test_base_utils_install_plugins_do_callout):
10306           Lowering log level to see why things fail on the p5 build bot;
10307           fix some typos in unit test messages.
10308
10309 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10310
10311         * tests/check/libs/utils.c:
10312         (test_base_utils_install_plugins_do_callout):
10313           Don't hard-code temp directory for test helper; use GLib functions
10314           to write out file and do error checking etc.
10315
10316 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10317
10318         * gst-libs/gst/utils/Makefile.am:
10319         * gst-libs/gst/utils/base-utils.h:
10320         * gst-libs/gst/utils/install-plugins.c:
10321         (gst_install_plugins_context_set_xid),
10322         (gst_install_plugins_context_new),
10323         (gst_install_plugins_context_free),
10324         (gst_install_plugins_get_helper),
10325         (gst_install_plugins_spawn_child),
10326         (gst_install_plugins_return_from_status),
10327         (gst_install_plugins_installer_exited),
10328         (gst_install_plugins_async), (gst_install_plugins_sync),
10329         (gst_install_plugins_return_get_name),
10330         (gst_install_plugins_installation_in_progress):
10331         * gst-libs/gst/utils/install-plugins.h:
10332           API: add API for applications to initiate installation of missing
10333           plugins, ie. gst_install_plugins_async() primarily.
10334           Based on libgimme-codec by Ryan Lortie.
10335
10336         * configure.ac:
10337           Add --with-install-plugins-helper configure option so distros can specify
10338           the path of the helper script or program to call when plugin installation
10339           is requested (distros: please do any argument munging in this helper
10340           script instead of patching GStreamer to pass arguments differently
10341           to another program directly).
10342
10343         * docs/libs/gst-plugins-base-libs-docs.sgml:
10344         * docs/libs/gst-plugins-base-libs-sections.txt:
10345           Build and document new API.
10346
10347         * tests/check/libs/utils.c: (result_cb),
10348         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10349         (libgstbaseutils_suite):
10350           Some simple checks for the new API.
10351
10352 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10353
10354         * tests/check/elements/audioconvert.c: (test_float_conversion):
10355           Add small test for 32bit float <=> 64bit float conversion (works
10356           only one way so far, 32=>64 produces structured noise).
10357
10358 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10359
10360         * gst/audioconvert/gstaudioconvert.c:
10361         (set_structure_widths_32_and_64), (make_lossless_changes):
10362           We don't support floats with a width of 40, 48 or 56 bits.
10363
10364 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10365
10366         * gst/audioconvert/audioconvert.c: (float), (double),
10367         (audio_convert_get_func_index):
10368         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10369         (make_lossless_changes):
10370           Support for 64-bit float audio in audioconvert (#339837)
10371
10372 2007-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10373
10374         Patch by: Holger Wansing  <linux wansing-online de>
10375
10376         * po/LINGUAS:
10377         * po/de.po:
10378           Add German translation (#352069).
10379
10380 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10381
10382         reviewed by: Wim Taymans <wim@fluendo.com>
10383
10384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10385         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10386         Use newly added GstCollectPads API to free the allocated resources in
10387         the GstOggPad structures (#402393).
10388
10389 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10390
10391         * gst/playback/gstplaybin.c: (gen_vis_element):
10392           Add audioresample+audioconvert in front of the visualisation
10393           element, so that elements like libvisual 0.4 that don't support all
10394           samplerates can work.
10395
10396           Fixes: #402505
10397
10398 2007-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10399
10400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10401         (gst_play_base_bin_get_streaminfo_value_array):
10402           Take some locks and make a copy of the streaminfo value array we
10403           maintain while holding the lock, so that the application can
10404           retrieve the stream-info as a value array in a thread-safe way.
10405
10406 2007-01-30  Wim Taymans  <wim@fluendo.com>
10407
10408         * gst/audioconvert/gstaudioconvert.c:
10409         Don't fail on 0 sized buffers. Fixes #396835.
10410
10411 2007-01-29  David Schleef  <ds@schleef.org>
10412
10413         * gst/typefind/gsttypefindfunctions.c:
10414           Detect BBCD as video/x-dirac, so we can play raw dirac
10415           streams.
10416
10417 2007-01-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10418
10419         * ext/theora/theoraenc.c: (theora_enc_chain):
10420           Check return value of theora_encode_header(), or we might try to
10421           allocate a random number of bytes. theora_encode_header() can fail
10422           if libtheora has been compiled with encoding support disabled.
10423           Fixes #398110.
10424
10425 2007-01-29  Wim Taymans  <wim@fluendo.com>
10426
10427         * tests/check/gst/.cvsignore:
10428         Do as buildbot says.
10429
10430 2007-01-29  Wim Taymans  <wim@fluendo.com>
10431
10432         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10433         Fix strides in libvisual. Gst uses X strides.
10434         Inspired by: <ed at catmur dot co dot uk> and 
10435         <tim at centricular dot net>
10436         Fixes #401118.
10437
10438 2007-01-27  Wim Taymans  <wim@fluendo.com>
10439
10440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10441         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10442         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10443         (gst_ogg_demux_perform_seek),
10444         (gst_ogg_demux_bisect_forward_serialno),
10445         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10446         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10447         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10448         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10449         * ext/ogg/gstoggdemux.h:
10450         Properly propagate streaming errors when we are scanning the file for
10451         chains so that we don't crash when shut down. Might fix some crashers
10452         when quickly switching oggs in RB such as #332503 and #378436.
10453
10454 2007-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10455
10456         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10457           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10458           error code as well.
10459
10460 2007-01-25  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst/playback/gstplaybasebin.c: (remove_source):
10463         Don't try to disconnect a signal from a finalized object.
10464
10465 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10466
10467         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10468           Cast lock macro parameters to make sure we're actually accessing the
10469           lock member at the right class level. Free list itself in _dispose()
10470           as well and NULL it in case dispose gets called multiple times.
10471
10472 2007-01-25  Edward Hervey  <edward@fluendo.com>
10473
10474         * gst/playback/gstdecodebin2.c:
10475         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10476         Free GstDecodeGroups no longer used.
10477         (gst_decode_group_expose):
10478         Don't unlock too many times !
10479         (deactivate_free_recursive):
10480         Free iterator once we're done with it.
10481         Fix for recursively deactivating elements (stop at ghostpads).
10482
10483 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10484
10485         * gst/playback/gstplaybin.c: (handoff):
10486           Fix up caps on the frame buffer before we save it and potentially
10487           make it accessible to other threads via g_object_get; also use
10488           gst_buffer_replace() instead of gst_mini_object_replace().
10489
10490 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10491
10492         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10493           Make getting the current frame thread-safe.
10494
10495 2007-01-25  Edward Hervey  <edward@fluendo.com>
10496
10497         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10498         (gst_decode_group_new), (gst_decode_group_free):
10499         Set queues to bigger sizes to cope with HD contents.
10500         Fix some mutex freeing and add comment about MT safe methods.
10501
10502 2007-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10503
10504         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10505         (gst_text_overlay_text_event):
10506           Don't unnecessarily ref (and then leak) upstream events if the text
10507           pad is not linked. Fixes #399948.
10508
10509         * tests/check/gst-plugins-base.supp:
10510           Add suppression for pango on edgy/x86 for textoverlay test.
10511
10512 2007-01-24  Wim Taymans  <wim@fluendo.com>
10513
10514         * gst-libs/gst/rtp/gstrtpbuffer.h:
10515         Add some more fixed payloads.
10516
10517 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10518
10519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10520           Error out properly if we get an error from libogg while reading the
10521           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10522
10523 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10524
10525         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10526           Don't leak mutex.
10527
10528         * tests/check/elements/playbin.c:
10529         (test_sink_usage_video_only_stream),
10530         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10531         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10532         (test_missing_suburisource_handler),
10533         (test_missing_primary_decoder), (playbin_suite):
10534           Run all tests once with decodebin and once with decodebin2.
10535           One test does not pass yet with decodebin2.
10536
10537 2007-01-23  Edward Hervey  <edward@fluendo.com>
10538
10539         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10540         Fix the cases where oggmux doesn't properly figure out that all
10541         sinkpads have gone EOS, and therefore doesn't push out the remaining
10542         buffers and the final EOS event.
10543         Fixes #363379
10544
10545 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10546
10547         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10549         Don't lock on navigation event push, just on keysym to string.
10550         Fixes #397673 again.
10551
10552 2007-01-22  Edward Hervey  <edward@fluendo.com>
10553
10554         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10555         (get_current_group), (group_demuxer_event_probe),
10556         (gst_decode_group_expose), (deactivate_free_recursive),
10557         (gst_decode_group_free):
10558         Cleanups.
10559         Don't forget to emit 'no-more-pads' once a group is exposed.
10560         Cleanup elements from a DecodeGroup once we remove it.
10561         Protect call to gst_decode_group_expose() with the decodebin lock.
10562
10563 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10564
10565         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10567         Looking at Xorg code i can't figure out if that XKeysymToString
10568         function is thread sensible or not. Lock it just in case as
10569         recommended by Radek Doulik <rodo at ximian dot com>.
10570
10571 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10572
10573         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10575         Lock that X Call as well. Fixes #397673.
10576
10577 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10578
10579         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10580           Don't go into an endless loop if the file starts with 00 00 01 2X,
10581           like quicktime redirect files might. Fixes #396042.
10582
10583         * tests/check/Makefile.am:
10584         * tests/check/gst/.cvsignore:
10585         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10586         (typefindfunctions_suite):
10587           Add unit test for the above.
10588
10589 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10590
10591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10592           On second thought, use "depth" field rather than "bpp" field.
10593
10594 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10595
10596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10597           Camtasia caps apparently need a bpp field (#398875).
10598
10599 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10600
10601         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10602         (gen_source_element), (gst_play_base_bin_change_state):
10603           Attempt at a better error message in case we don't have the required
10604           URI handler installed; post missing-plugin message also when we're
10605           missing an URI handler for the subtitle URI; clean up properly also
10606           when an error occurs and we never made it to PAUSED state.
10607
10608         * tests/check/elements/playbin.c: (GST_START_TEST),
10609         (playbin_suite):
10610           Check that we're also getting a missing-plugin messsage for a
10611           missing subtitle URI handler (and clean up properly).
10612
10613 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10614
10615         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10616           Plug a few reference leaks.
10617
10618 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10619
10620         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10621           Lower probability a bit if the marker isn't right at the start,
10622           to decrease the chance of false positives.
10623
10624 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10625
10626         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10627           Small mpeg2 system stream typefinding improvement: make typefinder
10628           probe a bit into the stream instead of just looking for a marker
10629           at the beginning. Fixes #397810.
10630
10631 2007-01-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10632
10633         * gst/audioconvert/gstchannelmix.c:
10634           Remove compatibility cruft for prehistoric GLib versions.
10635
10636 2007-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10637
10638         * gst/playback/Makefile.am:
10639         * gst/playback/gstdecodebin.c: (close_pad_link):
10640         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10641         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10642         (gst_play_base_bin_handle_message_func), (unknown_type):
10643           Let decodebin be the element to post missing-plugin messages for
10644           missing decoders (rather than playbin); make playbin implement
10645           GstBin::handle_message so we can suppress missing-plugin messages
10646           for types we're not handling on purpose (don't want to bring up an
10647           installer in those cases).
10648
10649 2007-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10650
10651         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10652         * gst-libs/gst/tag/gstvorbistag.c:
10653         (gst_tag_list_to_vorbiscomment_buffer):
10654         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10655           Fix potentially unaligned access (#397207).
10656
10657 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10658
10659         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10660         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10661         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10662         (main):
10663           Allow to toggle looping while it plays. Fix callback prototype. Clean
10664           up code a bit more. Add copyright header.
10665
10666 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10667
10668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10669           Red and blue mask was swapped (spotted by Dan Williams).
10670
10671 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10672
10673         * gst-libs/gst/tag/gstid3tag.c:
10674         * gst-libs/gst/tag/gstvorbistag.c:
10675           Use new beats-per-minute tag from core.
10676
10677 2007-01-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10678
10679         * po/POTFILES.in:
10680           Add new files with translatable strings, so they actually make it
10681           into the template file one day.
10682
10683 2007-01-12  Andy Wingo  <wingo@pobox.com>
10684
10685         * gst-libs/gst/audio/gstbaseaudiosink.c
10686         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10687         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10688         stuff, as the base class handles this now. Actually tell the ring
10689         buffer to start.
10690         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10691         How did this work before? Maybe I'm not as awesome a programmer as
10692         I think.
10693
10694         * gst-libs/gst/audio/gstbaseaudiosrc.c
10695         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10696         of a pad function.
10697
10698 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10699
10700         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10701           Remove more fields so that the application can better blacklist
10702           formats that have been tried before.
10703
10704 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10705
10706         * gst-libs/gst/audio/mixerutils.h:
10707           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10708           used when compiling with c++ compilers as well.
10709
10710 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10711
10712         * gst/typefind/gsttypefindfunctions.c:
10713           Fix comment.
10714
10715 2007-01-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10716
10717         * gst/playback/gstplaybin.c: (post_missing_element_message),
10718         (gen_video_element), (gen_text_element), (gen_audio_element),
10719         (gen_vis_element):
10720           Post missing-plugin messages also when we error out because
10721           converters, textoverlay or auto*sinks are missing (#161922).
10722
10723 2007-01-10  Wim Taymans  <wim@fluendo.com>
10724
10725         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10726         (is_demuxer_element), (new_caps):
10727         * gst/playback/gstplaybasebin.c: (source_new_pad):
10728         Fix the case where we try to ref a NULL element when we delay a link
10729         because of unfixed caps.
10730         Set the state of autoplugged decodebins to PAUSED.
10731         RTSP now works in playbin, we can remove it from the blacklist.
10732
10733 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10734
10735         * gst/playback/Makefile.am:
10736         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10737         (unknown_type), (setup_subtitle), (gen_source_element):
10738         * gst/playback/gstplaybin.c: (plugin_init):
10739           Post missing-plugin messages on the bus for missing sources and
10740           missing decoders/demuxers/depayloaders; fix error code used when
10741           we're missing an URI handler source; for media types that we are not
10742           handling on purpose at the moment, don't print "don't know how to
10743           handle xyz" messages to the terminal or post missing-plugin
10744           messages on the bus.
10745
10746         * tests/check/elements/playbin.c: (create_playbin),
10747         (GST_START_TEST), (gst_codec_src_uri_get_type),
10748         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10749         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10750         (gst_codec_src_init_type), (gst_codec_src_base_init),
10751         (gst_codec_src_create), (gst_codec_src_class_init),
10752         (gst_codec_src_init), (plugin_init), (playbin_suite):
10753           Add some tests for the missing-plugin stuff.
10754
10755 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10756
10757         * configure.ac:
10758         * gst-libs/gst/Makefile.am:
10759         * gst-libs/gst/utils/Makefile.am:
10760         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10761         * gst-libs/gst/utils/base-utils.h:
10762         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10763         (find_format_info), (caps_are_rtp_caps),
10764         (gst_base_utils_get_source_description),
10765         (gst_base_utils_get_sink_description),
10766         (gst_base_utils_get_decoder_description),
10767         (gst_base_utils_get_encoder_description),
10768         (gst_base_utils_get_element_description),
10769         (gst_base_utils_add_codec_description_to_tag_list),
10770         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10771         * gst-libs/gst/utils/descriptions.h:
10772         * gst-libs/gst/utils/missing-plugins.c:
10773         (missing_structure_get_type), (copy_and_clean_caps),
10774         (gst_missing_uri_source_message_new),
10775         (gst_missing_uri_sink_message_new),
10776         (gst_missing_element_message_new),
10777         (gst_missing_decoder_message_new),
10778         (gst_missing_encoder_message_new),
10779         (missing_structure_get_string_detail),
10780         (missing_structure_get_caps_detail),
10781         (gst_missing_plugin_message_get_installer_detail),
10782         (gst_missing_plugin_message_get_description),
10783         (gst_is_missing_plugin_message):
10784         * gst-libs/gst/utils/missing-plugins.h:
10785           API: add new libgstbaseutils library with functions
10786           - to create and parse missing-plugins messages
10787           - that provide (translated) descriptions for caps/decoders/sources/etc.
10788           Closes #392393.
10789
10790         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10791         * pkgconfig/gstreamer-plugins-base.pc.in:
10792           Add new lib.
10793
10794         * docs/libs/gst-plugins-base-libs-docs.sgml:
10795         * docs/libs/gst-plugins-base-libs-sections.txt:
10796           Generate docs for new lib and API.
10797
10798         * tests/check/Makefile.am:
10799         * tests/check/libs/.cvsignore:
10800         * tests/check/libs/utils.c: (missing_msg_check_getters),
10801         (GST_START_TEST), (libgstbaseutils_suite):
10802           Add some basic unit tests.
10803
10804 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10805
10806         * ext/ogg/Makefile.am:
10807           Dist gstoggdemux.h to fix 'make distcheck'.
10808
10809         * sys/v4l/Makefile.am:
10810           Fix 'make distcheck' even more.
10811
10812 2007-01-09  Wim Taymans  <wim@fluendo.com>
10813
10814         * docs/plugins/Makefile.am:
10815         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10816         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10817         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10818         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10819         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10820         (gst_ogg_demux_perform_seek):
10821         * ext/ogg/gstoggdemux.h:
10822         Added docs.
10823         Add some more comments.
10824         Small cleanups.
10825
10826 2007-01-09  Wim Taymans  <wim@fluendo.com>
10827
10828         * ext/theora/theoradec.c:
10829         * ext/vorbis/vorbisdec.c:
10830         * gst-libs/gst/audio/gstringbuffer.c:
10831         (gst_ring_buffer_commit_full):
10832         * gst-libs/gst/audio/gstringbuffer.h:
10833         * gst-libs/gst/rtp/gstrtpbuffer.c:
10834         * gst-libs/gst/tag/gstvorbistag.c:
10835         Small documentation updates/fixes
10836
10837 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10838
10839         * configure.ac:
10840           Require core CVS HEAD for Andy's basesrc/sink API additions.
10841
10842 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10843
10844         Patch by: GĂ¼nter Thelen  <daedalus dot inc at gmx net>
10845
10846         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10847         (plugin_init):
10848           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10849           on flac.sf.net (there appear to be other versions of the first
10850           ogg page in the wild) (#391365).
10851
10852 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10853
10854         * configure.ac:
10855           Check if localtime_r() is available.
10856
10857         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10858           If localtime_r() is not available, fall back to localtime(). Should
10859           fix build on MingW (#393310).
10860
10861 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10862
10863         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10864         * gst/subparse/gstsubparse.h:
10865           Remove spurious 1000 subtrahend when calculating the timestamp from
10866           the frame number and the frame rate . Also, use the frames/second
10867           value specified in the first line of the file, if one is specified
10868           there. Should fix #357503.
10869
10870         * tests/check/elements/subparse.c: (do_test),
10871         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10872         (subparse_suite):
10873           Add some basic unit tests for the microdvd subtitle format.
10874
10875 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10876
10877         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10878
10879         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10880         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10881         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10882         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10883         (gst_xvimagesink_set_xwindow_id),
10884         (gst_xvimagesink_set_event_handling),
10885         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10886         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10887         Fixes: #390076.
10888         Add an adaptor property to select a specific XV adaptor.
10889         * sys/xvimage/xvimagesink.h:
10890
10891 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10892
10893         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10894         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10895         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10896         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10897         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10898         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10899         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10900         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10901         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10902         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10903         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10904         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10905         Use flow_lock much more to protect every access to xwindow.
10906         Try to catch erros while creating images in case some drivers are
10907         just generating an XError when the requested image is too big.
10908         Should fix : #354698, #384008, #384060.
10909         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10910         Implement some stress testing of setting window xid.
10911
10912 2007-01-07  SĂ©bastien Moutte  <sebastien@moutte.net>
10913
10914         * win32/common/libgsaudio.def:
10915           Add new exported function.
10916         * win32/common/libgstogg.dsp:
10917           Add gstoggaviparse.c to the build.
10918         * win32/common/libgstvideoscale.dsp:
10919           Add vs_4tap.c to the build.
10920         * win32/common/libgstvorbis.dsp:
10921           Add vorbistag.c to the build.
10922         
10923 2007-01-06  Andy Wingo  <wingo@pobox.com>
10924
10925         * gst-libs/gst/audio/gstbaseaudiosink.c
10926         (gst_base_audio_sink_class_init)
10927         (gst_base_audio_sink_init): 
10928         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10929         to baseaudiosink, and tell basesink that we can work in pull mode.
10930         This way the ring buffer thread drives the pipeline directly, if
10931         pull mode is possible. There is some lingering nastiness regarding
10932         capsnego, however.
10933         (gst_base_audio_sink_callback): Implement the callback to pull
10934         data. This interface is a bit light, though -- it should get a
10935         GstFlowReturn return value at least.
10936
10937 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10938
10939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10940         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10941         * gst/playback/gstdecodebin2.c:
10942         (gst_decode_group_check_if_blocked):
10943           Printf format and missing argument fixes.
10944
10945 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10946
10947         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10948         (gst_ogm_parse_change_state):
10949         Activate pads before adding them to the element.
10950
10951 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10952
10953         * tests/examples/seek/scrubby.c: (main):
10954         * tests/examples/seek/seek.c: (main):
10955           Call g_thread_init() first thing in main() (see #391278).
10956
10957 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10958
10959         * tests/check/Makefile.am:
10960         * tests/check/libs/.cvsignore:
10961         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10962         (netbuffer_suite):
10963           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10964           for the time being, since it's broken, see #393099.
10965
10966 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10967
10968         * tests/check/Makefile.am:
10969           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10970
10971 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10972
10973         * configure.ac:
10974           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10975           so that GST_BASE_CFLAGS can go inbetween them, making sure
10976           we use uninstalled gst-libs headers
10977         * docs/libs/Makefile.am:
10978         * ext/alsa/Makefile.am:
10979         * ext/cdparanoia/Makefile.am:
10980         * ext/gnomevfs/Makefile.am:
10981         * ext/libvisual/Makefile.am:
10982         * ext/ogg/Makefile.am:
10983         * ext/theora/Makefile.am:
10984         * ext/vorbis/Makefile.am:
10985         * gst-libs/gst/audio/Makefile.am:
10986         * gst-libs/gst/cdda/Makefile.am:
10987         * gst-libs/gst/interfaces/Makefile.am:
10988         * gst-libs/gst/riff/Makefile.am:
10989         * gst-libs/gst/rtp/Makefile.am:
10990         * gst-libs/gst/tag/Makefile.am:
10991         * gst/adder/Makefile.am:
10992         * gst/audioconvert/Makefile.am:
10993         * gst/audiorate/Makefile.am:
10994         * gst/audioresample/Makefile.am:
10995         * gst/playback/Makefile.am:
10996         * gst/tcp/Makefile.am:
10997         * gst/videoscale/Makefile.am:
10998         * gst/volume/Makefile.am:
10999         * sys/ximage/Makefile.am:
11000         * sys/xvimage/Makefile.am:
11001         * tests/icles/Makefile.am:
11002           adapt
11003
11004 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11005
11006         * gst-libs/gst/interfaces/xoverlay.c:
11007         (gst_x_overlay_handle_events):
11008         * gst-libs/gst/interfaces/xoverlay.h:
11009         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11010         (gst_ximagesink_set_xwindow_id),
11011         (gst_ximagesink_set_event_handling),
11012         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11013         (gst_ximagesink_get_property), (gst_ximagesink_init),
11014         (gst_ximagesink_class_init):
11015         * sys/ximage/ximagesink.h:
11016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11017         (gst_xvimagesink_set_xwindow_id),
11018         (gst_xvimagesink_set_event_handling),
11019         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11020         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11021         (gst_xvimagesink_class_init):
11022         * sys/xvimage/xvimagesink.h:
11023         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11024         Add a method to the XOverlay interface to allow disabling of 
11025         event handling in x[v]imagesink elements. This will let X events
11026         propagate to parent windows which can be usefull in some cases.
11027         Be carefull that the application is then responsible of pushing
11028         navigation events and expose events to the video sink.
11029         Fixes: #387138.
11030
11031 2007-01-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11032
11033         * gst-libs/gst/tag/gstvorbistag.c:
11034         * tests/check/libs/tag.c: (GST_START_TEST):
11035           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11036           (fixes #392070).
11037
11038 2007-01-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11039
11040         * configure.ac:
11041         * docs/Makefile.am:
11042         * docs/design/Makefile.am:
11043           Dist design docs.
11044
11045 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11046
11047         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11048         typo. Fixes: #390063.
11049
11050 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11051
11052         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11054         caps leak.
11055         * win32/common/config.h: Updated.
11056
11057 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11058
11059         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11060         (setup_gdpdepay_streamheader):
11061         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11062         (setup_gdppay_streamheader):
11063           Fix the dp tests, but activating the pads for the streamheader tests
11064           too and cleaning up conditionaly
11065
11066 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11067
11068         * gst/ffmpegcolorspace/avcodec.h:
11069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11070         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11071         (gst_ffmpegcsp_avpicture_fill):
11072         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11073         (img_get_alpha_info):
11074         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11075         other end of the word. Fixes: #387073.
11076
11077         Add some inconsequential branch hints in a couple of places.
11078
11079 2006-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11080
11081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11082         (gst_ffmpeg_caps_to_smpfmt):
11083           The "signed" field in raw audio caps is of boolean type, trying to
11084           extract the value with _get_int() will fail (fix to keep in sync with
11085           the copy in gst-ffmpeg)
11086
11087 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11088
11089         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11090         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11091         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11092         (cleanup_gdpdepay):
11093         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11094         * tests/check/elements/subparse.c: (teardown_subparse):
11095         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11096         * tests/check/elements/videorate.c: (cleanup_videorate):
11097         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11098         * tests/check/elements/volume.c: (cleanup_volume):
11099         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11100         (cleanup_vorbisdec):
11101         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11102         (cleanup_vorbistag):
11103           consistent pad (de)activation
11104
11105 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11106
11107         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11108           Forgot to register the extensions.
11109
11110 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11111
11112         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11113         (plugin_init):
11114           Add typefinder for VIVO files (my christmas present to the 90s).
11115
11116 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11117
11118         * gst/playback/gstdecodebin.c: (type_found):
11119           Special-case the text/plain media type: we only want to recognise it
11120           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11121           parser, but not if the entire stream is of text/plain type. If the
11122           entire stream is text/plain, we should just error out.
11123
11124           This fixes playback of audio files with lyrics in totem. Totem can't
11125           distinguish between text files and subtitle files and passes any
11126           .txt file with the same basename as the main file to playbin as
11127           suburi, and playbin will then throw a 'subtitle found, but no video
11128           stream' error, which isn't entirely helpful. See #380342.
11129
11130           Also, with this change we'll show a slightly more correct error
11131           message in case totem passes a playlist file to us (although a
11132           custom error message wording instead of the default text would
11133           probably not be a bad idea either).
11134
11135           Same problem also needs to be fixed for playbin+decodebin2.
11136
11137         * tests/check/Makefile.am:
11138         * tests/check/elements/decodebin.c: (src_handoff_cb),
11139         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11140         (decodebin_suite):
11141           Add simple unit test for decodebin for the above.
11142
11143 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11144
11145         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11146         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11147           Refuse to change state to READY when we failed to create any of the
11148           required elements in our instance init function.
11149
11150 2006-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11151
11152         * docs/libs/gst-plugins-base-libs-sections.txt:
11153           Small docs fixes/updates.
11154
11155         * gst-libs/gst/video/gstvideosink.h:
11156           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11157           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11158           removed from the base sink API between 0.9.6 and 0.9.7).
11159           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11160           accessor macros, so we don't do a runtime GObject type check every
11161           time we use them.
11162
11163 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11164
11165         * Makefile.am:
11166         * gst-plugins-base.doap:
11167         * gst-plugins-base.spec.in:
11168           add doap file
11169
11170 2006-12-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11171
11172         Patch by: Jens Granseuer <jensgr at gmx net>
11173
11174         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11175         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11176         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11177         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11179           Declare variables at the beginning of a block. Fixes #383195.
11180
11181 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11182
11183         * configure.ac:
11184         Bump version nano - back to CVS.
11185
11186
11187 === release 0.10.11 ===
11188
11189 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11190
11191         * configure.ac:
11192           releasing 0.10.11, "Dumb things"
11193
11194 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11195
11196         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11197         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11198         Handle the case where an element has multiple pads with 
11199         unfixed caps as well as still possibly producing more dynamic 
11200         pads by storing each case as a distinct entry in the dynamic list.
11201         Fixes #38223 again.
11202
11203 2006-12-04  Wim Taymans  <wim@fluendo.com>
11204
11205         * gst/playback/gstdecodebin.c: (close_pad_link):
11206         Fix #382223, add more dynamic caps handling.
11207
11208 2006-12-04  Wim Taymans  <wim@fluendo.com>
11209
11210         * gst-libs/gst/audio/gstringbuffer.h:
11211         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11212         (gst_netaddress_set_ip4_interface),
11213         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11214         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11215         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11216         (gst_netaddress_get_ttl):
11217         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11218         * gst/playback/gstdecodebin.c: (close_pad_link):
11219         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11220         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11221         * win32/common/config.h:
11222
11223 2006-12-01  Michael Smith  <msmith@fluendo.com>
11224
11225         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11226           Delete bad debug code.
11227           Fixes #381219
11228
11229 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * gst/videoscale/vs_4tap.c:
11232         * win32/MANIFEST:
11233         * win32/common/config.h:
11234         * win32/vs8/libgstvideoscale.vcproj:
11235         Fix compilation on win32 under VS8
11236         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11237         Partially fixes #381175
11238
11239 2006-11-30  Michael Smith  <msmith@fluendo.com>
11240
11241         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11242         (GST_START_TEST):
11243           It would be very bad if, after a discont buffer, we thought every
11244           single following buffer was also discont. So, add to the test to
11245           ensure that this isn't the case.
11246           
11247         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11248           ... it was the case. So fix it.
11249
11250 2006-11-28  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst/playback/gstplaybasebin.c: (check_queue_event):
11253         Improve debug.
11254
11255         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11256         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11257         padtemplate caps. Refixes #357577.
11258
11259 2006-11-28  Wim Taymans  <wim@fluendo.com>
11260
11261         * gst/playback/gstplaybasebin.c: (check_queue_event),
11262         (queue_threshold_reached), (queue_out_of_data),
11263         (gen_preroll_element):
11264         Add event probe to see when EOS is in a queue and we can disable the
11265         underrun signals. Fixes #357577.
11266
11267 2006-11-28  Edward Hervey  <edward@fluendo.com>
11268
11269         * gst/playback/Makefile.am:
11270         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11271         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11272         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11273         (gst_decode_bin_init), (gst_decode_bin_dispose),
11274         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11275         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11276         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11277         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11278         (connect_element), (expose_pad), (type_found),
11279         (pad_added_group_cb), (pad_removed_group_cb),
11280         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11281         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11282         (are_raw_caps), (multi_queue_overrun_cb),
11283         (multi_queue_underrun_cb), (gst_decode_group_new),
11284         (get_current_group), (group_demuxer_event_probe),
11285         (gst_decode_group_control_demuxer_pad),
11286         (gst_decode_group_control_source_pad),
11287         (gst_decode_group_check_if_blocked),
11288         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11289         (gst_decode_group_hide), (gst_decode_group_free),
11290         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11291         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11292         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11293         (plugin_init):
11294         New decodebin2 element.
11295         Closes #370092
11296         * gst/playback/gstplay-marshal.list:
11297         Added marshallers for new signals in decodebin2
11298         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11299         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11300         is set.
11301
11302 2006-11-28  Wim Taymans  <wim@fluendo.com>
11303
11304         * gst/playback/gstplaybasebin.c: (setup_source),
11305         (gst_play_base_bin_change_state):
11306         Disable rtsp:// uris for the release, it's not good enough yet.
11307         Remove unused var.
11308
11309 2006-11-26  Wim Taymans  <wim@fluendo.com>
11310
11311         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11312         (theora_dec_push_forward), (theora_dec_push_reverse),
11313         (theora_handle_data_packet), (theora_dec_decode_buffer),
11314         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11315         (theora_dec_chain_forward), (theora_dec_chain):
11316         Implement reverse playback.
11317
11318         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11319         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11320         (vorbis_dec_chain_forward):
11321         Clear buffers used for reverse playback in _reset.
11322         No need to set the eos flag, we clip samples using the segment.
11323
11324 2006-11-24  Wim Taymans  <wim@fluendo.com>
11325
11326         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11327         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11328         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11329         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11330         Some cleanups.
11331         Handle continued pages in reverse mode.
11332
11333 2006-11-24  Wim Taymans  <wim@fluendo.com>
11334
11335         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11336         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11337         (vorbis_dec_flush_decode):
11338         Small cleanups.
11339         Don't try to add invalid timestamps.
11340         Clipping will unref the buffer.
11341
11342 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11343
11344         * gst/adder/gstadder.h:
11345         * gst/audiotestsrc/gstaudiotestsrc.h:
11346           remove obsolete _factory_init protos
11347
11348 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11349
11350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11351           Fix spacing in debug message.
11352
11353 2006-11-23  Wim Taymans  <wim@fluendo.com>
11354
11355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11356         (gst_ogg_demux_chain):
11357         Don't just ignore return values from _pad_push().
11358         Small debug improvements.
11359
11360 2006-11-23  Michael Smith  <msmith@fluendo.com>
11361
11362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11363           If our incoming buffer is marked as DISCONT, then increment the page
11364           number (so that the discontinuity is marked in the final ogg
11365           bitstream) and flush the previous page.
11366
11367 2006-11-22  Michael Smith  <msmith@fluendo.com>
11368
11369         * ext/theora/gsttheoraenc.h:
11370         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11371         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11372         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11373         (theora_enc_chain), (theora_enc_change_state):
11374           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11375
11376         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11377         (GST_START_TEST), (theoraenc_suite):
11378           Enable discontinuity test, fix it.
11379
11380 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11381
11382         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11383         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11384         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11385         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11386         (gst_text_overlay_change_state):
11387         * ext/pango/gsttextoverlay.h:
11388           Some textoverlay fixes: for one, in the video chain function,
11389           actually wait for a text buffer to come in if there is none at the
11390           moment and there should be one; also, deal more gracefully with
11391           incoming buffers that do not have a timestamp or duration; discard
11392           text buffer when not needed any longer. Fixes #341681.
11393
11394         * tests/check/Makefile.am:
11395         * tests/check/elements/.cvsignore:
11396         * tests/check/elements/textoverlay.c:
11397         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11398         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11399         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11400         (test_video_waits_for_text_send_text_newsegment_thread),
11401         (test_video_waits_for_text_shutdown_element),
11402         (test_render_continuity_push_video_buffers_thread),
11403         (textoverlay_suite):
11404           Add some unit tests for textoverlay.
11405
11406 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11407
11408         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11409           Avoid integer underflow when the found probability for mp3 is
11410           smaller than the 'penalty' we subtract if there's not a clean
11411           mp3 header sync at offset 0.
11412
11413 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11414
11415         * docs/libs/gst-plugins-base-libs-sections.txt:
11416           Add some new symbols to the docs
11417
11418 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11419
11420         * tests/check/Makefile.am:
11421         * tests/check/elements/ffmpegcolorspace.c:
11422         (ffmpegcolorspace_suite):
11423           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11424           (for now not for valgrinding though, since it takes too long).
11425
11426 2006-11-20  Wim Taymans  <wim@fluendo.com>
11427
11428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11429         (gst_ffmpeg_pixfmt_to_caps):
11430         Fix RGBA32 caps. Fixes #357038.
11431
11432 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11433
11434         * gst-libs/gst/interfaces/mixertrack.h:
11435           Add FIXME so we can add some padding here in 0.11
11436
11437 2006-11-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11438
11439         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11440           Fix GstBaseRTPAudioPayload structure so the whole GObject
11441           inheritance business actually works (parent class instance structure
11442           must always come first in the derived class instance structure).
11443
11444 2006-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11445
11446         * gst/videotestsrc/Makefile.am:
11447         * tests/check/Makefile.am:
11448           Make sure our checks and the videotestsrc plugin link against the
11449           local uninstalled gst libs and not any installed gst libs that
11450           might happen to exist as well.
11451
11452         * tests/check/elements/adder.c: (message_received),
11453         (test_event_message_received), (test_play_twice_message_received):
11454         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11455           Fix compiler warnings when compiling against core with disabled
11456           debugging system.
11457
11458 2006-11-16  Michael Smith  <msmith@fluendo.com>
11459
11460         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11461         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11462           Fix audiorate, so that it accurately sets offsets and timestamps.
11463           Doesn't change the fundamental algorithmic decisions; so should be
11464           safe.
11465
11466         * tests/check/Makefile.am:
11467           Enable audiorate test now that it passes.
11468
11469 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11470
11471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11472           clear xv when going to NULL, remove // commented non-existant proto
11473
11474         * tests/examples/seek/seek.c: (main):
11475           add missing tooltip description for scrub and play_scrub
11476
11477 2006-11-14  David Schleef  <ds@schleef.org>
11478
11479         * configure.ac:
11480           Bump liboil requirement to 0.3.8.
11481         * gst-libs/gst/riff/riff-media.c:
11482           Add Dirac fourcc.
11483         * gst/videoscale/vs_image.h:
11484         * gst/videoscale/vs_scanline.h:
11485           Use liboil's stdint.h.
11486         * gst/videotestsrc/videotestsrc.c:
11487           Remove liboil related ifdef's, since they aren't needed now, and
11488           won't work with future versions.
11489
11490 2006-11-14  David Schleef  <ds@schleef.org>
11491
11492         * gst/videoscale/Makefile.am:
11493         * gst/videoscale/gstvideoscale.c:
11494         * gst/videoscale/gstvideoscale.h:
11495         * gst/videoscale/vs_4tap.c:
11496         * gst/videoscale/vs_4tap.h:
11497         * gst/videoscale/vs_image.c:
11498         * gst/videoscale/vs_image.h:
11499         * gst/videoscale/vs_scanline.c:
11500         * gst/videoscale/vs_scanline.h:
11501           Add a 4-tap image scaler.  Theoretically looks much prettier.
11502           The tap calculation could use some improvement.
11503
11504 2006-11-14  Wim Taymans  <wim@fluendo.com>
11505
11506         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11507
11508         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11509         (gst_riff_parse_strf_iavs):
11510         * gst/subparse/gstsubparse.c: (convert_encoding):
11511         * gst/tcp/gstmultifdsink.c:
11512         (gst_multi_fd_sink_handle_client_write):
11513         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11514         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11515         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11516         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11517         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11518         (gst_ximagesink_ximage_new):
11519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11520         Various gsize and gssize printf fixes. Fixes #372507.
11521
11522 2006-11-13  Wim Taymans  <wim@fluendo.com>
11523
11524         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11525         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11526         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11527         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11528         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11529         * ext/vorbis/vorbisdec.h:
11530         First stab at vorbis reverse playback.
11531
11532 2006-11-13  Wim Taymans  <wim@fluendo.com>
11533
11534         * gst-libs/gst/audio/gstbaseaudiosink.c:
11535         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11536         * gst-libs/gst/audio/gstbaseaudiosink.h:
11537         Make the clock sync code more accurate wrt resampling and playback
11538         at different rates.
11539         
11540         * gst-libs/gst/audio/gstringbuffer.c:
11541         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11542         * gst-libs/gst/audio/gstringbuffer.h:
11543         Use better algorithm to interpolate sample rates. 
11544
11545 2006-11-13  Michael Smith  <msmith@fluendo.com>
11546
11547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11548           Improve a debug line slightly.
11549
11550         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11551           Call gst_riff_init() in plugin_init, to avoid getting errors from
11552           the debug system (unrelated changes to another plugin made this turn
11553           up; not sure why).
11554
11555 2006-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11556
11557         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11558
11559         * win32/common/libgsttag.def:
11560           Add missing symbol (#366492).
11561
11562 2006-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11563
11564         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11565           Don't unref a NULL pad.
11566
11567 2006-11-09  Wim Taymans  <wim@fluendo.com>
11568
11569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11570         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11571         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11572         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11573         (gst_ogg_demux_loop):
11574         Implement first stab at reverse playback.
11575
11576 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11577
11578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11579         (gst_riff_create_video_template_caps):
11580           add h263/h264 variants to the caps, Fixes #363118
11581
11582 2006-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11583
11584         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11585         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11586           Use g_strerror instead of strerror so we get UTF-8.
11587
11588 2006-11-03  David Schleef  <ds@schleef.org>
11589
11590         * ext/ogg/gstoggdemux.c:
11591         * ext/ogg/gstoggmux.c:
11592           Add/remove KW-DIRAC header here, since it is ogg-specific.
11593
11594 2006-11-03  Michael Smith  <msmith@fluendo.com>
11595
11596         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11597           Recognise more mpeg4 elementary video streams.
11598
11599 2006-11-02  Edward Hervey  <edward@fluendo.com>
11600
11601         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11602         Lower the probability of mp3 typefinding functions if we don't find a
11603         valid mp3 header at the start of the file.
11604         Closes #369482
11605
11606 2006-11-02  Wim Taymans  <wim@fluendo.com>
11607
11608         * ext/theora/gsttheoradec.h:
11609         * ext/theora/theoradec.c: (gst_theora_dec_init),
11610         (theora_dec_sink_event), (theora_dec_chain_forward),
11611         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11612         (theora_dec_chain):
11613         Document and partially implement an algorithm for doing reverse playback
11614         of theora video.
11615
11616 2006-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11617
11618         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11619
11620         * win32/common/config.h:
11621         * win32/common/interfaces-enumtypes.c:
11622         * win32/common/libgsttag.def:
11623         * win32/vs8/gst-plugins-base.sln:
11624         * win32/vs8/libgstaudioresample.vcproj:
11625         * win32/vs8/libgstinterfaces.vcproj:
11626         * win32/vs8/libgstogg.vcproj:
11627         * win32/vs8/libgstriff.vcproj:
11628         * win32/vs8/libgsttag.vcproj:
11629         * win32/vs8/libgsttheora.vcproj:
11630         * win32/vs8/libgstvideoscale.vcproj:
11631         * win32/vs8/libgstvorbis.vcproj:
11632           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11633           to libgsttag.def; add missing dependencies for some vs8 projects;
11634           re-arrange placement of .def files in vs8 projects (#366334).
11635
11636 2006-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11637
11638         * ext/ogg/gstogg.c:
11639           Remove unused variable.
11640
11641         * ext/ogg/gstoggdemux.c:
11642           Fix Wim's surname in plugin description.
11643
11644 2006-10-31  Wim Taymans  <wim@fluendo.com>
11645
11646         * gst-plugins-base.spec.in:
11647         spec new .h file. Fixes #368310.
11648
11649 2006-10-31  Michael Smith  <msmith@fluendo.com>
11650
11651         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11652         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11653         (gst_multi_fd_sink_get_stats),
11654         (gst_multi_fd_sink_remove_client_link),
11655         (gst_multi_fd_sink_queue_buffer),
11656         (gst_multi_fd_sink_handle_clients):
11657         * gst/tcp/gstmultifdsink.h:
11658           Make using the remove or clear signals threadsafe.
11659           Make calling get-stats with an invalid fd not segfault.
11660           Fixes 368273.
11661
11662 2006-10-31  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst-libs/gst/rtp/Makefile.am:
11665         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11666         (gst_base_rtp_audio_payload_init):
11667         Fix and activate base audio payloader.
11668
11669 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11670
11671         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11672         (plugin_init):
11673           Add typefinder for QuickTime Image Files (see #366156).
11674
11675 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11676
11677         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11678           Another typo fix (#366212).
11679
11680 2006-10-27  Wim Taymans  <wim@fluendo.com>
11681
11682         * gst/volume/gstvolume.c: (volume_transform_ip):
11683         Use stream time to synchronize volume property instead of rather random
11684         timestamps. This is needed when gnonlin does its time shifting.
11685
11686 2006-10-27  Wim Taymans  <wim@fluendo.com>
11687
11688         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11689
11690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11691         Remove the pad from the element in release_pad. Fixes #364812.
11692
11693 2006-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11694
11695         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11697           Explicitly create our custom buffer classes at a thread-safe
11698           location as well, since g_type_class_ref() doesn't seem to be
11699           entirely thread-safe either (#365501; also see #349410).
11700
11701 2006-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11702
11703         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11704         (gst_riff_parse_info):
11705           If strings in INFO chunk are not UTF-8, do something similar to
11706           what we do for ID3v1 tags: check a number of environment variables
11707           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11708           character sets to try, otherwise try the current locale and/or fall
11709           back on ISO-8859-1. Fixes #360552.
11710
11711 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11712
11713         * gst/videotestsrc/gstvideotestsrc.c:
11714         (gst_video_test_src_pattern_get_type),
11715         (gst_video_test_src_set_pattern):
11716         * gst/videotestsrc/gstvideotestsrc.h:
11717         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11718         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11719         (gst_video_test_src_checkers8):
11720         * gst/videotestsrc/videotestsrc.h:
11721           Add a bunch of exciting new checkers patterns.
11722
11723 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11724
11725         * gst/subparse/Makefile.am:
11726         * gst/subparse/gstsubparse.c:
11727         (gst_sub_parse_data_format_autodetect),
11728         (gst_sub_parse_format_autodetect), (handle_buffer),
11729         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11730         * gst/subparse/gstsubparse.h:
11731         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11732         (parse_tmplayer):
11733         * gst/subparse/tmplayerparse.h:
11734           Add support for TMPlayer-type subtitles (#362845).
11735
11736         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11737         (GST_START_TEST), (subparse_suite):
11738           Add some basic unit tests for the above.
11739
11740 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11741
11742         * tests/check/elements/audiorate.c: (test_injector_base_init),
11743         (test_injector_class_init), (test_injector_chain),
11744         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11745         (GST_START_TEST), (audiorate_suite):
11746           More tests for audiorate: inject buffers to check behaviour when
11747           buffers overlap.
11748
11749 2006-10-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11750
11751         * tests/check/Makefile.am:
11752         * tests/check/elements/.cvsignore:
11753         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11754         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11755           Add some basic unit tests for audiorate. Disabled at the moment
11756           since it doesn't pass yet (see bug #363119).
11757
11758 2006-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11759
11760         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11761         (parse_subrip), (handle_buffer):
11762           Add missing closing tags for markup and fix broken markup,
11763           otherwise pango won't render anything (fixes #357531). Also,
11764           make sure the text we send out is always NUL-terminated
11765           (better safe than sorry etc.).
11766
11767         * tests/check/elements/subparse.c: (test_srt_do_test),
11768         (test_srt):
11769           Some more tests for .srt incl. tests for the above stuff.
11770
11771 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11772
11773         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11775         Patch by: Stefan Kost  <ensonic@users.sf.net>
11776         Try to redraw borders only when needed. Apparently this consumes
11777         resources on small devices... :-O (#363607)
11778
11779 2006-10-20  Michael Smith  <msmith@fluendo.com>
11780
11781         * gst/tcp/gstmultifdsink.c:
11782         (gst_multi_fd_sink_client_queue_buffer):
11783           If caps change, then update the client's idea of the caps so that we
11784           don't end up re-sending streamheaders for every single buffer after
11785           the caps change.
11786
11787 2006-10-20  Michael Smith  <msmith@fluendo.com>
11788
11789         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11790         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11791           Set caps on pushed buffers; fix up refcounting of caps objects.
11792
11793 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11794
11795         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11796         (plugin_init):
11797           Typefind mmsh header data packet to application/x-mmsh (#362625).
11798
11799 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11800
11801         * tests/check/Makefile.am:
11802         * tests/check/elements/.cvsignore:
11803         * tests/check/elements/subparse.c: (buffer_from_static_string),
11804         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11805         (GST_START_TEST), (subparse_suite):
11806           Add very simple unit test for subparse.
11807
11808 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11809
11810         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11811         (parse_subrip):
11812           Strip trailing newlines from subtitle text output.
11813
11814 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11815
11816         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11817         (gst_sub_parse_change_state):
11818           Fix memleak; clear subparse->textbuf n state change function.
11819
11820 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11821
11822         * gst/subparse/gstsubparse.c:
11823         (gst_sub_parse_data_format_autodetect):
11824           Don't require subrip (.srt) files to start with a chunk number of 1.
11825
11826 2006-10-18  Wim Taymans  <wim@fluendo.com>
11827
11828         * gst-libs/gst/audio/gstbaseaudiosink.c:
11829         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11830         * gst-libs/gst/audio/gstbaseaudiosink.h:
11831         Extract rate from the NEWSEGMENT event.
11832         Use commit_full to also take rate adjustment into account when writing
11833         samples to the ringbuffer.
11834         
11835         * gst-libs/gst/audio/gstringbuffer.c:
11836         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11837         (gst_ring_buffer_read):
11838         * gst-libs/gst/audio/gstringbuffer.h:
11839         Added _commit_full() to also take rate into account.
11840         Use simple interpolation algorithm to resample audio.
11841         API: gst_ring_buffer_commit_full()
11842
11843         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11844         * tests/examples/seek/seek.c: (segment_done):
11845         Don't try to seek with 0.0 rate, just pause instead.
11846         Remove bogus debug line.
11847
11848 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11849
11850         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11851         (setup_source):
11852           Catch async errors when starting up the subtitle bin, so we can
11853           stop waiting and continue with the main film instead of hanging
11854           forever. Fixes #339366.
11855
11856         * tests/check/elements/playbin.c: (playbin_suite):
11857           Enable unit test for the above.
11858
11859 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11860
11861         * tests/check/Makefile.am:
11862         * tests/check/elements/.cvsignore:
11863         * tests/check/elements/playbin.c: (GST_START_TEST),
11864         (gst_red_video_src_uri_get_type),
11865         (gst_red_video_src_uri_get_protocols),
11866         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11867         (gst_red_video_src_uri_handler_init),
11868         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11869         (gst_red_video_src_create), (gst_red_video_src_class_init),
11870         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11871           Some small and basic unit tests for playbin; not very useful yet,
11872           but at least a start.
11873
11874 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11875
11876         * gst/playback/gstplaybin.c: (setup_sinks):
11877           The old pad activation spiel.
11878
11879 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11880
11881         * gst/playback/gstplaybasebin.c: (setup_source):
11882           Don't hang forever if the subbin already fails to start up in 
11883           the state change to PAUSED (#339366).
11884
11885 2006-10-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11886
11887         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11888         (gst_tuner_set_channel), (gst_tuner_get_channel),
11889         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11890         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11891         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11892         (gst_tuner_find_channel_by_name):
11893           Fix some function guards, add some more function guards.
11894
11895 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11896
11897         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11898         (remove_element_chain):
11899         Don't return a pad from get_our_ghost_pad unless it is actually the
11900         one we want.
11901         Change a cast in remove_element_chain slightly.
11902
11903 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11904
11905         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11906         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11907         Segment seeking needs to use the rate and set stop to -1.
11908
11909 2006-10-13  Wim Taymans  <wim@fluendo.com>
11910
11911         * gst-libs/gst/audio/gstbaseaudiosink.c:
11912         (gst_base_audio_sink_setcaps):
11913         Don't crash when ringbuffer is not yet created.
11914         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11915         Fixes #361634.
11916
11917         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11918         * gst/playback/gststreamselector.c:
11919         (gst_stream_selector_request_new_pad):
11920         Activate pads befre adding them to running elements.
11921
11922 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11923
11924         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11925         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11926         updater when we start grabing the slider. Don't wait for the
11927         pipeline to be PAUSED.
11928
11929 2006-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11930
11931         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11932         (gst_mixer_set_volume), (gst_mixer_get_volume),
11933         (gst_mixer_set_mute), (gst_mixer_set_option),
11934         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11935         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11936         (gst_mixer_option_changed):
11937           Guard mixer interface functions against bogus arguments.
11938
11939 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11940
11941         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11942         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11943         (msg_state_changed), (main): Use state-changed messages to trigger
11944         start/stop of scale update timer. Indeed the scale slider was
11945         jumping here and there because the update timer was activated 
11946         before seek completed. This fixes instant applying of rate changes
11947         by pressing the spinbutton like a crazy man !
11948
11949 2006-10-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11950
11951         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11952
11953         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11954         (gst_basertppayload_finalize):
11955           Fix two small memory leaks (#361456).
11956
11957 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11958
11959         * tests/examples/seek/seek.c: (do_seek),
11960         (rate_spinbutton_changed_cb): When changing spinbutton we try
11961         to change the rate on the fly.
11962
11963 2006-10-10  Wim Taymans  <wim@fluendo.com>
11964
11965         * gst-libs/gst/riff/riff-ids.h:
11966         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11967         (gst_riff_create_audio_template_caps):
11968         Add WMS caps.
11969
11970 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11971
11972         Patch by: Josep Torra Valles <josep@fluendo.com>
11973
11974         * ext/gnomevfs/gstgnomevfssink.c:
11975         * ext/gnomevfs/gstgnomevfssrc.c:
11976         Fix URI interface implementation return type.
11977         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11978         Fix what looks like a copy/paste issue when assigning values.
11979         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11980         (gst_audio_filter_template_get_type):
11981         Cast to prevent Forte warnings.
11982         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11983         Fix URI interface implementation return type.
11984         gst_pad_query_position requires a signed integer pointer as
11985         3rd parameter, GstClockTime is unsigned.
11986         * gst/audioconvert/audioconvert.c:
11987         Fix integer overflow when treated as signed.
11988         * gst/audioresample/resample.c: (resample_add_input_data):
11989         Cast to prevent warnings on Forte.
11990         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11991         Fix integer overflow when treated as signed.
11992         * gst/ffmpegcolorspace/imgconvert_template.h:
11993         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11994         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11995         (cleanup_decodebin):
11996         Who initialises a guint to -1!
11997         Cast function pointers to prevent warnings on Forte.
11998         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11999         (queue_threshold_reached):
12000         Cast function pointers correctly to prevent warnings on Forte.
12001         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12002         Cast function pointers correctly to prevent warnings on Forte.
12003         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12004         Obvious change to unsigned, 0xEF > max signed char.
12005         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12006         GstClockTime is unsigned, initialise correctly.
12007         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12008         Cast so pointer arithemetic doesn't cause warnings on Forte.
12009         * gst/videorate/gstvideorate.c:
12010         Use correct return value.
12011         * tests/examples/seek/scrubby.c:
12012         GstClockTime is unsigned, initialise correctly.
12013
12014 2006-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12015
12016         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12017
12018         * gst/typefind/gsttypefindfunctions.c:
12019           Recognise XML files and XML-like files shorter than 256 bytes as
12020           well (fixes #359237).
12021
12022 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12023
12024         Patch by: Renato Filho <renato.filho@indt.org.br>
12025         
12026         * gst/typefind/gsttypefindfunctions.c:
12027         Added typefind functions to video/x-nuv media.
12028         
12029 2006-10-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12030
12031         * gst-libs/gst/interfaces/xoverlay.c:
12032         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12033           Some more guards against invalid input.
12034
12035 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12036
12037         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12038         Useless goto.
12039         * tests/examples/seek/seek.c: (do_seek),
12040         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12041         seek example to experiment with rates != 1.0 (reverse playback !)
12042
12043 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12044
12045         * gst-libs/gst/interfaces/xoverlay.c:
12046           Unref message in doc-example (spotted by Robert McQueen)
12047
12048 2006-10-06  Wim Taymans  <wim@fluendo.com>
12049
12050         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12051         (mpeg1_parse_header), (mpeg1_sys_type_find):
12052         printf fix.
12053
12054 2006-10-06  Wim Taymans  <wim@fluendo.com>
12055
12056         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12057         (close_pad_link):
12058         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12059         Activate dynamic pads before adding them to the element.
12060
12061 2006-10-06  Michael Smith  <msmith@fluendo.com>
12062
12063         * gst-libs/gst/floatcast/floatcast.h:
12064           Fix obviously-bogus macros; use the correct types.
12065
12066 2006-10-06  Wim Taymans  <wim@fluendo.com>
12067
12068         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12069         (gst_base_rtp_depayload_change_state):
12070         Also call parent state change function to activate pads.
12071
12072         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12073         (mpeg1_parse_header), (mpeg1_sys_type_find):
12074         Add some more debug info in mpeg typefinding.
12075
12076 2006-10-06  Michael Smith  <msmith@fluendo.com>
12077
12078         * ext/theora/theoradec.c: (theora_dec_chain):
12079           Zero byte theora packets are valid and well-defined; don't warn on
12080           them.
12081
12082 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12083
12084         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12085         (gst_multi_fd_sink_get_stats), (find_limits),
12086         (gst_multi_fd_sink_queue_buffer):
12087           API: add dropped_buffers to the get-stats GValueArray
12088
12089 2006-10-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12090
12091         * ext/alsa/gstalsadeviceprobe.c:
12092         (gst_alsa_device_property_probe_get_values):
12093         * ext/alsa/gstalsasink.c: (set_hwparams):
12094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12095         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12097         (gst_ogg_mux_process_best_pad):
12098         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12099         (gst_ogg_parse_chain):
12100         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12101         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12102         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12103         (gst_vorbis_enc_buffer_check_discontinuous):
12104         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12105         * gst-libs/gst/audio/gstbaseaudiosink.c:
12106         (gst_base_audio_sink_render):
12107         * gst-libs/gst/cdda/gstcddabasesrc.c:
12108         (gst_cdda_base_src_handle_track_seek):
12109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12110         (gst_base_rtp_depayload_push_full):
12111         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12112         * gst/audioresample/resample.c: (resample_input_pushthrough):
12113         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12114         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12115         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12116         (wavpack_type_find):
12117         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12118         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12119         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12120         * tests/check/elements/volume.c: (GST_START_TEST):
12121           Printf format fixes.
12122
12123 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12124
12125         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12126           Fix a simple mistake (see the docs)
12127           Fixes #359580
12128
12129 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12130
12131         * docs/plugins/Makefile.am:
12132         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12133         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12134         * docs/plugins/gst-plugins-base-plugins.args:
12135         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12136         * docs/plugins/inspect/plugin-adder.xml:
12137         * docs/plugins/inspect/plugin-alsa.xml:
12138         * docs/plugins/inspect/plugin-audioconvert.xml:
12139         * docs/plugins/inspect/plugin-audiorate.xml:
12140         * docs/plugins/inspect/plugin-audioresample.xml:
12141         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12142         * docs/plugins/inspect/plugin-cdparanoia.xml:
12143         * docs/plugins/inspect/plugin-decodebin.xml:
12144         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12145         * docs/plugins/inspect/plugin-gdp.xml:
12146         * docs/plugins/inspect/plugin-gnomevfs.xml:
12147         * docs/plugins/inspect/plugin-libvisual.xml:
12148         * docs/plugins/inspect/plugin-ogg.xml:
12149         * docs/plugins/inspect/plugin-pango.xml:
12150         * docs/plugins/inspect/plugin-playbin.xml:
12151         * docs/plugins/inspect/plugin-subparse.xml:
12152         * docs/plugins/inspect/plugin-tcp.xml:
12153         * docs/plugins/inspect/plugin-theora.xml:
12154         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12155         * docs/plugins/inspect/plugin-video4linux.xml:
12156         * docs/plugins/inspect/plugin-videorate.xml:
12157         * docs/plugins/inspect/plugin-videoscale.xml:
12158         * docs/plugins/inspect/plugin-videotestsrc.xml:
12159         * docs/plugins/inspect/plugin-volume.xml:
12160         * docs/plugins/inspect/plugin-vorbis.xml:
12161         * docs/plugins/inspect/plugin-ximagesink.xml:
12162         * docs/plugins/inspect/plugin-xvimagesink.xml:
12163           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12164
12165 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12166
12167         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12168
12169         * ext/vorbis/Makefile.am:
12170         * ext/vorbis/vorbis.c: (plugin_init):
12171         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12172         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12173         * ext/vorbis/vorbisparse.h:
12174         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12175         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12176         (gst_vorbis_tag_parse_packet):
12177         * ext/vorbis/vorbistag.h:
12178           Add new vorbistag element which derives from vorbisparse
12179           and is essentially the same as well, only that it implements
12180           the GstTagSetter interface and can modify the stream's
12181           vorbiscomment on the fly (#335635).
12182
12183         * tests/check/Makefile.am:
12184         * tests/check/elements/.cvsignore:
12185         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12186         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12187         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12188         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12189           Add unit test for new vorbistag element.
12190
12191 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12192
12193         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12194         (vorbis_parse_push_headers), (vorbis_parse_chain):
12195           Set BOS flag in packet structure to fix 'jump depends
12196           on unitialized value' errors in valgrind; various minor
12197           clean-ups.
12198
12199 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12200
12201         * gst/playback/gstdecodebin.c: (close_pad_link):
12202         Fix typo in a debug statement.
12203
12204         * gst/playback/gstplaybasebin.c: (probe_triggered),
12205         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12206         (gen_source_element), (source_new_pad), (analyse_source),
12207         (setup_source):
12208         When handling no_more_pads in new_decoded_pad, make sure to treat
12209         subtitle pads correctly. Fixes playback with subtitle files.
12210
12211         Move a recurring message to LOG level.
12212
12213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12214         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12215         which ends up as -1 when cast to an int. Make the logic handle the
12216         max value as an unsigned mask and only change the colorkey when it's
12217         a value we recognise.
12218
12219 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12220
12221         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12222         Removed empty * between paragraphs
12223
12224 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12225
12226         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12227         * gst-libs/gst/rtp/README:
12228         Moved some documentation into .c file
12229
12230 2006-09-29  Wim Taymans  <wim@fluendo.com>
12231
12232         * gst/playback/gstdecodebin.c: (no_more_pads):
12233         Fix compilation.
12234
12235 2006-09-29  Wim Taymans  <wim@fluendo.com>
12236
12237         * gst/playback/gstdecodebin.c: (new_caps):
12238         Remove g_print
12239
12240         * gst/playback/gstplaybin.c:
12241         Add some docs.
12242
12243 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12244
12245         * tests/check/Makefile.am:
12246           Re-enable cddabasesrc test to see if it works again
12247           now.
12248
12249 2006-09-29  Wim Taymans  <wim@fluendo.com>
12250
12251         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12252         (gen_source_element):
12253         Handle invalid URIs a bit more gracefully.
12254
12255 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12256
12257         * tests/check/pipelines/oggmux.c:
12258           Remove obsolete comment.
12259
12260 2006-09-29  Michael Smith  <msmith@fluendo.com>
12261
12262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12263         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12264         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12265         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12266         (gst_ogg_mux_collected):
12267           Commit patch from James "Doc" Livingston, adds proper EOS handling
12268           in oggmux. GStreamer can, for the first time ever, create a valid
12269           Ogg file! Yay!
12270
12271         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12272         (oggmux_suite):
12273           Reenable tests now that they pass.
12274
12275 2006-09-29  Wim Taymans  <wim@fluendo.com>
12276
12277         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12278         Stop reading commands when EOF (we read 0) as well.
12279
12280 2006-09-28  Wim Taymans  <wim@fluendo.com>
12281
12282         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12283         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12284         (find_dynamic), (unlinked), (close_link):
12285         Implement delayed caps linking needed for element with a lot of
12286         different caps on the src pads that get fixed at runtime.
12287         Improve management of dynamic elements.
12288
12289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12290         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12291         (gen_preroll_element), (remove_groups), (unknown_type),
12292         (add_element_stream), (no_more_pads_full), (no_more_pads),
12293         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12294         (new_decoded_pad), (setup_subtitle), (array_has_value),
12295         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12296         (analyse_source), (remove_decoders), (make_decoder),
12297         (remove_source), (setup_source), (finish_source), (prepare_output),
12298         (gst_play_base_bin_change_state):
12299         * gst/playback/gstplaybasebin.h:
12300         Use more _CAST instead of full type checking casts.
12301         Small cleanups, plug some leaks.
12302         Handle dynamic sources.
12303         Add some helper functions to create lists of strings used for
12304         blacklisting and other stuff.
12305         Refactor some code dealing with analysing the source.
12306         Re-enable sources without pads (like cd:// or other selfcontained
12307         elements).
12308
12309 2006-09-28  Wim Taymans  <wim@fluendo.com>
12310
12311         * gst-libs/gst/audio/gstbaseaudiosink.c:
12312         (gst_base_audio_sink_render):
12313         When we have a timestamp, we can still perform clipping.
12314         When we have no clock, we must play the sample ASAP.
12315
12316 2006-09-28  Wim Taymans  <wim@fluendo.com>
12317
12318         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12319         Set caps on outgoing buffers.
12320
12321         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12322         (gst_video_rate_event), (gst_video_rate_chain):
12323         * gst/videorate/gstvideorate.h:
12324         Fix videorate some more. Fixes #357977
12325
12326 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12327
12328         * tests/check/elements/adder.c: (adder_suite):
12329           Don't set timeout to 6 seconds when we're running
12330           in valgrind ... (and how is 6 seconds longer than
12331           the default anyway?)
12332
12333 2006-09-28  Wim Taymans  <wim@fluendo.com>
12334
12335         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12336         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12337         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12338         Keep sink and src segment to keep track of time and support more
12339         input formats.
12340         Fix bogus next_offset and run_time calculation, don't understand how
12341         this could have worked before. Fixes #357976.
12342         Remove some unneeded vars.
12343
12344 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12345
12346         * gst/playback/gstplaybin.c: (remove_sinks):
12347           Only remove visualisation from visbin if there is a visbin (or:
12348           don't throw warnings when closing totem without playing a file).
12349
12350 2006-09-27  Wim Taymans  <wim@fluendo.com>
12351
12352         * gst-libs/gst/audio/gstbaseaudiosink.c:
12353         (gst_base_audio_sink_render):
12354         Add some more info in a WARNING.
12355
12356         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12357         (gst_base_audio_src_create):
12358         Handle PAUSE in create function, use new -core addition to
12359         wait for playing. Fixes pausing and resuming capture from an
12360         audiosrc.
12361
12362         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12363         (gst_ring_buffer_read):
12364         Constify some more.
12365         Caller supports interrupted reads now.
12366
12367 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12368
12369         * tests/check/Makefile.am:
12370           Another attempt to make the gen64 buildbot happy.
12371
12372 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12373
12374         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12375
12376         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12377         (gst_visual_chain), (gst_visual_change_state):
12378           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12379           correctly. Fixes #357800
12380
12381 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12382
12383         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12384           Add timeout to _get_state() so we see which pipeline it is
12385           that causes trouble on the gen64 build bot.
12386
12387 2006-09-27  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12390         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12391         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12392         (gst_base_rtp_depayload_set_gst_timestamp):
12393         the source pad always uses fixed caps.
12394
12395 2006-09-27  Wim Taymans  <wim@fluendo.com>
12396
12397         * docs/libs/gst-plugins-base-libs-docs.sgml:
12398         * docs/libs/gst-plugins-base-libs-sections.txt:
12399         * gst-libs/gst/audio/gstaudioclock.c:
12400         * gst-libs/gst/audio/gstaudioclock.h:
12401         * gst-libs/gst/audio/gstaudiosink.c:
12402         * gst-libs/gst/audio/gstaudiosink.h:
12403         * gst-libs/gst/audio/gstaudiosrc.c:
12404         * gst-libs/gst/audio/gstbaseaudiosink.c:
12405         (gst_base_audio_sink_render):
12406         * gst-libs/gst/audio/gstbaseaudiosink.h:
12407         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12408         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12409         * gst-libs/gst/audio/gstringbuffer.h:
12410         Added docs for the audio libs.
12411
12412 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12413
12414         * tests/check/Makefile.am:
12415           Temporarily disable test that fails on the bots for unknown reasons.
12416
12417 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12418
12419         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12420         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12421         Moved AudioCodecType into priv
12422         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12423
12424 2006-09-25  Wim Taymans  <wim@fluendo.com>
12425
12426         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12427         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12428         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12429         (new_pad):
12430         Cleanups and small leak fixes.
12431         Added Depayloaders to valid list of autopluggable elements.
12432
12433 2006-09-25  Wim Taymans  <wim@fluendo.com>
12434
12435         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12436         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12437         (gen_video_element), (gen_text_element), (gen_audio_element),
12438         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12439         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12440         Detect NO_PREROLL state change returns and disable clock distribution to
12441         the sinks so that sync is disabled.
12442         Avoid some type checking and do simple casts instead.
12443         Small cleanups, fix some FIXMEs.
12444         Be more robust when linking user specified elements, catch an report
12445         errors. Fixes #357404.
12446         Fix some leaks in the error paths.
12447
12448 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12449
12450         * ChangeLog:
12451           ChangeLog surgery for missing bug-number
12452
12453 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12454
12455         Patch by: Peter Kjellerstedt  <pkj at axis com>
12456
12457         * gst/playback/test.c:
12458           Fix compilation with uClibc and -Werror (#357591).
12459
12460 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12461
12462         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12463           Parse dates that are followed by a time as well (#357532).
12464
12465         * tests/check/libs/tag.c: (test_vorbis_tags):
12466           Add unit test for this.
12467
12468 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12469
12470         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12471         (gst_audio_convert_transform_caps):
12472         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12473         * gst/videotestsrc/videotestsrc.h:
12474           A few array const-ifications.
12475
12476 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12477
12478         * tests/check/Makefile.am:
12479           See if this makes the build bots happy.
12480
12481         * tests/check/libs/cddabasesrc.c:
12482           UTF8-ise my name.
12483
12484 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12485
12486         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12487
12488         * gst/subparse/samiparse.c: (handle_start_font),
12489         (fix_invalid_entities):
12490           More case-insensitivity for certain tags; recognise entities with
12491           decimal codes as special entities as well (#357330).
12492
12493 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12494
12495         * gst-libs/gst/Makefile.am:
12496           Need to build tag directory before cdda.
12497
12498 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12499
12500         * docs/libs/gst-plugins-base-libs-sections.txt:
12501         * gst-libs/gst/cdda/Makefile.am:
12502         * gst-libs/gst/cdda/gstcddabasesrc.c:
12503         (gst_cdda_base_src_base_init):
12504         * gst-libs/gst/cdda/gstcddabasesrc.h:
12505         * gst-libs/gst/tag/tag.h:
12506         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12507         (gst_tag_register_musicbrainz_tags):
12508           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12509           depend on libgsttag. This is required so we can extract/read tags like
12510           DISCID without depending on libgstcddabasesrc (which used to register
12511           them).
12512
12513         * gst-libs/gst/tag/gstvorbistag.c:
12514           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12515           tags (also see #347848).
12516
12517         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12518           Log vorbis comments we are actually writing. Const-ify array.
12519
12520 2006-09-23  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12523         Improve buffering a bit by avoiding a deadlock because we cannot assume
12524         the underrun is always called.
12525
12526 2006-09-23  Wim Taymans  <wim@fluendo.com>
12527
12528         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12529
12530         * gst-libs/gst/riff/riff-ids.h:
12531         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12532         (gst_riff_create_audio_template_caps):
12533         Added MPEG-4 AAC and id and caps. Fixes #357289
12534         Added WMA9 Lossless id.
12535
12536 2006-09-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12537
12538         * ext/gnomevfs/gstgnomevfssrc.c:
12539           Fix misleading docs addition.
12540
12541         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12542           Get rid of compiler warning the right way.
12543
12544 2006-09-22  Wim Taymans  <wim@fluendo.com>
12545
12546         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12547         (gst_base_rtp_depayload_finalize),
12548         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12549         (gst_base_rtp_depayload_push_full),
12550         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12551         (gst_base_rtp_depayload_process),
12552         (gst_base_rtp_depayload_set_gst_timestamp),
12553         (gst_base_rtp_depayload_queue_release):
12554         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12555         Small cleanups.
12556         Fix some leaks.
12557         Refactored the process method and added methods to push from the process
12558         vmethod.
12559         Use _scale functions.
12560         API: gst_base_rtp_depayload_push_ts
12561         API: gst_base_rtp_depayload_push
12562
12563         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12564         timestamps are uint.
12565
12566 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12567
12568         * gst-libs/gst/interfaces/xoverlay.c:
12569           Remove unused statement from doc example.
12570
12571 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12572
12573         * gst-libs/gst/interfaces/videoorientation.c:
12574         (gst_video_orientation_iface_init),
12575         (gst_video_orientation_get_hflip),
12576         (gst_video_orientation_get_vflip),
12577         (gst_video_orientation_get_hcenter),
12578         (gst_video_orientation_get_vcenter),
12579         (gst_video_orientation_set_hflip),
12580         (gst_video_orientation_set_vflip),
12581         (gst_video_orientation_set_hcenter),
12582         (gst_video_orientation_set_vcenter):
12583           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12584           in ChangeLog)
12585
12586 2006-09-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12587
12588         * tests/check/Makefile.am:
12589         * tests/check/elements/.cvsignore:
12590         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12591         (create_rgb_conversions), (rgb_conversion_free),
12592         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12593         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12594           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12595           but disable for now since it doesn't pass (something wrong with
12596           RGBA somewhere).
12597
12598 2006-09-21  Wim Taymans  <wim@fluendo.com>
12599
12600         * gst/playback/gstplaybasebin.c: (group_commit),
12601         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12602         (queue_out_of_data), (gen_preroll_element),
12603         (preroll_remove_overrun), (probe_triggered):
12604         Refactor handling of overrun detection.
12605         Separate handling of group completion and deadlock detection when doing
12606         network buffering. This should fix some deadlocks that were not detected
12607         because the group was completed.
12608         Add more comments, improve debugging.
12609
12610 2006-09-21  Wim Taymans  <wim@fluendo.com>
12611
12612         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12613         * tests/check/libs/audio.c:
12614         Some more compilation fixes.
12615
12616 2006-09-21  Wim Taymans  <wim@fluendo.com>
12617
12618         * gst-libs/gst/audio/gstringbuffer.c:
12619         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12620         (gst_ring_buffer_read):
12621         Early morning compilation fix.
12622
12623 2006-09-20  Wim Taymans  <wim@fluendo.com>
12624
12625         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12626         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12627         * tests/check/elements/videorate.c: (GST_START_TEST):
12628         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12629         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12630         Fix some warnings.
12631
12632 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12633
12634         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12635         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12636         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12637           Handcrafted merge to help CVS understanding what I changed and what
12638           not.
12639
12640 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12641
12642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12643         (gst_xvimagesink_get_times):
12644           change colorkey behaviour back according to #354773 comment 6/7
12645
12646 2006-09-19  Michael Smith  <msmith@fluendo.com>
12647
12648         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12649         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12650         (gst_multi_fd_sink_recover_client),
12651         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12652         (gst_multi_fd_sink_get_property):
12653         * gst/tcp/gstmultifdsink.h:
12654           Implement stubbed out properties unit-type, units-soft-max,
12655           units-max, to allow specifying maximum sizes in units other than
12656           buffers.
12657           Fixes #355935
12658
12659 2006-09-19  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12662         (gst_riff_create_audio_template_caps):
12663         Reorder the audio formats a bit for clarity.
12664         Detect and create caps for MSGSM and MSN (WAV49).
12665         Fixes #356596.
12666
12667         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12668         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12669         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12670         Small cleanups, move error handling out of normal flow for clarity.
12671
12672 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12673
12674         * docs/libs/gst-plugins-base-libs-docs.sgml:
12675         * docs/libs/gst-plugins-base-libs.types:
12676         * gst-libs/gst/interfaces/Makefile.am:
12677         * gst-libs/gst/interfaces/videoorientation.c:
12678         (gst_video_orientation_get_type),
12679         (gst_video_orientation_iface_init),
12680         (gst_video_orientation_get_hflip),
12681         (gst_video_orientation_get_vflip),
12682         (gst_video_orientation_get_hcenter),
12683         (gst_video_orientation_get_vcenter),
12684         (gst_video_orientation_set_hflip),
12685         (gst_video_orientation_set_vflip),
12686         (gst_video_orientation_set_hcenter),
12687         (gst_video_orientation_set_vcenter):
12688         * gst-libs/gst/interfaces/videoorientation.h:
12689           API: Add new interface to control video orientation (fixes #354908)
12690
12691 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12692
12693         * gst/videotestsrc/gstvideotestsrc.c:
12694           Use G_UNLIKELY in _create and log one more detail.
12695           
12696         (gst_video_test_src_get_times), (gst_video_test_src_create):
12697         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12698           Use gst_util_uint64_scale_int in _get_times().
12699
12700 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12701
12702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12703           Give better warning message (add object and detail).
12704
12705 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12706
12707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12708         (gst_xvimagesink_get_times):
12709           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12710           #354773), use gst_util_uint64_scale_int in _get_times()
12711
12712 2006-09-18  Michael Smith  <msmith@fluendo.com>
12713
12714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12715           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12716           always true, leading to dropping all timestamps.
12717
12718 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12719
12720         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12721         (gst_visual_chain), (gst_visual_change_state):
12722           update to work also with libvisual 0.4 API, fix double unref (#355914)
12723           
12724         * tools/gst-launch-ext.1.in:
12725         * tools/gst-visualise.1.in:
12726           remove references to old man-pages
12727
12728         * tests/examples/seek/seek.c: (main):
12729           add real meadi-buttons, add tool-tips for the seek-options, arrange
12730           seek options in a table
12731
12732 2006-09-18  Michael Smith  <msmith@fluendo.com>
12733
12734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12735         (gst_ogg_mux_push_buffer):
12736           Don't generate out-of-order timestamps from oggmux, instead clamp
12737           output timestamps to be >= the previously output ts.
12738           Fixes #355595
12739
12740 2006-09-18  Michael Smith  <msmith@fluendo.com>
12741
12742         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12743         (gst_multi_fd_sink_class_init):
12744           Updates, fixes, and typo corrections for multifdsink. No functional
12745           changes.
12746
12747 2006-09-17  Michael Smith  <msmith@fluendo.com>
12748
12749         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12750           Don't crash on truncated files - check that we got an 8 byte buffer
12751           before trying to memcmp it.
12752
12753 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12754
12755         * gst/playback/gstplaybasebin.c: (get_active_source):
12756           Make stream-switching appear instant to the application
12757           (ie. make sure that a g_object_get on 'current-foo' returns
12758           the stream previously set with g_object_set(). Totem needs
12759           this to update stream-related meta-info (like audio-codec)
12760           correctly when switching streams.
12761
12762 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12763
12764         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12765         (gst_alsa_mixer_ensure_track_list):
12766           Try harder to guess which mixer track is the master mixer
12767           track (instead of just taking the first one that has a pvolume).
12768           Fixes #342228.
12769
12770 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12771
12772         reviewed by: <delete if not using a buddy>
12773
12774         * gst-libs/gst/audio/audio.h:
12775         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12776
12777 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12778
12779         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12780         (gst_audio_convert_transform_caps):
12781           Get structure-name just once.
12782
12783 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12784
12785         * tests/check/elements/audioresample.c: (GST_START_TEST):
12786         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12787         * tests/check/elements/volume.c: (GST_START_TEST):
12788         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12789         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12790         (test_pipeline), (GST_START_TEST):
12791         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12792         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12793           Fix big batch of compiler warnings.
12794
12795 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12796
12797         * ext/gnomevfs/gstgnomevfssrc.c:
12798           Add docs about icydemux usage in connection with gnomevfssrc
12799
12800         * ext/libvisual/visual.c:
12801         * ext/ogg/gstoggaviparse.c:
12802         * ext/ogg/gstoggdemux.c:
12803         * ext/ogg/gstoggmux.c:
12804         * ext/ogg/gstoggparse.c:
12805         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12806         * gst-libs/gst/audio/gstaudiosink.c:
12807         * gst-libs/gst/audio/gstaudiosrc.c:
12808         * gst/audiorate/gstaudiorate.c:
12809           More G_OBJECT macro fixing.
12810
12811         * gst/audiotestsrc/gstaudiotestsrc.h:
12812           Fix wrong info in header due to copy & paste
12813
12814 2006-09-15  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst-libs/gst/audio/gstbaseaudiosink.c:
12817         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12818         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12819         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12820         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12821         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12822         Do the delay calculation in the source/sink base classes as this is
12823         specific for the capture/playback mode.
12824         Try to fixate a bit better, like round depth up to a multiple of 8
12825         bigger than width.
12826         Handle underruns correctly by marking DISCONT on buffers and adjusting
12827         timestamps to handle the gap.
12828         Set offset/offset_end correctly on buffers.
12829
12830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12831         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12832         (gst_ring_buffer_read):
12833         Remove resync and underrun recovery from the ringbuffer.
12834         Fix ringbuffer read code on under/overrun.
12835
12836 2006-09-15  Wim Taymans  <wim@fluendo.com>
12837
12838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12839         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12840         (queue_threshold_reached), (gst_play_base_bin_set_property),
12841         (gst_play_base_bin_get_property):
12842         * gst/playback/gstplaybasebin.h:
12843         Don't use a 0 low watermark when buffering, it is catching starvation
12844         way too late. Instead, use a 3 second queue with 30 and 95
12845         percent low/high watermarks. 
12846         Added queue-min-threshold property to configure low watermark.
12847         Use new _buffering message API.
12848         Make queue_threshold variable big enough to store a uint64 time value.
12849         API: playbin::queue-min-threshold property.
12850
12851 2006-09-15  Wim Taymans  <wim@fluendo.com>
12852
12853         * configure.ac:
12854         We require 0.10.10.1 now because of _wait_preroll().
12855
12856         * gst-libs/gst/audio/gstbaseaudiosink.c:
12857         (gst_base_audio_sink_render):
12858         Use gst_base_sink_wait_preroll().
12859
12860 2006-09-15  Wim Taymans  <wim@fluendo.com>
12861
12862         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12863         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12864         Use DEBUG_OBJECT more.
12865
12866 === release 0.10.10 ===
12867
12868 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12869
12870         patch by: Michael Smith <msmith at fluendo dot com>
12871
12872         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12873         (gst_multi_fd_sink_client_queue_buffer),
12874         (gst_multi_fd_sink_new_client):
12875         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12876         (multifdsink_suite):
12877           Fix implementation of sync-method 'next-keyframe'
12878           Closes #354594
12879
12880 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12881
12882         patch by: Wim Taymans <wim at fluendo dot com>
12883
12884         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12885         This patch removes the RANDOM flag that was incorrectly introduced with
12886         revision 1.91.  Fixes #354590
12887
12888 2006-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12889
12890         * tests/check/Makefile.am:
12891           Random variation in Makefile line to see if it makes the
12892           gen64-base-full bot any happier.
12893
12894 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12895
12896         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12897           Disable test that fails at the moment (killed after timeout).
12898
12899 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12900
12901         Patch by: James Livingston  <doclivingston at gmail.com>
12902
12903         * tests/check/Makefile.am:
12904         * tests/check/pipelines/.cvsignore:
12905         * tests/check/pipelines/oggmux.c: (get_page_codec),
12906         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12907         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12908         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12909         (test_theora_vorbis), (oggmux_suite):
12910           Add simple unit test for oggmux from #337026 with checking for the
12911           EOS flags disabled for the time being.
12912
12913 2006-09-04  Wim Taymans  <wim@fluendo.com>
12914
12915         patch by: Alessandro Dessina <alessandro nnva org>
12916
12917         * ext/ogg/gstoggmux.c:
12918         Add cmml caps to oggmux. Fixes #353912
12919
12920 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12921
12922         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12923           Returning a return value often helps. In this case, we
12924           don't need the return value anyway, so just get rid of it.
12925           Should make build bots much happier.
12926
12927 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12928
12929         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12930         (paint_get_structure), (gst_video_test_src_get_size),
12931         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12932         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12933         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12934         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12935         * gst/videotestsrc/videotestsrc.h:
12936           Add support for AYUV and the various RGBA formats. Initialise
12937           fields of paintinfo structs allocated on the stack.
12938
12939         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12940         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12941         (check_rgb_buf), (videotestsrc_suite):
12942           Add unit tests for videotestsrc's RGB output.
12943
12944 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12945
12946         * gst/videotestsrc/gstvideotestsrc.c:
12947         (gst_video_test_src_pattern_get_type),
12948         (gst_video_test_src_set_pattern):
12949         * gst/videotestsrc/gstvideotestsrc.h:
12950         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12951         (gst_video_test_src_black), (gst_video_test_src_white),
12952         (gst_video_test_src_red), (gst_video_test_src_green),
12953         (gst_video_test_src_blue):
12954         * gst/videotestsrc/videotestsrc.h:
12955           Add more uni-colour patterns ("white", "red", "green", and "blue").
12956
12957 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12958
12959         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12960           Fix stride for YVYU, should be word-aligned (#353658).
12961
12962 2006-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12963
12964         * gst/adder/gstadder.c: (gst_adder_src_event):
12965           Fix build.
12966
12967 2006-08-31  Edward Hervey  <edward@fluendo.com>
12968
12969         * gst/adder/gstadder.c: (forward_event_func),
12970         (gst_adder_src_event), (gst_adder_collected),
12971         (gst_adder_change_state):
12972         * gst/adder/gstadder.h:
12973         Remember the start position asked in the incoming seeks, so we can
12974         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12975         of assuming it will always be 0).
12976
12977 2006-08-31  Edward Hervey  <edward@fluendo.com>
12978
12979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12980         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12981         (gst_ogg_demux_loop):
12982         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12983
12984 2006-08-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12985
12986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12987         (gst_ffmpegcsp_get_unit_size):
12988           Return FALSE instead of returning a random false unit
12989           size when the format isn't known/supported (even if
12990           this shouldn't happen under normal circumstances).
12991
12992 2006-08-29  Wim Taymans  <wim@fluendo.com>
12993
12994         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12995
12996         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12997         (gst_gnome_vfs_src_start):
12998         Try harder to get the size from a uri by using _info_uri() when
12999         _info_from_handle() does not give us enough info. 
13000         Also follow symlinks when getting the size.
13001         Partially Fixes #332864.
13002
13003 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13004
13005         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13006
13007         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13008         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13009         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13010         (gst_alsa_mixer_set_record):
13011         * ext/alsa/gstalsamixertrack.c:
13012         (gst_alsa_mixer_track_update_alsa_capabilities),
13013         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13014         (gst_alsa_mixer_track_update):
13015         * ext/alsa/gstalsamixertrack.h:
13016           Improve and fix mixer track handling, in particular better handling
13017           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13018           separate track objects for tracks that have both capture and playback
13019           volume (and label them differently as well so they're not mistakenly
13020           assumed to be duplicates); classify mixer tracks that only affect
13021           the audible volume of something (rather than the capture volume)
13022           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13023           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13024           (following the meaning documented in the mixer interface header
13025           file); add support for alsa's exclusive cswitch groups; update/sync
13026           state/flags better if mixer settings are changed by another
13027           application. Fixes #336075.
13028
13029 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13030
13031         * gst/playback/gstplaybin.c:
13032           Improve docs: add section about BUFFERING messages sent by playbin.
13033
13034 2006-08-29  Michael Smith  <msmith@fluendo.com>
13035
13036         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13037         (gst_vorbis_enc_buffer_check_discontinuous),
13038         (gst_vorbis_enc_chain):
13039           Ignore explicit DISCONT marked on buffers (which is often spurious,
13040           particularly when using multiple segments), in favour of solely
13041           using the timestamps/durations.
13042
13043 2006-08-29  Edward Hervey  <edward@fluendo.com>
13044
13045         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13046         Don't rely on incoming buffers offset anymore, since it is completely
13047         broken when using multiple segments.
13048         Instead convert the incoming buffers timestamp to running time, and
13049         then convert that value to the offsets.
13050         Also inform GstSegment of the last outputted stop position, which is
13051         needed if we received several segments with an unknown stop value.
13052
13053 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13054
13055         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13056           fix buffer unreffing on a header push failure
13057
13058 2006-08-28  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13061         (gst_audio_rate_chain):
13062         Make the metadata of the buffer writable before changing its
13063         flags.
13064
13065 2006-08-28  Wim Taymans  <wim@fluendo.com>
13066
13067         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13068         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13069         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13070         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13071         Fix audiorate some more.
13072         Reset and resync counters on flush and READY.
13073         Handle the DISCONT flag correctly.
13074         Use GstSegment to track position.
13075         Fail when not negotiated.
13076         Fixes #353234.
13077
13078 2006-08-25  Michael Smith  <msmith@fluendo.com>
13079
13080         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13081           Fix spelling.
13082           Remove accidently included debug line.
13083
13084 2006-08-25  Wim Taymans  <wim@fluendo.com>
13085
13086         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13087         Small cleanups.
13088         If a buffer is received with no caps, make the buffer metadata
13089         writable and set the caps, making sure that we don't screw up the
13090         refcounts.
13091
13092 2006-08-25  Michael Smith  <msmith@fluendo.com>
13093
13094         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13095         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13096           Fix memory leaks and misleading debug messages, add a couple of
13097           comments.
13098
13099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13100         (gst_multi_fd_sink_render):
13101           Do not use gst_buffer_make_writable() in a basesink render method,
13102           as it may incorrectly unref the buffer. Instead, use convoluted
13103           dance to avoid copying the buffer except when we need to.
13104
13105 2006-08-25  Michael Smith  <msmith@fluendo.com>
13106
13107         * ext/vorbis/vorbisenc.c:
13108         (gst_vorbis_enc_buffer_check_discontinuous):
13109           Allow very small discontinuities in the timestamps. These we can't
13110           do anything useful with anyway (because vorbis's timestamps have
13111           only sample granularity), and are commonly produced by elements with
13112           minor bugs. Allow up to 1/2 a sample out.
13113           Fixes #351742.
13114
13115 2006-08-24  Wim Taymans  <wim@fluendo.com>
13116
13117         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13118         (play_scrub_toggle_cb), (main):
13119         Add a checkbox to enable play scrubbing. Makes it possible to disable
13120         normal scrubbing.
13121
13122 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13123
13124         * tests/check/elements/.cvsignore:
13125           make buildbot happy
13126
13127 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13128
13129         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13130         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13131         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13132         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13133         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13134         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13135         (gst_ogm_text_parse_strip_trailing_zeroes),
13136         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13137         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13138           Refactor ogm parse, do better input checking, misc. clean-ups.
13139           Cache incoming events and push them once the source pad has
13140           been created. Don't pass unterminated strings to sscanf().
13141           Strip trailing zeroes from subtitle text output, since they
13142           are not valid UTF-8. Don't push vorbiscomment packets on
13143           the subtitle text pad. Output perfect streams if possible.
13144
13145 2006-08-23  Wim Taymans  <wim@fluendo.com>
13146
13147         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13148         Waits for tasks to settle down so that we clean up correctly for 
13149         valgrind.
13150
13151 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13152
13153         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13154           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13155           actually return return value in taglists_are_equal.
13156
13157 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13158
13159         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13160           Fix crash due to broken bitstream parsing on x86-64: can't make
13161           any assumptions about sizeof(struct) due to alignment/packing
13162           differences on different architectures. Fixes #351790.
13163
13164 2006-08-22  Wim Taymans  <wim@fluendo.com>
13165
13166         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13167         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13168         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13169         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13170         (gst_riff_parse_info):
13171         Protect public functions against bad input.
13172         Do some cleanups.
13173         Fix documentation.
13174
13175 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13176
13177         * gst-libs/gst/riff/riff-ids.h:
13178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13179           Add voxware audio IDs (even if we can't play it) (#351795).
13180
13181 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13182
13183         * gst-libs/gst/riff/riff-media.c:
13184         (gst_riff_create_video_template_caps),
13185         (gst_riff_create_audio_template_caps),
13186         (gst_riff_create_iavs_template_caps):
13187           Const-ify some arrays and use G_N_ELEMENTS instead
13188           of wasting oodles of RAM on terminator bits.
13189
13190 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13191
13192         * gst-libs/gst/tag/gstvorbistag.c:
13193         (gst_tag_list_to_vorbiscomment_buffer):
13194         * tests/check/libs/tag.c: (GST_START_TEST):
13195           And the same for _to_vorbiscomment_buffer(): allow
13196           id_data_len == 0 for speex.
13197
13198 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13199
13200         * configure.ac:
13201         * docs/plugins/Makefile.am:
13202         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13203         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13204         * docs/plugins/inspect/plugin-gdp.xml:
13205         * gst/gdp/Makefile.am:
13206         * tests/check/Makefile.am:
13207           Move GDP plugin to -base from -bad.  Closes #347783.
13208
13209 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13210
13211         * gst-libs/gst/tag/gstvorbistag.c:
13212         (gst_tag_list_from_vorbiscomment_buffer):
13213           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13214           Also add some checks to make sure we don't memcmp() beyond the end of
13215           vorbiscomment buffer if the ID to check for is larger than the buffer.
13216
13217         * tests/check/libs/tag.c: (GST_START_TEST):
13218           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13219
13220 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13221
13222         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13223         (gst_vorbis_enc_set_metadata):
13224           Use vorbis comment utility functions from libgsttag
13225           instead of re-inventing the wheel (partially fixes #347091).
13226
13227 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13228
13229         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13230         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13231         as some that won't.
13232
13233 2006-08-21  Wim Taymans  <wim@fluendo.com>
13234
13235         * docs/libs/Makefile.am:
13236         * docs/libs/gst-plugins-base-libs-sections.txt:
13237         * docs/libs/gst-plugins-base-libs.types:
13238         Don't try to GObject scan the netbuffer as it's not a GObject.
13239         Fixes #351308.
13240
13241         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13242         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13243         Document GstNetBuffer.
13244
13245 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13246
13247         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13248         (audioconvert_suite):
13249           Add testcase for caps-size-explosion
13250
13251 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13252
13253         * gst/audioconvert/gstaudioconvert.c:
13254         (gst_audio_convert_get_unit_size), (set_structure_widths):
13255           Lower debug, use g_assert in _get_unit_size
13256
13257         * gst/audioresample/gstaudioresample.c:
13258         (audioresample_get_unit_size):
13259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13260         (gst_ffmpegcsp_get_unit_size):
13261         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13262           use g_assert in _get_unit_size
13263
13264 2006-08-18  Wim Taymans  <wim@fluendo.com>
13265
13266         * docs/libs/gst-plugins-base-libs-sections.txt:
13267         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13268         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13269         (gst_rtp_buffer_get_payload_buffer):
13270         * gst-libs/gst/rtp/gstrtpbuffer.h:
13271         Document GstRTPBuffer.
13272         Added function to efficiently strip payload headers.
13273         API: gst_rtp_buffer_get_payload_subbuffer()
13274
13275 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13276
13277         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13278         (gst_tag_to_vorbis_comments):
13279           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13280           tags and deserialise them properly as well (#347091).
13281           Add some more gtk-doc blurbs and also some g_return_if_fail().
13282
13283         * tests/check/libs/tag.c: (GST_START_TEST),
13284         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13285           More tests.
13286
13287 2006-08-17  Wim Taymans  <wim@fluendo.com>
13288
13289         * ext/ogg/Makefile.am:
13290         * ext/ogg/gstogg.c: (plugin_init):
13291         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13292         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13293         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13294         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13295         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13296         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13297         Added ogg-in-avi parser element. Fixes #140139.
13298
13299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13300         Fixed a bug in oggdemux debug code.
13301
13302         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13303         (gst_riff_create_audio_template_caps):
13304         Recognise Ogg in the AVI extensible wave format.
13305
13306 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13307
13308         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13309           Make buffer durations add up (duration should be next_ts-ts for
13310           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13311           from CVS.
13312
13313         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13314         (test_buffer_timestamps), (cddabasesrc_suite):
13315           Add unit test for the above.
13316
13317         * tests/check/Makefile.am:
13318           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13319           to see what happens.
13320
13321 2006-08-16  Wim Taymans  <wim@fluendo.com>
13322
13323         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13324         (gst_alsasink_open):
13325         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13326         (gst_alsasrc_open):
13327         Avoid setting and using a NULL device name.
13328         Print more info when we fail to open a device.
13329
13330 2006-08-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13331
13332         * docs/libs/gst-plugins-base-libs-sections.txt:
13333         * gst-libs/gst/tag/tag.h:
13334         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13335           API: add gst_tag_parse_extended_comment() (#351426).
13336
13337         * tests/check/Makefile.am:
13338         * tests/check/libs/.cvsignore:
13339         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13340           Add unit test for gst_tag_parse_extended_comment().
13341
13342 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13343
13344         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13346           Fix leak (#351502).
13347
13348 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13349
13350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13352         * docs/plugins/gst-plugins-base-plugins.args:
13353         * gst/playback/gstplaybin.c:
13354           Document playbin.
13355           
13356         * docs/plugins/inspect/plugin-adder.xml:
13357         * docs/plugins/inspect/plugin-alsa.xml:
13358         * docs/plugins/inspect/plugin-audioconvert.xml:
13359         * docs/plugins/inspect/plugin-audiorate.xml:
13360         * docs/plugins/inspect/plugin-audioresample.xml:
13361         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13362         * docs/plugins/inspect/plugin-cdparanoia.xml:
13363         * docs/plugins/inspect/plugin-decodebin.xml:
13364         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13365         * docs/plugins/inspect/plugin-gnomevfs.xml:
13366         * docs/plugins/inspect/plugin-ogg.xml:
13367         * docs/plugins/inspect/plugin-pango.xml:
13368         * docs/plugins/inspect/plugin-playbin.xml:
13369         * docs/plugins/inspect/plugin-subparse.xml:
13370         * docs/plugins/inspect/plugin-tcp.xml:
13371         * docs/plugins/inspect/plugin-theora.xml:
13372         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13373         * docs/plugins/inspect/plugin-video4linux.xml:
13374         * docs/plugins/inspect/plugin-videorate.xml:
13375         * docs/plugins/inspect/plugin-videoscale.xml:
13376         * docs/plugins/inspect/plugin-videotestsrc.xml:
13377         * docs/plugins/inspect/plugin-volume.xml:
13378         * docs/plugins/inspect/plugin-vorbis.xml:
13379         * docs/plugins/inspect/plugin-ximagesink.xml:
13380         * docs/plugins/inspect/plugin-xvimagesink.xml:
13381           Update to CVS version.
13382
13383 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13384
13385         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13386         (gst_play_bin_set_property), (gst_play_bin_get_property),
13387         (value_list_append_structure_list),
13388         (gst_play_bin_handle_redirect_message),
13389         (gst_play_bin_handle_message):
13390           API: GstPlayBin::connection-speed
13391           Add "connection-speed" property; re-order redirect messages with
13392           multiple redirect locations depending on the minimum bitrate if
13393           that information is available and a connection speed is set
13394           (#350399).
13395
13396 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13397
13398         * gst/playback/gstplaybin.c:
13399           Update max volume to the same value that the volume element uses.
13400
13401 2006-08-14  Wim Taymans  <wim@fluendo.com>
13402
13403         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13404         Less uglyness..
13405
13406 2006-08-14  Wim Taymans  <wim@fluendo.com>
13407
13408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13409         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13410         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13411         Add some more debug info.
13412         Don't crash when a seek failed.
13413         Actually return the result of the seek instead of TRUE.
13414         Ignore multiple BOS pages with the same serial so that we don't create
13415         the same stream multiple times.
13416         Post an error when we fail to do the initial seek.
13417
13418 2006-08-13  Wim Taymans  <wim@fluendo.com>
13419
13420         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13421         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13422         Small code cleanup.
13423
13424         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13425         (gst_alsa_mixer_new):
13426         Remove hack that always set the device to hw:0*.
13427         Properly find the card name for whatever device was configured.
13428         Do some better debugging.
13429         Fixes #350784.
13430
13431         * ext/alsa/gstalsamixerelement.c:
13432         (gst_alsa_mixer_element_set_property),
13433         (gst_alsa_mixer_element_change_state):
13434         Cleanups.
13435         Handle setting of a NULL device name better.
13436
13437 2006-08-11  Wim Taymans  <wim@fluendo.com>
13438
13439         * gst/adder/gstadder.c:
13440         Don't clip float values. Fixes #350900.
13441
13442 2006-08-11  Andy Wingo  <wingo@pobox.com>
13443
13444         * gst/tcp/gsttcp.c: Really fix the build?
13445
13446         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13447         fixes the build.
13448
13449 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13450
13451         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13452           Float caps shouldn't have a "signed" field.
13453
13454 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13455
13456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13457           Implement SEEKING query in its most basic form, so that we can
13458           at least check if we're seekable or not (#350655).
13459
13460 2006-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13461
13462         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13463           The checks here are not even close to anything that would
13464           justify MAXIMUM probability, lowering to POSSIBLE until someone
13465           fixes the checks (case at hand: quicktime redirection files
13466           might start with 00 00 01 XX and pass the checks here just
13467           fine, see #350399).
13468
13469 2006-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13470
13471         Patch by: Sjoerd Simons  <sjoerd at luon net>
13472
13473         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13474           Better detection for multipart/x-mixed-replace: accept leading
13475           whitespaces before the boundary marker as well (as our very own
13476           multipartmux used to produce) (#349068).
13477
13478 2006-08-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13479
13480         Patch by: Young-Ho Cha  <ganadist at chollian net>
13481
13482         * gst-libs/gst/riff/riff-ids.h:
13483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13484         (gst_riff_create_audio_template_caps):
13485           Detect DTS audio streams (#350157).
13486
13487 2006-08-05  Andy Wingo  <wingo@pobox.com>
13488
13489         * ext/theora/gsttheoraparse.h:
13490         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13491         (theora_parse_dispose, theora_parse_set_property)
13492         (theora_parse_get_property, theora_parse_munge_granulepos)
13493         (theora_parse_push_buffer, theora_parse_change_state):
13494         API: GstTheoraParse::synchronization-points
13495         Add a property 'synchronization-points' to fix badly synchronized oggs.
13496
13497 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13498
13499         * tests/check/Makefile.am:
13500         * tests/check/libs/.cvsignore:
13501         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13502         (fixed_caps_have_channel_positions), (GST_START_TEST),
13503         (audio_suite), (main):
13504           Add a few tests for the channel position stuff in libgstaudio.
13505
13506 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13507
13508         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13509         (gst_alsa_detect_channels):
13510         * ext/alsa/gstalsasink.c:
13511           Add support for cards that (only) do more than 8 channels,
13512           like the Delta 44 (#345188).
13513
13514         * gst-libs/gst/audio/multichannel.c:
13515         (gst_audio_check_channel_positions):
13516         * gst-libs/gst/audio/multichannel.h:
13517           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13518           unspecified channel position and cannot be combined with any
13519           of the other audio channel positions; adjust position layout
13520           checks accordingly (#345188).
13521
13522 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13523
13524         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13525           Recognise ancient RealAudio files (see #349779).
13526
13527 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13528
13529         Patch by: Jens Granseuer  <jensgr at gmx net>
13530
13531         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13532           Add typefinder for Interplay's MVE format (#348973).
13533
13534 2006-08-02  Wim Taymans  <wim@fluendo.com>
13535
13536         Patch by: Marcel Moreaux <marcelm at luon dot net>
13537
13538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13539         (gst_base_rtp_depayload_add_to_queue):
13540         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13541         Handle RTP sequence number rollover.
13542         Disable jitterbuffer by default.
13543
13544 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13545
13546         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13547         (audioresample_set_caps):
13548         Don't leak references to the incoming caps. Clean them up when
13549         stopping.
13550
13551         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13552         (gst_video_scale_finalize):
13553         Don't leak our temporary pixel buffer.
13554
13555         * tests/check/Makefile.am:
13556         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13557         (GST_START_TEST), (simple_launch_lines_suite):
13558
13559         Fix leaks and re-enable the test for valgrind checking.
13560
13561 2006-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13562
13563         Patch by: Sjoerd Simons  <sjoerd at luon net>
13564
13565         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13566         (plugin_init):
13567           Add typefind function for multipart/x-mixed-replace (#348916).
13568
13569 2006-07-28  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst/adder/gstadder.c: (gst_adder_setcaps),
13572         (gst_adder_query_duration):
13573         Fix leak in duration query.
13574         Reflow some docs and notes.
13575
13576 2006-07-28  Michael Smith  <msmith@fluendo.com>
13577
13578         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13579         (vorbisenc_suite):
13580           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13581           aspect of it.
13582
13583 2006-07-28  Michael Smith  <msmith@fluendo.com>
13584
13585         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13586         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13587         (gst_vorbis_enc_push_buffer),
13588         (gst_vorbis_enc_buffer_check_discontinuous),
13589         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13590         * ext/vorbis/vorbisenc.h:
13591           Handle discontinuities in the input vorbis stream correctly,
13592           so that the output is properly timestamped (and has good granulepos
13593           values). Needs some oggmux fixes too.
13594
13595 2006-07-27  Wim Taymans  <wim@fluendo.com>
13596
13597         patch by: Kai Vehmanen <kv2004 eca cx>
13598
13599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13600         (gst_base_rtp_depayload_chain),
13601         (gst_base_rtp_depayload_handle_sink_event),
13602         (gst_base_rtp_depayload_change_state):
13603         Don't send multiple newsegments with different formats.
13604         Fixes #348677.
13605
13606 2006-07-26  Wim Taymans  <wim@fluendo.com>
13607
13608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13609         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13610         Make seeking in ogg more accurate again by doing the more correct
13611         granuletime to stream time conversion.
13612
13613 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13614
13615         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13616         (gst_multi_fd_sink_new_client):
13617           debug a little more understandably
13618           do not use goto as a substitute for break, especially if
13619           break is also being used
13620
13621 2006-07-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13622
13623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13624         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13625           Remove GLib-2.6 compatibility cruft.
13626
13627 2006-07-24  Wim Taymans  <wim@fluendo.com>
13628
13629         * gst-libs/gst/audio/gstbaseaudiosink.c:
13630         (gst_base_audio_sink_render):
13631         Don't try to align a sample to an unknown value.
13632
13633 2006-07-24  Wim Taymans  <wim@fluendo.com>
13634
13635         * gst-libs/gst/audio/gstbaseaudiosink.c:
13636         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13637         When the audio clock is slaved to another clock, never try to align
13638         samples but trust the rate interpolation algorithm.
13639
13640 2006-07-24  Wim Taymans  <wim@fluendo.com>
13641
13642         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13643         Don't try to calculate silence samples, base class does this much
13644         better now.
13645
13646         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13647         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13648         (gst_ring_buffer_acquire):
13649         Calculate silence samples correctly.
13650
13651         * gst-libs/gst/audio/gstringbuffer.h:
13652         Add _CAST macro.
13653
13654 2006-07-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13655
13656         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13657           Limit search for the first markup tag to the first few kB of
13658           the file. If we don't find one there, it's highly unlikely that
13659           this is an XML(-ish) file.
13660
13661 2006-07-21  Andy Wingo  <wingo@pobox.com>
13662
13663         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13664         test to the one in vorbisenc. Also commented out.
13665
13666         * tests/check/pipelines/vorbisenc.c: 
13667         (test_discontinuity): New test, commented out until Mike lands
13668         some elite vorbisenc patches.
13669
13670         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13671         Bufferstraw was actually factored out of these tests. Now we share
13672         code yay.
13673
13674         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13675         for bufferstraw addition to gstcheck.
13676
13677 2006-07-21  Wim Taymans  <wim@fluendo.com>
13678
13679         * ext/theora/theoradec.c: (clip_buffer):
13680         Better clipping.
13681
13682 2006-07-21  Wim Taymans  <wim@fluendo.com>
13683
13684         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13685         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13686         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13687         Fix leak.
13688         Avoid type casting when we can.
13689
13690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13691         Fix mem leak.
13692
13693 2006-07-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13694
13695         * ext/alsa/gstalsamixerelement.c:
13696         (gst_alsa_mixer_element_change_state):
13697           Make state change fail if the specified device can't be opened
13698           for some reason.
13699
13700 2006-07-20  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13703         (cb_newpad), (main):
13704         Example of a small audio/video player using decodebin.
13705
13706 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13707
13708         * gst-libs/gst/riff/riff-ids.h:
13709           Add 'fact' chunk id
13710
13711 2006-07-19  Wim Taymans  <wim@fluendo.com>
13712
13713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13714         (gst_base_rtp_depayload_chain),
13715         (gst_base_rtp_depayload_change_state):
13716         Don't assert when not negotiated but post a meaningfull 
13717         error message. Fixes #347918.
13718
13719         * gst-libs/gst/rtp/gstbasertppayload.c:
13720         Add comment about better default MTU size.
13721
13722         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13723         Small cleanups, start docs.
13724
13725 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13726
13727         Patch by: Martin Szulecki
13728
13729         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13730           If "device-name" is requested and the device is not
13731           open, try to temporarily open it to obtain this
13732           information (#342494).
13733
13734 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13735
13736         * gst-libs/gst/tag/gstid3tag.c:
13737           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13738
13739         * gst-libs/gst/tag/gsttageditingprivate.h:
13740         * gst-libs/gst/tag/gstvorbistag.c:
13741           Some more random const-ifications.
13742
13743 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13744
13745         * gst-libs/gst/riff/riff-ids.h:
13746         * gst-libs/gst/riff/riff-media.c:
13747         (gst_riff_create_video_template_caps):
13748           Add more FOURCCs (sort list to make stuff easier to find),
13749           add comment what those 16 bytes in struct _gst_riff_strh according to
13750           one avi-dumper are
13751
13752 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13753
13754         * gst-libs/gst/audio/multichannel.c:
13755         (gst_audio_check_channel_positions),
13756         (gst_audio_fixate_channel_positions):
13757           Const-ify two arrays.
13758
13759 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13760
13761         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13762           Fix typo, so that alsasink also advertises 8 channels
13763           if that's supported (tags: can, worms, open, alsa, ph34r).
13764
13765 2006-07-17  Wim Taymans  <wim@fluendo.com>
13766
13767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13768         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13769         *sigh*, when is the compiler going to warn when the comments
13770         are out-of-sync with the code.. Refix case of busted theora
13771         headers with 0 granule pos.
13772
13773 2006-07-14  Wim Taymans  <wim@fluendo.com>
13774
13775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13776         (gst_base_rtp_depayload_wait),
13777         (gst_base_rtp_depayload_change_state),
13778         (gst_base_rtp_depayload_set_property),
13779         (gst_base_rtp_depayload_get_property):
13780         Fix 99% cpu load by waiting for absolute times on the
13781         clock. Fixes #347300.
13782
13783 2006-07-14  Andy Wingo  <wingo@pobox.com>
13784
13785         * ext/theora/gsttheoraparse.h: 
13786         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13787         (theora_parse_push_headers, theora_parse_clear_queue)
13788         (theora_parse_drain_queue_prematurely, )
13789         (theora_parse_sink_event, theora_parse_change_state): Queue events
13790         until we initialized our state, like in vorbisparse.
13791
13792         * ext/vorbis/vorbisparse.h: 
13793         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13794         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13795         (vorbis_parse_drain_queue_prematurely, )
13796         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13797         until we have initialized our state. Fixes seeking after an
13798         initial pad block.
13799
13800 2006-07-14  Andy Wingo  <wingo@pobox.com>
13801
13802         Patch by: Iain Holmes <iaingnome@gmail.com>
13803         
13804         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13805
13806 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13807
13808         * configure.ac:
13809         Bump nano back to CVS
13810
13811 === release 0.10.9 ===
13812
13813 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13814
13815         * configure.ac:
13816           releasing 0.10.9, "I walk the line"
13817
13818 2006-07-14  Michael Smith  <msmith@fluendo.com>
13819
13820         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13821           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13822           (commonly happens when running this test under valgrind) when trying
13823           to remove the buffer probe.
13824
13825 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13826
13827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13828         Fix missing g_unlock from the previous commit
13829
13830 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13831
13832         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13833         (gst_ximagesink_change_state):
13834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13835         (gst_xvimagesink_change_state):
13836         Implement a locking order to ensure we always take the object lock
13837         before the x_lock and never vice-versa.
13838
13839 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13840
13841         * gst/playback/gstdecodebin.c: (find_compatibles):
13842         Fix a caps leak when linking (#347304)
13843
13844         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13845         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13846         (gst_ximagesink_change_state):
13847         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13848         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13849         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13850         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13851         Don't leak shared memory resources. Use the object lock to protect
13852         against the xcontext disappearing while returning a buffer from the
13853         pipeline. (#347304)
13854
13855 2006-07-12  Edward Hervey  <edward@fluendo.com>
13856
13857         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13858         (vorbis_handle_comment_packet):
13859         gst_tag_list_merge() returns a new object. Take that into account when
13860         using it. This avoids memleak.
13861         Revert previous commit which is not needed.
13862
13863 2006-07-12  Edward Hervey  <edward@fluendo.com>
13864
13865         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13866         Reset the decoder in finalize so that all fields get cleared.
13867
13868 2006-07-12  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13871         (gst_base_audio_src_set_clock),
13872         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13873         Don't try to post an error message when setting the clock fails
13874         as this can happen when adding an element to a bin which will then
13875         deadlock. Fixes #347296.
13876
13877 2006-07-12  Edward Hervey  <edward@fluendo.com>
13878
13879         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13880         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13881         (vorbis_handle_type_packet):
13882         Post tag messages on the bus even if we're not initialized.
13883         If we're not initialized, we still postpone the event pushing of tags.
13884
13885 2006-07-12  Wim Taymans  <wim@fluendo.com>
13886
13887         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13888         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13889         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13890         Revert last two changes that broke the freeze.
13891
13892 2006-07-12  Wim Taymans  <wim@fluendo.com>
13893
13894         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13895         basesink calculates silence sample correctly for us.
13896
13897 2006-07-12  Wim Taymans  <wim@fluendo.com>
13898
13899         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13900         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13901         Calculate correct silence samples so we don't fill our ringbuffer
13902         with noise.
13903
13904 2006-07-12  Edward Hervey  <edward@fluendo.com>
13905
13906         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13907         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13908         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13909         * ext/vorbis/vorbisdec.h:
13910         Delay sending events (newsegment, tags) until the decoder is properly
13911         initialized.
13912         Fixes #347295
13913
13914 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13915
13916         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13917         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13918           Patch from #347221 adding a test for audioconvert
13919           channel remappings.
13920
13921 2006-07-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13922
13923         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13924         (gst_ssa_parse_parse_line):
13925           Don't include the terminating NUL in the buffer size,
13926           it's only there for extra paranoia (would add random
13927           '*' characters at the end of each subtitle since the
13928           terminator itself is not valid UTF-8 technically).
13929           Also fix indenting after boilerplate macro.
13930
13931 2006-07-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13932
13933         * gst/playback/gstdecodebin.c: (close_pad_link):
13934           Also emit 'unknown-type' signal (which should really be
13935           called unhandled-type) if we found potential decoders/demuxers
13936           in the registry but none of them worked in the end (as in the
13937           case where the plugins don't exist any longer but are still
13938           listed in the registry). Fixes #329798.
13939
13940 2006-07-08  Andy Wingo  <wingo@pobox.com>
13941
13942         * theoraparse.c (theora_parse_push_buffer)
13943         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13944         Add some more debugging. Fix granulepos reconstruction in the face
13945         of discontinuities.
13946
13947 2006-07-06  Wim Taymans  <wim@fluendo.com>
13948
13949         * gst-libs/gst/audio/gstbaseaudiosink.c:
13950         (gst_base_audio_sink_class_init),
13951         (gst_base_audio_sink_provide_clock):
13952         Use gobject_class instead of G_OBJECT_CLASS (klass)
13953
13954         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13955         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13956         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13957         (gst_base_audio_src_get_time),
13958         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13959         (gst_base_audio_src_create_ringbuffer):
13960         Fix latency and buffer-time constants and properties ala basesink.
13961         Implement pull based scheduling. Fixes #346527.
13962         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13963         one segment.
13964         Refuse slaving to another clock instead of silently not working.
13965         Only provide a clock when we are actually able to do so.
13966         Various small cleanups and compiler hints.
13967
13968 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13969
13970         Patch by: Lutz Mueller <lutz at topfrose de>
13971
13972         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13973         (plugin_init):
13974           Add typefinding for text/html (#346581).
13975
13976 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13977
13978         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13979         (xml_check_first_element), (xml_type_find), (smil_type_find):
13980           Fix SMIL typefinding, make xml_check_first_element() more
13981           useful.
13982
13983 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13984
13985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13986         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13987         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13988         * gst/playback/gstplaybasebin.h:
13989           Protect list of elements with a subtitle-encoding property and
13990           the subtitle encoding member itself with a lock of their own
13991           instead of using the object lock. This prevents a dead-lock in
13992           the element-remove callback in some circumstances when shutting
13993           down playbin.
13994
13995 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13996
13997         * win32/common/libgsttag.def:
13998         Export some new functions.
13999         * win32/vs6/libgstogg.dsp:
14000         Add a link to libgsttag-0.10.lib.
14001
14002 2006-07-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14003
14004         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14005           Some const-ification.
14006
14007 2006-07-04  Wim Taymans  <wim@fluendo.com>
14008
14009         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14010         Improve checking if we are dealing with a stream. Added some
14011         more uris that need buffering.
14012
14013 2006-07-03  Edward Hervey  <edward@fluendo.com>
14014
14015         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14016         Remove unused variable.
14017
14018 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14019
14020         * Makefile.am:
14021           include lcov.mak
14022         * configure.ac:
14023           add GCOV_LIBS to GST_LIBS
14024
14025 2006-07-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14026
14027         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14028
14029         * ext/alsa/gstalsasrc.c:
14030           Add 32 bps to template caps and increase channels range
14031           from [1,2] to [1,MAX]. See #346326.
14032
14033 2006-06-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14034
14035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14036           Recognise 'WMVA' video codec fourcc (#345879).
14037           
14038 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14039          
14040         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14041           Fixed nasty memory leak
14042
14043 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14044
14045         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14046         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14047           fix logging
14048
14049 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14050
14051         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14052         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14053         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14054         Protect remove_fakesink using a mutex, so that we don't try and
14055         remove the fakesink simultaneously from multiple threads.
14056
14057         When going from READY to PAUSED, restore the fakesink, so that
14058         it is there when decodebin gets reused.
14059
14060 2006-06-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14061
14062         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14064         * gst-libs/gst/rtp/gstbasertppayload.c:
14065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14066         * gst/tcp/gstmultifdsink.c:
14067         * gst/tcp/gsttcpclientsink.c:
14068         * gst/tcp/gsttcpclientsrc.c:
14069         * gst/tcp/gsttcpserversink.c:
14070         * gst/tcp/gsttcpserversrc.c:
14071         * gst/videorate/gstvideorate.c:
14072         * gst/videotestsrc/gstvideotestsrc.c:
14073         * sys/v4l/gstv4ljpegsrc.c:
14074         * sys/v4l/gstv4lmjpegsink.c:
14075         * sys/v4l/gstv4lsrc.c:
14076         * tests/examples/seek/scrubby.c:
14077         * tests/examples/seek/seek.c:
14078           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14079
14080 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14081
14082         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14083           Second field in GEnumValue shouldn't be a description,
14084           but a stringified version of the enum value.
14085
14086 2006-06-22  Wim Taymans  <wim@fluendo.com>
14087
14088         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14089         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14090         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14091         Avoid type checking in buffer casts.
14092         Avoid caps copy in buffer_alloc when we can.
14093         Use pad_peer_accept.
14094
14095 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14096
14097         * gst-libs/gst/tag/tag.h:
14098           Oops, make that 'Since: 0.10.9'.
14099
14100 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14101
14102         * docs/libs/gst-plugins-base-libs-sections.txt:
14103         * gst-libs/gst/tag/tag.h:
14104         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14105         (gst_tag_image_type_get_type):
14106           API: add GstTagImageType enum to describe images contained
14107           in image tags (#345641).
14108
14109 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14110
14111         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14112           Fix warnings with gst-inspect: "buffers-min" property
14113           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14114           typo in property description.
14115
14116 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14117
14118         Patch by: Cody Russell <bratsche at gnome org>
14119
14120         * gst/audioresample/gstaudioresample.c:
14121         (gst_audioresample_class_init):
14122         * gst/playback/gststreamselector.c:
14123         (gst_stream_selector_class_init):
14124         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14125         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14126         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14127         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14128         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14129         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14130         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14131         * gst/videotestsrc/gstvideotestsrc.c:
14132         (gst_video_test_src_class_init):
14133         * gst/volume/gstvolume.c: (gst_volume_class_init):
14134           Avoid unnecessary class cast check in class_init
14135           functions (#337747).
14136
14137 2006-06-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14138
14139         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14140         (gst_text_overlay_video_chain):
14141           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14142           and doesn't validate its input either (and neither did
14143           textoverlay it seems). Let's do that then and fix #345206.
14144
14145 2006-06-19  Wim Taymans  <wim@fluendo.com>
14146
14147         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14148         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14149         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14150         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14151         (find_syncframe), (find_limits), (assign_value),
14152         (count_burst_unit), (gst_multi_fd_sink_new_client),
14153         (gst_multi_fd_sink_handle_client_write),
14154         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14155         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14156         (gst_multi_fd_sink_change_state):
14157         * gst/tcp/gstmultifdsink.h:
14158         Added shiny new burst-on-connect methods.
14159         Add properties to control the minimal amount of data queued.
14160         Small cleanups.
14161         API: bytes-min property
14162         API: time-min property
14163         API: buffers-min property
14164         API: burst-unit property
14165         API: burst-value property
14166         API: add-full signal
14167
14168         * gst/tcp/gsttcp-marshal.list:
14169         Added new marshaller code for the new signal.
14170
14171         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14172         (multifdsink_suite):
14173         Added testcases for new burst methods.
14174
14175 2006-06-19  Edward Hervey  <edward@fluendo.com>
14176
14177         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14178         Implement clipping for accurate seeking.
14179         Closes #345225
14180
14181 2006-06-19  Wim Taymans  <wim@fluendo.com>
14182
14183         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14184
14185         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14186         (gst_video_scale_transform):
14187         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14188
14189 2006-06-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14190
14191         * configure.ac:
14192           Fix --disable-external (can't set conditionals conditionally,
14193           #343602).
14194
14195 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14196
14197         * tests/check/elements/audioresample.c: (test_reuse),
14198         (audioresample_suite):
14199           Add test case for bug #342789 fixed below.
14200
14201 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14202
14203         * gst/audioresample/gstaudioresample.c:
14204         (gst_audioresample_class_init), (gst_audioresample_init),
14205         (audioresample_start), (audioresample_stop),
14206         (gst_audioresample_set_property), (gst_audioresample_get_property):
14207           Implement GstBaseTransform::start and ::stop so that audioresample
14208           can clear its internal state properly and be reused instead of
14209           causing non-negotiated errors with playbin under some circumstances
14210           (#342789).
14211
14212         * tests/check/elements/audioresample.c: (setup_audioresample),
14213         (cleanup_audioresample):
14214           Need to set element state here so that ::start and ::stop are
14215           called.
14216
14217 2006-06-16  Wim Taymans  <wim@fluendo.com>
14218
14219         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14220
14221         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14222         Parse extra data better, apparently it's right behind
14223         the normal strf header size. Fixes #343500.
14224
14225 2006-06-16  Wim Taymans  <wim@fluendo.com>
14226
14227         * ext/alsa/gstalsasink.c: (set_hwparams):
14228         If we fail to set the buffer_time and period_time alsa
14229         parameters, post a warning and leave alsa select a 
14230         default instead of failing. Fixes #342085
14231
14232 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14233
14234         * docs/libs/gst-plugins-base-libs-sections.txt:
14235         * gst-libs/gst/cdda/gstcddabasesrc.h:
14236           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14237           out in the header file and shouldn't be listed in the docs.
14238
14239         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14240           Must dereference pointer to fourcc in the debug statement.
14241
14242 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14243
14244         * docs/libs/Makefile.am:
14245         * docs/libs/gst-plugins-base-libs-docs.sgml:
14246         * docs/libs/gst-plugins-base-libs-sections.txt:
14247         * docs/libs/gst-plugins-base-libs.types:
14248         add remaining symbols into correct setions
14249         
14250         * gst-libs/gst/audio/gstringbuffer.c:
14251         fix incomplete docs
14252         
14253         * gst-libs/gst/audio/gstringbuffer.h:
14254         comment out not yet implemented function
14255         
14256         
14257         * gst-libs/gst/floatcast/floatcast.h:
14258         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14259         add short descriptions
14260         
14261         
14262         * gst-libs/gst/interfaces/propertyprobe.c:
14263         fix return value docs   
14264         
14265         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14266         simplify debug logging
14267         
14268         * gst-libs/gst/riff/riff-read.h:
14269         sync function prototype and docs
14270         
14271         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14272         remove left over symbol
14273
14274 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14275
14276         * autogen.sh:
14277         * configure.ac:
14278         * docs/Makefile.am:
14279           Use GST_PLUGIN_DOCS macro in configure.ac, add
14280           --enable-plugin-docs default to autogen.sh and use
14281           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14282
14283 2006-06-15  Wim Taymans  <wim@fluendo.com>
14284
14285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14286         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14287         (gst_ogg_demux_loop):
14288         Combine GstFlowReturn from the source pads to give a
14289         meaningfull result to the upstream peer or to stop the
14290         processing task in case of errors.
14291
14292 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14293
14294         * gst/playback/gststreaminfo.c: (cb_probe):
14295           Try GST_TAG_CODEC as fallback when extracting the
14296           codec name; more debug info.
14297
14298 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14299
14300         * ext/ogg/Makefile.am:
14301         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14302           Extract language tags from ogm subtitle streams, so that
14303           the subtitle menu choices are labelled correctly in
14304           Totem (fixes #344708).
14305
14306 2006-06-14  Wim Taymans  <wim@fluendo.com>
14307
14308         Patch by: Alessandro Decina <alessandro at nnva dot org>
14309
14310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14311         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14312         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14313         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14314         Fix various leaks. Fixes #343699.
14315         Add x-smoke mime type.
14316
14317 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14318
14319         * gst-libs/gst/riff/riff-ids.h:
14320           Add IDs for 'bext' chunks (see #343837).
14321
14322 2006-06-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14323
14324         Patch by: Young-Ho Cha  <ganadist at chollian net>
14325
14326         * gst/subparse/samiparse.c: (sami_context_pop_state),
14327         (handle_start_font), (end_sami_element):
14328           Honour font face tags in SAMI subtitles (#344503).
14329
14330 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14331
14332         * po/POTFILES.in:
14333           add missing files containing translatable strings
14334
14335 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14336
14337         * docs/libs/tmpl/.cvsignore:
14338           we don't want those *.sgml files in CVS either
14339
14340 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14341
14342         * docs/libs/.cvsignore:
14343         * tests/check/elements/.cvsignore:
14344         * tests/check/libs/.cvsignore:
14345           ignore more
14346
14347 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14348
14349         * docs/libs/Makefile.am:
14350           also commiting the changed Makefile.am (added more libs to the
14351           doc-build)
14352
14353 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14354
14355         * docs/libs/gst-plugins-base-libs-docs.sgml:
14356         * docs/libs/gst-plugins-base-libs-sections.txt:
14357         * docs/libs/gst-plugins-base-libs.types:
14358           first batch of reordering things, add index & hierarchy
14359
14360 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14361
14362         * configure.ac:
14363           use GST_PKG_CHECK_MODULES, cleans up output
14364
14365 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14366
14367         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14368           Add support for burn:// URIs (#343385); const-ify things a bit,
14369           use G_N_ELEMENTS instead of hard-coded array size.
14370
14371 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14372
14373         Patch by: Young-Ho Cha  <ganadist at chollian net>
14374
14375         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14376           Fix up broken entities before passing them to libxml *sigh*.
14377           (#343303).
14378           
14379 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14380
14381         * configure.ac:
14382           back to TRUNK
14383
14384 === release 0.10.8 ===
14385
14386 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14387
14388         * configure.ac:
14389           releasing 0.10.8, "Moar gij ziet mij nie"
14390
14391 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14392
14393         * configure.ac:
14394         * po/af.po:
14395         * po/az.po:
14396         * po/cs.po:
14397         * po/en_GB.po:
14398         * po/hu.po:
14399         * po/it.po:
14400         * po/nb.po:
14401         * po/nl.po:
14402         * po/or.po:
14403         * po/sq.po:
14404         * po/sr.po:
14405         * po/sv.po:
14406         * po/uk.po:
14407         * po/vi.po:
14408         * win32/common/config.h:
14409           0.10.7.2 prerelease
14410
14411 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14412
14413         * docs/libs/tmpl/gstaudio.sgml:
14414         * docs/libs/tmpl/gstcolorbalance.sgml:
14415         * docs/libs/tmpl/gstmixer.sgml:
14416         * docs/libs/tmpl/gstringbuffer.sgml:
14417         * docs/libs/tmpl/gsttuner.sgml:
14418         * docs/libs/tmpl/gstxoverlay.sgml:
14419         * gst-libs/gst/audio/audio.c:
14420         * gst-libs/gst/audio/gstringbuffer.c:
14421         * gst-libs/gst/interfaces/colorbalance.c:
14422         * gst-libs/gst/interfaces/mixer.c:
14423         * gst-libs/gst/interfaces/tuner.c:
14424         * gst-libs/gst/interfaces/xoverlay.c:
14425           move last template doc snippets to source code and delete them
14426
14427 2006-06-06  Michael Smith  <msmith@fluendo.com>
14428
14429         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14430         (theora_parse_drain_queue):
14431           Mark DELTA_UNIT on non-keyframes.
14432
14433 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14434
14435         * gst-libs/gst/audio/gstbaseaudiosink.c:
14436         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14437         * gst-libs/gst/audio/gstbaseaudiosink.h:
14438         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14439         (gst_ring_buffer_samples_done):
14440         * gst-libs/gst/audio/gstringbuffer.h:
14441         Document better the fact that latency_time and buffer_time are values
14442         stored in microseconds, and not the usual GStreamer nanoseconds.
14443         Change the variables (compatibly) that store them from GstClockTime 
14444         to guint64 to make it more clear that they're not storing clock times.
14445         Also, remove the bogus property description that says the user can
14446         specify -1 to get the default value, since that's never been the case.
14447
14448         When computing the default segment size for the ring buffer, make it
14449         an integer number of samples.
14450
14451         When the sub-class indicates a delay greater than the number of
14452         samples we've written return 0 from the audio sink get_time method.
14453
14454 2006-06-02  Michael Smith  <msmith@fluendo.com>
14455
14456         * tests/check/elements/audioconvert.c: (set_channel_positions),
14457         (get_float_mc_caps), (get_int_mc_caps):
14458         * tests/check/elements/audioresample.c:
14459         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14460         * tests/check/elements/videorate.c:
14461         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14462         * tests/check/elements/volume.c:
14463         * tests/check/elements/vorbisdec.c:
14464         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14465           Don't busy-wait in tests; this was causing test timeouts very
14466           frequently when running under valgrind.
14467
14468 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14469
14470         * gst/tcp/README:
14471         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14472         (gst_multi_fd_sink_remove_client_link),
14473         (gst_multi_fd_sink_client_queue_caps),
14474         (gst_multi_fd_sink_client_queue_buffer),
14475         (gst_multi_fd_sink_handle_client_write),
14476         (gst_multi_fd_sink_render):
14477         * gst/tcp/gstmultifdsink.h:
14478           make multifdsink properly deal with streamheader:
14479           - streamheader is taken from caps
14480           - buffers marked with IN_CAPS are not sent
14481           - streamheaders are sent, on connection, from the caps of the
14482             buffer where the client gets positioned to
14483           - further streamheader changes are done every time the client
14484             will receive a buffer with different caps
14485         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14486         (gst_multifdsink_create_streamheader):
14487           add tests for this
14488
14489 2006-06-02  Michael Smith  <msmith@fluendo.com>
14490
14491         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14492           Reinstate limit on channel count. Vorbis does not define the meaning
14493           of > 6 channels, so they're just independent channels. Gstreamer
14494           currently has no mechanism to represent N independent channels.
14495
14496 2006-06-02  Michael Smith  <msmith@fluendo.com>
14497
14498         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14499           Don't arbitrarily restrict channel counts and rate in vorbis.
14500           In terms of effects likely on real-world files, this fixes 96kHz
14501           playback of vorbis.
14502
14503 2006-06-02  Michael Smith  <msmith@fluendo.com>
14504
14505         * gst/audioconvert/audioconvert.c: (float):
14506           More correct float->int conversion.
14507
14508 2006-06-02  Michael Smith  <msmith@fluendo.com>
14509
14510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14511           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14512           value. Fixes g-critical on trying to play back ogg containing
14513           unknown codec.
14514
14515 2006-06-02  Wim Taymans  <wim@fluendo.com>
14516
14517         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14518         (setup_source):
14519         * gst/playback/gstplaybasebin.h:
14520         Make the subtitle detection work from any thread so we don't
14521         deadlock. Fixes #343397.
14522
14523 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         * gst/volume/Makefile.am:
14526           Seriously, it's not *that* hard to get compilation right.  Even
14527           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14528
14529 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14530
14531         * gst/volume/gstvolume.c: (volume_choose_func),
14532         (volume_update_real_volume), (gst_volume_class_init),
14533         (gst_volume_init), (volume_process_float), (volume_process_int16),
14534         (volume_process_int16_clamp), (volume_set_caps),
14535         (volume_transform_ip), (plugin_init):
14536         * gst/volume/gstvolume.h:
14537         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14538         another property desc., remove unused param from process function
14539         
14540         * tests/check/elements/volume.c: (volume_suite):
14541         reactivate the passthrough test
14542
14543 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14544
14545         * ext/alsa/gstalsamixerelement.h:
14546         * ext/alsa/gstalsamixeroptions.h:
14547         * ext/alsa/gstalsamixertrack.h:
14548         * ext/gnomevfs/gstgnomevfssink.h:
14549         * ext/gnomevfs/gstgnomevfssrc.h:
14550         * ext/theora/gsttheoradec.h:
14551         * ext/theora/gsttheoraenc.h:
14552         * ext/theora/gsttheoraparse.h:
14553         * ext/vorbis/vorbisparse.h:
14554         * gst-libs/gst/audio/gstaudioclock.h:
14555         * gst-libs/gst/audio/gstaudiofilter.h:
14556         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14557         * gst/audioconvert/gstaudioconvert.h:
14558         * gst/audioresample/gstaudioresample.h:
14559         * gst/audiotestsrc/gstaudiotestsrc.h:
14560         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14561         * gst/playback/gststreamselector.h:
14562         * gst/tcp/gstmultifdsink.h:
14563         * gst/tcp/gsttcpclientsink.h:
14564         * gst/tcp/gsttcpclientsrc.h:
14565         * gst/tcp/gsttcpserversink.h:
14566         * gst/tcp/gsttcpserversrc.h:
14567         * gst/videorate/gstvideorate.h:
14568         * gst/videoscale/gstvideoscale.h:
14569         * gst/videotestsrc/gstvideotestsrc.h:
14570         * gst/volume/gstvolume.h:
14571         * sys/v4l/gstv4ljpegsrc.h:
14572         * sys/v4l/gstv4lmjpegsink.h:
14573         * sys/v4l/gstv4lmjpegsrc.h:
14574         * sys/v4l/gstv4lsrc.h:
14575         * sys/ximage/ximagesink.h:
14576         * sys/xvimage/xvimagesink.h:
14577         * tests/old/testsuite/alsa/sinesrc.h:
14578         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14579
14580 2006-05-31  Wim Taymans  <wim@fluendo.com>
14581
14582         * ext/libvisual/visual.c: (gst_visual_reset),
14583         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14584         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14585         Handle DISCONT.
14586         Use running time before doing QoS.
14587         Handle mono too.
14588
14589 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14590
14591         * docs/libs/Makefile.am:
14592           set a magic variable to indicate we know the docs are incomplete
14593
14594 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14595
14596         * win32/common/libgstvideo.def:
14597           export gst_video_calculate_display_ratio
14598         * win32/vs6/libgstvideoscale.dsp:
14599           add link to libgstvideo-0.10.lib
14600
14601 2006-05-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14602
14603         * gst/playback/gstplaybasebin.c: (gen_source_element):
14604           Throw a more comprehensible error for rtsp:// URIs (rather
14605           than erroring out with a negotiation error later on) until
14606           we fix playbin to handle rtspsrc etc.
14607
14608 2006-05-30  Wim Taymans  <wim@fluendo.com>
14609
14610         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14611         (gst_text_overlay_text_event):
14612         Added some FIXMEs.
14613
14614 2006-05-30  Wim Taymans  <wim@fluendo.com>
14615
14616         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14617         (gst_adder_request_new_pad), (gst_adder_release_pad):
14618         * gst/adder/gstadder.h:
14619         Implement release_request_pad.
14620         Make padcounter atomic.
14621
14622         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14623         Added check for release_pad in adder.
14624
14625 2006-05-30  Wim Taymans  <wim@fluendo.com>
14626
14627         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14628         Fix build again.
14629
14630 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14631
14632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14633         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14634         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14635         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14636         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14637         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14638         (gst_ogg_demux_bisect_forward_serialno),
14639         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14640         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14641           add more debugging
14642           clean up printf formats for granulepos and serialno
14643
14644 2006-05-30  Michael Smith  <msmith@fluendo.com>
14645
14646         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14647         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14648         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14649         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14650         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14651         * ext/vorbis/vorbisenc.h:
14652           Multi-channel caps negotiation, so we can do proper multichannel
14653           vorbis encoding, negotiated through audioconvert.
14654
14655 2006-05-30  Wim Taymans  <wim@fluendo.com>
14656
14657         * tests/check/elements/adder.c: (test_event_message_received),
14658         (test_play_twice_message_received), (GST_START_TEST),
14659         (adder_suite):
14660         Added check to show that #339935 is fixed with ongoing
14661         adder and collectpads fixes.
14662
14663 2006-05-29  Wim Taymans  <wim@fluendo.com>
14664
14665         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14666         Don't leak pad name.
14667
14668 2006-05-29  Wim Taymans  <wim@fluendo.com>
14669
14670         * gst/adder/gstadder.c: (gst_adder_query_duration),
14671         (forward_event_func), (forward_event), (gst_adder_src_event):
14672         Fix adder seeking.
14673         Make query/seeking code threadsafe.
14674
14675         * tests/check/Makefile.am:
14676         * tests/check/elements/adder.c: (test_event_message_received),
14677         (GST_START_TEST), (test_play_twice_message_received):
14678         Fix adder test case.
14679
14680 2006-05-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14681
14682         Patch by: Young-Ho Cha  <ganadist at chollian net>
14683
14684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14685         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14686         (set_encoding_element), (decodebin_element_added_cb),
14687         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14688         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14689         * gst/playback/gstplaybasebin.h:
14690           Add 'subtitle-encoding' property to playbin, so applications can
14691           force a subtitle encoding for non-UTF8 subtitles (#342268).
14692
14693         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14694         (gst_sub_parse_set_property):
14695           Rename recently-added 'encoding' property to 'subtitle-encoding'
14696           (so it can be proxied by playbin/decodebin in a generic way
14697           with less danger of false positives).
14698
14699 2006-05-29  Michael Smith  <msmith@fluendo.com>
14700
14701         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14702         (append_with_other_format), (set_structure_widths),
14703         (gst_audio_convert_transform_caps):
14704           Patch from #341562: give more specific audio caps in get_caps, so
14705           that basetransform  can make better decisions on what caps to
14706           negotiate.
14707
14708 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14709
14710         * tests/check/elements/volume.c:
14711         make it compile again
14712
14713 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14714
14715         * tests/check/elements/volume.c: (volume_suite):
14716         disable test until #343196 gets resolved
14717
14718 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14719
14720         * gst/adder/gstadder.c: (gst_adder_get_type):
14721         Make it easier to copy&paste
14722         
14723         * gst/volume/Makefile.am:
14724         * gst/volume/gstvolume.c: (volume_update_real_volume),
14725         (gst_volume_set_volume), (gst_volume_set_mute),
14726         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14727         (volume_transform_ip), (volume_update_mute),
14728         (volume_update_volume):
14729         * gst/volume/gstvolume.h:
14730         Add own debug category, move duplicate code to helper function, fix
14731         property texts, add more comments and prepare ffor liboil-goodness
14732         
14733         * tests/check/Makefile.am:
14734         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14735         add test for mute and passtrough case, be a bit more verbose to track
14736         failure
14737         
14738         * tests/check/generic/states.c: (GST_START_TEST):
14739         catch elements that fail to instantiate
14740
14741 2006-05-28  Edward Hervey  <edward@fluendo.com>
14742
14743         * tests/check/pipelines/simple-launch-lines.c:
14744         * tests/check/pipelines/theoraenc.c:
14745         * tests/check/pipelines/vorbisenc.c:
14746         Comment out tests using parse_launch() if core was built without
14747         parsing capabilities.
14748
14749 2006-05-27  Edward Hervey  <edward@fluendo.com>
14750
14751         * tests/check/Makefile.am:
14752         Extra bonus points for whoever explains to ensonic that you are meant
14753         to test unit tests thoroughly before commiting them, especially if
14754         you know it's going to break.
14755         De-activated element/adder tests.
14756
14757 2006-05-27  Edward Hervey  <edward@fluendo.com>
14758
14759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14760         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14761         Marking caps conversion issues as GST_WARNING is way too verbose,
14762         Moving them to GST_LOG.
14763
14764 2006-05-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14765
14766         * README:
14767           Replace current README (containing the release notes from
14768           some 0.9.x version) with a proper README taken from the core.
14769
14770 2006-05-26  Wim Taymans  <wim@fluendo.com>
14771
14772         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14773         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14774         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14775         (vorbis_dec_change_state):
14776         Small cleanups.
14777         Add some FIXMEs
14778         Clip output samples to segment boundaries.
14779
14780 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14781
14782         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14783         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14784         Improve the errors produced on bad output, including some human
14785         readable description strings.
14786         Handle the (theoretical for ximagesink) case where the XServer 
14787         has a different idea about the size required for a particular 
14788         frame and gives us too small a memory allocation.
14789
14790 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14791
14792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14793         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14794         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14795         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14796         Improve the errors produced on bad output, including some human 
14797         readable description strings.
14798         Handle RGB Xv formats properly by transforming them into our 
14799         big-endian caps description.
14800         Use gst_caps_truncate to ensure that we never try and choose a
14801         non-fixed caps in buffer_alloc.
14802         Handle the case where the XServer has a different idea about the size
14803         required for a particular frame and gives us too small a memory
14804         allocation.
14805         Use -1 to indicate 'no image format', because 0 is a valid XServer
14806         image format number.
14807         Put RGB Xv formats at the end of the caps, so that we always prefer
14808         YUV format frames.
14809         Iterate the available Xv Encodings to determine the maximum width and
14810         height, and then return that in our caps.
14811         (Closes #315312, #337544)
14812
14813 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14814
14815         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14816         When there is only one unfinished pad and it receives an event that
14817         doesn't match our requirements, we need to set alldone=FALSE so that
14818         the fakesink is not removed yet.
14819
14820 2006-05-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14821
14822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14823           Use gst_type_find_helper_for_buffer() to find the type
14824           of stream from the first packet.
14825
14826         * configure.ac:
14827           Bump requirements to core CVS (needed for vorbis
14828           typefinding to work).
14829
14830 2006-05-24  Edward Hervey  <edward@fluendo.com>
14831
14832         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14833         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14834         contain.  Else they play perfectly fine with qtdemux.
14835
14836 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14837
14838         * ext/theora/theoradec.c:
14839         * ext/theora/theoraenc.c:
14840         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14841         * gst/audiorate/gstaudiorate.c:
14842           make more debug catagories static
14843         
14844         * tests/check/Makefile.am:
14845         * tests/check/elements/adder.c: (message_received),
14846         (test_event_message_received), (GST_START_TEST),
14847         (test_play_twice_message_received), (adder_suite):
14848           added test case for using element twice, extra bonus points for anyone
14849           who can make these test run reliably
14850
14851 2006-05-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14852
14853         * ext/theora/theoradec.c: (theora_dec_chain):
14854           Make work with time-stamped input buffers that do not
14855           have a granulepos in BUFFER_OFFSET_END (like theora
14856           buffers coming from matroskademux). Fixes #342448.
14857
14858 2006-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14859
14860         Patch by: Peter Kjellerstedt  <pkj at axis com>
14861
14862         * gst/tcp/Makefile.am:
14863           fdstresstest doesn't need Gtk+, fix compilation if 
14864           gtk is not available (#342566).
14865
14866 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14867          
14868         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14869           80 line columns
14870           Removed redundant floor()
14871
14872 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14873
14874         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14875           On second thought, just skip JUNK chunks automatically, so
14876           the caller doesn't have to handle this. Fixes #342345.
14877           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14878           not GST_FLOW_ERROR.
14879
14880 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14881
14882         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14883           Don't bail out on JUNK chunks with a size of 0 (would try to
14884           pull_range 0 bytes before, which sources don't like too much).
14885           See #342345.
14886
14887 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14888
14889         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14891         Use the gstutil scaling function to preserve 64 bits while calculating
14892         output width and height from the display-aspect-ratio. (A continuation
14893         of #341542)
14894
14895 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14896
14897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14898         (gst_xvimagesink_buffer_alloc):
14899         * sys/xvimage/xvimagesink.h:
14900         When performing buffer allocations, remember the caps and image format
14901         we return so that if the same caps are asked for next time we can
14902         return them immediately without doing any caps intersections.
14903
14904 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14905          
14906         * gst-libs/gst/rtp/README:
14907           Some new documentation
14908         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14909           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14910         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14911         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14912           New RTP audio base payloader class. Supports frame or sample based
14913           codecs.  Not enabled in Makefile.am until approved.
14914
14915 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14916
14917         * tests/check/elements/alsa.c: (test_device_property_probe):
14918           Fix test case: don't try to free NULL GValueArray when there
14919           are no devices.
14920
14921 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14922
14923         * tests/check/Makefile.am:
14924         * tests/check/elements/alsa.c: (test_device_property_probe),
14925         (alsa_suite), (main):
14926           Add simple test that runs a device property probe on alsasrc,
14927           alsasink and alsamixer. Disable valgrind check for now (too
14928           many leaks in libasound, and valgrind ignored my suppressions
14929           additions).
14930
14931 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14932
14933         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14934         (gst_alsa_device_property_probe_probe_property),
14935         (gst_alsa_device_property_probe_needs_probe),
14936         (gst_alsa_device_property_probe_get_values),
14937         (gst_alsa_type_add_device_property_probe_interface):
14938         * ext/alsa/gstalsadeviceprobe.h:
14939         * ext/alsa/gstalsamixerelement.c:
14940         (gst_alsa_mixer_element_init_interfaces):
14941         * ext/alsa/gstalsamixerelement.h:
14942           Clean up and simplify alsa device probing. Make it actually work
14943           for multiple classes. Don't cache results any longer.
14944
14945         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14946         (gst_alsasink_init):
14947         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14948         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14949         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14950           Make alsasink and alsasrc implement the GstPropertyProbe interface
14951           for device probing (#342181).
14952           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14953
14954 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14955
14956         * gst/subparse/samiparse.c: (handle_start_font):
14957           Don't ignore return value of strtol (++compiler_happiness).
14958
14959 2006-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14960
14961         Patch by: Young-Ho Cha  <ganadist chollian net>
14962
14963         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14964         (gst_sub_parse_class_init), (gst_sub_parse_init),
14965         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14966         (convert_encoding):
14967         * gst/subparse/gstsubparse.h:
14968           Add 'encoding' property (#341681).
14969
14970         * gst/subparse/samiparse.c: (characters_sami):
14971           Output is pango markup, so we need to escape text
14972           between tags (#342143).
14973
14974 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14975
14976         * gst-libs/gst/audio/multichannel.c:
14977         (gst_audio_check_channel_positions):
14978           It's okay to have caps with channels=1 and a channel position
14979           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14980           (deinterleavers might want to keep the position in the caps,
14981           so that they can be re-interleaved again properly later).
14982           Leave check for unexpected 2-channel layouts intact for now.
14983
14984 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14985
14986         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14987         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14988         basesrc can do its job correctly.
14989
14990 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14991
14992         * ext/alsa/Makefile.am:
14993         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14994         (gst_alsa_detect_formats), (get_channel_free_structure),
14995         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14996         (gst_alsa_probe_supported_formats):
14997         * ext/alsa/gstalsa.h:
14998         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14999           Refactor and improve caps probing code: probe signedness
15000           when we probe the supported formats/widths; set endianness
15001           to the one we actually probed for (ie. cpu endianness).
15002           
15003         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15004         (gst_alsasrc_close):
15005         * ext/alsa/gstalsasrc.h:
15006           Implement caps probing for alsasrc.
15007
15008 2006-05-15  Wim Taymans  <wim@fluendo.com>
15009
15010         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15011         (theora_dec_src_query), (theora_dec_src_event),
15012         (theora_dec_sink_event), (theora_handle_comment_packet),
15013         (theora_handle_data_packet), (theora_dec_change_state):
15014         Cleanups, add some G_LIKELY.
15015         Use segment helpers instead of our own wrong code.
15016         Clear queued buffers on seek and READY.
15017
15018         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15019         (vorbis_dec_convert), (vorbis_dec_src_query),
15020         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15021         (vorbis_handle_comment_packet), (vorbis_dec_push),
15022         (vorbis_handle_data_packet), (vorbis_dec_chain),
15023         (vorbis_dec_change_state):
15024         * ext/vorbis/vorbisdec.h:
15025         Remove old useless packetno variable.
15026         Do position query properly.
15027         Add some G_LIKELY.
15028         Do cleanup of queued buffers in new helper function
15029         and use it.
15030
15031 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15032
15033         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15034           Query supported sample rates. Fixes #341732.
15035
15036 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15037
15038         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15039         (gst_decode_bin_change_state): Make decodebin reusable
15040         when going from PAUSE_TO_READY and then back to PAUSED.
15041         Fixes #331678.
15042
15043 2006-05-15  Wim Taymans  <wim@fluendo.com>
15044
15045         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15046         (vorbis_dec_convert), (vorbis_dec_src_query),
15047         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15048         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15049         (vorbis_dec_clean_queued), (vorbis_dec_push),
15050         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15051         Cleanups. Use refcounting and DEBUG_OBJECT.
15052         Reset segment on flush, use code methods instead of our
15053         own wrong version.
15054         Fix potential memleak.
15055
15056 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15057
15058         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15059         (gst_alsasink_init):
15060         * ext/alsa/gstalsasink.h:
15061           Don't leak allocated snd_output_t structure if there's
15062           more than one alsasink instance at a time (#341873).
15063           Also fix GObject macros in header file.
15064           
15065 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15066
15067         * gst/subparse/gstsubparse.c:
15068         (gst_sub_parse_data_format_autodetect):
15069           Don't use libxml functions in the typefinding code.
15070
15071 2006-05-15  Wim Taymans  <wim@fluendo.com>
15072
15073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15074         Fix seeking performance in the case where a non-header 
15075         packet has a 0 granulepos (busted theora case). 
15076         Fixes #341719
15077         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15078          the first place, you limelight stealer you)
15079
15080 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15081
15082         * gst/subparse/gstsubparse.c:
15083         (gst_sub_parse_data_format_autodetect):
15084           Improve SAMI typefinding: handle case where there are
15085           whitespaces or newlines in front of the first <SAMI>
15086           tag (#169936).
15087
15088 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15089
15090         * configure.ac:
15091           Build video4linux plugin even if there's no XVIDEO, just
15092           without implementing the GstXOverlay interface (#334002).
15093          
15094 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15095
15096         * configure.ac:
15097         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15098         (plugin_init):
15099           Add tentative support for libvisual-0.4 (#336881).
15100
15101 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15102
15103         Patch by: Young-Ho Cha <ganadist at chollian net>
15104
15105         * gst/subparse/samiparse.c: (handle_start_font):
15106           Need to map "silver" colour explicitly (#169936).
15107
15108 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15109
15110         Patch by: Young-Ho Cha  <ganadist at chollian net>
15111
15112         * gst/subparse/Makefile.am:
15113         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15114         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15115         (gst_sub_parse_format_autodetect), (feed_textbuf),
15116         (gst_subparse_type_find), (plugin_init):
15117         * gst/subparse/gstsubparse.h:
15118         * gst/subparse/samiparse.c:
15119         * gst/subparse/samiparse.h:
15120           Add support for SAMI subtitles (#169936).
15121
15122 2006-05-14  Michael Smith  <msmith@fluendo.com>
15123
15124         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15125           Fix #341696: crash when mixing L+R+C to mono or stereo.
15126         * tests/check/Makefile.am:
15127         * tests/check/elements/audioconvert.c: (set_channel_positions),
15128         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15129         (audioconvert_suite):
15130           Add test for the above, including some generic framework bits for
15131           testing multichannel things.
15132
15133 === release 0.10.7 ===
15134
15135 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15136
15137         * configure.ac:
15138           releasing 0.10.7, "Leave the gun"
15139
15140 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15141
15142         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15144         Fix the build.
15145
15146 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15147
15148         * docs/libs/gst-plugins-base-libs-docs.sgml:
15149         * docs/libs/gst-plugins-base-libs-sections.txt:
15150         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15151         * gst-libs/gst/video/video.h:
15152         * gst/videoscale/Makefile.am:
15153         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15155         * tests/check/Makefile.am:
15156         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15157         (main):
15158           Fix integer overflow problem with pixel-aspect-ratio calculations
15159           in videoscale and xvimagesink (#341542)
15160
15161 2006-05-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15162
15163         * gst-libs/gst/tag/gstid3tag.c:
15164           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15165
15166 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15167
15168         * win32/MANIFEST:
15169           update win32 files listing
15170
15171 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         patch by: Sjoerd Simons (sjoerd@luon.net)
15174
15175         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15176         (group_create), (group_destroy), (add_stream),
15177         (gst_play_base_bin_get_property),
15178         (gst_play_base_bin_get_streaminfo_value_array):
15179         * gst/playback/gstplaybasebin.h:
15180           API: GstPlayBaseBin::stream-info-value-array property
15181           use a more bindings-friendly way of exposing streaminfo
15182           using a GValueArray.  Tested in ipython.
15183           Closes #341114
15184
15185 2006-05-11  Wim Taymans  <wim@fluendo.com>
15186
15187         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15188         (queue_underrun_cb), (queue_filled_cb):
15189         Also catch queue underruns but don't do anything yet.
15190         Refactor and comment queue enlarging code a bit.
15191
15192         * gst/playback/gstplaybasebin.c: (queue_overrun),
15193         (queue_threshold_reached), (queue_out_of_data),
15194         (gen_preroll_element):
15195         If a queue over/underruns check that we don't create nasty
15196         deadlocks when the min-threshold is not reached but the
15197         max-bytes is. In those cases disable max-bytes when we
15198         know that the queue is fed timed data.
15199         Add more comments.
15200
15201 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15202
15203         * gst/playback/gstplaybin.c: (gen_audio_element):
15204           Make playbin automatically plug an 'audioresample'
15205           element before the audio sink as well. This solves
15206           problems with sinks that only accept a very specific
15207           sample rate, like esdsink (e.g. #340379).
15208
15209 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15210
15211         * gst/playback/gstplaybasebin.c: (gen_source_element):
15212           Make http sources send special headers so that we receive
15213           icecast metadata if the http stream is an icecast stream
15214           (otherwise the server will just ignore them). This also
15215           means that from now on users will need the 'icydemux'
15216           element from gst-plugins-good installed if they want to
15217           listen to icecast radio streams. (#341432, #333657).
15218
15219 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15220
15221         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15222         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15223           remove stupid example from docs - it should come with a simple
15224           C program instead.
15225           Clean up/fix docs
15226         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15227         (fail_if_can_read), (GST_START_TEST),
15228         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15229           add a test for changing streamheader which exposes a bug in
15230           multifdsink
15231
15232 2006-05-11  Michael Smith  <msmith@fluendo.com>
15233
15234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15235         (gst_gnome_vfs_src_received_headers_callback):
15236         * ext/gnomevfs/gstgnomevfssrc.h:
15237           Don't set icy-caps unless we have a sane interval value. Move
15238           interval to a local variable; we never use it outside this function.
15239
15240 2006-05-11  Wim Taymans  <wim@fluendo.com>
15241
15242         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15244         Register special buffer types along with the objects so
15245         that they are not registered at runtime from N different
15246         streaming threads since they are not threadsafe.
15247
15248 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15249
15250         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15251         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15252           add two more tests, one doing streamheader
15253
15254 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15255
15256         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15257           clean up the bufqueue when shutting down
15258         * tests/check/Makefile.am:
15259         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15260         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15261         (main):
15262           add a test for the leak that was just fixed
15263
15264 2006-05-10  Wim Taymans  <wim@fluendo.com>
15265
15266         * gst/adder/gstadder.c: (gst_adder_setcaps),
15267         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15268         (gst_adder_src_event), (gst_adder_sink_event),
15269         (gst_adder_class_init), (gst_adder_finalize),
15270         (gst_adder_request_new_pad), (gst_adder_collected):
15271         * gst/adder/gstadder.h:
15272         Updated some docs. Added comments and FIXMEs all over the place.
15273         Improve debugging info.
15274         Fix leak on finalize by not calling the parent.
15275         Implement duration query.
15276         Make event forwarding threadsafe.
15277         Correctly send NEWSEGMENT at start and after flush.
15278         Handle EOS correctly.
15279         Post error when not negotiated.
15280
15281         * tests/check/elements/adder.c: (GST_START_TEST):
15282         Added FIXME in the test.
15283
15284 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15285
15286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15287         (gst_text_overlay_halign_get_type),
15288         (gst_text_overlay_wrap_mode_get_type):
15289         * ext/theora/theoradec.c: (theora_handle_type_packet),
15290         (theora_handle_data_packet):
15291         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15292         (theora_enc_sink_setcaps), (theora_enc_chain):
15293         * gst-libs/gst/cdda/gstcddabasesrc.c:
15294         (gst_cdda_base_src_mode_get_type):
15295         * gst/audiotestsrc/gstaudiotestsrc.c:
15296         (gst_audiostestsrc_wave_get_type):
15297         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15298         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15299         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15300         (gst_sync_method_get_type), (gst_unit_type_get_type),
15301         (gst_client_status_get_type):
15302         * gst/videoscale/gstvideoscale.c:
15303         (gst_video_scale_method_get_type):
15304         * gst/videotestsrc/gstvideotestsrc.c:
15305         (gst_video_test_src_pattern_get_type):
15306         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15307         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15308         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15309         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15310         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15311         (paint_setup_RGB565), (paint_setup_xRGB1555):
15312           Const-ify GEnumValue and GFlagsValue arrays. Use
15313           GST_ROUND_UP_* macros instead of home-made ones.
15314
15315 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15316
15317         * configure.ac:
15318           Require core CVS for the new newsegment stuff.
15319
15320 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15321
15322         Patch by: Sjoerd Simons  <sjoerd at luon net>
15323
15324         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15325           Register nick for enum value (#341160).
15326
15327 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15328
15329         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15330         (plugin_init):
15331          backout typefind patch #340375
15332          
15333         * tests/check/elements/adder.c: (message_received),
15334         (GST_START_TEST), (adder_suite):
15335           redo, signal-handling of test
15336
15337 2006-05-09  Wim Taymans  <wim@fluendo.com>
15338
15339         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15340         (gst_adder_collected):
15341         * gst/adder/gstadder.h:
15342         Remove bogus segment merging and forwarding, we don't
15343         care about timestamps anyway and we just produce a
15344         continuous stream. 
15345         Also create a nice NEWSEGMENT event when we start.
15346         Use _scale_int some more.
15347
15348 2006-05-09  Edward Hervey  <edward@fluendo.com>
15349
15350         * tests/icles/stress-xoverlay.c:
15351         Fix if core was built without parsing support.
15352
15353 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15354
15355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15356           Add SEDG (Samsung MPEG-4) fourcc.
15357
15358 2006-05-09  Edward Hervey  <edward@fluendo.com>
15359
15360         * tests/icles/stress-xoverlay.c:
15361         * tests/examples/volume/volume.c:
15362         Fix if core was built without parsing support.
15363
15364         * tests/examples/seek/seek.c:
15365         Disable the parse_launch example if core was built without parsing
15366         support.
15367
15368 2006-05-08  Edward Hervey  <edward@fluendo.com>
15369
15370         * autogen.sh: (CONFIGURE_DEF_OPT): 
15371         libtoolize on Darwin/MacOSX is called glibtoolize
15372
15373 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15374
15375         * tests/check/Makefile.am:
15376         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15377           Disable the adder test, until the build-slaves posses the kindness to 
15378           either like it or to give valid reason for not doing so 
15379
15380 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15381
15382         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15383         (adder_suite):
15384           Shuffle NULL state change around and raise timeout more
15385
15386 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15387
15388         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15389         (mp4_type_find), (plugin_init):
15390           Add typefind to distinguish between "audio/x-m4a" and new type
15391           "video/mp4". Fixes #340375
15392
15393         * tests/check/elements/adder.c: (adder_suite):
15394           Raise timeout to make buildbot happy
15395
15396 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15397
15398         * gst/adder/gstadder.c: (gst_adder_sink_event),
15399         (gst_adder_request_new_pad), (gst_adder_change_state):
15400         * gst/adder/gstadder.h:
15401         * tests/check/Makefile.am:
15402         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15403         (adder_suite), (main):
15404           Add sink-event handling to adder. It tries to merge incomming
15405           newsegment-events. Added test to check if segment_done is comming
15406           through. Fixes #340060
15407
15408 2006-05-05  Andy Wingo  <wingo@pobox.com>
15409
15410         * ext/theora/theoraparse.c (gst_theora_parse_init)
15411         (theora_parse_src_convert, theora_parse_src_query):
15412         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15413         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15414         query functions on the source pads of the theora and vorbis parse
15415         elements. Fixes position querying when doing a remux.
15416
15417 2006-05-05  Michael Smith  <msmith@fluendo.com>
15418
15419         * ext/theora/theoraparse.c: (parse_granulepos),
15420         (theora_parse_drain_queue_prematurely),
15421         (theora_parse_queue_buffer), (theora_parse_sink_event):
15422           Fix flushing.
15423           Fix invalid granulepos outputs when starting with a non-keyframe.
15424
15425 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15426
15427         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15428         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15429         Rearrange MPEG system stream detection, fixing some memleaks in the
15430         process.
15431         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15432         they clean up their data correctly.
15433         Remove unused ogganx caps and move the 'is_annodex' check to inside
15434         the 'is_ogg' if statement.
15435
15436 2006-05-05  Wim Taymans  <wim@fluendo.com>
15437
15438         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15439         Properly remove ghostpads. Fixes #340392
15440
15441 2006-05-04  David Schleef  <ds@schleef.org>
15442
15443         * gst/typefind/gsttypefindfunctions.c:
15444
15445 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15446
15447         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15448         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15449
15450         When typefinding an MP3 in push-based mode, don't penalise the
15451         probability down to 74% when we found 5 valid frames just because we
15452         can't peek the end of the file.
15453
15454         Make the probability for detecting MPEG Transport Streams based on the
15455         number of sequential headers we successfully detected.
15456
15457 2006-05-03  Wim Taymans  <wim@fluendo.com>
15458
15459         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15460         (vorbis_dec_push), (vorbis_dec_chain):
15461         Still produce an error when we receive an empty packet.
15462
15463 2006-05-03  Wim Taymans  <wim@fluendo.com>
15464
15465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15466         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15467         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15468         Mark buffers with DISCONT after seek and after activating new
15469         chains.
15470
15471         * ext/theora/gsttheoradec.h:
15472         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15473         (theora_get_query_types), (theora_dec_sink_event),
15474         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15475         (theora_dec_change_state):
15476         Fix frame counter.
15477         Detect and mark DISCONT buffers.
15478
15479         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15480         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15481         (vorbis_dec_change_state):
15482         * ext/vorbis/vorbisdec.h:
15483         Use GstSegment.
15484         Detect and mark DISCONT buffers.
15485         Don't crash on 0 sized buffers.
15486
15487 2006-05-03  Wim Taymans  <wim@fluendo.com>
15488
15489         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15490         (volume_transform_ip):
15491         Increase "volume" property to 10.0. Fixes #340369.
15492         Set the process function to NULL when capsnego fails so that
15493         we properly error out.
15494
15495 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15496
15497         * gst/playback/gstplaybin.c: (add_sink):
15498         * gst/playback/test.c: (main):
15499         * gst/playback/test5.c: (dump_element_stats):
15500         * gst/playback/test6.c: (main):
15501           free caps using gst_caps_unref, don't leak caps-strings
15502
15503 2006-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15504
15505         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15506         (plugin_init):
15507           Refine musepack typefinding a bit. Return MAXIMUM
15508           probability when we detect stream version 7 to make
15509           sure the mpeg audio typefinder doesn't trump us.
15510
15511 2006-04-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15512
15513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15514           Protect against unexpected NULL strf_data buffer.
15515
15516 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15517
15518         * tests/check/elements/audioconvert.c: (verify_convert),
15519         (GST_START_TEST):
15520           interpret the out[] buffer in the order the bytes are actually
15521           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15522           Other tests should use BYTE_ORDER since the array is filled in
15523           with actual values
15524
15525 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15526
15527         * tests/check/elements/audioconvert.c: (verify_convert),
15528         (GST_START_TEST):
15529           when a test fails, give an indication of which it is
15530
15531 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15532
15533         * gst-libs/gst/cdda/gstcddabasesrc.c:
15534           compile fix; strtol() needs <stdlib.h>
15535
15536 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15537
15538         * ext/alsa/gstalsamixerelement.c:
15539         * ext/alsa/gstalsasrc.c:
15540         * ext/cdparanoia/gstcdparanoiasrc.c:
15541         * ext/gnomevfs/gstgnomevfssink.c:
15542         * ext/gnomevfs/gstgnomevfssrc.c:
15543         * ext/ogg/gstoggdemux.c:
15544         * ext/ogg/gstoggmux.c:
15545         * ext/ogg/gstoggparse.c:
15546         * ext/ogg/gstogmparse.c:
15547         * ext/pango/gstclockoverlay.c:
15548         * ext/pango/gsttextoverlay.c:
15549         * ext/pango/gsttextrender.c:
15550         * ext/pango/gsttimeoverlay.c:
15551         * ext/theora/theoradec.c:
15552         * ext/theora/theoraenc.c:
15553         * ext/vorbis/vorbisdec.c:
15554         * ext/vorbis/vorbisenc.c:
15555         * gst-libs/gst/audio/gstaudiofilter.c:
15556         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15557         * gst/audioconvert/gstaudioconvert.c:
15558         * gst/audiorate/gstaudiorate.c:
15559         * gst/audioresample/gstaudioresample.c:
15560         * gst/audiotestsrc/gstaudiotestsrc.c:
15561         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15562         * gst/playback/gstdecodebin.c:
15563         * gst/playback/gstplaybin.c:
15564         * gst/playback/gststreamselector.c:
15565         * gst/subparse/gstsubparse.c:
15566         * gst/tcp/gstmultifdsink.c:
15567         * gst/tcp/gsttcpclientsink.c:
15568         * gst/tcp/gsttcpclientsrc.c:
15569         * gst/tcp/gsttcpserversink.c:
15570         * gst/tcp/gsttcpserversrc.c:
15571         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15572         * gst/videorate/gstvideorate.c:
15573         * gst/videoscale/gstvideoscale.c:
15574         * gst/videotestsrc/gstvideotestsrc.c:
15575         * gst/volume/gstvolume.c:
15576         * sys/v4l/gstv4ljpegsrc.c:
15577         * sys/v4l/gstv4lmjpegsink.c:
15578         * sys/v4l/gstv4lmjpegsrc.c:
15579         * sys/v4l/gstv4lsrc.c:
15580         * sys/ximage/ximagesink.c:
15581         * sys/xvimage/xvimagesink.c:
15582         * tests/check/libs/cddabasesrc.c:
15583           make GstElementDetails const
15584
15585 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15586
15587         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15588         (gst_adder_init):
15589           send events from src-pad to all sink-pads fixes #338657
15590
15591 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15592
15593         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15594         (alsasink_parse_spec):
15595           query width capabilities from alsa, fixes #338919
15596
15597 2006-04-28  Wim Taymans  <wim@fluendo.com>
15598
15599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15600         (gst_multi_fd_sink_remove_client_link):
15601         * gst/tcp/gstmultifdsink.h:
15602         Fix race condition in multifdsink that can lead to spurious 
15603         duplicate clients. this patch adds a new signal that is fired when
15604         multifdsink has removed all references to the fd.
15605         Fixes #339574.
15606         Updated documentation.
15607         API: client-fd-removed signal added
15608
15609 2006-04-28  Michael Smith  <msmith@fluendo.com>
15610
15611         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15612           When asking g_value_array_new to prealloc elements, we may as well
15613           ask for the right number of elements.
15614
15615 2006-04-28  Wim Taymans  <wim@fluendo.com>
15616
15617         * gst-libs/gst/audio/gstbaseaudiosink.c:
15618         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15619         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15620         patch to make timestamp checking more tollerant to rounding 
15621         errors given that real discontinuities are to be marked on
15622         buffers. Fixes some asf files and #338778.
15623         Also avoid some crashers when we receive an event in the 
15624         NULL state.
15625
15626 2006-04-28  Michael Smith  <msmith@fluendo.com>
15627
15628         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15629         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15630         (gst_gnome_vfs_src_get_property),
15631         (gst_gnome_vfs_src_send_additional_headers_callback),
15632         (gst_gnome_vfs_src_received_headers_callback),
15633         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15634         (gst_gnome_vfs_src_stop):
15635         * ext/gnomevfs/gstgnomevfssrc.h:
15636           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15637           proper shared support within icydemux.
15638
15639 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15640
15641         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15642         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15643           fix up docs
15644           fix a leak when no caps negotiated
15645           fix counting of input frames
15646         * tests/check/elements/.cvsignore:
15647         * tests/check/elements/videorate.c: (assert_videorate_stats),
15648         (GST_START_TEST), (videorate_suite):
15649           add tests for these
15650
15651 2006-04-28  Wim Taymans  <wim@fluendo.com>
15652
15653         * gst-libs/gst/audio/gstringbuffer.c:
15654         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15655         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15656         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15657         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15658         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15659         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15660         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15661         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15662         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15663         Check arguments passed to public functions instead of
15664         crashing.
15665
15666 2006-04-28  Wim Taymans  <wim@fluendo.com>
15667
15668         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15669         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15670         GstBaseAudioSrc must be live or it does not work.
15671
15672         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15673         Don't set live to TRUE as this is the default in the parentclass.
15674
15675 2006-04-28  Wim Taymans  <wim@fluendo.com>
15676
15677         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15678         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15679         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15680         fixation cases better. Fixes #338991
15681
15682 2006-04-28  Wim Taymans  <wim@fluendo.com>
15683
15684         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15685         Handle 0/1 framerate correctly Fixes #331901.
15686
15687 2006-04-28  Wim Taymans  <wim@fluendo.com>
15688
15689         * tests/check/elements/audioconvert.c: (get_float_caps),
15690         (GST_START_TEST), (audioconvert_suite):
15691         Added check for correct clipping when doing float samples
15692         in audioconvert.
15693
15694 2006-04-28  Wim Taymans  <wim@fluendo.com>
15695
15696         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15697         (gst_video_rate_chain):
15698         Print more debugging info.
15699
15700 2006-04-28  Wim Taymans  <wim@fluendo.com>
15701
15702         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15703         (resample_set_state_from_caps):
15704         Add support for other formats audioresample can handle such as
15705         32 bits in and float and 64 bits float. Fixes #301759
15706
15707 2006-04-28  Wim Taymans  <wim@fluendo.com>
15708
15709         * gst/audioconvert/audioconvert.c: (float):
15710         correctly clip float samples > 1.0. Fixes #338718
15711
15712 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15713
15714         Patch by: Young-Ho Cha  <ganadist at chollian net>
15715
15716         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15717         (gst_text_overlay_render_text):
15718           Don't strip newlines from the text. Also, center lines
15719           within multi-line paragraphs (#339405).
15720
15721 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15722
15723         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15724           Fix wavpack typefinding to work in more cases (don't peek
15725           for chunks of multiple hundred kBs at once, but process
15726           things step-by-step in smaller units). Fixes #339786.
15727
15728 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15729
15730         * configure.ac:
15731           back to HEAD
15732
15733 === release 0.10.6 ===
15734
15735 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15736
15737         * configure.ac:
15738           releasing 0.10.6, "Chao"
15739
15740 2006-04-26  David Schleef  <ds@schleef.org>
15741
15742         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15743           Fixes #338897.
15744
15745 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15746
15747         * configure.ac:
15748         * win32/common/config.h:
15749           new prerelease
15750
15751 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15752
15753         patch by: Wim Taymans
15754
15755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15756         (gst_ogg_demux_perform_seek):
15757           make sure correct newsegments are sent, so that the decoder
15758           and the demuxer agree on timestamps.  Fixes playback of a lot
15759           of Ogg files that do not start from 0.  Fixes #339833.
15760
15761 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15762
15763         Patch by: Edward Hervey  <edward@fluendo.com>
15764
15765         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15766         * tests/check/Makefile.am:
15767         * tests/check/elements/videorate.c: (assert_videorate_stats),
15768         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15769         (videorate_suite), (main):
15770           Fix an infinite loop if frames are passed in with wrongly ordered
15771           timestamps.  Fixes #339013.
15772
15773 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15774
15775         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15776
15777         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15778           fix typefinding on some ISO files.  Fixes #339212.
15779
15780 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15783
15784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15785           add another H264 fourcc.  Fixes #339047.
15786
15787 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15788
15789         Patch by: Jan Schmidt
15790
15791         * gst/playback/gststreamselector.c:
15792         (gst_stream_selector_bufferalloc):
15793           Restore old StreamSelector behaviour.
15794           Fixes #338419.
15795
15796 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * configure.ac:
15799         * win32/common/config.h:
15800           prerelease
15801
15802 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15803
15804         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15805
15806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15807         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15808           Fix some memory leaks: on finalize, free buffers left in the queue
15809           before destroying the queue; in _push(), unref rtp_buf even if
15810           the process vfunc returned a NULL buffer as output buffer (#337548);
15811           demote some recuring debug messages to LOG level.
15812
15813 2006-04-11  Wim Taymans  <wim@fluendo.com>
15814
15815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15816         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15817         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15818         (gst_ogg_demux_loop):
15819         More cleanups.
15820         Respect segment stop when emiting EOS or SEGMENT_DONE.
15821         Fixes (#337945).
15822
15823 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15824
15825         * gst/playback/gststreamselector.c:
15826         (gst_stream_selector_get_property):
15827           Don't leak pad name.
15828
15829 2006-04-10  Michael Smith  <msmith@fluendo.com>
15830
15831         * tests/check/Makefile.am:
15832         * tests/check/gst-plugins-base.supp:
15833           Suppress an old libtheora bug (fixed in more recent versions), so 
15834           that FC4 buildslaves can pass.
15835
15836 2006-04-10  Wim Taymans  <wim@fluendo.com>
15837
15838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15839         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15840         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15841         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15842         (gst_ogg_demux_loop):
15843         Don't leak events.
15844         Remember what error we got when finding chains, if we
15845         were shutdown, that would not be an error.
15846
15847 2006-04-10  Wim Taymans  <wim@fluendo.com>
15848
15849         * gst-libs/gst/audio/gstbaseaudiosink.c:
15850         (gst_base_audio_sink_event):
15851         Starting the ringbuffer when we did not acquire it can cause
15852         a deadlock, is pointless and causes nasty things for
15853         subclasses. 
15854         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15855
15856 2006-04-10  Wim Taymans  <wim@fluendo.com>
15857
15858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15859         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15860         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15861         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15862         (gst_ogg_demux_deactivate_current_chain),
15863         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15864         (gst_ogg_demux_bisect_forward_serialno),
15865         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15866         Add some more debugging.
15867
15868 2006-04-10  Wim Taymans  <wim@fluendo.com>
15869
15870         * ext/theora/theoradec.c: (theora_dec_src_event),
15871         (theora_handle_data_packet):
15872         Some more debug info.
15873
15874         * tests/examples/seek/seek.c: (start_seek), (main):
15875         Print element messages too.
15876
15877 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15878
15879         * gst/audioresample/debug.h:
15880           replace debug macros with variable number of parameters
15881           by a simple alias to gstreamer standard debug macros 
15882          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15883           supported by MSVC 6.0 and 7.1)
15884         * gst/audioresample/resample.h:
15885           define M_PI and rint for WIN32
15886         * win32/common/libgstaudio.def:
15887         * win32/common/libgstriff.def:
15888         * win32/common/libgsttag.def:
15889         * win32/common/libgstvideo.def:
15890           add new exported functions
15891         * win32/vs6:
15892           update project files
15893
15894 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15895
15896         * ext/alsa/gstalsamixeroptions.c:
15897         (gst_alsa_mixer_options_class_init):
15898         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15900         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15901         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15902         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15903         * gst-libs/gst/audio/gstaudiofilter.c:
15904         (gst_audio_filter_class_init):
15905         * gst-libs/gst/audio/gstaudiosink.c:
15906         (gst_audioringbuffer_class_init):
15907         * gst-libs/gst/audio/gstaudiosrc.c:
15908         (gst_audioringbuffer_class_init):
15909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15910         * gst-libs/gst/interfaces/colorbalancechannel.c:
15911         (gst_color_balance_channel_class_init):
15912         * gst-libs/gst/interfaces/mixeroptions.c:
15913         (gst_mixer_options_class_init):
15914         * gst-libs/gst/interfaces/mixertrack.c:
15915         (gst_mixer_track_class_init):
15916         * gst-libs/gst/interfaces/tunerchannel.c:
15917         (gst_tuner_channel_class_init):
15918         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15919         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15920         (gst_netbuffer_class_init):
15921         * gst-libs/gst/rtp/gstbasertppayload.c:
15922         (gst_basertppayload_class_init):
15923         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15925         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15926         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15927         * gst/playback/gststreamselector.c:
15928         (gst_stream_selector_class_init):
15929         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15930         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15931         * sys/v4l/gstv4lcolorbalance.c:
15932         (gst_v4l_color_balance_channel_class_init):
15933         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15934         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15935         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15936         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15937         (gst_v4l_tuner_norm_class_init):
15938         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15940         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15941         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15942
15943 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15944
15945         * ext/pango/gsttextrender.h:
15946         * gst-libs/gst/audio/gstaudiosink.h:
15947         * gst-libs/gst/audio/gstaudiosrc.h:
15948         * gst-libs/gst/audio/gstbaseaudiosink.h:
15949         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15950         * gst-libs/gst/audio/gstringbuffer.h:
15951         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15952         * gst-libs/gst/rtp/gstbasertppayload.h:
15953         * gst-libs/gst/video/gstvideofilter.h:
15954         * gst-libs/gst/video/gstvideosink.h:
15955         * gst/playback/gstplaybasebin.h:
15956         * gst/tcp/gstmultifdsink.h:
15957         * sys/v4l/gstv4lelement.h:
15958         Fix broken GObject macros
15959
15960 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15961
15962         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15963         More debug to trace why my USB headset is not working with gst
15964
15965 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15966
15967         * gst/playback/gstplaybasebin.c: (group_destroy):
15968         Clean up our group elements properly in the case where it never 
15969         got committed - it still got added unconditionally to the bin.
15970
15971 2006-04-07  Wim Taymans  <wim@fluendo.com>
15972
15973         * ext/theora/theoradec.c: (theora_dec_sink_event),
15974         (theora_handle_data_packet), (theora_dec_chain):
15975         Unref unhandled events.
15976         Protect against empty buffers.
15977         Perform QoS on running time.
15978
15979 2006-04-07  Michael Smith  <msmith@fluendo.com>
15980
15981         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15982         (gst_vorbis_enc_chain):
15983           Remove leaks from vorbisenc.
15984           Mostly minor changes, the only significant one is that now the
15985           buffers we set as 'streamheader' on the caps are copies of the
15986           original buffers, to avoid circular refcounting problems.
15987
15988 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15989
15990         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15991           Don't remove our mute-probe if someone else already did so.
15992           Don't set a 2nd one if there is already one pending on the pad.
15993
15994         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15995         (do_playbin_seek):
15996           When a seek fails, ensure that playbin is still set back to playing.
15997           
15998         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15999         (mpeg_ts_type_find), (plugin_init):
16000           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16001
16002 2006-04-06  Andy Wingo  <wingo@pobox.com>
16003
16004         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16005         (gst_video_rate_init): Caps-related parameters should not be reset
16006         by a flush -- move their inits to the instance init function.
16007         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16008         is not OK, just return the result.
16009
16010         * gst/audiotestsrc/gstaudiotestsrc.c
16011         (gst_audio_test_src_class_init)
16012         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16013         broken by Stefan's commit on 24 March.
16014
16015         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16016         buffers being pushed out. Fixes oggmux ! multifdsink.
16017
16018 2006-04-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16019
16020         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16021         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16022         * ext/vorbis/vorbisdec.h:
16023         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16024         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16025         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16026         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16027         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16028         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16029         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16030         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16031         (gst_vorbis_enc_buffer_from_packet),
16032         (gst_vorbis_enc_buffer_from_header_packet),
16033         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16034         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16035         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16036         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16037         (gst_vorbis_enc_change_state):
16038         * ext/vorbis/vorbisenc.h:
16039           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16040           vorbisenc adhere to the official nomenclature; use boilerplate
16041           macro.
16042
16043 2006-04-04  Andy Wingo  <wingo@pobox.com>
16044
16045         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16046         Whoops, fix bug introduced. Bad hacker!
16047         
16048         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16049         Properly handle the case where you get EOS before any buffers are
16050         received. Use gst_buffer_make_metadata_writable where appropriate.
16051
16052         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16053         is often negative -- make it signed so as not to wrap around.
16054         Fixes segfaults introduced on 9 March.
16055
16056 2006-04-03  Wim Taymans  <wim@fluendo.com>
16057
16058         * ext/theora/gsttheoradec.h:
16059         * ext/theora/theoradec.c: (theora_dec_src_event):
16060         Don't try to store a gdouble in a gboolean.
16061         Small cleanups.
16062
16063 2006-04-03  Michael Smith  <msmith@fluendo.com>
16064
16065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16066           Oggmux sucks.
16067           Make it suck slightly less by writing out the final page.
16068           Still can't encode a vorbis-in-ogg file correctly, though.
16069
16070 2006-04-03  Andy Wingo  <wingo@pobox.com>
16071
16072         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16073         a g_print.
16074
16075         * ext/theora/theora.c (plugin_init): Register theoraparse.
16076
16077         * ext/theora/gsttheoraparse.h: 
16078         * ext/theora/theoraparse.c: New files implementing a theora
16079         parser. Now we can properly remux ogg/theora+vorbis, yay.
16080
16081         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16082
16083 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16084
16085         * gst/audiotestsrc/gstaudiotestsrc.c:
16086           Fixed the sample pipeline (see #323798)
16087
16088 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16089
16090         * configure.ac:
16091         * win32/common/config.h:
16092         * win32/common/config.h.in:
16093           use AS_VERSION and AS_NANO
16094           more cleanups
16095
16096 2006-03-31  Andy Wingo  <wingo@pobox.com>
16097
16098         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16099         uninitialized variable return that would happen.
16100         
16101         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16102         uninitialized variable return that would never happen.
16103
16104         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16105         (vorbis_parse_sink_event): Add an event function to flush our
16106         state on a seek, and to drain buffers on a premature EOS.
16107         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16108         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16109         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16110         (vorbis_parse_drain_queue): Queue up buffers until we can set
16111         their timestamps and granulepos values.
16112
16113         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16114         and keep track of data needed for deriving granulepos and
16115         timestamps for buffers.
16116
16117 2006-03-29  Wim Taymans  <wim@fluendo.com>
16118
16119         Patch by: j^ <j at bootlab dot org>
16120
16121         * ext/alsa/gstalsamixerelement.c:
16122         (gst_alsa_mixer_element_class_init):
16123         * ext/alsa/gstalsasink.c:
16124         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16125         * ext/ogg/gstoggdemux.c:
16126         * ext/ogg/gstoggmux.c:
16127         * ext/ogg/gstoggparse.c:
16128         * ext/pango/gstclockoverlay.c:
16129         * ext/pango/gsttextoverlay.c:
16130         * ext/pango/gsttextrender.c:
16131         * ext/pango/gsttimeoverlay.c:
16132         * ext/theora/theoradec.c:
16133         * ext/theora/theoraenc.c:
16134         * ext/vorbis/vorbisdec.c:
16135         * ext/vorbis/vorbisenc.c:
16136         * gst/audioconvert/gstaudioconvert.c:
16137         * gst/subparse/gstsubparse.c:
16138         * gst/tcp/gstmultifdsink.c:
16139         * gst/tcp/gsttcpclientsink.c:
16140         * gst/tcp/gsttcpclientsrc.c:
16141         * gst/tcp/gsttcpserversink.c:
16142         * gst/tcp/gsttcpserversrc.c:
16143           better/unified long descriptions
16144           Fixes #336477
16145
16146 2006-03-29  Wim Taymans  <wim@fluendo.com>
16147
16148         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16149         (stop_seek):
16150         Don't let double and triple clicks mess up our state.
16151
16152 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16153
16154         * gst/playback/gstplaybin.c: (gen_video_element),
16155         (gen_text_element), (gen_audio_element), (gen_vis_element):
16156           Error out gracefully when we can't create any of the usual
16157           conversion elements for some reason. Also, don't try to
16158           create an audioscale (sic) element that's not used anyway.
16159
16160 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16161
16162         * gst/playback/gstplaybasebin.c: (setup_source):
16163           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16164           element for a particular protocol, that's confusing for users.
16165           Instead, post a RESOURCE_FAILED error, so that our own error
16166           message is actually shown in totem etc. (#336303).
16167
16168 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16169
16170         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16171
16172         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16173         (gst_gnome_vfs_src_get_icy_metadata):
16174           Fix some minor memory leaks (#336194).
16175
16176 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16177
16178         * ext/gnomevfs/gstgnomevfs.c:
16179         (gst_gnome_vfs_location_to_uri_string):
16180         * ext/gnomevfs/gstgnomevfs.h:
16181         * ext/gnomevfs/gstgnomevfssink.c:
16182         (gst_gnome_vfs_sink_set_property):
16183         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16184           Make gnomevfssink accept filenames as well as URIs for the
16185           "location" property, just like gnomevfssrc does (and
16186           filesrc/filesink do) (#336190).
16187
16188 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16189
16190         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16191           set to NULL before unreffing, fixes a valgrind leak.
16192           Why was this not triggering the error that an object needs to
16193           be NULL before unreffing ?
16194         * win32/common/config.h:
16195           update
16196
16197 2006-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16198
16199         * gst/subparse/gstsubparse.c: (convert_encoding),
16200         (gst_sub_parse_change_state):
16201         * gst/subparse/gstsubparse.h:
16202           Text subtitle files may or may not be UTF-8. If it's not, we
16203           don't really want to see '?' characters in place of non-ASCII
16204           characters like accented characters. So let's assume the input
16205           is UTF-8 until we come across text that is clearly not. If it's
16206           not UTF-8, we don't really know what it is, so try the following:
16207           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16208           is set; if not, check (b) if the current locale encoding is
16209           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16210           the current locale encoding is UTF-8 and the environment variable
16211           was not set to any particular encoding. Not perfect, but better
16212           than nothing (and better than before, I think) (fixes #172848).
16213
16214 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16215
16216         * configure.ac:
16217           update core requirement to 0.10.4.1 because of async_playback
16218           vmethod on GstBaseSink
16219
16220 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16221
16222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16223         * gst/adder/gstadder.c: (gst_adder_init):
16224         use DEBUG_FUNCPTR for collectpads
16225
16226 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16227
16228         * docs/plugins/Makefile.am:
16229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16231         * ext/cdparanoia/gstcdparanoiasrc.c:
16232         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16233         (gst_gnome_vfs_sink_class_init):
16234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16236         * ext/ogg/gstoggmux.c:
16237         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16238         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16239         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16240         * ext/pango/gsttextoverlay.c:
16241         * ext/pango/gsttextrender.c:
16242         * ext/theora/theoradec.c:
16243         * ext/theora/theoraenc.c:
16244         * ext/vorbis/vorbisdec.c:
16245         * ext/vorbis/vorbisenc.c:
16246         * gst-libs/gst/audio/gstaudiofilter.c:
16247         (gst_audio_filter_base_init):
16248         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16249         (gst_audio_filter_template_base_init):
16250         * gst/adder/gstadder.c: (gst_adder_get_type):
16251         * gst/adder/gstadder.h:
16252         * gst/audioconvert/gstaudioconvert.c:
16253         * gst/audiotestsrc/gstaudiotestsrc.c:
16254         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16255         (gst_audio_test_src_create):
16256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16257         * gst/playback/gstdecodebin.c:
16258         * gst/playback/gstplaybin.c:
16259         * gst/playback/gststreamselector.c:
16260         (gst_stream_selector_base_init):
16261         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16262         * gst/volume/gstvolume.c:
16263         * sys/v4l/gstv4lmjpegsink.c:
16264         * sys/v4l/gstv4lmjpegsrc.c:
16265         * tests/check/libs/cddabasesrc.c:
16266         * tests/old/examples/gob/gst-identity2.gob:
16267           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16268           define GstElementDetails at the top
16269
16270 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16271
16272         * win32/common/libgstinterfaces.def:
16273         Add a lot of export functions for gst-python
16274         * win32/vs6/libgstinterfaces.dsp:
16275         Add a missing include folder in the project configuration
16276         
16277 2006-03-23  Wim Taymans  <wim@fluendo.com>
16278
16279         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16280         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16281         (gst_base_audio_src_change_state):
16282         Fix audio sources, forgot to make the ringbuffer
16283         startable...
16284
16285 2006-03-23  Wim Taymans  <wim@fluendo.com>
16286
16287         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16288         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16289         (gst_base_audio_src_change_state):
16290         unparent instead of unref the ringbuffer.
16291
16292 2006-03-23  Wim Taymans  <wim@fluendo.com>
16293
16294         * gst-libs/gst/audio/gstbaseaudiosink.c:
16295         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16296         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16297         Implement new async_play vmethod to start slaving and allow
16298         playback start in case of async PLAY state changes. 
16299
16300         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16301         Enable QoS with new method in base class.
16302
16303 2006-03-23  Wim Taymans  <wim@fluendo.com>
16304
16305         Patch by: Julien MOUTTE <julien at moutte dot net>
16306
16307         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16308         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16309         Partially handle 0 framerate, only EOS after the first frame
16310         is missing.
16311
16312 2006-03-23  Wim Taymans  <wim@fluendo.com>
16313
16314         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16315
16316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16317         (gst_riff_create_video_template_caps):
16318         * gst/ffmpegcolorspace/avcodec.h:
16319         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16320         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16321         (gst_ffmpegcsp_avpicture_fill):
16322         * gst/ffmpegcolorspace/imgconvert.c:
16323         Patch for support of YVU9 AVI files (#334822)
16324
16325 2006-03-22  Edward Hervey  <edward@fluendo.com>
16326
16327         * docs/design/design-decodebin.txt:
16328         Added design document for new decodebin
16329         (Target Caps): text/x-pango-markup is also a default target caps.
16330
16331 2006-03-22  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst-libs/gst/audio/gstbaseaudiosink.c:
16334         (gst_base_audio_sink_dispose):
16335         Since we _parent the ringbuffer, we also need to
16336         _unparent instead of a plain _unref.
16337
16338 2006-03-22  Wim Taymans  <wim@fluendo.com>
16339
16340         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16341         (stop_seek), (scrub_toggle_cb), (main):
16342         Add scrub checkbox.
16343
16344 2006-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16345
16346         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16347         (gst_ogg_parse_chain):
16348           Fix very inefficient usage of linked lists (#335365).
16349
16350 2006-03-21  Edward Hervey  <edward@fluendo.com>
16351
16352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16353         * gst/playback/gstplaybin.c: (handoff):
16354         * gst/playback/gststreamselector.c:
16355         (gst_stream_selector_set_property):
16356         gcc 4.1 unreferenced pointer fixes.
16357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16359         gst_buffer_ref() now takes a GstBuffer*.
16360
16361 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16362
16363         * sys/xvimage/xvimagesink.c:
16364         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16365         by Jan Schmidt.
16366
16367 2006-03-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16368
16369         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16370         (id3v1_type_find), (apetag_type_find), (plugin_init):
16371           Can't do tag preferences via probability, as tags would then
16372           lose against types that are recognised with MAXIMUM probability
16373           (like .wav); so let all tag typefinders return MAXIMUM themselves
16374           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16375           that we can prefer APE to ID3v1 (fixes #335028).
16376           
16377 2006-03-17  Wim Taymans  <wim@fluendo.com>
16378
16379         * gst-libs/gst/audio/gstbaseaudiosink.c:
16380         (gst_base_audio_sink_change_state):
16381         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16382         (gst_ring_buffer_may_start):
16383         * gst-libs/gst/audio/gstringbuffer.h:
16384         Only start playback if we are playing.
16385         should fix #330748.
16386
16387 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16388
16389         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16390         * win32/common/config.h:
16391           Revert accidental commits to these files.
16392
16393 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16394
16395         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16396
16397         * tests/Makefile.am:
16398           Don't try to build tests in tests/icles if we
16399           don't have X (#323852)
16400
16401 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16402
16403         * gst-libs/gst/tag/gstid3tag.c:
16404           Add TXXX frame identifiers for replaygain stuff as used
16405           by some taggers (see #323721).
16406
16407 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16408
16409         * gst/playback/gststreamselector.c:
16410         (gst_stream_selector_set_property),
16411         (gst_stream_selector_bufferalloc):
16412           Preserve the existing buggy streamselector behaviour by performing
16413           a fallback buffer allocation when downstream isn't linked yet.
16414           This should really be fixed in playbin by blocking pads until it's
16415           linked them.
16416           Also, use gst_pad_alloc_buffer instead of
16417           gst_pad_alloc_buffer_and_set.
16418
16419 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16420
16421         * gst-libs/gst/tag/gstid3tag.c:
16422           Don't crash on unknown ID3v2 TXXX frames.
16423           
16424 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16425
16426         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16427           Chain up to the parent finalize method.
16428           Add 32-bit sample size to the template caps.
16429
16430         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16431         (gst_riff_create_video_template_caps):
16432           Add the fourcc that the VMWare codec uses.
16433           
16434         * gst/playback/gststreamselector.c:
16435         (gst_stream_selector_set_property),
16436         (gst_stream_selector_bufferalloc),
16437         (gst_stream_selector_request_new_pad):
16438           For the active pad, forward buffer-alloc requests, otherwise
16439           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16440           having to memcpy every frame when used by playbin.
16441
16442         * gst/tcp/gstmultifdsink.c:
16443         (gst_multi_fd_sink_handle_client_write):
16444           Get negotiated caps from the sink pad, rather than the sink
16445           pad's peer.
16446
16447 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16448
16449         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16450         
16451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16452           Don't forget to set src->callbacks_pushed to FALSE again when
16453           popping them, otherwise re-activation in a different mode won't
16454           work (#334620).
16455
16456 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16457
16458         Patch by: Sebastien Moutte  <sebastien moutte net>
16459
16460         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16461         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16462         (gst_ffmpeg_smpfmt_to_caps):
16463           Replace __VA_ARGS__ caps creation macros with varargs functions.
16464           Makes things compile on MSVC (#320765), looks nicer, and we can
16465           tell the compiler to check for the NULL terminator.
16466
16467 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16468
16469         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16470
16471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16472           Make sure the buffer we copy into is really always big
16473           enough, this time for real (#333488).
16474           
16475 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16476
16477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16478           Add support for 24bpp DIB (#305279).
16479
16480 2006-03-14  Wim Taymans  <wim@fluendo.com>
16481
16482         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16483         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16485         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16486         (gst_video_scale_init), (gst_video_scale_src_event):
16487         Re-enable QoS after the release.
16488         Rework videoscale to use the base class src_event handler.
16489
16490 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16491
16492         * configure.ac:
16493           back to CVS.
16494
16495 === release 0.10.5 ===
16496
16497 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16498
16499         * configure.ac:
16500           releasing 0.10.5, "Net"
16501
16502 2006-03-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16503
16504         * docs/plugins/Makefile.am:
16505           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16506           
16507 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16508
16509         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16510         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16511         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16512           Add cdparanoiasrc to docs.
16513
16514         * gst-libs/gst/cdda/gstcddabasesrc.c:
16515           More GstCddaBaseSrc docs.
16516
16517 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16518
16519         * docs/libs/gst-plugins-base-libs-sections.txt:
16520         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16521         * gst-libs/gst/tag/tag.h:
16522           API: libgsttag: new method gst_tag_from_id3_user_tag().
16523
16524 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16525
16526         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16527           NULL-terminate array of mpeg4 video file extensions.
16528           Fixes crash on PPC (#334226).
16529
16530 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16531
16532         * ext/gnomevfs/gstgnomevfssrc.c:
16533         (gst_gnome_vfs_src_check_get_range):
16534           gnome_vfs_uri_is_local() alone is not a good indicator
16535           whether we can operate in pull-mode with a specific URI,
16536           as it returns FALSE for file:// URIs that point to an
16537           NFS-mounted path. Be more conservative here: whitelist
16538           local files, blacklist http URIs and use the old
16539           mechanism for anything else (fixes #334216).
16540
16541 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * configure.ac:
16544           back to trunk
16545
16546 === release 0.10.4 ===
16547
16548 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16549
16550         * configure.ac:
16551           releasing 0.10.4, "Power"
16552
16553 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16554
16555         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16556         Disable max-lateness by setting it to -1 for now, so that 
16557         we can bed QoS stuff in thoroughly between now and the next
16558         release.
16559
16560 2006-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16561
16562         Patch by: Fabrizio Gennari
16563
16564         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16565           Make sure we don't read beyond the palette buffer in case of
16566           broken or manipulated files (#333488)
16567
16568 2006-03-10  Edward Hervey  <edward@fluendo.com>
16569
16570         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16571         Fix for variable not initialized.
16572
16573 2006-03-09  Wim Taymans  <wim@fluendo.com>
16574
16575         * ext/libvisual/visual.c: (gst_visual_get_type),
16576         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16577         (gst_visual_chain):
16578         Small cleanups.
16579
16580         * ext/theora/gsttheoradec.h:
16581         * ext/theora/theoradec.c: (gst_theora_dec_init),
16582         (gst_theora_dec_reset), (_theora_granule_time),
16583         (theora_dec_src_convert), (theora_dec_sink_convert),
16584         (theora_dec_src_query), (theora_dec_src_event),
16585         (theora_dec_sink_event), (theora_handle_comment_packet),
16586         (theora_handle_header_packet), (theora_dec_push),
16587         (theora_handle_data_packet), (theora_dec_chain),
16588         (theora_dec_change_state):
16589         Add simple QoS.
16590
16591 2006-03-09  Wim Taymans  <wim@fluendo.com>
16592
16593         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16594         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16595         Some cleanups.
16596
16597 2006-03-09  Wim Taymans  <wim@fluendo.com>
16598
16599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16600         Don't try to activate NULL chains.
16601
16602 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16603
16604         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16605           Fix invalid memory access to region before peek'd data (#332964).
16606
16607 2006-03-09  Wim Taymans  <wim@fluendo.com>
16608
16609         Patch by: Christophe Fergeau
16610
16611         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16612         * ext/pango/gsttextrender.c: (gst_text_render_init):
16613         * gst/adder/gstadder.c: (gst_adder_init):
16614         Don't leak padtemplates, closes #333510.
16615
16616 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16617
16618         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16619           Fix invalid memory access: make sure string passed to
16620           regexec() is NUL-termianted.
16621
16622 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16623
16624         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16625         (mp3_type_find):
16626           Refactor mpeg/audio typefinding to make it more maintainable
16627           and easier to fine-tune. Make probing into middle of the file
16628           work properly (fixes #333900, also see #152688).
16629
16630 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16631
16632         * gst/typefind/gsttypefindfunctions.c:
16633         (utf8_type_find_have_valid_utf8_at_offset):
16634           Remove part from previous commit that was bogus:
16635           g_utf8_validate() does in fact not accept embedded
16636           zeroes, so we don't need to check for those (thanks
16637           to Mike for the hint).
16638
16639 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16640
16641         * gst/typefind/gsttypefindfunctions.c:
16642         (utf8_type_find_count_embedded_zeroes),
16643         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16644           Make plain/text typefinder more conservative: firstly, check
16645           for embedded zeroes, which are perfectly valid UTF-8 characters,
16646           but also a fairly good sign that something is not a plain text
16647           file; secondly, probe into the middle of the file if possible.
16648           If we can't probe into the middle, limit the probability value
16649           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16650
16651 2006-03-08  Michael Smith  <msmith@fluendo.com>
16652
16653         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16654           Make typefind function name for mpeg4 video unique.
16655
16656 2006-03-08  Wim Taymans  <wim@fluendo.com>
16657
16658         * ext/libvisual/visual.c: (gst_visual_init),
16659         (gst_visual_clear_actors), (gst_visual_dispose),
16660         (gst_visual_reset), (gst_visual_src_setcaps),
16661         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16662         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16663         (gst_visual_chain), (gst_visual_change_state):
16664         Cleanups, post nice errors.
16665         Handle sink and src events.
16666         Implement simple QoS.
16667
16668         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16669         Use new basesink methods to configure max-lateness.
16670         Small doc update.
16671
16672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16673         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16674         Debug statement cleanups.
16675
16676         * gst/volume/gstvolume.c: (gst_volume_class_init):
16677         Simple cleanup.
16678
16679 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16680
16681         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16682         (gst_text_overlay_init), (gst_text_overlay_set_property),
16683         (gst_text_overlay_get_property):
16684           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16685           as string type properties, but mark them deprecated. Add
16686           'halignment' and 'valignment' properties that use enums
16687           instead of strings.
16688
16689 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16690
16691         Patch by: Fabrizio Gennari
16692
16693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16694           Allow palettes with less than 256 colours in AVI files
16695           (#333488)
16696
16697 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16698
16699         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16700         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16701         pad. We were releasing the queued text buffer when we should keep
16702         it until video pad gets EOS or discard the text buffer because it's
16703         too old. That was eating the last subtitle buffer. Add some more
16704         debug.
16705
16706 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16707
16708         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16709         (gst_text_overlay_video_chain):
16710           Fix invalid memory access (we can't access a buffer after it's been
16711           pushed downstream without taking a reference); fix memory leak (if
16712           there's no text to render, bail out before allocating stuff).
16713
16714 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16715
16716         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16717         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16718         * ext/pango/gsttextoverlay.h:
16719           If input is plain text, escape it before passing it to
16720           pango_layout_set_markup().
16721
16722 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16723
16724         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16725           Don't ignore flow return from gst_pad_push().
16726
16727 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16728
16729         Patch by: Fabrizio Gennari
16730
16731         * ext/libvisual/visual.c: (gst_visual_getcaps),
16732         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16735         (gst_vorbisenc_convert_sink):
16736         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16737         (gst_audio_duration_from_pad_buffer):
16738         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16739         (gst_audio_filter_chain):
16740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16741         (gst_base_rtp_depayload_setcaps):
16742         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16743         (gst_video_get_size):
16744         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16745           Don't leak references returned by gst_pad_get_parent()
16746           (#333663)
16747
16748 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16749
16750         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16751           change location param details
16752         * gst/volume/gstvolume.c: (plugin_init):
16753           correct plugin description
16754
16755 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16756
16757         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16758         (gst_gnome_vfs_src_check_get_range):
16759           Override GstBaseSrc::check_get_range() in order to avoid opening
16760           the resource just to check whether we can operate in pull-mode or
16761           not - we can predict that pretty well from the URI alone. Should
16762           fix problems with last.fm (#331690). (Requires latest core CVS).
16763
16764 2006-03-06  Wim Taymans  <wim@fluendo.com>
16765
16766         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16767         (gst_video_sink_class_init):
16768         Throw away frames that are later than 20 ms.
16769
16770 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16771
16772         Patch by: Fabrizio Gennari
16773
16774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16775           Set depth on WMA caps (#333545)
16776
16777 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16778
16779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16780         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16781           put Theora BOS pages before others.  This hardcodes
16782           the Ogg/Theora I profile, but hey.
16783
16784 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16785
16786         * ext/ogg/README:
16787           updated with some examples
16788         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16789         (granulepos_add), (theora_buffer_from_packet):
16790         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16791         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16792         (gst_vorbisenc_chain):
16793           implement strategy from ext/ogg/README
16794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16795         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16796         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16797         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16798           Fix muxer so that oggz-validate is happy with all streams;
16799           except for no eos mark, and the BOS page ordering
16800         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16801         (check_buffer_granulepos):
16802         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16803           update tests to check for OFFSET being set as requested
16804           fixed type of granulepos, it's not a ClockTime
16805
16806 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16807
16808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16809         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16810         Check that the xvimage we are creating has a correct size
16811         before returning it. (#314897)
16812
16813 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16814
16815         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16816           Give id3 and ape tag typefinders a rank slightly higher
16817           than PRIMARY to ensure they're always run before any of
16818           the other typefinders (in particular wav and mp3) (#324186).
16819
16820 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16821
16822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16823           Add support for '3IVD' fourcc (#333403).
16824
16825 2006-03-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16826
16827         * configure.ac:
16828           Bump requirements to GStreamer CVS for the new error enum.
16829
16830         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16831           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16832           space left on the device (fixes #333352).
16833
16834 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16835
16836         * win32/vs6:
16837           add a project file for libgstvolume
16838           update the workspace
16839
16840 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16841
16842         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16843         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16844         (GST_START_TEST):
16845           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16846           Set IN_CAPS on header buffers
16847
16848 2006-03-02  Wim Taymans  <wim@fluendo.com>
16849
16850         * docs/plugins/Makefile.am:
16851         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16852         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16853         Add audioresample to docs.
16854
16855         * gst/audioconvert/gstaudioconvert.c:
16856         Add revision date.
16857
16858         * gst/audioresample/gstaudioresample.c:
16859         (gst_audioresample_base_init), (gst_audioresample_class_init),
16860         (gst_audioresample_init), (gst_audioresample_dispose),
16861         (audioresample_get_unit_size), (audioresample_transform_caps),
16862         (resample_set_state_from_caps), (audioresample_transform_size),
16863         (audioresample_set_caps), (audioresample_event),
16864         (audioresample_do_output), (audioresample_transform),
16865         (audioresample_pushthrough), (gst_audioresample_set_property),
16866         (gst_audioresample_get_property), (plugin_init):
16867         * gst/audioresample/gstaudioresample.h:
16868         Added docs.
16869         Small code cleanups.
16870
16871 2006-03-02  Wim Taymans  <wim@fluendo.com>
16872
16873         * docs/plugins/Makefile.am:
16874         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16875         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16876         Added videoscale to docs.
16877
16878         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16879         (gst_video_rate_swap_prev), (gst_video_rate_event),
16880         (gst_video_rate_chain):
16881         Fix typo in docs.
16882
16883         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16884         (gst_video_scale_init), (gst_video_scale_prepare_size),
16885         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16886         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16887         * gst/videoscale/gstvideoscale.h:
16888         Added docs, examples.
16889         Some code cleanups.
16890         Post errors instead of g_warning.
16891
16892 2006-03-02  Wim Taymans  <wim@fluendo.com>
16893
16894         * docs/libs/gst-plugins-base-libs-docs.sgml:
16895         * docs/libs/gst-plugins-base-libs-sections.txt:
16896         * docs/libs/gst-plugins-base-libs.types:
16897         * docs/plugins/Makefile.am:
16898         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16899         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16900         Added some more docs to libs and plugins.
16901
16902         * gst-libs/gst/audio/gstringbuffer.c:
16903         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16904         * gst-libs/gst/audio/gstringbuffer.h:
16905         Document ringbuffer some more.
16906
16907         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16908         (gst_video_rate_setcaps), (gst_video_rate_reset),
16909         (gst_video_rate_init), (gst_video_rate_flush_prev),
16910         (gst_video_rate_swap_prev), (gst_video_rate_event),
16911         (gst_video_rate_chain), (gst_video_rate_change_state):
16912         * gst/videorate/gstvideorate.h:
16913         Fix videorate to use segments.
16914         Make it work with 0/1 framerates (closes #331903)
16915         Handle EOS correctly.
16916         Added docs.
16917
16918 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16919
16920         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16921         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16922         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16923           In state change function, first chain up to parent class,
16924           then handle downwards state change stuff. Remove some
16925           commented out cruft from 0.8 code.
16926
16927 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16928
16929         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16930         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16931         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16932         (gst_ogm_parse_chain):
16933           Don't remove/re-add source pad if the new caps are the same as
16934           the old caps anyway (#333042). When removing source pad, don't
16935           unref it afterwards - we didn't ref it when adding. Sprinkle some
16936           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16937           after using gst_pad_get_parent(). Return downstream flow return
16938           value in chain function.
16939
16940 2006-03-02  Wim Taymans  <wim@fluendo.com>
16941
16942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16943         * docs/plugins/gst-plugins-base-plugins.args:
16944         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16945         * docs/plugins/gst-plugins-base-plugins.interfaces:
16946         * docs/plugins/gst-plugins-base-plugins.signals:
16947         Fix hierarchy, added some more elements to the docs.
16948
16949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16950         (gst_ffmpegcsp_get_type):
16951         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16952         Fix docs for ffmpegcolorspace.
16953
16954 2006-03-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16955
16956         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16957         (apetag_type_find), (ape_type_find), (plugin_init):
16958           Some typefinding fine-tuning:
16959           - rank ID3/APE tags in order of preference via probabilities, so that
16960             ID3v2 > APEv2 > APEv1 > ID3v1.
16961           - three or four bytes don't really justify MAXIMUM probability,
16962             change those to 'very likely' (musepack and monkeysaudio).
16963
16964 2006-03-01  Wim Taymans  <wim@fluendo.com>
16965
16966         * docs/plugins/Makefile.am:
16967         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16968         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16969         * ext/alsa/gstalsamixer.c:
16970         * ext/alsa/gstalsamixer.h:
16971         * ext/alsa/gstalsamixerelement.c:
16972         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16973         * ext/alsa/gstalsamixerelement.h:
16974         * ext/alsa/gstalsasink.c:
16975         * ext/alsa/gstalsasink.h:
16976         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16977         (gst_alsasrc_init):
16978         * ext/alsa/gstalsasrc.h:
16979         Added alsa docs.
16980         Small code cleanups.
16981
16982 2006-03-01  Wim Taymans  <wim@fluendo.com>
16983
16984         * ext/theora/Makefile.am:
16985         Dist new header too,
16986
16987 2006-03-01  Wim Taymans  <wim@fluendo.com>
16988
16989         * docs/plugins/Makefile.am:
16990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16992         * ext/gnomevfs/gstgnomevfssink.h:
16993         * ext/gnomevfs/gstgnomevfssrc.h:
16994         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16995         * ext/vorbis/vorbisdec.h:
16996         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16997         * ext/vorbis/vorbisenc.h:
16998         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16999         (vorbis_parse_chain), (vorbis_parse_change_state):
17000         * ext/vorbis/vorbisparse.h:
17001         * gst/audioconvert/gstaudioconvert.h:
17002         * gst/tcp/gsttcpserversink.h:
17003         * gst/videotestsrc/gstvideotestsrc.c:
17004         * gst/videotestsrc/gstvideotestsrc.h:
17005         * gst/volume/gstvolume.c:
17006         * gst/volume/gstvolume.h:
17007         Fix some more docs.
17008         Added docs for vorbisdec and vorbisparse.
17009         Fix vorbisparse.
17010
17011 2006-03-01  Wim Taymans  <wim@fluendo.com>
17012
17013         * docs/plugins/Makefile.am:
17014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17016         * ext/pango/gstclockoverlay.h:
17017         * ext/pango/gsttextoverlay.h:
17018         * ext/pango/gsttextrender.h:
17019         * ext/pango/gsttimeoverlay.h:
17020         * ext/theora/gsttheoradec.h:
17021         * ext/theora/gsttheoraenc.h:
17022         * ext/theora/theoradec.c:
17023         * ext/theora/theoraenc.c:
17024         * gst/audioconvert/gstaudioconvert.h:
17025         * gst/audiotestsrc/gstaudiotestsrc.h:
17026         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17027         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17028         * gst/tcp/gstmultifdsink.h:
17029         Updated/added documentation.
17030
17031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17032         (gst_text_overlay_halign_get_type),
17033         (gst_text_overlay_wrap_mode_get_type),
17034         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17035         (gst_text_overlay_init), (gst_text_overlay_set_property),
17036         (gst_text_overlay_get_property):
17037         Fix up properties to be enums instead of string to make bindings,
17038         introspection and automatic GUI creation possible.
17039         Add getters for the properties.
17040
17041 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17042
17043         * gst/audiotestsrc/gstaudiotestsrc.c:
17044           added defines of M_PI and M_PI_2
17045         * gst/ffmpegcolorspace/avcodec.h:
17046           removed #include "stdint.h" for win32 as _stdint.h is 
17047           autogenerated to win32/common
17048         * win32/common/libgstaudio.def:
17049         * win32/common/libgsttag.def:
17050           added some exports
17051         * win32/vs6:
17052           some project files bugs corrected
17053         * win32/vs7:
17054           project files are reset to the default vs7 configuration 
17055           (they link to msvcr71.dll using default optimizations)
17056           
17057 2006-02-28  Wim Taymans  <wim@fluendo.com>
17058
17059         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17060         Fix some docs.
17061
17062 2006-02-28  Edward Hervey  <edward@fluendo.com>
17063
17064         * ext/alsa/gstalsasrc.c:
17065         Set proper class on the ElementDetails:
17066         Source/Audio instead of Src/Audio/
17067
17068 2006-02-28  Edward Hervey  <edward@fluendo.com>
17069
17070         * gst/videoscale/vs_scanline.c:
17071         (vs_scanline_resample_nearest_RGBA):
17072         Revert optimization in videoscale. It should go in liboil and have
17073         an appropriate liboil function.
17074
17075 2006-02-28  Wim Taymans  <wim@fluendo.com>
17076
17077         * gst-libs/gst/audio/gstbaseaudiosink.c:
17078         (gst_base_audio_sink_provide_clock):
17079         Don't try to provide a clock in the NULL state.
17080
17081 2006-02-28  Wim Taymans  <wim@fluendo.com>
17082
17083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17084         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17085         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17086         (gst_ogg_demux_deactivate_current_chain),
17087         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17088         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17089         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17090         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17091         Use GstSegment infrastructure to remove duplicated code
17092         and handle more seek cases correctly.
17093
17094 2006-02-28  Wim Taymans  <wim@fluendo.com>
17095
17096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17097         (gst_ffmpegcsp_transform):
17098         Don't ignore return code from ffmpeg convert function.
17099
17100         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17101         Split out some long statements to ease debugging.
17102
17103 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17104
17105         * ext/libvisual/visual.c: (gst_visual_init),
17106         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17107         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17108         being able to renegotiate the size. Instead, use the negotiation
17109         algorithm from the goom plugin to pick an initial output caps. 
17110
17111         Also, allow theoretical libvisual plugins that might support non-GL 
17112         output even if they also do GL.
17113
17114 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17115
17116         * ext/libvisual/visual.c: (gst_visual_init),
17117         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17118         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17119         possible negotiation issues.
17120
17121 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17122
17123         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17124
17125 2006-02-24  Michael Smith  <msmith@fluendo.com>
17126
17127         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17128         (cmml_type_find), (plugin_init):
17129           Fix CMML type find function to not require a specific minor version
17130           of the CMML header.
17131
17132           Add an MPEG4 video elementary stream typefind function.
17133
17134 2006-02-04  Michael Smith  <msmith@fluendo.com>
17135
17136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17137         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17138         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17139         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17140         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17141         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17142           Annodex support in ogg demuxer. Doesn't do very much without the
17143           other annodex patches (to come).
17144
17145 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17146
17147         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17148
17149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17150           Pick up palette for MS video v1 (#327028)
17151
17152 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17153
17154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17155         (gst_ffmpegcsp_caps_remove_format_info),
17156         (gst_ffmpegcsp_get_unit_size):
17157           The 'palette_data' field from incoming RGB caps shouldn't be
17158           proxied on outgoing YUV caps; also, restrict unit size
17159           adjustment in case of paletted data only to the unit that
17160           actually has a palette. Fixes #330711.
17161
17162 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17163
17164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17165         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17166         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17167         (gst_ffmpegcsp_get_unit_size):
17168           Plug some memory leaks.
17169
17170 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17171
17172         * sys/ximage/Makefile.am:
17173         * sys/xvimage/Makefile.am:
17174           Add some _CFLAGS and _LIBS that seem to be missing
17175           and/or required for Cygwin (see #317048).
17176
17177 2006-02-22  Wim Taymans  <wim@fluendo.com>
17178
17179         * ext/alsa/gstalsasrc.c:
17180         Fix description as pointed out by caugier.
17181
17182 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17183
17184         Reviewed by : Edward Hervey  <edward@fluendo.com>
17185
17186         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17187         (qt_type_find):
17188         Better 3gp typefinding (#331526).
17189
17190 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17191
17192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17193           Don't send EOS event here, the base class will send one for us.
17194
17195         * gst/playback/gstplaybasebin.c: (prepare_output):
17196           Subpictures without video stream aren't allowed either.
17197         
17198         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17199           Fix debug statement copy'n'paste-o.
17200
17201 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17202
17203         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17204           Fix issues with mixer keeping state when muting/unmuting
17205           and when changing the volume whilst muted (see #331763
17206           and #331765).
17207
17208 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17209
17210         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17211         (parse_subrip), (gst_sub_parse_format_autodetect):
17212           Set right caps given that we send escaped text. Also,
17213           honour <i></i>, <b></b> and <u></u> markers that can be found
17214           in .srt files (fixes #310202).
17215
17216 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17217
17218         * gst-libs/gst/audio/mixerutils.c:
17219         (element_factory_rank_compare_func):
17220           Make order in which elements are tried more determinable.
17221
17222 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17223
17224         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17225         (remove_element_chain), (cleanup_decodebin),
17226         (gst_decode_bin_change_state): Make decodebin reusable by
17227         fixing remove_element_chain first and then introduce a
17228         cleaner in state change to ->NULL. (Closes #331678)
17229
17230 2006-02-19  Wim Taymans  <wim@fluendo.com>
17231
17232         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17233         use 0666 mask when creating files so umask gets applied
17234         correctly. Fixes #331295.
17235
17236 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17237
17238         * gst/subparse/Makefile.am:
17239         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17240         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17241         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17242         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17243         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17244         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17245         * gst/subparse/gstssaparse.h:
17246         * gst/subparse/gstsubparse.c: (plugin_init):
17247           Add very basic parser for SSA subtitle streams (as often
17248           found in matroska files).
17249
17250 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17251
17252         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17253           That should be text/x-pango-markup, not text/x-pango-layout.
17254
17255 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17256
17257         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17258         Polishing.
17259
17260 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17261
17262         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17263         (gst_text_overlay_finalize), (gst_text_overlay_init),
17264         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17265         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17266         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17267         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17268         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17269         Fix state change deadlock.
17270
17271 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17272
17273         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17274         (gst_text_overlay_finalize), (gst_text_overlay_init),
17275         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17276         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17277         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17278         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17279         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17280         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17281         and subtitles files.
17282
17283 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17284
17285         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17286         should be considered as raw.
17287
17288 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17289
17290         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17291         (cb_probe):
17292         * gst/playback/gststreaminfo.h: Introduce language informations.
17293
17294 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17295
17296         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17297         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17298         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17299         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17300         Set shared memory segments to be deleted as soon as we have attached,
17301         that way they get cleaned up automatically if we crash.
17302
17303 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17304
17305         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17306         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17307         functions are called with lock held.
17308
17309 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17310
17311         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17312         (gst_text_overlay_finalize), (gst_text_overlay_init),
17313         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17314         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17315         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17316         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17317         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17318         (gst_text_overlay_change_state): Refactoring of textoverlay
17319         without collectpads. This now supports sparse subtitles coming
17320         from a demuxer instead of a sub file. Seeking is still broken 
17321         though. Need to discuss with wtay some more on how to handle
17322         seeking correctly.
17323         * ext/pango/gsttextoverlay.h:
17324         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17325         subtitles coming from the demuxer.
17326
17327 2006-02-17  Wim Taymans  <wim@fluendo.com>
17328
17329         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17330         (gst_vorbisenc_convert_sink):
17331         Use some more scaling functions.
17332
17333 2006-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17334
17335         * ext/cdparanoia/gstcdparanoiasrc.c:
17336         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17337         (gst_cd_paranoia_paranoia_callback),
17338         (gst_cd_paranoia_src_signal_is_being_watched),
17339         (gst_cd_paranoia_src_read_sector):
17340         * ext/cdparanoia/gstcdparanoiasrc.h:
17341           Add back 'transport-error' and 'uncorrected-error' signals and
17342           make them actually be fired when bad stuff happens (#319340).
17343
17344 2006-02-17  Wim Taymans  <wim@fluendo.com>
17345
17346         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17347         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17348         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17349         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17350         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17351         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17352         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17353         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17354         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17355         (gst_ring_buffer_clear):
17356         Small cleanups.
17357         Added some G_LIKELY.
17358
17359 2006-02-17  Wim Taymans  <wim@fluendo.com>
17360
17361         * gst-libs/gst/audio/TODO:
17362         Update TODO
17363
17364         * gst-libs/gst/audio/gstbaseaudiosink.c:
17365         (gst_base_audio_sink_get_offset):
17366         When trying to play samples ASAP and we don't have a
17367         previous sample, try to play at position 0 instead of
17368         an invalid position.
17369
17370 2006-02-17  Wim Taymans  <wim@fluendo.com>
17371
17372         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17373         (gst_alsasink_reset):
17374         Also release lock when we get an error in _reset();
17375         fix an error message.
17376
17377 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17378
17379         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17380         (gst_alsasink_init), (get_channel_free_structure),
17381         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17382         (gst_alsasink_close):
17383         * ext/alsa/gstalsasink.h:
17384           Add support for more than 2 channels (#326720).
17385
17386 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17387
17388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17389           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17390           with 4 or 6 channels, assume a default channel layout to make things
17391           work (not sure there's anything else we can do in those cases).
17392
17393 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17394
17395         * gst-libs/gst/audio/multichannel.c:
17396           Minor docs fix.
17397
17398         * gst-libs/gst/riff/Makefile.am:
17399         * gst-libs/gst/riff/riff-ids.h:
17400         * gst-libs/gst/riff/riff-media.c:
17401         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17402           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17403           channels and a channel layout map.
17404           
17405 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17406
17407         Reviewed by Edward Hervey  <edward@fluendo.com>
17408
17409         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17410         C-level optimization of the RGBA nearest neighbour function.
17411         Eventually this might end up in liboil with vectorized versions.
17412
17413 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17414
17415         * gst-libs/gst/audio/multichannel.c:
17416         (gst_audio_get_channel_positions):
17417           When we have more than 2 channels, but no channel layout is
17418           specified in the caps, return some default channel layout
17419           to the caller and warn about about a possibly buggy element
17420           (could be buggy filtercaps as well of course) (#317038).
17421
17422 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17423
17424         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17425           Add gst-libs/gst/cdda to list of lib search paths.
17426
17427 2006-02-15  Andy Wingo  <wingo@pobox.com>
17428
17429         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17430         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17431         to the Lord Jesus that I do not have to touch the ogg muxer ever
17432         again.
17433
17434 2006-02-15  Edward Hervey  <edward@fluendo.com>
17435
17436         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17437         quicktime movie files can also contain 'uuid' atoms.
17438
17439 2006-02-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17440
17441         * gst/audioconvert/plugin.c: (plugin_init):
17442           Register the GstAudioChannelPosition enum type with the type
17443           system in the plugin_init function, so that it is known before
17444           any element actually makes use of multi-channel stuff. This is
17445           required for example if one wants to be able to deserialise/use
17446           a caps string with channel positions before any pipeline has
17447           been setup and started, like with gst-launch.
17448
17449 2006-02-14  Wim Taymans  <wim@fluendo.com>
17450
17451         * gst-libs/gst/audio/gstringbuffer.c:
17452         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17453         (gst_ring_buffer_samples_done), (wait_segment),
17454         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17455         Add some compiler G_(UN_)LIKELY help.
17456         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17457         make sure they can exit their functions. Should fix #330748
17458
17459 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17460
17461         * Makefile.am:
17462         * configure.ac:
17463         * win32/MANIFEST:
17464         * win32/common/_stdint.h:
17465           Windows does not have long long; copy the generated _stdint.h
17466         * win32/common/interfaces-enumtypes.c:
17467         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17468         (gst_mixer_track_flags_get_type),
17469         (gst_tuner_channel_flags_get_type):
17470         * win32/common/multichannel-enumtypes.c:
17471         (gst_audio_channel_position_get_type):
17472           update
17473
17474 2006-02-13  Wim Taymans  <wim@fluendo.com>
17475
17476         * gst-libs/gst/audio/gstbaseaudiosink.c:
17477         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17478         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17479         Always sync on first sample we receive when starting.
17480
17481 2006-02-13  Wim Taymans  <wim@fluendo.com>
17482
17483         * gst/playback/gstplaybin.c: (gen_vis_element):
17484         Update vis bin docs.
17485         Move queue after tee so we don't queue video buffers but
17486         audio samples instead. Fixes problems where the video queue
17487         is filled and the audio queue empty.
17488
17489 2006-02-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17490
17491         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17492           No need to push an EOS event here, GstBaseSrc will do that for us
17493           when we return FLOW_UNEXPECTED.
17494           
17495 2006-02-12  Wim Taymans  <wim@fluendo.com>
17496
17497         * gst-libs/gst/audio/gstbaseaudiosink.c:
17498         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17499         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17500         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17501         Use scale functions when possible.
17502         Fix error messages.
17503         Free clockid when after waiting for EOS.
17504         Use G_(UN_)LIKLY when it makes sense.
17505         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17506
17507 2006-02-12  Edward Hervey  <edward@fluendo.com>
17508
17509         * gst/playback/gstplaybasebin.c: (prepare_output): 
17510         Remove stray semi-colon (fixes #330888).
17511
17512 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17513
17514         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17516         Fix up the XShm call testing so that we catch errors, and don't
17517         cause new ones by attempting to detach from a segment we failed
17518         to attach to. Fixes #312439.
17519
17520 2006-02-10  Edward Hervey  <edward@fluendo.com>
17521
17522         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17523         Added flv file typefind (video/x-flv).
17524
17525 2006-02-10  Edward Hervey  <edward@fluendo.com>
17526
17527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17528         (gst_riff_create_video_template_caps):
17529         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17530         Also added the caps to the default set of riff video caps.
17531
17532 2006-02-09  Andy Wingo  <wingo@pobox.com>
17533
17534         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17535         time and the end time of the last packet in the page.
17536         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17537         on the pages in our queue, set the duration as well. Reflow a
17538         debug statement.
17539         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17540         Fixes bad muxing order.
17541
17542 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17543
17544         * gst-libs/gst/rtp/gstbasertppayload.c:
17545         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17546           update seqnum before setting it on the packet; this makes sure
17547           that the timestamp and seqnum properties match after pushing
17548           a buffer
17549
17550 2006-02-09  Andy Wingo  <wingo@pobox.com>
17551
17552         * gst-libs/gst/audio/gstringbuffer.c
17553         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17554         overflow after 13.5 hours of recording. Kapow!
17555
17556         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17557         the buffer size -- we don't care about underrun/overrun reporting
17558         right now, just need to return a useful value.
17559
17560 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17561
17562         * configure.ac:
17563           Back to CVS
17564
17565 === release 0.10.3 ===
17566
17567 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17568
17569         * configure.ac:
17570           releasing 0.10.3, "Under Pressure"
17571
17572 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17573
17574         * configure.ac:
17575         Drat. Bump libtool version number for new API.
17576         Prelease 0.10.2.3 (of 0.10.3)
17577
17578 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17579
17580         * configure.ac:
17581         * win32/common/config.h:
17582         0.10.2.2 prerelease (of 0.10.3).
17583
17584 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17585
17586         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17587           Revert Andy's newsegment change pending a more correct
17588           fix.
17589
17590 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17591
17592         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17593         (qt_type_find), (plugin_init):
17594           detect more files as 3gp
17595           group and reorder the iso file formats
17596
17597 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17598
17599         * ext/vorbis/vorbis.c: (plugin_init):
17600           Register musicbrainz tags, so apps don't have to.
17601
17602 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17603
17604         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17605         (gst_tag_to_vorbis_tag):
17606           Make sure we called gst_tag_register_musicbrainz_tags()
17607           before possibly mapping a vorbiscomment string from/to a
17608           musicbrainz tag.
17609
17610 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17611
17612         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17613           In case we can't find the required number of consecutive
17614           mpeg audio frames to positively identify an MPEG audio
17615           stream, check if there's at least a valid mpeg audio
17616           frame right at offset 0 and if so suggest mpeg/audio
17617           caps with a very low probability (#153004).
17618
17619 2006-02-07  Andy Wingo  <wingo@pobox.com>
17620
17621         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17622         a TIME segment if we get timestamped buffers. Requires recent
17623         fixes in core to work properly.
17624
17625 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17626
17627         * gst/playback/gstplaybasebin.c: (prepare_output):
17628           Don't print the URI as part of the error message, it
17629           makes error dialogs look rather ugly, especially if
17630           the URI is very long or has characters in it that
17631           need escaping.
17632
17633 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17634
17635         * gst/playback/gstplaybasebin.c: (prepare_output):
17636           Error out if we have only text or subtitles, but nothing
17637           else. Also error out if we have subtitles but no video
17638           stream.
17639
17640 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17641
17642         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17643           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17644           Post an error message on the bus when we encounter an
17645           error, which will hopefully be more meaningful than the
17646           'Internal Flow Error' message users get to see if we
17647           just return GST_FLOW_ERROR.
17648
17649 2006-02-07  Andy Wingo  <wingo@pobox.com>
17650
17651         * configure.ac (GST_MAJORMINOR): Update core version req to
17652         0.10.2.2, for the collectpads API addition (#330244).
17653
17654 2006-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17655
17656         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17657           Return FALSE from plugin_init() when GnomeVFS can't
17658           be initialised for some reason (#328423).
17659
17660 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17661
17662         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17663         Stick to seeking theory until i find the bug.
17664         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17665
17666 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17667
17668         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17669         (theora_enc_finalize), (theora_enc_sink_setcaps),
17670         (theora_set_header_on_caps), (theora_enc_chain),
17671         (theora_enc_change_state):
17672         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17673           Make theoraenc and the tests leak free. Like, really.
17674
17675 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17676
17677         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17678         (theora_enc_finalize), (theora_enc_sink_setcaps):
17679           Add a finalize method to ensure we clean up state even if
17680           someone omitted the state change back to NULL.
17681
17682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17683         (gst_vorbisenc_chain):
17684           Free some more leaked bits.
17685
17686         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17687         (stop_pipeline):
17688           Wait for state changes to happen if they're ASYNC.
17689
17690           This ought to teach those fancy pants buildbots a lesson.
17691
17692 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17693
17694         * gst-libs/gst/tag/gstid3tag.c:
17695           Add mapping for ID3 International Standard Recording Code
17696           tag "TSRC"
17697
17698 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17699
17700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17701           Don't leak tag names.
17702
17703 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17704
17705         * docs/libs/gst-plugins-base-libs-docs.sgml:
17706         * docs/libs/gst-plugins-base-libs-sections.txt:
17707         * gst-libs/gst/tag/gstid3tag.c:
17708         * gst-libs/gst/tag/gstvorbistag.c:
17709         * gst-libs/gst/tag/tags.c:
17710           Split libgsttag docs into multiple sections.
17711
17712 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17713
17714         * docs/libs/Makefile.am:
17715         * docs/libs/gst-plugins-base-libs-docs.sgml:
17716         * docs/libs/gst-plugins-base-libs-sections.txt:
17717         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17718         * gst-libs/gst/tag/gstvorbistag.c:
17719         * gst-libs/gst/tag/tag.h:
17720         * gst-libs/gst/tag/tags.c:
17721           Add libgsttag to the docs.
17722
17723 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17724
17725         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17726         (gst_text_overlay_init), (gst_text_overlay_src_event),
17727         (gst_text_overlay_collected): Fix clockoverlay.
17728
17729 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17730
17731         * docs/libs/compiling.sgml:
17732           Fix typo: it's pkg-config, not pkg-gconfig
17733
17734         * docs/libs/gst-plugins-base-libs-docs.sgml:
17735         * docs/libs/gst-plugins-base-libs-sections.txt:
17736         * docs/libs/tmpl/gstgconf.sgml:
17737           There is no libgstgconf in 0.10, remove it
17738           from the docs.
17739
17740 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17741
17742         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17743         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17744         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17745         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17746         (gst_sub_parse_class_init), (gst_sub_parse_init),
17747         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17748         (parse_mpsub), (parser_state_init), (handle_buffer),
17749         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17750         * gst/subparse/gstsubparse.h: Introduce seeking code.
17751
17752 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17753
17754         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17755           Add comment about LANGUAGE tag inconsistency (we want
17756           ISO-639-1, but extract three-letter identifiers?)
17757
17758         * po/POTFILES.in:
17759           Add two translatable files.
17760
17761 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17762
17763         * gst-libs/gst/tag/Makefile.am:
17764         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17765         * gst-libs/gst/tag/tag.h:
17766         * gst-libs/gst/tag/tags.c:
17767         (gst_tag_register_musicbrainz_tags_internal),
17768         (gst_tag_register_musicbrainz_tags):
17769           Forward-port some tags stuff from the 0.8 branch. This is
17770           mostly the addition of musicbrainz tags and their mapping
17771           to vorbistags, and a vorbistag mapping of the language tag.
17772
17773 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17774
17775         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17776         refactoring.
17777
17778 2006-02-04  David Schleef  <ds@schleef.org>
17779
17780         * ext/ogg/gstoggmux.c:
17781         * gst/typefind/gsttypefindfunctions.c:
17782           Add Dirac typefinding and add dirac format to oggmux.
17783
17784 2006-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17785
17786         * gst/playback/gstdecodebin.c: (try_to_link_1):
17787           Don't put essential function call into
17788           g_return_*() macro, otherwise it'll all be
17789           replaced by NOOPs when compiling with
17790           G_DISABLE_CHECKS defined.
17791
17792 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17793
17794         * ext/ogg/gstoggdemux.c:
17795         * ext/ogg/gstoggparse.c:
17796         * gst/tcp/gsttcpserversink.c:
17797         * sys/v4l/v4lsrc_calls.c:
17798         * sys/v4l/v4lsrc_calls.h:
17799         Just make it compile with --disable-gst-debug.
17800
17801 2006-02-03  Wim Taymans  <wim@fluendo.com>
17802
17803         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17804         (gst_alsasink_class_init), (gst_alsasink_init),
17805         (gst_alsasink_write), (gst_alsasink_reset):
17806         * ext/alsa/gstalsasink.h:
17807         Add lock to protect alsa calls.
17808         Implement reset to flush samples ASAP, does not work
17809         with dmix though.
17810
17811 2006-02-02  Wim Taymans  <wim@fluendo.com>
17812
17813         * gst-libs/gst/audio/gstbaseaudiosink.c:
17814         (gst_base_audio_sink_provide_clock):
17815         Ugh.. getting late I guess...
17816
17817 2006-02-02  Wim Taymans  <wim@fluendo.com>
17818
17819         * gst-libs/gst/audio/gstbaseaudiosink.c:
17820         (gst_base_audio_sink_provide_clock),
17821         (gst_base_audio_sink_set_property),
17822         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17823         Don't try to provide a clock when we are not negotiated since
17824         we might not be able to make it run.
17825
17826 2006-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17827
17828         * gst/playback/gstdecodebin.c: (try_to_link_1):
17829           Unlinking two source pads is ... hard.
17830
17831 2006-02-02  Wim Taymans  <wim@fluendo.com>
17832
17833         * gst-libs/gst/audio/TODO:
17834         Updated.
17835
17836         * gst-libs/gst/audio/gstbaseaudiosink.c:
17837         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17838         On EOS, wait till the last sample is played before posting EOS.
17839
17840 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17841
17842         Patch by: Kai Vehmanen
17843         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17844           Adds ability to enable newsegment bypass by setting queue_delay to
17845           zero. Also avoid thread being started if queue_delay is zero.
17846
17847 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17848
17849         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17850           Make test work again by connecting fakesinks to each decoded pad,
17851           which makes the pipeline wait until each fakesink has a buffer
17852           queued before going to PAUSED state. At that point we know the
17853           decodebin pads are negotiated.
17854
17855 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17856
17857         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17858         (gst_cdda_base_src_handle_event):
17859         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17860           Pass unhandled queries to the parent class's query function.
17861
17862 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17863
17864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17865         (gst_ogg_pad_src_query):
17866         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17867         * ext/theora/theoradec.c: (theora_dec_src_query),
17868         (theora_dec_sink_query):
17869         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17870         (vorbis_dec_sink_query):
17871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17872         (gst_vorbisenc_sink_query):
17873         * gst/adder/gstadder.c: (gst_adder_query):
17874           Pass unhandled queries upstream instead of just
17875           dropping them (#326447). Also, fix supported
17876           query types list for some elements.
17877
17878 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17879
17880         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17881         (paris_type_find), (ilbc_type_find), (plugin_init):
17882           Fix typefinding for audio/x-au, audio/x-paris and
17883           audio/iLBC-sh. We cannot use the START_WITH macros
17884           here, because there can only be one typefind factory
17885           with the same name (caps), so the second one would
17886           replace the first one and the first one would never
17887           be called when doing typefinding (see #161712).
17888           
17889
17890 2006-01-31  Wim Taymans  <wim@fluendo.com>
17891
17892         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17893         (vorbis_handle_header_packet), (vorbis_dec_push),
17894         (vorbis_handle_data_packet):
17895         Use scale_int when we can, add some more scaling.
17896         Check packettype before parsing it.
17897
17898 2006-01-31  Wim Taymans  <wim@fluendo.com>
17899
17900         * ext/theora/theoradec.c: (_theora_granule_time),
17901         (theora_dec_src_convert), (theora_dec_sink_convert):
17902         Call right _scale functions.
17903         Use parameter instead of some other random value.
17904
17905 2006-01-31  Wim Taymans  <wim@fluendo.com>
17906
17907         * ext/theora/theoradec.c: (_theora_granule_frame),
17908         (_theora_granule_time), (_inc_granulepos),
17909         (theora_dec_src_convert), (theora_dec_sink_convert),
17910         (theora_handle_type_packet), (theora_handle_data_packet),
17911         (theora_dec_chain):
17912         Use higher precision timestamps calculation.
17913         Convert some other conversions to _scale.
17914
17915 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17916
17917         * gst/audiotestsrc/gstaudiotestsrc.c:
17918         (gst_audio_test_src_create_sine_table), (plugin_init):
17919         * gst/volume/gstvolume.c: (plugin_init):
17920           initialize gst_controller before using
17921
17922 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17923
17924         * tests/check/pipelines/theoraenc.c:
17925         * tests/check/pipelines/vorbisenc.c:
17926         Define constant using G_GINT64_CONSTANT to avoid errors when
17927         passing it around - otherwise it gets truncated to 32 bits.
17928
17929         Fixes failing tests.
17930
17931 2006-01-31  Andy Wingo  <wingo@pobox.com>
17932
17933         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17934         caps being set doesn't have a framerate value. Basically a stopgap
17935         measure.
17936
17937         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17938         technically correct enough to put into core though.
17939         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17940         DURATION. Fixes theoraenc ! oggmux.
17941
17942         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17943         fraction, not double.
17944
17945 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17946
17947         * win32/vs7:
17948         add vs7 project files created by Sergey Scobich
17949
17950 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17951
17952         * win32/vs8:
17953         add vs8 project files created by Sergey Scobich
17954         
17955 2006-01-30  Andy Wingo  <wingo@pobox.com>
17956
17957         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17958         timestamp + duration, not just timestamp -- ogg pages should be
17959         ordered by stop time. Necessary fix given the change in vorbis
17960         timestamps.
17961
17962         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17963         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17964         (granulepos_add): New function, handles the messiness of adjusting
17965         granulepos values.
17966         (theora_buffer_from_packet):
17967         (theora_enc_chain):
17968         (theora_enc_sink_event): Use granulepos_add, not +.
17969
17970         * tests/check/pipelines/theoraenc.c
17971         (check_buffer_granulepos_from_starttime): Just check the frame
17972         count, not the actual granulepos -- we can't dictate to the
17973         encoder when it should be placing keyframes.
17974
17975 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17976
17977         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17978           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17979           play an http:// stream from a server that's not serving
17980
17981 2006-01-30  Andy Wingo  <wingo@pobox.com>
17982
17983         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17984         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17985         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17986         available.
17987
17988         * ext/theora/gsttheoraenc.h:
17989         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17990         although theoraenc was timestamping correctly. Added handling of
17991         streams that start with nonzero timestamps.
17992
17993         * tests/check/Makefile.am:
17994         * tests/check/pipelines/theoraenc.c: New file, basically does same
17995         tests as vorbisenc.
17996
17997         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17998
17999 2006-01-30  Wim Taymans  <wim@fluendo.com>
18000
18001         * gst-libs/gst/audio/gstaudiosink.c:
18002         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18003         (gst_audioringbuffer_pause):
18004         Implement pause that does not wait for completion.
18005
18006         * gst-libs/gst/audio/gstbaseaudiosink.c:
18007         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18008         Don't drop buffers when going to PAUSED but perform preroll on
18009         remaining samples now that core base class supports this.
18010
18011         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18012         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18013         (gst_ring_buffer_commit):
18014         Pause should not signal waiters.
18015         Implement return value of _commit correctly.
18016
18017 2006-01-30  Andy Wingo  <wingo@pobox.com>
18018
18019         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18020
18021         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18022         updated to timestamp from the first sample, not the last.
18023         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18024         special care of granulepos and timestamp for header packets.
18025         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18026         when the first buffer has a nonzero timestamp.
18027
18028         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18029         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18030         case when the first audio buffer we get has a nonzero timestamp.
18031         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18032         properly timestamp vorbis buffers with the time of the first
18033         sample, not the last.
18034         
18035         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18036         vorbis_granule_time_copy -- now it takes the granule/subgranule
18037         offset into account.
18038
18039         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18040         timestamps, durations, and granulepos on buffers produced by
18041         vorbisenc.
18042
18043 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18044
18045         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18046         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18047           Patch from Eric Jonas to support conversions to/from UYVY 
18048           (Fixes: #324626)
18049
18050 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18051
18052         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18053         (setup_subtitle), (setup_source), (set_active_source):
18054         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18055         (gen_text_element), (gen_audio_element), (gen_vis_element),
18056         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18057
18058 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18059
18060         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18061         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18062                 use gst_guint64_to_gdouble to be compliant with vs6
18063         * gst/playback/gstdecodebin.c: (try_to_link_1)
18064         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18065                 use G_GINT64_CONSTANT for int64 constants
18066         * win32/common/libgstinterfaces.def:
18067                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18068         * win32/vs6:
18069                 update and add new project files
18070                 
18071 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18072
18073         * Makefile.am:
18074         * win32/MANIFEST:
18075         * win32/common/interfaces-enumtypes.c:
18076         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18077         (gst_mixer_track_flags_get_type),
18078         (gst_tuner_channel_flags_get_type):
18079         * win32/common/interfaces-enumtypes.h:
18080         * win32/common/multichannel-enumtypes.c:
18081         (gst_audio_channel_position_get_type):
18082         * win32/common/multichannel-enumtypes.h:
18083           add a win32-update rule like in core, and copy over enumtypes files
18084
18085 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18086
18087         * win32/MANIFEST:
18088         * win32/common/config.h:
18089         * win32/common/config.h.in:
18090           add config files just like in core
18091
18092 2006-01-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18093
18094         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18095           Make gcc-4.1 happy (part of #327357).
18096
18097 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18098
18099         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18100         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18101         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18102         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18103         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18104         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18105           Update all error messages.  All of them should either use
18106           the default translated message, or actually provide a
18107           translatable string.
18108           Make the string for channel count problems meaningful.
18109
18110 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18111
18112         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18113           check for and throw RESOURCE_BUSY
18114
18115 2006-01-27  David Schleef  <ds@schleef.org>
18116
18117         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18118           checked in this change -- it requires liboil features not
18119           in 0.3.6.  Revert parts.
18120
18121 2006-01-27  David Schleef  <ds@schleef.org>
18122
18123         * REQUIREMENTS:
18124         * configure.ac: update liboil requirement to 0.3.6
18125         * gst/videoscale/Makefile.am:
18126         * gst/videoscale/vs_scanline.c: liboilify
18127
18128 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18129
18130         * ext/libvisual/visual.c: (get_buffer):
18131           When pad_alloc returns a GstFlowReturn other
18132           than GST_FLOW_OK, make sure it is passed upstream.
18133
18134 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18135
18136         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18137         (gst_alsasink_class_init):
18138           Free the device name string.
18139
18140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18141         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18142         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18143           Don't remove a pad from the collectpads structure until it
18144           is released - it's a request pad, and may receive data again
18145           if the element gets moved back to PLAYING state.
18146
18147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18148           Ensure we turn on double buffering on the Xv port, and
18149           set the colour key to something dark and mysterious that
18150           isn't black.
18151
18152 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18153
18154         * ext/alsa/gstalsaplugin.c: (plugin_init):
18155         * ext/cdparanoia/gstcdparanoiasrc.c:
18156         (gst_cd_paranoia_src_base_init), (plugin_init):
18157         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18159           - a library should not call setlocale. see "Libraries" node in
18160             gettext manual
18161           - make sure all plugins that use translation do bindtextdomain
18162             to point to the localedir
18163         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18164         (setup_sinks), (plugin_init):
18165           all this, and check for NULL when creating sinks
18166
18167 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18168
18169         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18170         (plugin_init): Make typefinding of subtitles work again.
18171
18172 2006-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18173
18174         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18175         (mp3_type_frame_length_from_header), (mp3_type_find),
18176         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18177         (plugin_init):
18178           Backport a bunch of typefinding fixes from the 0.8 branch.
18179           Also, improve wavpack typefinding: if we can't peek the
18180           entire wavpack block, try to parse the bits we can get and
18181           see if we find what we're looking for in those.
18182
18183 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18184
18185         * sys/ximage/ximagesink.c:
18186         (gst_ximagesink_calculate_pixel_aspect_ratio):
18187         * sys/xvimage/xvimagesink.c:
18188         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18189         more cases of pixel aspect ratio.
18190
18191 2006-01-26  Edward Hervey  <edward@fluendo.com>
18192
18193         * gst/playback/gstdecodebin.c: (pad_probe):
18194         Also consider the flush-start and tag events as unblockers
18195         for the pad probes.
18196
18197 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18198
18199         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18200         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18201         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18202         On the fly visualisation switch, works disabling, enabling as
18203         well but it won't be able to enable vis in a playbin that was
18204         created with no visualisation.
18205
18206 2006-01-25  Wim Taymans  <wim@fluendo.com>
18207
18208         * gst-libs/gst/audio/gstbaseaudiosink.c:
18209         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18210         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18211         resume after pause.
18212
18213 2006-01-25  Wim Taymans  <wim@fluendo.com>
18214
18215         * gst-libs/gst/audio/gstbaseaudiosink.c:
18216         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18217         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18218         Improve debugging.
18219         Post error when caps cannot be parsed.
18220         Resync on discontinuity in the stream.
18221         Clip samples to segment boundaries.
18222         return WRONG_STATE sooner when we are flushing.
18223
18224         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18225         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18226         Make audiosrc operate in TIME.
18227         Set TIMESTAMP and DURATION on buffers.
18228
18229 2006-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18230
18231         * tests/examples/seek/seek.c: (main):
18232           Output tag messages as well.
18233
18234 2006-01-23  Edward Hervey  <edward@fluendo.com>
18235
18236         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18237         (free_pad_probes), (remove_fakesink), (pad_probe),
18238         (close_pad_link), (gst_decode_bin_change_state):
18239         Replace GstPadBlockCallback with pad probes that detect
18240         first buffer AND eos before removing fakesink.
18241         Fixes hang with demuxers doing EOS while pre-rolling.
18242         Solves #328279
18243
18244 2006-01-23  Andy Wingo  <wingo@pobox.com>
18245
18246         * ext/alsa/gstalsasink.c:
18247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18248         (gst_base_rtp_depayload_setcaps),
18249         (gst_base_rtp_depayload_add_to_queue),
18250         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18251         
18252         Patch by: Jens Granseuer <jensgr at gmx dot net>
18253
18254 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18255
18256         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18257         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18258         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18259         frames. We might get a frame destroyed after changing state to
18260         NULL, adding a safety check on xcontext.
18261
18262 2006-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18263
18264         * gst-libs/gst/interfaces/xoverlay.c:
18265           Fix prepare-xwindow-id code example in the docs - we need to
18266           ignore all messages that aren't element messages as well.
18267           
18268 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18269
18270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18271           I think one day i'll completely undestand how caps negotiation
18272           is supposed to work. This refactoring handles buffer_alloc
18273           called with caps we can't handle. We definitely don't want a
18274           set_caps with those caps, so we define and allocate a buffer
18275           we would like to receive.
18276
18277 2006-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18278
18279         * gst/playback/gstplaybasebin.c: (setup_source):
18280           Free iterator when done.
18281
18282 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18283
18284         * gst-libs/gst/audio/gstbaseaudiosink.c:
18285         (gst_base_audio_sink_render):
18286           Fix playback of non-synchronised streams by assuming a rate
18287           of 1.0 instead of a random one.
18288
18289           Makes this work again:
18290
18291           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18292           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18293           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18294           audioresample ! alsasink
18295
18296 === release 0.10.2 ===
18297
18298 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18299
18300         * configure.ac:
18301           releasing 0.10.2, "Then the devil is six"
18302
18303 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18304
18305         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18306         * gst/playback/gststreamselector.c:
18307         (gst_stream_selector_set_property):
18308           Comment out broken code that connects to the state-changed signal.
18309           At this point, changing current stream selection is broken, but 
18310           stuff like gst-launch playbin current-audio=1 works and filters
18311           to the chosen stream.
18312
18313 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18314
18315         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18316           Fix #327216 (null dereference in vorbisdec)
18317
18318 2006-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18319
18320         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18321           Post taglist actually on bus instead of just freeing it
18322           (fixes #327114 and totem bug #327080).
18323
18324         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18325           Use gst_element_found_tags_for_pad(), so that the tags
18326           are sent downstream as an event as well.
18327
18328 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18331         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18332         (gst_ximagesink_buffer_alloc):
18333         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18334         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18335         (gst_xvimagesink_buffer_alloc):
18336           move all regularly occurring messages to GST_LOG level
18337           add some more object logs
18338
18339 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18340
18341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18342           fix a silly segfault
18343
18344 2006-01-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18345
18346         * docs/libs/gst-plugins-base-libs-docs.sgml:
18347         * docs/libs/gst-plugins-base-libs-sections.txt:
18348         * gst-libs/gst/audio/mixerutils.c:
18349         * gst-libs/gst/audio/mixerutils.h:
18350           Add docs for mixerutils stuff.
18351
18352 2006-01-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18353
18354         * gst/playback/gstplaybasebin.c: (setup_source):
18355           Fix playback for sources that emit raw audio or
18356           raw video streams (e.g.: cd audio sources) (#325984).
18357
18358 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18359
18360         * gst-libs/gst/audio/mixerutils.c:
18361         (gst_audio_mixer_filter_do_filter):
18362           actually save the element we create
18363
18364 2006-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18365
18366         * gst-libs/gst/cdda/gstcddabasesrc.c:
18367         (gst_cdda_base_src_handle_track_seek):
18368           No need to post a tag message on the bus when seeking
18369           within the same track, only post it when the current
18370           track changes.
18371
18372 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18373
18374         * gst/playback/gstplaybasebin.c: (group_destroy),
18375         (probe_triggered), (new_decoded_pad), (mute_group_type),
18376         (set_active_source):
18377         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18378         * gst/playback/gststreamselector.c:
18379         (gst_stream_selector_base_init),
18380         (gst_stream_selector_set_property),
18381         (gst_stream_selector_request_new_pad):
18382           Reenable stream selection. These mechanisms need a complete overhaul
18383           in the face of 0.8->0.10 changes though.
18384
18385 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18386
18387         * ext/ogg/gstoggdemux.c:
18388           Change the pad template to src_%d to match the pads that 
18389           are created from it. decodebin needs this information in order
18390           to decide that oggdemux is capable of producing multiple pads
18391           (and hence needs queues inserted).
18392
18393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18394         (gst_ogg_mux_collected):
18395           Make debug output more useful by using GST_PTR_FORMAT.
18396
18397 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18398
18399         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18400
18401         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18402           Set depth and width for alaw/mulaw (fixes #326601).
18403
18404 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18405
18406         * tests/icles/Makefile.am:
18407           don't build the tests if we don't have the libs
18408
18409 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18410
18411         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18412         (gst_cd_paranoia_paranoia_callback):
18413           Don't try to free NULL pointers.
18414
18415 2006-01-10  Edward Hervey  <edward@fluendo.com>
18416
18417         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18418         (gst_audio_rate_change_state), (plugin_init):
18419         Add debugging category.
18420         Fix type issues.
18421         Add case for incoming buffers without valid offset/offset_end.
18422
18423 2006-01-10  Michael Smith  <msmith@fluendo.com>
18424
18425         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18426           Don't leak GCond in audio sources.
18427
18428 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18429
18430         * gst/playback/gstplaybin.c: (gen_audio_element):
18431           Don't leak an autoaudiosink/alsasink when we generate
18432           a new audio element. (old code, I guess)
18433
18434 2006-01-10  Michael Smith  <msmith@fluendo.com>
18435
18436         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18437           Support float audio in audiorate.
18438           Use width rather than depth for selecting sample width.
18439
18440 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18441
18442         * gst/videotestsrc/videotestsrc.h:
18443           Use GLib types here (that way we don't have to include the
18444           generated _stdint.h header, which makes life easier for win32
18445           folks that don't use autotools for the build) (#325990, patch
18446           by: Sergey Scobich).
18447
18448 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18449
18450         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18451         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18452         (gst_ring_buffer_pause), (wait_segment):
18453         * gst-libs/gst/audio/gstringbuffer.h:
18454           Name (private) union, makes Forte compiler happy (this time
18455           for real) (#324900).
18456
18457 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18458
18459         * gst-libs/gst/audio/Makefile.am:
18460           Link against libgstinterfaces, needed for mixer
18461           and property probe stuff.
18462
18463 2006-01-09  Edward Hervey  <edward@fluendo.com>
18464
18465         * gst-libs/gst/Makefile.am:
18466
18467 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18468
18469         * gst-libs/gst/audio/Makefile.am:
18470         * gst-libs/gst/audio/mixerutils.c:
18471         (gst_audio_mixer_filter_do_filter),
18472         (gst_audio_mixer_filter_check_element),
18473         (gst_audio_mixer_filter_probe_feature),
18474         (element_factory_rank_compare_func),
18475         (gst_audio_default_registry_mixer_filter):
18476         * gst-libs/gst/audio/mixerutils.h:
18477           Add gst_audio_default_registry_mixer_filter() utility
18478           function.
18479
18480 2006-01-03  Michael Smith  <msmith@fluendo.com>
18481
18482         * gst/audioresample/resample.h:
18483           As before, but for o_buf
18484
18485 2006-01-03  Michael Smith  <msmith@fluendo.com>
18486
18487         * gst/audioresample/resample.h:
18488           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18489           since we do arithmetic on it.
18490
18491 2006-01-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18492
18493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18494         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18495         (gst_ring_buffer_pause), (wait_segment):
18496         * gst-libs/gst/audio/gstringbuffer.h:
18497           Sun's Forte compiler doesn't seem to like anonymous structs,
18498           so use same setup as in GstBaseSrc (fixes #324900).
18499
18500 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18501
18502         * configure.ac:
18503         * gst/volume/Makefile.am:
18504         * gst/volume/demo.c:
18505           move old example to tests/examples/volume/volune.c
18506         * tests/examples/Makefile.am:
18507         * tests/examples/seek/seek.c: (main):
18508           change window-close event from "delete-event" to "destroy"
18509         * tests/examples/volume/Makefile.am:
18510         * tests/examples/volume/volume.c: (value_changed_callback),
18511         (setup_gui), (message_received), (eos_message_received), (main):
18512           fix event handling and bus usage
18513
18514 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18515
18516         * gst/audiotestsrc/gstaudiotestsrc.c:
18517         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18518         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18519         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18520         (gst_audio_test_src_create_square),
18521         (gst_audio_test_src_create_saw),
18522         (gst_audio_test_src_create_triangle),
18523         (gst_audio_test_src_create_silence),
18524         (gst_audio_test_src_create_white_noise),
18525         (gst_audio_test_src_create_pink_noise),
18526         (gst_audio_test_src_init_sine_table),
18527         (gst_audio_test_src_create_sine_table),
18528         (gst_audio_test_src_change_wave),
18529         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18530         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18531         * gst/audiotestsrc/gstaudiotestsrc.h:
18532           update to basesrc changes, implement segmented seeking and eos
18533           handling, add a 'sine-tab' waveform for performance critical playback
18534
18535 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18536
18537         * po/POTFILES.in:
18538           ... and this time the other modified file that I missed last time.
18539
18540 2005-12-29  Michael Smith  <msmith@fluendo.com>
18541
18542         * gst/playback/gstdecodebin.c: (new_pad):
18543           Fix non-C89 variable declaration not at the start of a block. Should
18544           help some compilers.
18545
18546 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18547
18548         * tests/check/Makefile.am:
18549           And now fix 'make distcheck' (builddir != srcdir)
18550
18551 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18552
18553         * configure.ac:
18554         * ext/cdparanoia/Makefile.am:
18555         * ext/cdparanoia/gstcdparanoia.c:
18556         * ext/cdparanoia/gstcdparanoia.h:
18557         * ext/cdparanoia/gstcdparanoiasrc.c:
18558         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18559         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18560         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18561         (gst_cd_paranoia_paranoia_callback),
18562         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18563         (gst_cd_paranoia_src_set_property),
18564         (gst_cd_paranoia_src_get_property), (plugin_init):
18565         * ext/cdparanoia/gstcdparanoiasrc.h:
18566           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18567           plugin again (there are still fixes required to playbin to make
18568           cdda:// uris work there).
18569
18570 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18571
18572         * tests/check/Makefile.am:
18573           Fix test case compilation.
18574
18575 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18576
18577         * gst-libs/gst/cdda/gstcddabasesrc.c:
18578         (gst_cdda_base_src_update_duration),
18579         (gst_cdda_base_src_calculate_cddb_id):
18580           An integer is not a string. Fix access to uninitialised variable.
18581
18582         * tests/check/Makefile.am:
18583           Add cddabasesrc unit test; also actually enable the vorbis test.
18584
18585         * tests/check/generic/states.c:
18586           Blacklist new cd audio elements as well.
18587
18588         * tests/check/libs/cddabasesrc.c:
18589           Unit test for GstCddaBaseSrc (discid calculation mostly).
18590
18591 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18592
18593         * docs/libs/Makefile.am:
18594         * docs/libs/gst-plugins-base-libs-docs.sgml:
18595         * docs/libs/gst-plugins-base-libs-sections.txt:
18596         * docs/libs/gst-plugins-base-libs.types:
18597           Add docs for libgstcdda/GstCddaBaseSrc.
18598
18599         * gst-libs/gst/interfaces/mixertrack.h:
18600           Do one struct member per line with a semicolon at the end, that way
18601           even gtk-doc might parse it without complaining.
18602
18603 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18604
18605         * configure.ac:
18606         * gst-libs/gst/Makefile.am:
18607         * gst-libs/gst/cdda/Makefile.am:
18608         * gst-libs/gst/cdda/base64.c:
18609         * gst-libs/gst/cdda/base64.h:
18610         * gst-libs/gst/cdda/gstcddabasesrc.c:
18611         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18612         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18613         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18614         (gst_cdda_base_src_get_property),
18615         (gst_cdda_base_src_get_track_from_sector),
18616         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18617         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18618         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18619         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18620         (gst_cdda_base_src_uri_get_protocols),
18621         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18622         (gst_cdda_base_src_uri_handler_init),
18623         (gst_cdda_base_src_setup_interfaces),
18624         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18625         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18626         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18627         (gst_cdda_base_src_add_tags),
18628         (gst_cdda_base_src_add_index_associations),
18629         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18630         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18631         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18632         (gst_cdda_base_src_create):
18633         * gst-libs/gst/cdda/gstcddabasesrc.h:
18634         * gst-libs/gst/cdda/sha1.c:
18635         * gst-libs/gst/cdda/sha1.h:
18636           Add new libgstcdda with GstCddaBaseSrc class.
18637
18638 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18639
18640         * ext/gnomevfs/gstgnomevfssink.h:
18641           Use GstBaseSinkClass as parent_class member for class struct, not
18642           GstBaseSink.
18643
18644 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18645
18646         Patch by: Michael Benes
18647
18648         * gst/videotestsrc/gstvideotestsrc.c:
18649         (gst_video_test_src_class_init), (gst_video_test_src_start):
18650           Add start method to reset running time and number of frames sent
18651           when starting up (fixes #324696)
18652
18653 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18654
18655         * docs/plugins/Makefile.am:
18656         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18657         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18658         * docs/plugins/gst-plugins-base-plugins.args:
18659         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18660         * docs/plugins/gst-plugins-base-plugins.signals:
18661           Add docs stuff for gnomevfssrc and gnomevfssink.
18662
18663         * ext/gnomevfs/gstgnomevfssrc.c:
18664           Fix example pipeline in gtk-doc blurb.
18665
18666 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18667
18668         * ext/gnomevfs/Makefile.am:
18669         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18670         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18671         (gst_gnome_vfs_handle_get_type), (plugin_init):
18672         * ext/gnomevfs/gstgnomevfs.h:
18673         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18674         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18675         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18676         (gst_gnome_vfs_sink_set_property),
18677         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18678         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18679         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18680         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18681         (gst_gnome_vfs_sink_uri_get_type),
18682         (gst_gnome_vfs_sink_uri_get_protocols),
18683         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18684         (gst_gnome_vfs_sink_uri_handler_init):
18685         * ext/gnomevfs/gstgnomevfssink.h:
18686           Port gnomevfssink; add gtk-doc blurb.
18687
18688         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18689         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18690         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18691         (gst_gnome_vfs_src_uri_get_type),
18692         (gst_gnome_vfs_src_uri_get_protocols),
18693         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18694         (gst_gnome_vfs_src_uri_handler_init),
18695         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18696         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18697         (gst_gnome_vfs_src_send_additional_headers_callback),
18698         (gst_gnome_vfs_src_received_headers_callback),
18699         (gst_gnome_vfs_src_push_callbacks),
18700         (gst_gnome_vfs_src_pop_callbacks),
18701         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18702         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18703         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18704         * ext/gnomevfs/gstgnomevfssrc.h:
18705           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18706           file; add gtk-doc blurb with example pipelines.
18707
18708 === release 0.10.1 ===
18709
18710 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18711
18712         * configure.ac:
18713           releasing 0.10.1, "Dobro Dedek"
18714
18715 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18716
18717         * gst/typefind/gsttypefindfunctions.c:
18718         iLBC30 and iLBC20 added to typefind.
18719
18720 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18721
18722         * gst-libs/gst/audio/gstbaseaudiosink.c:
18723         (gst_base_audio_sink_class_init):
18724         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18725         (gst_base_audio_src_class_init):
18726           update strings, values are in microseconds
18727           change the default sink buffer time to something that is smaller
18728           (to help software volume mixing have a slightly lower delay) but
18729           still be acceptable on Wim's laptop
18730
18731 2005-12-20  Edward Hervey  <edward@fluendo.com>
18732
18733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18734         Made a quack, forgot to add DUCK to the riff video template.
18735
18736 2005-12-19  Edward Hervey  <edward@fluendo.com>
18737
18738         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18739         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18740         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18741         (gst_ogm_parse_chain):
18742         Make sure pads are initialized correctly.
18743         * gst-libs/gst/riff/riff-ids.h:
18744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18745         (gst_riff_create_video_template_caps):
18746         Add a whole bunch of FOURCC <=> MimeType.
18747         Extend the riff video pad template to support the newly added fourcc.
18748
18749 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18750
18751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18752         (gst_ogg_demux_activate_chain):
18753           Extra debug output when activating/deactivating chains.
18754
18755         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18756         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18757         (unlinked):
18758           Remove a queue from our list when it becomes unlinked.
18759           Don't add queues to elements in class 'Demux' if they
18760           can only produce one pad 
18761
18762 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18763
18764         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18765         (gst_video_sink_get_type): Add a debug category.
18766
18767 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18768
18769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18770         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18771           Handle downstream newsegment by sending our own newsegment before the
18772           next buffer to be released. (#323900)
18773
18774 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18775
18776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18777         (gst_base_rtp_depayload_set_gst_timestamp):
18778           add queue delay to new segment as well (as opposed to just the first
18779           buffer). (bug #322347)
18780
18781 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18782
18783         * ext/libvisual/visual.c: (make_valid_name):
18784           change some char* into char[]
18785         * gst/audiotestsrc/gstaudiotestsrc.c:
18786         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18787         (gst_audio_test_src_create):
18788         * gst/audiotestsrc/gstaudiotestsrc.h:
18789           prepare to handle EOS and SEGMENT_DONE
18790
18791 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18792
18793         * tests/check/generic/states.c: (GST_START_TEST):
18794           Blacklist cdparanoia element in state test.
18795
18796 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18797
18798           Patch by: Benjamin Pineau
18799
18800         * gst/tcp/gsttcp.c:
18801         * gst/tcp/gsttcpclientsink.c:
18802         * gst/tcp/gsttcpserversink.c:
18803         * gst/tcp/gsttcpserversrc.c:
18804           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18805
18806 2005-12-15  Michael Smith  <msmith@fluendo.com>
18807
18808         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18809         (gst_video_rate_chain):
18810           Fix timestamping for videorate when the first buffer it sees has a
18811           non-zero timestamp. Fix some misleading debug output.
18812
18813 2005-12-15  Michael Smith  <msmith@fluendo.com>
18814
18815         * gst/audioresample/gstaudioresample.c:
18816           Don't leak all input buffers to audioresample.
18817
18818 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18819
18820         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18821           Don't operate on empty text buffers. Strip newlines and
18822           tabs only from the end of the text, but leave them intact
18823           in the middle. Fix typo in gtk-doc description.
18824
18825 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18826
18827         * gst/playback/gstplaybasebin.c:
18828         * gst/playback/gstplaybin.c: (handoff):
18829           Make sure the video frame buffer we return to apps via the
18830           "frame" property always has caps set on it. Modify
18831           _gst_gvalue_set_object() macro to handle NULL objects
18832           gracefully too.
18833
18834 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18835
18836         * gst/audiotestsrc/gstaudiotestsrc.c:
18837         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18838         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18839         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18840         (gst_audio_test_src_create):
18841         * gst/audiotestsrc/gstaudiotestsrc.h:
18842         Adjust to some recent api changes and add wtays new cool seeking
18843         capabillities
18844
18845 2005-12-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18846
18847         * ext/alsa/Makefile.am:
18848         * ext/alsa/gstalsadeviceprobe.c:
18849         * ext/alsa/gstalsadeviceprobe.h:
18850           Helper functions to add device probing via the GstPropertyProbe
18851           interface to a class.
18852
18853         * ext/alsa/gstalsamixer.h:
18854           Comment out GST_ALSA_MIXER, it returns a struct that's not
18855           used.
18856
18857         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18858           Add some debug info. 
18859
18860         * ext/alsa/gstalsamixerelement.c:
18861         (gst_alsa_mixer_element_interface_supported),
18862         (gst_implements_interface_init),
18863         (gst_alsa_mixer_element_init_interfaces),
18864         (gst_alsa_mixer_element_class_init),
18865         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18866         (gst_alsa_mixer_element_set_property),
18867         (gst_alsa_mixer_element_get_property),
18868         (gst_alsa_mixer_element_change_state):
18869         * ext/alsa/gstalsamixerelement.h:
18870           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18871           for device handling (gnome-volume-control will need that).
18872
18873 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18874
18875         * ext/Makefile.am: fix cdparanoia entry
18876         * gst-plugins-base.spec.in: add cdparanoia
18877
18878 2005-12-12  Michael Smith  <msmith@fluendo.com>
18879
18880         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18881           Use the correct function to free list of typefind factories.
18882
18883 2005-12-12  Wim Taymans  <wim@fluendo.com>
18884
18885         * gst/videotestsrc/gstvideotestsrc.c:
18886         (gst_video_test_src_class_init), (gst_video_test_src_init),
18887         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18888         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18889         (gst_video_test_src_create):
18890         * gst/videotestsrc/gstvideotestsrc.h:
18891         Implement seeking in videotestsrc.
18892         Small cleanups.
18893
18894 2005-12-12  Wim Taymans  <wim@fluendo.com>
18895
18896         * ext/cdparanoia/Makefile.am:
18897         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18898         (gst_paranoia_endian_get_type), (_do_init),
18899         (cdparanoia_class_init), (cdparanoia_init),
18900         (cdparanoia_set_property), (cdparanoia_get_property),
18901         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18902         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18903         (cdparanoia_convert), (cdparanoia_get_query_types),
18904         (cdparanoia_query), (cdparanoia_set_index),
18905         (cdparanoia_uri_set_uri):
18906         * ext/cdparanoia/gstcdparanoia.h:
18907         Partially ported cdparanoia now that basesrc can support a
18908         plugin like this..
18909
18910 2005-12-12  Wim Taymans  <wim@fluendo.com>
18911
18912         * tests/examples/seek/scrubby.c: (main):
18913         Set higher priority for bus events so they don't get reordered with
18914         gtk gui events.
18915
18916         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18917         (flush_toggle_cb), (main):
18918         Added checkbox to disable flushing seeks. 
18919         Disable scrubbing when doing non flushing seeks.
18920
18921 2005-12-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18922
18923         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18924         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18925         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18926         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18927           Implement some sort of event handling that doesn't rely on
18928           g_return_if_fail; make sure we always push the last chunk of an 
18929           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18930           state change function; remove some old cruft. Seeking is still
18931           rather unlikely to work though.
18932
18933         * tools/.cvsignore:
18934           Ignore more.
18935
18936 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18937
18938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18939         Fixed a leak of the current image reference when cleaning up.
18940         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18941
18942 2005-12-09  Michael Smith  <msmith@fluendo.com>
18943
18944         * tools/Makefile.am:
18945         * tools/gst-launch-ext-m.m:
18946           Remove gst-launch-ext. It doesn't work, and is no longer
18947           particularly useful.
18948
18949 2005-12-08  Luca Ognibene  <luogni@tin.it>
18950
18951         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18952           don't pass random values to ogmparse convert function.
18953           Make seeking possible in the exile1.ogm file.
18954
18955 2005-12-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18956
18957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18958         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18959           Work around refcount problem with g_value_set_object() that occur
18960           if the core has been compiled against GLib-2.6 (g_value_set_object()
18961           will only g_object_ref() the element, but the caller will
18962           gst_object_unref() it and bad things will happen due to the way
18963           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18964           totem for people on FC4 using Thomas's 0.10 RPMs.
18965           
18966 2005-12-07  Edward Hervey  <edward@fluendo.com>
18967
18968         Time to welcome ogm to 0.10 :)
18969         
18970         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18971         (gst_ogg_pad_typefind):
18972         Oggdemux can now properly typefind elements with dynamic pads.
18973         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18974         Properly set caps on src pad, and set caps on outgoing buffers.
18975
18976 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * ext/alsa/gstalsamixer.h:
18979         * ext/alsa/gstalsamixerelement.h:
18980         * ext/alsa/gstalsamixeroptions.h:
18981         * ext/alsa/gstalsamixertrack.h:
18982         * ext/alsa/gstalsasink.c:
18983         * ext/alsa/gstalsasink.h:
18984         * ext/alsa/gstalsasrc.c:
18985         * ext/alsa/gstalsasrc.h:
18986         * ext/cdparanoia/gstcdparanoia.h:
18987         * ext/gnomevfs/gstgnomevfsuri.h:
18988         * ext/ogg/gstoggdemux.c:
18989         * ext/ogg/gstoggmux.c:
18990         * ext/pango/gsttextoverlay.h:
18991         * ext/theora/theoradec.c:
18992         * ext/theora/theoraenc.c:
18993         * ext/vorbis/vorbisdec.h:
18994         * ext/vorbis/vorbisenc.c:
18995         * ext/vorbis/vorbisenc.h:
18996         * ext/vorbis/vorbisparse.h:
18997         * gst-libs/gst/audio/gstaudioclock.h:
18998         * gst-libs/gst/audio/gstaudiosink.c:
18999         * gst-libs/gst/audio/gstaudiosink.h:
19000         * gst-libs/gst/audio/gstaudiosrc.c:
19001         * gst-libs/gst/audio/gstaudiosrc.h:
19002         * gst-libs/gst/audio/gstbaseaudiosink.c:
19003         * gst-libs/gst/audio/gstbaseaudiosink.h:
19004         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19005         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19006         * gst-libs/gst/audio/gstringbuffer.h:
19007         * gst-libs/gst/audio/multichannel.h:
19008         * gst-libs/gst/floatcast/floatcast.h:
19009         * gst-libs/gst/interfaces/colorbalance.c:
19010         * gst-libs/gst/interfaces/colorbalance.h:
19011         * gst-libs/gst/interfaces/colorbalancechannel.h:
19012         * gst-libs/gst/interfaces/mixer.h:
19013         * gst-libs/gst/interfaces/mixeroptions.h:
19014         * gst-libs/gst/interfaces/mixertrack.h:
19015         * gst-libs/gst/interfaces/navigation.h:
19016         * gst-libs/gst/interfaces/propertyprobe.h:
19017         * gst-libs/gst/interfaces/tuner.h:
19018         * gst-libs/gst/interfaces/tunerchannel.h:
19019         * gst-libs/gst/interfaces/tunernorm.h:
19020         * gst-libs/gst/interfaces/xoverlay.h:
19021         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19022         * gst-libs/gst/riff/riff-ids.h:
19023         * gst-libs/gst/riff/riff-media.h:
19024         * gst-libs/gst/riff/riff-read.h:
19025         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19026         * gst-libs/gst/rtp/gstbasertppayload.c:
19027         * gst-libs/gst/rtp/gstbasertppayload.h:
19028         * gst-libs/gst/rtp/gstrtpbuffer.c:
19029         * gst-libs/gst/rtp/gstrtpbuffer.h:
19030         * gst-libs/gst/tag/gsttageditingprivate.h:
19031         * gst-libs/gst/tag/gstvorbistag.c:
19032         (gst_tag_list_from_vorbiscomment_buffer):
19033         * gst-libs/gst/tag/tag.h:
19034         * gst-libs/gst/video/video.h:
19035         * gst/adder/gstadder.c:
19036         * gst/adder/gstadder.h:
19037         * gst/audioconvert/audioconvert.c:
19038         * gst/audioconvert/audioconvert.h:
19039         * gst/audioconvert/gstaudioconvert.c:
19040         * gst/audioconvert/gstchannelmix.c:
19041         * gst/audioconvert/gstchannelmix.h:
19042         * gst/audiorate/gstaudiorate.c:
19043         * gst/audioresample/buffer.h:
19044         * gst/audioresample/functable.h:
19045         * gst/audioresample/gstaudioresample.c:
19046         * gst/audioresample/resample.h:
19047         * gst/ffmpegcolorspace/avcodec.h:
19048         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19049         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19050         * gst/ffmpegcolorspace/imgconvert.c:
19051         * gst/ffmpegcolorspace/imgconvert_template.h:
19052         * gst/playback/gstdecodebin.c:
19053         * gst/playback/gstplaybasebin.h:
19054         * gst/playback/gstplaybin.c:
19055         * gst/playback/gststreaminfo.h:
19056         * gst/tcp/gstfdset.c:
19057         * gst/tcp/gstfdset.h:
19058         * gst/tcp/gstmultifdsink.c:
19059         * gst/tcp/gstmultifdsink.h:
19060         * gst/tcp/gsttcp.h:
19061         * gst/tcp/gsttcpclientsrc.c:
19062         * gst/tcp/gsttcpclientsrc.h:
19063         * gst/tcp/gsttcpplugin.h:
19064         * gst/tcp/gsttcpserversink.c:
19065         * gst/tcp/gsttcpserversrc.c:
19066         * gst/typefind/gsttypefindfunctions.c:
19067         * gst/videorate/gstvideorate.c:
19068         * gst/videotestsrc/gstvideotestsrc.h:
19069         * gst/videotestsrc/videotestsrc.h:
19070         * sys/v4l/gstv4lcolorbalance.h:
19071         * sys/v4l/gstv4ltuner.h:
19072         * sys/v4l/gstv4lxoverlay.h:
19073         * sys/v4l/v4l_calls.h:
19074         * sys/v4l/videodev_mjpeg.h:
19075         * tests/check/elements/audioconvert.c:
19076         * tests/check/elements/audioresample.c:
19077         * tests/check/elements/audiotestsrc.c:
19078         * tests/check/elements/videotestsrc.c:
19079         * tests/check/elements/volume.c:
19080         * tests/examples/seek/scrubby.c:
19081         * tests/examples/seek/seek.c:
19082           expand tabs
19083
19084 === release 0.10.0 ===
19085
19086 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19087
19088         * configure.ac:
19089           releasing 0.10.0, "Mont-d'or"
19090
19091 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19092
19093         * tests/examples/seek/Makefile.am:
19094         Build fix for when gtk is not available.
19095
19096 2005-12-05  Andy Wingo  <wingo@pobox.com>
19097
19098         * ext/libvisual/visual.c: (get_buffer):
19099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19100         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19101         * ext/theora/theoradec.c: (theora_handle_data_packet):
19102         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19103         (theora_enc_chain):
19104         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19105         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19106         Update for alloc_buffer changes.
19107
19108 2005-12-05  Andy Wingo  <wingo@pobox.com>
19109
19110         patch by: Kai Vehmanen <kv2004 eca cx>
19111         
19112         * gst-libs/gst/rtp/gstbasertpdepayload.c
19113         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19114
19115 2005-12-04  Andy Wingo  <wingo@pobox.com>
19116
19117         patch by: Sebastien Cote <sebas642 yahoo ca>
19118         
19119         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19120         Fixes #319172.
19121
19122 2005-12-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19123
19124         * docs/plugins/Makefile.am:
19125         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19126         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19127         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19128         * ext/pango/gstclockoverlay.c:
19129         * ext/pango/gsttextoverlay.c: 
19130         * ext/pango/gsttextrender.c:
19131         * ext/pango/gsttimeoverlay.c:
19132           Add gtk-doc blurbs to pango elements.
19133
19134 2005-12-02  Wim Taymans  <wim@fluendo.com>
19135
19136         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19137         * gst/audioresample/buffer.h:
19138         * gst/audioresample/gstaudioresample.c:
19139         * gst/audioresample/gstaudioresample.h:
19140         * gst/audioresample/resample.c: (resample_input_flush),
19141         (resample_input_pushthrough), (resample_input_eos),
19142         (resample_get_output_size_for_input),
19143         (resample_get_input_size_for_output), (resample_get_output_size),
19144         (resample_get_output_data):
19145         * gst/audioresample/resample.h:
19146         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19147         Fix audioresample, seek torture, new segments, reverse negotiation
19148         etc.. work fine.
19149
19150 2005-12-02  Wim Taymans  <wim@fluendo.com>
19151
19152         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19153         Small cleanups.
19154
19155 2005-12-02  Wim Taymans  <wim@fluendo.com>
19156
19157         * gst/audioconvert/gstaudioconvert.c:
19158         (gst_audio_convert_transform):
19159         Post errors.
19160
19161 === release 0.9.7 ===
19162
19163 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19164
19165         * configure.ac:
19166           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19167
19168 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19169
19170         * Makefile.am:
19171         * po/hu.po:
19172         * win32/MANIFEST:
19173         * win32/gst.sln:
19174           add win32 MANIFEST file
19175           do something to the hungarian translation
19176
19177 2005-12-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19178
19179         * ext/Makefile.am:
19180           Add $(PANGO_DIR) to SUBDIRS
19181
19182         * ext/pango/gstclockoverlay.c:
19183         * ext/pango/gsttimeoverlay.c:
19184           Fix and improve element descriptions.
19185
19186 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19187
19188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19189         * docs/plugins/inspect/plugin-libvisual.xml:
19190         * docs/plugins/inspect/plugin-pango.xml:
19191           add pango plugin to docs
19192
19193 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19194
19195         * configure.ac:
19196         * ext/Makefile.am:
19197           moved pango to base
19198
19199 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * configure.ac:
19202         * tests/Makefile.am:
19203         * tests/icles/.cvsignore:
19204         * tests/icles/Makefile.am:
19205         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19206         (close_display), (resize_window), (move_window), (create_window),
19207         (terminate_playback), (pause_playback), (start_playback), (main):
19208           add stress test for xoverlay from Julien
19209
19210 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19211
19212         * docs/libs/tmpl/gstcolorbalance.sgml:
19213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19214         * gst-libs/gst/rtp/gstbasertppayload.c:
19215         * gst-libs/gst/rtp/gstrtpbuffer.c:
19216         * gst-libs/gst/rtp/gstrtpbuffer.h:
19217           Do burger's rename for rtp payloaders and depayloaders
19218
19219 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19220
19221         * win32/:
19222           add Visual Studio 6 build files
19223
19224 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19225
19226         * docs/libs/gst-plugins-base-libs-docs.sgml:
19227         * docs/libs/gst-plugins-base-libs-sections.txt:
19228         * docs/libs/tmpl/gstaudio.sgml:
19229         * docs/libs/tmpl/gstringbuffer.sgml:
19230         * gst-libs/gst/interfaces/xoverlay.c:
19231         * gst-libs/gst/video/gstvideofilter.c:
19232         * gst-libs/gst/video/gstvideosink.c:
19233           update documentation
19234
19235 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19236
19237         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19238         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19239         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19240         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19241         (gst_multi_fd_sink_get_stats),
19242         (gst_multi_fd_sink_remove_client_link),
19243         (gst_multi_fd_sink_handle_client_read),
19244         (gst_multi_fd_sink_client_queue_data),
19245         (gst_multi_fd_sink_client_queue_caps),
19246         (gst_multi_fd_sink_client_queue_buffer),
19247         (gst_multi_fd_sink_new_client),
19248         (gst_multi_fd_sink_handle_client_write),
19249         (gst_multi_fd_sink_recover_client),
19250         (gst_multi_fd_sink_queue_buffer),
19251         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19252         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19253         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19254         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19255         * gst/tcp/gstmultifdsink.h:
19256         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19257         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19258         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19259         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19260         (gst_tcp_client_sink_set_property),
19261         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19262         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19263         * gst/tcp/gsttcpclientsink.h:
19264         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19265         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19266         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19267         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19268         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19269         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19270         * gst/tcp/gsttcpclientsrc.h:
19271         * gst/tcp/gsttcpplugin.c: (plugin_init):
19272         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19273         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19274         (gst_tcp_server_sink_finalize),
19275         (gst_tcp_server_sink_handle_server_read),
19276         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19277         (gst_tcp_server_sink_set_property),
19278         (gst_tcp_server_sink_get_property),
19279         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19280         * gst/tcp/gsttcpserversink.h:
19281         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19282         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19283         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19284         (gst_tcp_server_src_set_property),
19285         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19286         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19287         * gst/tcp/gsttcpserversrc.h:
19288           more borgifying
19289
19290 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19291
19292         * docs/plugins/Makefile.am:
19293         * docs/plugins/gst-plugins-base-plugins.args:
19294         * docs/plugins/inspect/plugin-libvisual.xml:
19295         * gst/audioconvert/plugin.h:
19296         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19297         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19298         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19299         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19300         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19301         (plugin_init):
19302         * gst/audiotestsrc/gstaudiotestsrc.c:
19303         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19304         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19305         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19306         (gst_audio_test_src_get_query_types),
19307         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19308         (gst_audio_test_src_create_square),
19309         (gst_audio_test_src_create_saw),
19310         (gst_audio_test_src_create_triangle),
19311         (gst_audio_test_src_create_silence),
19312         (gst_audio_test_src_create_white_noise),
19313         (gst_audio_test_src_init_pink_noise),
19314         (gst_audio_test_src_generate_pink_noise_value),
19315         (gst_audio_test_src_create_pink_noise),
19316         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19317         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19318         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19319         (plugin_init):
19320         * gst/audiotestsrc/gstaudiotestsrc.h:
19321         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19322         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19323         (gst_sub_parse_init), (gst_sub_parse_formats),
19324         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19325         (convert_encoding), (get_next_line),
19326         (gst_sub_parse_data_format_autodetect),
19327         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19328         (gst_sub_parse_loop), (gst_sub_parse_chain),
19329         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19330         (plugin_init):
19331         * gst/subparse/gstsubparse.h:
19332         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19333         (gst_video_rate_base_init), (gst_video_rate_class_init),
19334         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19335         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19336         (gst_video_rate_init), (gst_video_rate_event),
19337         (gst_video_rate_chain), (gst_video_rate_set_property),
19338         (gst_video_rate_get_property), (gst_video_rate_change_state),
19339         (plugin_init):
19340         * gst/videoscale/gstvideoscale.c:
19341         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19342         (gst_video_scale_src_template_factory),
19343         (gst_video_scale_sink_template_factory),
19344         (gst_video_scale_get_type), (gst_video_scale_base_init),
19345         (gst_video_scale_class_init), (gst_video_scale_init),
19346         (gst_video_scale_set_property), (gst_video_scale_get_property),
19347         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19348         (gst_video_scale_prepare_size), (parse_caps),
19349         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19350         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19351         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19352         (plugin_init):
19353         * gst/videoscale/gstvideoscale.h:
19354         * gst/videotestsrc/gstvideotestsrc.c:
19355         (gst_video_test_src_pattern_get_type),
19356         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19357         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19358         (gst_video_test_src_set_pattern),
19359         (gst_video_test_src_set_property),
19360         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19361         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19362         (gst_video_test_src_event), (gst_video_test_src_get_times),
19363         (gst_video_test_src_create), (plugin_init):
19364         * gst/videotestsrc/gstvideotestsrc.h:
19365         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19366         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19367         (gst_video_test_src_black):
19368         * gst/videotestsrc/videotestsrc.h:
19369           borgify further
19370           clean up docs a little
19371
19372 2005-11-30  Wim Taymans  <wim@fluendo.com>
19373
19374         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19375         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19376         (gst_basertppayload_event), (gst_basertppayload_push),
19377         (gst_basertppayload_change_state):
19378         * gst-libs/gst/rtp/gstbasertppayload.h:
19379         closed #320644.
19380
19381 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19382
19383         * docs/libs/gst-plugins-base-libs-docs.sgml:
19384         * docs/libs/gst-plugins-base-libs-sections.txt:
19385         * gst-libs/gst/video/gstvideofilter.c:
19386         * gst-libs/gst/video/gstvideosink.c:
19387         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19388
19389 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19390
19391         * LICENSE:
19392           move
19393         * po/af.po:
19394         * po/az.po:
19395         * po/cs.po:
19396         * po/en_GB.po:
19397         * po/hu.po:
19398         * po/it.po:
19399         * po/nb.po:
19400         * po/nl.po:
19401         * po/or.po:
19402         * po/sq.po:
19403         * po/sr.po:
19404         * po/sv.po:
19405         * po/uk.po:
19406         * po/vi.po:
19407         * Makefile.am:
19408           update
19409         * scripts/autoplugins.sh:
19410           remove
19411
19412 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19413
19414         * Makefile.am:
19415         * configure.ac:
19416         * examples/Makefile.am:
19417         * examples/capsfilter/Makefile.am:
19418         * examples/capsfilter/capsfilter1.c:
19419         * examples/gob/Makefile.am:
19420         * examples/gob/gst-identity2.gob:
19421         * examples/indexing/.cvsignore:
19422         * examples/indexing/Makefile.am:
19423         * examples/indexing/indexmpeg.c:
19424         * examples/seeking/.cvsignore:
19425         * examples/seeking/Makefile.am:
19426         * examples/seeking/cdparanoia.c:
19427         * examples/seeking/cdplayer.c:
19428         * examples/seeking/chained.c:
19429         * examples/seeking/scrubby.c:
19430         * examples/seeking/seek.c:
19431         * examples/stats/Makefile.am:
19432         * examples/stats/mp2ogg.c:
19433         * examples/switch/.cvsignore:
19434         * examples/switch/Makefile.am:
19435         * examples/switch/switcher.c:
19436         * tests/Makefile.am:
19437         * tests/check/generic/.cvsignore:
19438         * tests/check/pipelines/.cvsignore:
19439         * tests/examples/Makefile.am:
19440         * tests/examples/seek/Makefile.am:
19441           reorganize stuff under tests/
19442
19443 2005-11-30  Edward Hervey  <edward@fluendo.com>
19444
19445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19446         Go away you stupid GstStaticPadTemplate memleak.
19447
19448 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19449
19450         * gst-libs/gst/net/Makefile.am:
19451         * gst-libs/gst/net/README:
19452         * gst-libs/gst/net/gstnetbuffer.c:
19453         * gst-libs/gst/net/gstnetbuffer.h:
19454           this was moved to "netbuffer"
19455
19456 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19457
19458         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19459         (gst_video_filter_class_init), (gst_video_filter_init):
19460         * gst-libs/gst/video/gstvideofilter.h:
19461           borgify name to bring in line with other classes
19462
19463 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19464
19465         * gst/audioscale/.cvsignore:
19466         * gst/audioscale/Makefile.am:
19467         * gst/audioscale/README:
19468         * gst/audioscale/audioscale.vcproj:
19469         * gst/audioscale/dtof.c:
19470         * gst/audioscale/dtos.c:
19471         * gst/audioscale/functable.c:
19472         * gst/audioscale/gstaudioscale.c:
19473         * gst/audioscale/gstaudioscale.h:
19474         * gst/audioscale/private.h:
19475         * gst/audioscale/resample.c:
19476         * gst/audioscale/resample.h:
19477         * gst/audioscale/test.c:
19478           remove
19479
19480 2005-11-30  Edward Hervey  <edward@fluendo.com>
19481
19482         * gst-libs/gst/netbuffer/Makefile.am:
19483         really, really tired
19484
19485 2005-11-30  Edward Hervey  <edward@fluendo.com>
19486
19487         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19488         Update for new GstTypeFindFactory _register()
19489
19490 2005-11-30  Edward Hervey  <edward@fluendo.com>
19491
19492         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19493         Let's not override libgstnet from core for no reason...
19494         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19495         Ok, maybe not so quick next time.
19496
19497 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19498
19499         * configure.ac:
19500         * gst-libs/gst/Makefile.am:
19501           moved gst-libs/gst/net to netbuffer through CVS surgery
19502           remove old directory
19503           updating build to accomodate
19504           (#322257)
19505
19506 2005-11-29  Andy Wingo  <wingo@pobox.com>
19507
19508         * pkgconfig/gstreamer-plugins-base.pc.in:
19509         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19510         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19511         (#322257).
19512
19513 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19514
19515         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19516         3rd time's the charm. Correct ref-counting for discarded buffers.
19517
19518 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19519
19520         * gst/playback/gststreamselector.c:
19521         (gst_stream_selector_class_init),
19522         (gst_stream_selector_set_property),
19523         (gst_stream_selector_get_property),
19524         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19525         Fix ref-counting
19526
19527 2005-11-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19528
19529         * gst/subparse/gstsubparse.c: (feed_textbuf):
19530           Don't access already unref'ed buffer.
19531
19532 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19533
19534         * gst/playback/gststreamselector.c:
19535         (gst_stream_selector_class_init), (gst_stream_selector_init),
19536         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19537         (gst_stream_selector_get_property),
19538         (gst_stream_selector_get_linked_pad),
19539         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19540         * gst/playback/gststreamselector.h:
19541         Add the active-pad property for playbin to use shortly. Ignore buffers
19542         from any other pad, returning GST_FLOW_NOT_LINKED
19543
19544 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19545
19546         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19547         patch from bug #322704 (Alessandro Decina).
19548
19549 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19550
19551         * gst-libs/gst/audio/Makefile.am:
19552           folded audiofilter into the audio library
19553
19554 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19555
19556         * gst/videoscale/gstvideoscale.h:
19557         * gst/videoscale/gstvideoscale.c:
19558           remove unimplemented scale methods
19559
19560 2005-11-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19561
19562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19563           Don't leak caps.
19564
19565 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19566
19567         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19568         (gst_ximagesink_setcaps):
19569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19570         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19571         happens (only visible on ximagesink but bug is in xv too) set_caps was
19572         destroying the internal x[v]image used to memcpy non locally alloced
19573         buffers so that it got renewed on next _chain. The issue is that 
19574         _expose will try to put that image as it reffed it in _put.
19575         Using gst_buffer_unref instead of destroy fixes it !
19576
19577 2005-11-28  Edward Hervey  <edward@fluendo.com>
19578
19579         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19580         (try_to_link_1), (queue_filled_cb):
19581         Better use of the queues. Start with a small size queue and only increase
19582         the size of the queues when the other queues are empty.
19583
19584 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19585
19586         * gst-libs/gst/video/Makefile.am:
19587           compile in copied-over videofilter into the video library
19588         * gst-libs/gst/video/videosink.h:
19589           rename the header to gstvideosink.h since it's a base GstObject class
19590         * sys/ximage/ximagesink.h:
19591         * sys/xvimage/xvimagesink.h:
19592           use the new header
19593
19594 2005-11-28  Wim Taymans  <wim@fluendo.com>
19595
19596         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19597         * gst/playback/gstplaybasebin.h:
19598         Prepare to handle errors betters.
19599
19600         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19601         Set sinks to PAUSED first before adding and linking them so that
19602         we don't interrupt dataflow.
19603
19604 2005-11-28  Wim Taymans  <wim@fluendo.com>
19605
19606         * gst-libs/gst/audio/TODO:
19607         Updated TODO
19608
19609         * gst-libs/gst/audio/gstaudiosink.c:
19610         (gst_audioringbuffer_open_device),
19611         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19612         (gst_audioringbuffer_release):
19613         Small cleanups.
19614
19615         * gst-libs/gst/audio/gstbaseaudiosink.c:
19616         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19617         (gst_base_audio_sink_change_state):
19618         Slave to the master clock when going to PLAYING and unslave when
19619         going to PAUSED.
19620
19621         * gst-libs/gst/audio/gstringbuffer.c:
19622         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19623         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19624         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19625         (gst_ring_buffer_clear_all), (wait_segment),
19626         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19627         (gst_ring_buffer_advance):
19628         * gst-libs/gst/audio/gstringbuffer.h:
19629         Add some docs and cleanups.
19630
19631 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19632
19633         * sys/xvimage/xvimagesink.c:
19634         (gst_xvimagesink_navigation_send_event): Fix navigation events
19635         coordinates translation with pixel aspect ratios.
19636
19637 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19638
19639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19640         Use calculated video geometry from _setcaps instead of buffer
19641         caps to respect pixel aspect ratio. (fixes #322388)
19642
19643 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19644
19645         * docs/libs/tmpl/gstcolorbalance.sgml:
19646         * docs/libs/tmpl/gstmixer.sgml:
19647         * docs/libs/tmpl/gstxoverlay.sgml:
19648         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19649         interface.
19650
19651 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19652
19653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19654         Refuse to create an XvImage if we can't find the format.
19655
19656 2005-11-28  Edward Hervey  <edward@fluendo.com>
19657
19658         * gst-libs/gst/riff/riff-media.c:
19659         (gst_riff_create_audio_template_caps):
19660         Add ATRAC3 to the list of riff-possible audio caps.
19661         I know we still don't have a plugin for atrac3, but it's saner to output
19662         that than a cryptic mimetype.
19663
19664 2005-11-27  Edward Hervey  <edward@fluendo.com>
19665
19666         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19667         Don't try to create a zero-sized subbuffer.
19668
19669 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19670
19671         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19672         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19673         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19674         (gst_ximagesink_expose): Fixed a tricky race.
19675         * sys/ximage/ximagesink.h:
19676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19677         (gst_xvimagesink_expose): Fixed a tricky race.
19678         * sys/xvimage/xvimagesink.h:
19679
19680 2005-11-27  Edward Hervey  <edward@fluendo.com>
19681
19682         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19683         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19684         Remove unused properties, and add queues between demuxers and decoders
19685         so that a lot more files can preroll properly.
19686
19687 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19688
19689         * gst-libs/gst/net/Makefile.am:
19690         * gst-libs/gst/rtp/Makefile.am:
19691         * gst-libs/gst/tag/Makefile.am:
19692           remove silly include
19693         * gst/tags/Makefile.am:
19694         * gst/tags/gsttagediting.c:
19695         * gst/tags/gsttageditingprivate.h:
19696         * gst/tags/tagedit.vcproj:
19697           remove directory, is as good as empty
19698
19699 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19700
19701         * configure.ac:
19702           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19703         * gst-libs/Makefile.am:
19704         * gst-libs/gst/audio/Makefile.am:
19705         * gst-libs/gst/interfaces/Makefile.am:
19706         * gst-libs/gst/net/Makefile.am:
19707         * gst-libs/gst/riff/Makefile.am:
19708         * gst-libs/gst/rtp/Makefile.am:
19709         * gst-libs/gst/tag/Makefile.am:
19710         * gst-libs/gst/video/Makefile.am:
19711           and use them
19712
19713 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19714
19715         * docs/libs/tmpl/gstcolorbalance.sgml:
19716         * docs/libs/tmpl/gstmixer.sgml:
19717         * docs/libs/tmpl/gstxoverlay.sgml:
19718         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19719         * sys/ximage/ximagesink.h:
19720         * sys/xvimage/xvimagesink.h: More and more documentation.
19721
19722 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19723
19724         * docs/libs/gst-plugins-base-libs-docs.sgml:
19725         * docs/libs/gst-plugins-base-libs-sections.txt:
19726         * docs/libs/tmpl/gstcolorbalance.sgml:
19727         * docs/libs/tmpl/gstmixer.sgml:
19728         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19729         to documentation.
19730
19731 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19732
19733         * docs/plugins/Makefile.am:
19734         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19735         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19736         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19737
19738 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19739
19740         * docs/plugins/Makefile.am:
19741         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19742         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19743         * docs/plugins/inspect/plugin-adder.xml:
19744         * docs/plugins/inspect/plugin-alsa.xml:
19745         * docs/plugins/inspect/plugin-audioconvert.xml:
19746         * docs/plugins/inspect/plugin-audiorate.xml:
19747         * docs/plugins/inspect/plugin-audioresample.xml:
19748         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19749         * docs/plugins/inspect/plugin-decodebin.xml:
19750         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19751         * docs/plugins/inspect/plugin-gnomevfs.xml:
19752         * docs/plugins/inspect/plugin-ogg.xml:
19753         * docs/plugins/inspect/plugin-playbin.xml:
19754         * docs/plugins/inspect/plugin-subparse.xml:
19755         * docs/plugins/inspect/plugin-tcp.xml:
19756         * docs/plugins/inspect/plugin-theora.xml:
19757         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19758         * docs/plugins/inspect/plugin-video4linux.xml:
19759         * docs/plugins/inspect/plugin-videorate.xml:
19760         * docs/plugins/inspect/plugin-videoscale.xml:
19761         * docs/plugins/inspect/plugin-videotestsrc.xml:
19762         * docs/plugins/inspect/plugin-volume.xml:
19763         * docs/plugins/inspect/plugin-vorbis.xml:
19764         * docs/plugins/inspect/plugin-ximagesink.xml:
19765         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19766         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19767
19768 2005-11-26  Edward Hervey  <edward@fluendo.com>
19769
19770         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19771         Properly return GstFlowReturn from gst_pad_push in chain functions.
19772
19773 2005-11-25  Michael Smith  <msmith@fluendo.com>
19774
19775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19776         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19777         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19778         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19779           Handle various conditions better when we don't understand a stream.
19780           Removes a heap of CRITICALs on ogg streams containing unknown data.
19781
19782 2005-11-24  Andy Wingo  <wingo@pobox.com>
19783
19784         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19785         Be threadsafe.
19786
19787 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19788
19789         * configure.ac: back to HEAD
19790
19791 === release 0.9.6 ===
19792
19793 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19794
19795         * configure.ac:
19796           releasing 0.9.6, "White Eight"
19797
19798 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19799
19800         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19801         * docs/plugins/inspect/plugin-sine.xml:
19802           remove sinesrc some more
19803
19804 2005-11-23  Wim Taymans  <wim@fluendo.com>
19805
19806         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19807         If we are reading too slowly, jump forward in the ringbuffer
19808         instead of blocking.
19809
19810 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19811
19812         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19813         (gst_visual_chain):
19814         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19815         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19816         (gst_videorate_chain):
19817         * gst/videotestsrc/gstvideotestsrc.c:
19818         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19819         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19820         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19821         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19822         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19823         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19824           Updates for API changes
19825
19826 2005-11-23  Wim Taymans  <wim@fluendo.com>
19827
19828         * gst-libs/gst/audio/gstbaseaudiosink.c:
19829         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19830         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19831         Fix for calibration API change.
19832
19833 2005-11-23  Michael Smith <msmith@fluendo.com>
19834
19835         * gst-libs/gst/audio/multichannel.c:
19836         (gst_audio_get_channel_positions),
19837         (gst_audio_set_channel_positions),
19838         (gst_audio_set_structure_channel_positions_list),
19839         (gst_audio_fixate_channel_positions):
19840           Use gst_value_array_*() functions on value arrays, not
19841           gst_value_list_*().
19842
19843 2005-11-23  Edward Hervey  <edward@fluendo.com>
19844
19845         * autogen.sh:
19846         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19847         Fixes autogen
19848
19849 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19850
19851         * check/Makefile.am:
19852         * check/elements/videotestsrc.c: (setup_videotestsrc),
19853         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19854         (main):
19855           add a test for videotestsrc
19856
19857 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19858
19859         * gst/sine/.cvsignore:
19860         * gst/sine/Makefile.am:
19861         * gst/sine/gstsinesrc.c:
19862         * gst/sine/gstsinesrc.h:
19863         * gst/sine/sinesrc.vcproj:
19864           and remove sinesrc from the repository.  Closes #321446
19865
19866 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19867
19868         * configure.ac:
19869         * gst-plugins-base.spec.in:
19870           remove sinesrc from the build
19871
19872 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19873
19874         * check/Makefile.am:
19875         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19876         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19877         (main):
19878           add a test for audiotestsrc, testing all waves.  Even seems
19879           leak-free at first glance, nice job Stefan
19880
19881 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19882
19883         * po/af.po:
19884         * po/az.po:
19885         * po/cs.po:
19886         * po/en_GB.po:
19887         * po/hu.po:
19888         * po/it.po:
19889         * po/nb.po:
19890         * po/nl.po:
19891         * po/or.po:
19892         * po/sq.po:
19893         * po/sr.po:
19894         * po/sv.po:
19895         * po/uk.po:
19896         * po/vi.po:
19897           Translation string updates
19898
19899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19900         (gst_v4lsrc_set_caps):
19901         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19902         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19903         * sys/v4l/v4lsrc_calls.h:
19904           Improve v4lsrc, by making it work again.
19905
19906 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19907
19908         * ext/libvisual/visual.c: (gst_visual_chain):
19909           Fix the fps calculations.
19910
19911         * gst/ffmpegcolorspace/avcodec.h:
19912           Move structure element for clarity
19913
19914         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19915         * gst-libs/gst/interfaces/tunernorm.h:
19916         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19917         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19918         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19919         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19920         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19921         (gst_v4lmjpegsrc_getcaps):
19922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19923         (gst_v4lsrc_set_caps):
19924         * sys/v4l/gstv4lsrc.h:
19925         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19926         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19927         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19928         * sys/v4l/v4lsrc_calls.h:
19929           Fractional framerates...
19930
19931 2005-11-22  Wim Taymans  <wim@fluendo.com>
19932
19933         * gst-libs/gst/audio/gstbaseaudiosink.c:
19934         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19935         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19936         And we provide a clock by default, of course...
19937
19938 2005-11-22  Wim Taymans  <wim@fluendo.com>
19939
19940         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19941         This clock can be slaved to a master clock now.
19942
19943         * gst-libs/gst/audio/gstbaseaudiosink.c:
19944         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19945         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19946         (gst_base_audio_sink_set_clock),
19947         (gst_base_audio_sink_set_property),
19948         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19949         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19950         * gst-libs/gst/audio/gstbaseaudiosink.h:
19951         Handle slaving the internal clock to the clock selected in the
19952         pipeline.
19953         Add property to make the basesink not provide a clock.
19954
19955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19956         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19957         (gst_base_rtp_depayload_wait):
19958         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19959         We can use the clock in GstElement, no need to store it ourselves.
19960
19961 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19962
19963         * docs/libs/tmpl/gstaudio.sgml:
19964           update
19965         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19966         (gst_paranoia_endian_get_type):
19967         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19968         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19969         * gst/audiotestsrc/gstaudiotestsrc.c:
19970         (gst_audiostestsrc_wave_get_type):
19971         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19972         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19973         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19974         (gst_sync_method_get_type), (gst_unit_type_get_type),
19975         (gst_client_status_get_type), (gst_multifdsink_class_init),
19976         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19977         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19978         (gst_multifdsink_get_property):
19979         * gst/tcp/gstmultifdsink.h:
19980         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19981         * gst/videotestsrc/gstvideotestsrc.c:
19982         (gst_videotestsrc_pattern_get_type):
19983           remove deprecated properties
19984           fix up enums to correctly have short lowercase dashed nicks
19985
19986 2005-11-22  Michael Smith <msmith@fluendo.com>
19987
19988         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19989         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19990           Add underscore.
19991
19992 2005-11-22  Michael Smith <msmith@fluendo.com>
19993
19994         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19995         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19996           Use utility method for scaling clocktime for fractional framerates.
19997
19998 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19999
20000         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20001         (gst_visual_chain):
20002         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20003         * ext/theora/theoradec.c: (theora_handle_type_packet):
20004         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20005         (theora_enc_chain):
20006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20007         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20008         * gst-libs/gst/video/video.h:
20009         * gst/ffmpegcolorspace/avcodec.h:
20010         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20011         (gst_ffmpeg_caps_to_pixfmt):
20012         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20013         (gst_ffmpegcsp_set_caps):
20014         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20015         (gst_videorate_setcaps), (gst_videorate_blank_data),
20016         (gst_videorate_chain):
20017         * gst/videotestsrc/gstvideotestsrc.c:
20018         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20019         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20020         (gst_videotestsrc_event), (gst_videotestsrc_create):
20021         * gst/videotestsrc/gstvideotestsrc.h:
20022         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20023         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20024         (gst_ximagesink_get_times), (gst_ximagesink_init):
20025         * sys/ximage/ximagesink.h:
20026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20027         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20028         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20029         * sys/xvimage/xvimagesink.h:
20030           Convert elements to use fractions for their framerate.
20031           V4L elements to come later tonight.
20032
20033 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20034
20035         * gst-libs/gst/audio/audio.c:
20036         * gst-libs/gst/audio/audio.h:
20037           remove some deprecated functions
20038
20039 2005-11-22  Andy Wingo  <wingo@pobox.com>
20040
20041         * Update for gst_tag_setter API changes.
20042
20043 2005-11-22  Andy Wingo  <wingo@pobox.com>
20044
20045         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20046         (gst_ogg_demux_perform_seek):
20047         * ext/theora/theoradec.c (theora_dec_sink_event):
20048         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20049         update-funcnames.
20050
20051 2005-11-22  Wim Taymans  <wim@fluendo.com>
20052
20053         * examples/seeking/seek.c: (main):
20054         Give higher priority to bus signals than the gtk events
20055         to fix a race condition in the segment looping.
20056
20057 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20058
20059         * ext/theora/Makefile.am:
20060         * ext/vorbis/Makefile.am:
20061         * gst-libs/gst/tag/Makefile.am:
20062         * gst-plugins-base.spec.in:
20063           Rename libgsttagedit to libgsttag (#322117).
20064
20065 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20066
20067         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20069           Call gst_x_overlay_prepare_xwindow_id() to give applications
20070           a final chance to set their own xwindow id before the video
20071           sink creates its own window.
20072
20073 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20074
20075         * sys/xvimage/xvimagesink.c:
20076         (gst_xvimagesink_navigation_send_event): Handle navigation
20077         events correcly with borders if applicable.
20078
20079 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20080
20081         Patch by: Luca Ognibene
20082
20083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20084         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20086         (gst_ffmpegcsp_caps_remove_format_info):
20087         * gst/ffmpegcolorspace/imgconvert.c:
20088         * gst/ffmpegcolorspace/imgconvert_template.h:
20089           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20090           #318353); use gst_structure_has_name().
20091
20092 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20093
20094         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20095         (gst_ximagesink_class_init): Add debug macros on functions.
20096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20097         (gst_xvimagesink_xwindow_draw_borders),
20098         (gst_xvimagesink_xvimage_put),
20099         (gst_xvimagesink_xwindow_update_geometry),
20100         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20101         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20102         (gst_xvimagesink_xcontext_clear),
20103         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20104         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20105         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20106         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20107         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20108         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20109         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20110         expose while being PAUSED, out of data flow navigation events, etc..
20111
20112 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20113
20114         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20115         * gst-libs/gst/audio/audio.h:
20116           fix prototype - wondering why the test worked regardless
20117
20118 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20119
20120         * check/Makefile.am:
20121         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20122         * gst-libs/gst/audio/audio.h:
20123           add a method that returns a proper GstClockTime
20124
20125 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20126
20127         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20128         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20129         * gst-libs/gst/interfaces/xoverlay.h:
20130           Remove everything having to do with the desired size; add 
20131           gst_x_overlay_prepare_xwindow_id() function; remove the
20132           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20133           post a message on the bus instead (#321816).
20134
20135         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20137         (gst_xvimagesink_xoverlay_init):
20138           Remove desired size stuff (#321816).
20139
20140 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20141
20142         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20143         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20144         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20145           Terminate vararg functions with NULL instead of 0 to 
20146           make gcc4 happy.
20147
20148 2005-11-21  Andy Wingo  <wingo@pobox.com>
20149
20150         patch by: Sebastien Cote <sebas642@yahoo.ca>
20151         
20152         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20153         * gst-libs/gst/rtp/gstrtpbuffer.c
20154         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20155
20156 2005-11-21  Andy Wingo  <wingo@pobox.com>
20157
20158         * gst/playback/gstplaybin.c (gen_audio_element) 
20159         (gen_video_element): Use the new MISSING_PLUGIN core error
20160         category. Closes #320060.
20161
20162         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20163         * gst/videorate/gstvideorate.c (gst_videorate_event):
20164         * ext/theora/theoradec.c (theora_dec_sink_event): 
20165         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20166         stream lock.
20167
20168         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20169         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20170         stream lock changes.
20171
20172 2005-11-21  Wim Taymans  <wim@fluendo.com>
20173
20174         * gst-libs/gst/audio/gstbaseaudiosink.c:
20175         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20176         (gst_base_audio_sink_provide_clock),
20177         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20178         (gst_base_audio_sink_change_state):
20179         * gst/audioresample/gstaudioresample.c:
20180         Segment update fix.
20181
20182 2005-11-21  Andy Wingo  <wingo@pobox.com>
20183
20184         * *.h:
20185         * *.c: Ran scripts/update-macros. Oh yes.
20186
20187 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20188
20189         * sys/ximage/Makefile.am:
20190         * sys/ximage/ximage.c:
20191           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20192           remove your old libgstximage.* manually if necessary).
20193
20194 2005-11-21  Michael Smith <msmith@fluendo.com>
20195
20196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20197           Minimal fix for bug #320200: set the min/max bitrate in the correct
20198           units. A better fix would be to upgrade to the RATEMANAGE2
20199           interface, rather than using the deprecated interface used here, but
20200           that would require an update in our libvorbis dependency (to 1.1),
20201           which is probably undesirable.
20202
20203 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20204
20205         * ext/libvisual/visual.c: (get_buffer):
20206         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20207         (gst_base_audio_src_fixate):
20208         * gst/audioconvert/gstaudioconvert.c:
20209         (gst_audio_convert_fixate_caps):
20210         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20211         * gst/audiotestsrc/gstaudiotestsrc.c:
20212         (gst_audiotestsrc_src_fixate):
20213         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20214         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20215         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20216         * gst/videotestsrc/gstvideotestsrc.c:
20217         (gst_videotestsrc_src_fixate):
20218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20220           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20221           (#322027)
20222
20223
20224 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20225
20226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20227         (gst_riff_create_iavs_caps):
20228         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20229         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20230         (gst_riff_parse_info):
20231         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20232         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20234           Fixes for GST_FOURCC_FORMAT API change.
20235
20236 2005-11-21  Andy Wingo  <wingo@pobox.com>
20237
20238         patch by: Alessandro Dessina <alessandro nnva org>
20239
20240         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20241         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20242         (gst_ogg_parse_chain):
20243         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20244         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20245         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20246         gst_value_list calls on arrays. Fixes #321962.
20247
20248 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20249
20250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20251         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20252         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20253         * gst/adder/gstadder.c: (gst_adder_init),
20254         (gst_adder_request_new_pad), (gst_adder_collected),
20255         (gst_adder_change_state):
20256           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20257           API change.
20258
20259 2005-11-21  Michael Smith <msmith@fluendo.com>
20260
20261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20262         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20263           Properly handle pad_push return values.
20264
20265 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20266
20267         * gst-libs/gst/tag/Makefile.am:
20268         * gst-libs/gst/tag/gstvorbistag.c:
20269         (gst_tag_list_to_vorbiscomment_buffer):
20270           Remove obsolete vorbistag element and debug category.
20271
20272         * gst/playback/gstplaybasebin.c: (check_queue):
20273           Don't divide by 0 when queue-threshold is 0.
20274
20275         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20276           Don't modify an existing pixel-aspect-ratio if we fail to read
20277           a new one.
20278
20279 2005-11-20  Wim Taymans  <wim@fluendo.com>
20280
20281         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20282         (gst_vorbisenc_push_packet):
20283         GST_PAD_IS_USABLE is gone, use the return value of
20284         the push or pad_alloc_buffer instead.
20285
20286 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20287
20288         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20289         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20290         (gst_ximagesink_ximage_destroy),
20291         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20292         (gst_ximagesink_xwindow_new),
20293         (gst_ximagesink_xwindow_update_geometry),
20294         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20295         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20296         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20297         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20298         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20299         (gst_ximagesink_navigation_send_event),
20300         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20301         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20302         (gst_ximagesink_finalize), (gst_ximagesink_init),
20303         (gst_ximagesink_class_init):
20304         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20305         This new version brings correct software scaling, non flickering
20306         window while resizing, pixel aspect ratio handling, usage of
20307         hardware buffer pools, out of data flow event thread for 
20308         navigation and handling of expose events even when being PAUSED,
20309         a new property to keep video aspect ratio when resizing, etc...
20310
20311 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20312
20313         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20314         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20315         handling of PAR.
20316
20317 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20318
20319         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20320         Unsetting IS_SINK flag from the fakesink, so decodebin
20321         never behaves as a sink.
20322
20323 2005-11-17  Wim Taymans  <wim@fluendo.com>
20324
20325         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20326         (gst_base_audio_src_change_state):
20327         Fix the audiosrc base class again, we did not unflush.
20328
20329 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20330
20331         * examples/seeking/seek.c: (make_dv_pipeline),
20332         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20333         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20334         to ogg/vorbis/theora pipeline.
20335
20336 2005-11-17  Wim Taymans  <wim@fluendo.com>
20337
20338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20339         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20340         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20341         Fix EOS on multiple streams.
20342         More debugging.
20343
20344 2005-11-16  Wim Taymans  <wim@fluendo.com>
20345
20346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20347         (gst_ogg_demux_perform_seek):
20348         Segment done must include stream time.
20349
20350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20351         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20352         (gst_ogg_mux_change_state):
20353         Fix ogg muxer again.
20354
20355 2005-11-16  Wim Taymans  <wim@fluendo.com>
20356
20357         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20358         Fix compile again.
20359
20360 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20361
20362         * ext/libvisual/visual.c: (gst_visual_init):
20363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20364         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20365         (gst_ogg_parse_chain):
20366         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20367         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20368         * ext/theora/theoradec.c: (gst_theora_dec_init):
20369         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20370         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20371         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20372         * gst/adder/gstadder.c: (gst_adder_class_init),
20373         (gst_adder_dispose):
20374         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20375         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20376         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20377           Fix a whole set of pad template leaks
20378
20379 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20380
20381         * check/generic/states.c: (GST_START_TEST):
20382           fix the test so that it only checks for elements that are part of
20383           this source module
20384
20385 2005-11-16  Michael Smith <msmith@fluendo.com>
20386
20387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20388         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20389         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20390         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20391         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20392         (gst_ogg_mux_change_state):
20393           Fix leaking collectpads.
20394
20395 2005-11-16  Edward Hervey  <edward@fluendo.com>
20396
20397         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20398         (gst_videorate_event), (gst_videorate_chain):
20399         Handle segment seeks
20400
20401 2005-11-16  Wim Taymans  <wim@fluendo.com>
20402
20403         * gst-libs/gst/audio/gstbaseaudiosink.c:
20404         (gst_base_audio_sink_provide_clock),
20405         (gst_base_audio_sink_change_state):
20406         Set ringbuffer to non-flushing when going to PAUSED, set to
20407         flushing again when going to READY.
20408
20409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20410         (gst_ring_buffer_stop):
20411         Start in flushing mode by default.
20412         Don't set flushing in the _stop method, let the app call
20413         this explicitly.
20414
20415 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20416
20417         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20418         * gst-libs/gst/video/videosink.h: Add helper function needed
20419         for video sinks.
20420
20421 2005-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20422
20423         * gst/videoscale/gstvideoscale.c:
20424         (gst_videoscale_handle_src_event):
20425           Don't leak reference to pad parent.
20426
20427 2005-11-16  Wim Taymans  <wim@fluendo.com>
20428
20429         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20430         Set ringbuffer to flushing when stopping so that we don't
20431         block on wait_segment anymore and livelock.
20432
20433 2005-11-16  Wim Taymans  <wim@fluendo.com>
20434
20435         * examples/seeking/seek.c: (send_event), (do_seek),
20436         (loop_toggle_cb), (segment_done), (main):
20437         Added looping checkbox.
20438
20439 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20440
20441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20442         (gst_ogg_demux_init):
20443         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20444         (gst_vorbis_dec_init):
20445           revert unrefs, they don't pass make check
20446
20447 2005-11-15  Johan Dahlin  <johan@gnome.org>
20448
20449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20450         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20451         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20452         (gst_vorbis_dec_init):
20453         Fix pad template leaks. 
20454
20455 2005-11-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20456
20457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20458           Make state change function thread safe.
20459
20460 2005-11-15  Edward Hervey  <edward@fluendo.com>
20461
20462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20463         (gst_ogg_demux_class_init):
20464         Implement GstElement::send_event, so we can send seek events
20465         in GST_STATE_READY
20466
20467 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20468
20469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20470         Discovered how to take away flickering while resizing the
20471         window. Please don't put that in ximagesink, refactoring in
20472         progress.
20473
20474 2005-11-14  Michael Smith <msmith@fluendo.com>
20475
20476         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20477         (gst_multifdsink_render):
20478           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20479
20480 2005-11-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20481
20482         * gst/playback/gstplaybin.c: (gen_audio_element):
20483           Use autoaudiosink, it tends to be more widely available than
20484           autoaudiiosink.
20485           
20486 2005-11-14  Andy Wingo  <wingo@pobox.com>
20487
20488         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20489         as well if it is available. Fixes #316442.
20490
20491 2005-11-14  Michael Smith <msmith@fluendo.com>
20492
20493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20494         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20495         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20496         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20497         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20498         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20500         (gst_vorbisenc_change_state):
20501           Fix a small memory leak in vorbisenc.
20502           Fix large memory leaks in oggmux, also fix lots of state change
20503           bugs in oggmux.
20504
20505 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20506
20507         * gst/videotestsrc/gstvideotestsrc.c:
20508         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20509         (gst_videotestsrc_src_fixate):
20510           move fixation to a fixate function
20511           remove negotiate function, basesrc's is good enough
20512           fixes a bug for check when using the element alone
20513
20514 2005-11-13  Edward Hervey  <edward@fluendo.com>
20515
20516         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20517         (key_toggle_cb), (main):
20518         Added checkboxes for adding/removing the accurate and key_unit seek
20519         flags.
20520
20521 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20522
20523         * configure.ac: back to HEAD
20524
20525 === release 0.9.5 ===
20526
20527 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20528
20529         * configure.ac:
20530           releasing 0.9.5, "No No Kia"
20531
20532 2005-11-11  Edward Hervey  <edward@fluendo.com>
20533
20534         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20535         Added parse-launch syntax seeking mode for the seeking example.
20536         This should help stress-test even more cases.
20537         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20538
20539 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20540
20541         * sys/xvimage/xvimagesink.c:
20542         (gst_xvimagesink_navigation_send_event):
20543           Check whether peer pad exists before sending navigation events
20544           to it.
20545
20546 2005-11-11  Michael Smith <msmith@fluendo.com>
20547
20548         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20549         (gst_vorbisenc_buffer_from_packet):
20550         * ext/vorbis/vorbisenc.h:
20551           Set duration on encoded buffers. This allows oggmux's
20552           max_page_delay parameter to actually work.
20553
20554 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20555
20556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20557         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20558         (gst_ffmpegcsp_avpicture_fill):
20559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20560         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20561           Make palettes work again (see #132341). Use our own macros
20562           for rounding up.
20563
20564 2005-11-10  Andy Wingo  <wingo@pobox.com>
20565
20566         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20567         string doober.
20568
20569 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20570
20571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20572         (gst_ffmpegcsp_transform_caps):
20573           Prefer passthrough in transform_caps
20574
20575 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20576
20577         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20578           check for ALSA errors properly, instead of relying on ALSA's
20579           error strings to serve to the user.
20580
20581 2005-11-10  Wim Taymans  <wim@fluendo.com>
20582
20583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20584         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20585         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20586         Modernise the seek code.
20587
20588 2005-11-10  Michael Smith <msmith@fluendo.com>
20589         
20590         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20591         (setup_substreams), (set_active_source):
20592           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20593           trying to go to NULL if we failed to read a file.
20594
20595 2005-11-10  Wim Taymans  <wim@fluendo.com>
20596
20597         * gst/audiotestsrc/gstaudiotestsrc.c:
20598         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20599         (gst_audiotestsrc_create):
20600         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20601         (gst_sinesrc_get_times), (gst_sinesrc_create):
20602         * gst/videotestsrc/gstvideotestsrc.c:
20603         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20604         (gst_videotestsrc_create):
20605         The base class can now sync for us.
20606
20607 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20608
20609         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20610           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20611           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20612           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20613           format=(fourcc)I420" ! xvimagesink
20614
20615 2005-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20616
20617         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20618         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20619         (gst_sinesrc_newsegment):
20620           Send newsegment event in TIME format, set duration if
20621           num-buffers is set, fix duration querying.
20622
20623 2005-11-10  Michael Smith <msmith@fluendo.com>
20624
20625         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20626         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20627         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20628         (gst_ogg_mux_collected):
20629          Fix EOS handling, partially. Now forwarding an EOS event once we have
20630          EOS on all pads works correctly. However, we still don't properly set
20631          EOS on the actual ogg stream pages.
20632
20633 2005-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20634
20635         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20636           Set elements to NULL state before disposing of them.
20637
20638 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20639
20640         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20641
20642         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20643         (gst_base_rtp_depayload_init),
20644         (gst_base_rtp_depayload_set_gst_timestamp):
20645         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20646           We need to send a newsegment event for each instance, not
20647           just for the first instance of this class (get rid of
20648           static variable in function). (#321011).
20649           
20650 2005-11-08  Michael Smith <msmith@fluendo.com>
20651
20652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20653         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20654         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20655         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20656           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20657           This makes us mux things correctly according to the ogg muxing
20658           rules. Still not handling EOS correctly right now, though.
20659
20660 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20661
20662         * gst/audioconvert/gstaudioconvert.c:
20663           Fix typo in docs. 
20664
20665 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20666
20667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20668         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20669           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20670           creating a new chain; should fix live streaming. Also
20671           add more debug output and fix a typo.
20672
20673 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20674
20675         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20676
20677         * gst/volume/gstvolume.c: (volume_set_caps):
20678           Fix compilation on Solaris with Forte. (#320923)
20679
20680 2005-11-08  Wim Taymans  <wim@fluendo.com>
20681
20682         * gst-libs/gst/audio/gstbaseaudiosink.c:
20683         (gst_base_audio_sink_render):
20684         No need to do a typecheck.
20685
20686 2005-11-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20687
20688         * ext/alsa/gstalsa.h:
20689           We register a debug category, so let's use it.
20690
20691 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20692
20693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20694         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20695         Fixed a small problem.
20696
20697 2005-11-04  Wim Taymans  <wim@fluendo.com>
20698
20699         * examples/seeking/Makefile.am:
20700         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20701         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20702         (make_playerbin_pipeline), (format_value), (update_scale),
20703         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20704         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20705         (print_usage), (main):
20706         Added app for playback speed testing.
20707
20708         * examples/seeking/seek.c: (dynamic_link),
20709         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20710         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20711         (message_received), (main):
20712         Updated seek example.
20713
20714 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20715
20716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20717         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20718         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20719         (gst_base_rtp_depayload_set_clock):
20720         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20721         Don't sleep on the bench (system clock) when you have a nice 
20722         comfortable bed (Gstreamer clock) to sleep on.
20723
20724 2005-11-03  Wim Taymans  <wim@fluendo.com>
20725
20726         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20727         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20728         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20729         Handle the case where a pad_block failed.
20730
20731 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20732
20733         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20734
20735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20736         (gst_base_rtp_depayload_add_to_queue),
20737         (gst_base_rtp_depayload_push),
20738         (gst_base_rtp_depayload_set_gst_timestamp),
20739         (gst_base_rtp_depayload_queue_release):
20740           Fixes some bugs in the depayloader's queuing/de-queueing code.
20741
20742 2005-10-31  Michael Smith <msmith@fluendo.com>
20743
20744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20745         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20746         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20747           Patch from Alessandro Decina <alessandro@nnva.org>.
20748           Make oggdemux only find the final time in a chain, not per-pad,
20749           since the per-pad information can be very expensive to locate, and
20750           it isn't used anywhere. This makes reading a file containing
20751           OggSkeleton reasonably fast.
20752           Also, make chain finding work when there are logical bitstreams that
20753           can't be decoded. Fixes #319110.
20754
20755 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20756
20757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20758         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20759         (gst_base_rtp_depayload_chain),
20760         (gst_base_rtp_depayload_add_to_queue),
20761         (gst_base_rtp_depayload_push),
20762         (gst_base_rtp_depayload_set_gst_timestamp),
20763         (gst_base_rtp_depayload_queue_release),
20764         (gst_base_rtp_depayload_start_thread),
20765         (gst_base_rtp_depayload_set_property),
20766         (gst_base_rtp_depayload_get_property):
20767         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20768         Some random fixes, to fullfill the desires of thomas.
20769
20770 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20771
20772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20773         (gst_base_rtp_depayload_add_to_queue),
20774         (gst_base_rtp_depayload_push):
20775         Fixed the queueing algorithm.
20776
20777 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20778
20779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20780         (gst_base_rtp_depayload_push):
20781         A small fix
20782
20783 2005-10-31  Wim Taymans  <wim@fluendo.com>
20784
20785         * gst-libs/gst/audio/gstringbuffer.h:
20786         Don't break ABI.
20787
20788         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20789         (gst_ffmpeg_caps_to_pixfmt):
20790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20791         (gst_ffmpegcsp_set_caps):
20792         Some more comments.
20793         Handle missing required caps fields better.
20794
20795 2005-10-31  Wim Taymans  <wim@fluendo.com>
20796
20797         * gst-libs/gst/audio/gstbaseaudiosink.c:
20798         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20799         (gst_base_audio_sink_render):
20800         * gst-libs/gst/audio/gstringbuffer.c:
20801         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20802         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20803         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20804         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20805         (gst_ring_buffer_read):
20806         * gst-libs/gst/audio/gstringbuffer.h:
20807         Add flushing mode to the ringbuffer so that it in all cases does
20808         not try to handle more audio. This makes sure it does not try to
20809         block anymore when flushing and fixes a livelock.
20810
20811 2005-10-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20812
20813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20814         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20815         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20816           Explicitly check for -1 values before doing a conversion
20817           and always map them to -1. (#315545)
20818
20819 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20820
20821         * gst/playback/gstplaybin.c: (gen_video_element):
20822           first try autovideosink, then xvimagesink, then error out
20823         * po/POTFILES.in:
20824           add translatable file
20825         * po/af.po:
20826         * po/az.po:
20827         * po/cs.po:
20828         * po/en_GB.po:
20829         * po/hu.po:
20830         * po/it.po:
20831         * po/nb.po:
20832         * po/nl.po:
20833         * po/or.po:
20834         * po/sq.po:
20835         * po/sr.po:
20836         * po/sv.po:
20837         * po/uk.po:
20838         * po/vi.po:
20839           update translations
20840
20841 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20842
20843         * gst-libs/gst/rtp/gstbasedepayload.c:
20844         * gst-libs/gst/rtp/gstbasedepayload.h:
20845           Minor cleanups
20846
20847 2005-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20848
20849         * gst/playback/.cvsignore:
20850         * gst/playback/decodetest.c:
20851         * gst/playback/test3.c:
20852           Port these two tests as well.
20853
20854 2005-10-27  Wim Taymans  <wim@fluendo.com>
20855
20856         * ext/theora/theoradec.c: (theora_dec_src_query),
20857         (theora_dec_sink_event):
20858         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20859         (theora_enc_change_state):
20860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20861         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20862         Take proper locks when handling events.
20863
20864 2005-10-27  Wim Taymans  <wim@fluendo.com>
20865
20866         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20867         (gst_adder_change_state):
20868         Fix timestamps and fix deadlock when stopping the collectpads.
20869
20870 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20871
20872         * gst-libs/gst/rtp/gstrtpbuffer.h:
20873         Declaring the payload types as strings too so that they can be used
20874         in the padtemplate inialization.
20875
20876 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20877
20878         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20879
20880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20881         (gst_base_rtp_depayload_class_init):
20882         Fixes a small but nasty bug. The derived elements no longer segfaults
20883         on finalization.
20884
20885 2005-10-26  Michael Smith <msmith@fluendo.com>
20886
20887         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20888           When clearing an audioconvert context, set tmpbufsize to zero, so
20889           we'll allocate it again later if required.
20890           This fixes audioconvert re-negotiating formats, which previously
20891           segfaulted with a NULL destination buffer.
20892
20893 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20894
20895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20896         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20897         (gst_base_rtp_depayload_set_gst_timestamp),
20898         (gst_base_rtp_depayload_queue_release):
20899         Fixed a smalll memleak.
20900
20901 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20903         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20904         (gst_base_rtp_depayload_finalize),
20905         (gst_base_rtp_depayload_setcaps),
20906         (gst_base_rtp_depayload_add_to_queue),
20907         (gst_base_rtp_depayload_push),
20908         (gst_base_rtp_depayload_set_gst_timestamp),
20909         (gst_base_rtp_depayload_queue_release),
20910         (gst_base_rtp_depayload_thread),
20911         (gst_base_rtp_depayload_change_state):
20912         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20913         Changed the C++ comments to C comments
20914
20915 2005-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20916
20917         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20918         * gst/tcp/gsttcpclientsrc.h:
20919         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20920         * gst/tcp/gsttcpserversrc.h:
20921           Remove unused 'curoffset' structure member.
20922
20923 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20924
20925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20926         (gst_base_rtp_depayload_base_init),
20927         (gst_base_rtp_depayload_finalize):
20928         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20929         * gst-libs/gst/rtp/gstbasertppayload.h:
20930           The pad-template on the sinkpad should be set by the derived classes.
20931           Also added some useful macros.
20932
20933 2005-10-24  Wim Taymans  <wim@fluendo.com>
20934
20935         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20936         Correctly flush decoder samples even if we could not
20937         copy them to an output buffer. Fixes #319618.
20938
20939 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20940
20941         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20943         the caps against our xcontext caps.
20944
20945 2005-10-24  Wim Taymans  <wim@fluendo.com>
20946
20947         * gst-libs/gst/audio/gstbaseaudiosink.c:
20948         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20949         Remove g_print
20950         Use sync property from baseclass to disable sync.
20951
20952 2005-10-24  Wim Taymans  <wim@fluendo.com>
20953
20954         * gst-libs/gst/audio/gstbaseaudiosink.c:
20955         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20956         Buffers with no timestamps get aligned with previous buffers or
20957         on underrun, played ASAP.
20958
20959 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20960
20961         * gst-libs/gst/video/video.h:
20962         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20963         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20965         here comes my change on caps for framerate and geometry range.
20966         We are now accepting 1 to MAXINT for width and height, and from
20967         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20968         to be blended correctly in videomixer.
20969
20970 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20971
20972         * configure.ac:
20973           back to HEAD
20974
20975 === release 0.9.4 ===
20976
20977 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20978
20979         * NEWS:
20980         * RELEASE:
20981         * configure.ac:
20982           releasing 0.9.4, "Velociraptor"
20983
20984 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20985
20986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20987         * po/POTFILES.in:
20988           STOPPED -> FAILED
20989
20990 2005-10-21  Wim Taymans  <wim@fluendo.com>
20991
20992         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20993         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20994         (pad_blocked), (close_pad_link), (new_pad):
20995         Don't try to remove elements twice.
20996
20997 2005-10-21  Wim Taymans  <wim@fluendo.com>
20998
20999         * ext/theora/theoradec.c: (theora_dec_src_query),
21000         (theora_dec_sink_event):
21001         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21002         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21003         (vorbis_handle_data_packet):
21004         * ext/vorbis/vorbisdec.h:
21005         Fix old naming.
21006
21007         * gst-libs/gst/audio/gstbaseaudiosink.c:
21008         (gst_base_audio_sink_render):
21009         Don't try to sync on buffers without a timestamp.
21010
21011 2005-10-21  Wim Taymans  <wim@fluendo.com>
21012
21013         * ext/theora/theoradec.c: (theora_dec_src_query),
21014         (theora_dec_sink_event):
21015         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21016         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21017         (vorbis_handle_data_packet):
21018         * ext/vorbis/vorbisdec.h:
21019         Fix old naming.
21020
21021 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21022
21023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21024         (gst_vorbisenc_src_query):
21025           Implement position and duration queries.
21026
21027         * gst/playback/test3.c: (update_scale), (main):
21028           Fix for async state changes and print nicer output.
21029
21030 2005-10-20  Wim Taymans  <wim@fluendo.com>
21031
21032         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21033         (dump_element_stats), (main):
21034         * gst/playback/test6.c: (main):
21035         Fix tests again
21036
21037 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21038
21039         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21040         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21041           Don't use functions for position queries when handling
21042           duration queries.
21043
21044 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21045
21046         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21047         (vorbis_handle_data_packet), (vorbis_dec_chain),
21048         (vorbis_dec_change_state):
21049         * ext/vorbis/vorbisdec.h:
21050           Vorbis streams can be embedded in other container formats
21051           than ogg, container formats where the demuxer might set 
21052           timestamps on encoded vorbis buffers instead of those silly 
21053           granulepos thingies. In short: make vorbisdec handle 
21054           timestamps on incoming buffers as well.
21055
21056 2005-10-20  Wim Taymans  <wim@fluendo.com>
21057
21058         * gst/playback/gstplaybasebin.c: (group_destroy),
21059         (gst_play_base_bin_change_state):
21060         Fix leak.
21061         Handle case where playbasebin is now ASYNC because
21062         decodebin is.
21063
21064 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21065
21066         * gst/audioconvert/Makefile.am:
21067         * gst/audioconvert/bufferframesconvert.c:
21068         * gst/audioconvert/plugin.c: (plugin_init):
21069         * gst/audioconvert/plugin.h:
21070           And bye bye buffer-frames-convert
21071
21072 2005-10-19  Wim Taymans  <wim@fluendo.com>
21073
21074         * check/elements/audioconvert.c:
21075         * docs/libs/tmpl/gstaudio.sgml:
21076         * docs/libs/tmpl/gstcolorbalance.sgml:
21077         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21078         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21079         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21080         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21081         * gst-libs/gst/audio/audio.h:
21082         * gst/audioconvert/audioconvert.h:
21083         * gst/audioconvert/gstaudioconvert.c:
21084         (gst_audio_convert_parse_caps):
21085         * gst/volume/gstvolume.c:
21086         Bye bye buffer-frames.
21087
21088 2005-10-19  Wim Taymans  <wim@fluendo.com>
21089
21090         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21091         (query_positions_elems), (query_positions_pads), (update_scale),
21092         (do_seek), (set_update_scale), (message_received), (main):
21093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21094         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21095         (gst_ogg_demux_loop):
21096         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21097         * ext/theora/theoradec.c: (theora_dec_src_query),
21098         (theora_dec_sink_event):
21099         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21100         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21101         * gst/adder/gstadder.c: (gst_adder_query):
21102         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21103         * gst/playback/test3.c: (update_scale):
21104         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21105         (dump_element_stats), (main):
21106         * gst/playback/test6.c: (main):
21107         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21108         Query API update.
21109
21110 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21111
21112         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21113         (xml_check_first_element), (xml_type_find), (smil_type_find),
21114         (plugin_init):
21115           Add typefinding for SMIL and for generic XML. Based on patch by
21116           Akos Maroy (#308663).
21117
21118 2005-10-18  Wim Taymans  <wim@fluendo.com>
21119
21120         * gst/playback/Makefile.am:
21121         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21122         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21123         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21124         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21125         (gst_decode_bin_change_state):
21126         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21127         (gst_play_bin_send_event_to_sink):
21128         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21129         (dump_element_stats), (main):
21130         * gst/playback/test6.c: (main):
21131         Make playbin async, it'll commit state to paused when all streams
21132         are detected.
21133         Remove ugly hack.
21134         Added test6.c to show async behaviour.
21135
21136 2005-10-18  Wim Taymans  <wim@fluendo.com>
21137
21138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21139         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21140         Fix for segment-start/stop API change.
21141
21142 2005-10-18  Wim Taymans  <wim@fluendo.com>
21143
21144         * check/Makefile.am:
21145         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21146         (main):
21147         Add future test for clock selection.
21148
21149 2005-10-18  Wim Taymans  <wim@fluendo.com>
21150
21151         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21152         (gst_alsasink_close):
21153         Set handle to NULL.
21154
21155         * gst-libs/gst/audio/gstringbuffer.c:
21156         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21157         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21158         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21159         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21160         (gst_ring_buffer_read):
21161         More debug info.
21162
21163 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21164
21165         * gst/audiotestsrc/Makefile.am:
21166         * gst/sine/Makefile.am:
21167         * gst/volume/Makefile.am:
21168           fix broken build of controllerized plugins
21169
21170 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21171
21172         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21173
21174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21175         (gst_riff_create_video_template_caps):
21176           Add support for Indeo-3 (IV32).
21177
21178 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21179
21180         * configure.ac:
21181           rewrite
21182
21183 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21184
21185         * gst-libs/gst/video/video.c: (gst_video_get_size):
21186         * gst/audiotestsrc/gstaudiotestsrc.c:
21187           doc updates
21188
21189 2005-10-17  Andy Wingo  <wingo@pobox.com>
21190
21191         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21192         with the collectpads change.
21193         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21194
21195         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21196
21197         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21198
21199         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21200         alloc_buffer flow return to callers.
21201         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21202         change. Fix some memleaks in theoraenc.
21203
21204         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21205         in strange circumstance.
21206
21207 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21208
21209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21210         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21211         from caps, let's use the caps...
21212
21213 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21214
21215         * configure.ac:
21216           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21217
21218 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * gst-libs/gst/interfaces/Makefile.am:
21221           fix silly typo
21222
21223 2005-10-16  Andy Wingo  <wingo@pobox.com>
21224
21225         * gst/playback/gstdecodebin.c
21226         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21227         function!
21228         (try_to_link_1): Increase kraziness level.
21229
21230 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21231
21232         * configure.ac:
21233           restructure like the core one
21234         * gst-libs/gst/audio/Makefile.am:
21235         * gst-libs/gst/interfaces/Makefile.am:
21236         * gst-libs/gst/net/Makefile.am:
21237         * gst-libs/gst/riff/Makefile.am:
21238         * gst-libs/gst/rtp/Makefile.am:
21239         * gst-libs/gst/tag/Makefile.am:
21240         * gst-libs/gst/video/Makefile.am:
21241           use correct linker flags, now the libs are properly versioned
21242         * check/elements/audioconvert.c: (verify_convert):
21243         * ext/alsa/gstalsaplugin.c:
21244         * ext/cdparanoia/gstcdparanoia.c:
21245         * ext/gnomevfs/gstgnomevfs.c:
21246         * ext/libvisual/visual.c:
21247         * ext/ogg/gstogg.c:
21248         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21249         * ext/theora/theora.c:
21250         * ext/vorbis/vorbis.c:
21251         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21252         * gst-libs/gst/tag/gsttagediting.c:
21253         * gst-libs/gst/video/video.c:
21254         * gst/adder/gstadder.c:
21255         * gst/audioconvert/plugin.c:
21256         * gst/audiorate/gstaudiorate.c:
21257         * gst/audioresample/gstaudioresample.c:
21258         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21259         * gst/audioscale/gstaudioscale.c:
21260         * gst/audioscale/resample.c:
21261         * gst/audiotestsrc/gstaudiotestsrc.c:
21262         * gst/ffmpegcolorspace/gstffmpeg.c:
21263         * gst/playback/gstdecodebin.c: (close_pad_link):
21264         * gst/playback/gstplaybin.c: (gen_video_element),
21265         (gen_audio_element):
21266         * gst/sine/gstsinesrc.c:
21267         * gst/subparse/gstsubparse.c:
21268         * gst/tags/gsttagediting.c:
21269         * gst/tcp/gsttcpplugin.c:
21270         * gst/typefind/gsttypefindfunctions.c:
21271         * gst/videorate/gstvideorate.c:
21272         * gst/videoscale/gstvideoscale.c:
21273         * gst/videotestsrc/gstvideotestsrc.c:
21274         * gst/volume/gstvolume.c:
21275         * sys/v4l/gstv4l.c:
21276         * sys/ximage/ximage.c:
21277         * sys/xvimage/xvimagesink.c:
21278           fix up defines
21279
21280 2005-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21281
21282         * ext/vorbis/vorbisenc.c:
21283         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21284         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21285         (gst_tag_to_vorbis_comments):
21286           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21287
21288 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21289
21290         * examples/stats/mp2ogg.c:
21291         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21292           typo fixes
21293
21294 2005-10-13  Michael Smith <msmith@fluendo.com>
21295
21296         * ext/ogg/gstoggmux.c:
21297           Use magic glib macros to define constants as 64 bit, to ensure
21298           appropriate vararg passing.
21299
21300 2005-10-13  Michael Smith <msmith@fluendo.com>
21301
21302         * ext/ogg/gstoggmux.c:
21303         * gst/audioconvert/audioconvert.c: (float):
21304           Don't use LL suffix, as it's not portable, and neither of these
21305           uses required it anyway.
21306
21307 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21308
21309         * examples/indexing/indexmpeg.c: (main):
21310         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21311         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21312         (cdparanoia_convert), (cdparanoia_query):
21313         * ext/cdparanoia/gstcdparanoia.h:
21314         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21315         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21316         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21318         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21319         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21320         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21321         (gst_multifdsink_render), (gst_multifdsink_start),
21322         (gst_multifdsink_stop):
21323         * gst/tcp/gstmultifdsink.h:
21324         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21325         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21326         (gst_tcpclientsink_stop):
21327         * gst/tcp/gsttcpclientsink.h:
21328         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21329         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21330         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21331         * gst/tcp/gsttcpclientsrc.h:
21332         * gst/tcp/gsttcpserversink.h:
21333         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21334         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21335         (gst_tcpserversrc_stop):
21336         * gst/tcp/gsttcpserversrc.h:
21337         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21338         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21339         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21340           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21341           moved bitshift from macro to enum definition
21342
21343 2005-10-12  Wim Taymans  <wim@fluendo.com>
21344
21345         * examples/seeking/Makefile.am:
21346         Oops.
21347
21348 2005-10-12  Wim Taymans  <wim@fluendo.com>
21349
21350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21351         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21352         Don't assert on normal stuff.
21353
21354         * gst/playback/gstplaybin.c: (do_playbin_seek):
21355         API fix.
21356
21357 2005-10-12  Wim Taymans  <wim@fluendo.com>
21358
21359         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21360         * examples/seeking/Makefile.am:
21361         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21362         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21363         (do_seek), (set_update_scale), (message_received), (main):
21364         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21365         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21366         Update for _get_state() API change.
21367
21368 2005-10-11  Wim Taymans  <wim@fluendo.com>
21369
21370         * gst-libs/gst/audio/gstbaseaudiosink.c:
21371         (gst_base_audio_sink_render):
21372         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21373         (gst_base_audio_src_create):
21374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21375         (gst_ring_buffer_read):
21376         Cleanups.
21377         Commit and read from ringbuffer in samples rather than bytes.
21378
21379 2005-10-11  Wim Taymans  <wim@fluendo.com>
21380
21381         * gst-libs/gst/audio/gstbaseaudiosink.c:
21382         (gst_base_audio_sink_render):
21383         Respect segment rate and accum when scheduling samples.
21384
21385 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21386
21387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21388         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21389         EOS correctly, that needs more work.
21390
21391 2005-10-11  Wim Taymans  <wim@fluendo.com>
21392
21393         * check/generic/states.c: (GST_START_TEST):
21394         remove old property.
21395
21396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21397         (gst_ogg_demux_perform_seek):
21398         * ext/theora/theoradec.c: (theora_dec_sink_event):
21399         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21400         (vorbis_handle_data_packet):
21401         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21402         (gst_base_rtp_depayload_set_gst_timestamp):
21403         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21404         Update for newsegment API change.
21405
21406 2005-10-11  Michael Smith <msmith@fluendo.com>
21407
21408         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21409         (do_playbin_seek), (gst_play_bin_send_event):
21410           Override send_event differently, so that we can takes bits of
21411           functionality from GstPipeline (special handling for seeks,
21412           including pausing/resuming, and resetting stream time) and still get
21413           the appropriate behaviour of only forwarding event to a single sink,
21414           rather than all of them.
21415           Unfortunately requires a lot of code duplication, but the
21416           alternatives are equally ugly in the end.
21417
21418 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * check/elements/audioconvert.c: (setup_audioconvert),
21421         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21422         (GST_START_TEST), (audioconvert_suite):
21423           clean up tests a little, fix some leaks.
21424
21425 2005-10-10  Wim Taymans  <wim@fluendo.com>
21426
21427         * ext/alsa/gstalsasink.c:
21428         Also allow unsigned int.
21429
21430         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21431         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21432         Small cleanup
21433
21434 2005-10-10  Wim Taymans  <wim@fluendo.com>
21435
21436         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21437         Small update, use API as stated in design docs.
21438
21439         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21440         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21441         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21442         (message_received), (main):
21443         Updated seek example for GOption. Some usability improvements.
21444
21445 2005-10-10  Wim Taymans  <wim@fluendo.com>
21446
21447         * gst/audioconvert/audioconvert.h:
21448         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21449         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21450         Alloc temp storage somewhere else where we can do it more
21451         portable.
21452
21453 2005-10-10  Wim Taymans  <wim@fluendo.com>
21454
21455         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21456         (gst_tcpserversrc_start):
21457         Don't block in accept while doing the state change, move
21458         to poll and make cancellable.
21459
21460 2005-10-09  Philippe Khalaf <burger@speedy.org>
21461
21462         * gst-libs/gst/rtp/rtpbasedepayload.c:
21463         Set timestamp and add queue delay to timestamp
21464         * gst-libs/gst/rtp/rtpbuffer.h:
21465         Set correct payload type for h263
21466
21467 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21468
21469         * gst/audiotestsrc/gstaudiotestsrc.c:
21470         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21471         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21472         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21473         (gst_audiotestsrc_create_triangle),
21474         (gst_audiotestsrc_create_silence),
21475         (gst_audiotestsrc_create_white_noise),
21476         (gst_audiotestsrc_init_pink_noise),
21477         (gst_audiotestsrc_generate_pink_noise_value),
21478         (gst_audiotestsrc_create_pink_noise),
21479         (gst_audiotestsrc_change_wave):
21480         * gst/audiotestsrc/gstaudiotestsrc.h:
21481           fixed typo, added pink noise
21482
21483 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21484
21485         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21486         (plugin_init):
21487           Add wavpack and spc typefind functions from 0.8 branch.
21488
21489 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21490
21491         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21492         (ar_type_find), (msdos_type_find), (plugin_init):
21493           Add typefind functions for tar archives, ar archives,
21494           RAR archives, and msdos-executables (dlls, exe, etc.).
21495           Some of those would be wrongly identified as mpeg
21496           streams of some sort before (#315550).
21497
21498 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21499
21500         * configure.ac:
21501         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21502         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21503         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21504         * gst/audiotestsrc/Makefile.am:
21505         * gst/audiotestsrc/gstaudiotestsrc.c:
21506         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21507         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21508         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21509         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21510         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21511         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21512         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21513         (gst_audiotestsrc_create_silence),
21514         (gst_audiotestsrc_create_white_noise),
21515         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21516         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21517         (gst_audiotestsrc_start), (plugin_init):
21518         * gst/audiotestsrc/gstaudiotestsrc.h:
21519           add new plugin and element
21520         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21521           use gobject_class
21522
21523 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21524
21525         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21526         (gst_adder_init), (gst_adder_request_new_pad),
21527         (gst_adder_change_state):
21528           Add query function to source pad, so adder reports the correct
21529           time/sample position when queried (#315457); fix state change
21530           function; use GST_DEBUG_FUNCPTR() for pad functions.
21531
21532 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21533
21534         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21535           Fix leaks in typefind registration
21536           Clean up the gratuitous commenting and whitespacing a little
21537
21538 2005-10-08  Wim Taymans  <wim@fluendo.com>
21539
21540         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21541         Only actually wait for the thread to be stopped if it's 
21542         running.
21543
21544 2005-10-08  Wim Taymans  <wim@fluendo.com>
21545
21546         * gst-libs/gst/audio/gstbaseaudiosink.c:
21547         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21548         If we receive EOS we can start playback of what we had.
21549
21550 2005-10-08  Wim Taymans  <wim@fluendo.com>
21551
21552         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21553         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21554         (gst_multifdsink_stop):
21555         Fix crasher when going to NULL multiple times.
21556
21557 2005-10-06  Wim Taymans  <wim@fluendo.com>
21558
21559         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21560         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21561         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21563         patch from Edgard Lima <edgard.lima@indt.org.br>
21564         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21565
21566 2005-10-06  Wim Taymans  <wim@fluendo.com>
21567
21568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21569         Report the FLOW_RETURN as string in the error message.
21570
21571         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21572         Don't assert when clearing an unnegotiated buffer.
21573
21574 2005-10-04  Michael Smith <msmith@fluendo.com>
21575
21576         * gst/playback/gstplaybasebin.c: (group_destroy),
21577         (gen_preroll_element), (remove_groups), (setup_source):
21578         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21579         (setup_sinks), (gst_play_bin_send_event),
21580         (gst_play_bin_change_state):
21581           Set state to NULL before removing from bin. Fix refcounting.
21582
21583 2005-10-04  Michael Smith <msmith@fluendo.com>
21584
21585         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21586           Correct refcounting in send_event() function. Previously was wrong
21587           if the first sink was unable to handle the event.
21588
21589 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21590
21591         * configure.ac:
21592           back to development
21593
21594 === release 0.9.3 ===
21595
21596 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * configure.ac:
21599           Releasing 0.9.3, "De Facto"
21600
21601 2005-10-03  Andy Wingo  <wingo@pobox.com>
21602
21603         * gst/playback/gstdecodebin.c (try_to_link_1)
21604         (remove_element_chain): set element to NULL before removing it.
21605
21606 2005-10-02  Johan Dahlin  <johan@gnome.org>
21607
21608         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21609         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21610         MT safe.
21611
21612 2005-10-02  Andy Wingo  <wingo@pobox.com>
21613
21614         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21615         (gst_ring_buffer_prepare_read): 
21616         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21617         Demote to LOG.
21618
21619 2005-09-29  Wim Taymans  <wim@fluendo.com>
21620
21621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21622         * ext/theora/theoradec.c: (theora_handle_data_packet):
21623         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21624         Propagate error codes from alloc_buffer too.
21625
21626 2005-09-29  Wim Taymans  <wim@fluendo.com>
21627
21628         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21629         We use fixed caps.
21630
21631         * gst/playback/Makefile.am:
21632         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21633         (dump_element_stats), (main):
21634         Added example stream introspection code.
21635
21636 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21637
21638         * gst/adder/gstadder.c: (gst_adder_collected):
21639           fix adder for float elements
21640
21641 2005-09-28  Wim Taymans  <wim@fluendo.com>
21642
21643         * gst-libs/gst/audio/gstbaseaudiosink.c:
21644         (gst_base_audio_sink_class_init),
21645         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21646         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21647         (gst_base_audio_src_class_init),
21648         (gst_base_audio_src_provide_clock):
21649         get_clock -> provide_clock
21650
21651 2005-09-28  Andy Wingo  <wingo@pobox.com>
21652
21653         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21654         and unlocking.
21655
21656         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21657         unlocking.
21658
21659         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21660         Actually add the pad template.
21661         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21662
21663         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21664         I'm at it...
21665
21666         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21667         from fdsrc. Get caps in create() instead of start() so it can be
21668         interrupted. Interruption somewhat untested.
21669
21670         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21671         Proper EOS handling.
21672
21673 2005-09-27  Andy Wingo  <wingo@pobox.com>
21674
21675         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21676
21677         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21678
21679         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21680
21681         * gst/tcp/gsttcp.h: 
21682         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21683         out of tcpclientsrc.c. Cancellable.
21684         (gst_tcp_socket_read): Made private, cancellable, with better
21685         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21686         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21687         whole buffer, and better diagnostics.
21688         (gst_tcp_gdp_read_caps): Same.
21689
21690         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21691
21692 2005-09-26  Andy Wingo  <wingo@pobox.com>
21693
21694         * gst/sine/gstsinesrc.h:
21695         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21696         change the 'sync' property to 'is-live' and implement it halfway,
21697         update for controller api change.
21698
21699         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21700         controller api change.
21701
21702 2005-09-24  Wim Taymans  <wim@fluendo.com>
21703
21704         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21705         * gst-libs/gst/audio/gstaudiosink.c:
21706         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21707         (gst_audioringbuffer_stop):
21708         * gst-libs/gst/audio/gstbaseaudiosink.c:
21709         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21710         (gst_base_audio_sink_change_state):
21711         * gst-libs/gst/audio/gstbaseaudiosink.h:
21712         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21713         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21714         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21715         * gst-libs/gst/audio/gstringbuffer.h:
21716         Fix sync again. Moved sample alignment to basesink.
21717
21718 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21719
21720         * docs/plugins/Makefile.am:
21721         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21722         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21723         * gst/volume/gstvolume.c:
21724           add/fix docs
21725         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21726         * gst-libs/gst/audio/audio.h:
21727           add conversion macros for frames <-> clocktime
21728
21729 2005-09-23  David Schleef  <ds@schleef.org>
21730
21731         * gst/audioresample/Makefile.am:
21732         * gst/audioresample/debug.h:
21733         * gst/audioresample/gstaudioresample.c:
21734         * gst/audioresample/resample.c: Convert to using gst debugging
21735
21736 2005-09-22  Wim Taymans  <wim@fluendo.com>
21737
21738         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21739         (gst_play_bin_send_event):
21740         Only seek on one sink, the first one that succeeds.
21741
21742 2005-09-22  Michael Smith <msmith@fluendo.com>
21743
21744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21745         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21746         Don't flush encoder state unless we have an initialised encoder.
21747         Clear out encoder state on PAUSED_TO_READY.
21748
21749 2005-09-22  Wim Taymans  <wim@fluendo.com>
21750
21751         * gst-libs/gst/rtp/gstbasertppayload.c:
21752         (gst_basertppayload_class_init), (gst_basertppayload_init),
21753         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21754         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21755         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21756         (gst_basertppayload_set_property),
21757         (gst_basertppayload_get_property),
21758         (gst_basertppayload_change_state):
21759         * gst-libs/gst/rtp/gstbasertppayload.h:
21760         Added max-ptime to control amount of data in the rtp packets.
21761
21762 2005-09-21  Andy Wingo  <wingo@pobox.com>
21763
21764         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21765         thingies.
21766
21767         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21768         can be called multiple times, dogs.
21769
21770 2005-09-21  Wim Taymans  <wim@fluendo.com>
21771
21772         * gst-libs/gst/rtp/gstbasertppayload.c:
21773         (gst_basertppayload_class_init), (gst_basertppayload_init),
21774         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21775         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21776         (gst_basertppayload_push), (gst_basertppayload_get_property),
21777         (gst_basertppayload_change_state):
21778         Allow 0 ssrc too.
21779
21780 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21781
21782         * docs/libs/compiling.sgml:
21783           fixing typos
21784
21785 2005-09-20  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst-libs/gst/rtp/gstbasertppayload.c:
21788         (gst_basertppayload_class_init), (gst_basertppayload_init),
21789         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21790         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21791         (gst_basertppayload_push), (gst_basertppayload_set_property),
21792         (gst_basertppayload_get_property),
21793         (gst_basertppayload_change_state):
21794         * gst-libs/gst/rtp/gstbasertppayload.h:
21795         Added property to configure sequence number offsets.
21796
21797 2005-09-20  Wim Taymans  <wim@fluendo.com>
21798
21799         * gst-libs/gst/rtp/gstbasertppayload.c:
21800         (gst_basertppayload_class_init), (gst_basertppayload_init),
21801         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21802         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21803         (gst_basertppayload_push), (gst_basertppayload_set_property),
21804         (gst_basertppayload_get_property),
21805         (gst_basertppayload_change_state):
21806         * gst-libs/gst/rtp/gstbasertppayload.h:
21807         Make timestamp offset configurable.
21808
21809 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21810
21811         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21812           fix wrong pop/unref
21813
21814 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21815
21816         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21817
21818         * gst-libs/gst/interfaces/propertyprobe.c:
21819         (gst_property_probe_probe_property_name),
21820         (gst_property_probe_needs_probe_name),
21821         (gst_property_probe_get_values_name),
21822         (gst_property_probe_probe_and_get_values_name):
21823           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21824           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21825
21826 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21827
21828         * check/Makefile.am:
21829           have some tests be disabled for valgrinding
21830         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21831         (GST_START_TEST):
21832         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21833           Fix A Leak.  Chain To Parent Finalize.
21834
21835 2005-09-19  Wim Taymans  <wim@fluendo.com>
21836
21837         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21838         Fixed wav pipeline.
21839
21840 2005-09-19  Wim Taymans  <wim@fluendo.com>
21841
21842         * gst-libs/gst/rtp/gstbasertppayload.c:
21843         (gst_basertppayload_class_init), (gst_basertppayload_init),
21844         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21845         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21846         (gst_basertppayload_push), (gst_basertppayload_get_property),
21847         (gst_basertppayload_change_state):
21848         Posting ERROR and WARNING messages is good.
21849
21850 2005-09-19  Wim Taymans  <wim@fluendo.com>
21851
21852         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21853         (gst_base_rtp_depayload_add_to_queue),
21854         (gst_base_rtp_depayload_push),
21855         (gst_base_rtp_depayload_set_gst_timestamp),
21856         (gst_base_rtp_depayload_queue_release):
21857         This one was not supposed to go in.
21858
21859 2005-09-19  Wim Taymans  <wim@fluendo.com>
21860
21861         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21862         Fix for bus API.
21863
21864         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21865         (gst_base_rtp_depayload_chain),
21866         (gst_base_rtp_depayload_add_to_queue),
21867         (gst_base_rtp_depayload_push),
21868         (gst_base_rtp_depayload_set_gst_timestamp),
21869         (gst_base_rtp_depayload_queue_release):
21870         Some cleanups.
21871
21872         * gst-libs/gst/rtp/gstbasertppayload.c:
21873         (gst_basertppayload_class_init), (gst_basertppayload_init),
21874         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21875         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21876         (gst_basertppayload_get_property),
21877         (gst_basertppayload_change_state):
21878         Added debugging category.
21879
21880 2005-09-18  David Schleef  <ds@schleef.org>
21881
21882         * gst/playback/gstdecodebin.c: free plugin list correctly
21883         * gst/playback/gstplaybin.c: emit warning if autovideosink
21884           and autoaudiosink can't be found (instead of segfaulting)
21885
21886 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21887
21888         * check/elements/audioconvert.c: (GST_START_TEST):
21889           try out 24 bit conversion
21890
21891 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21892
21893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21894         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21895         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21896         * ext/vorbis/vorbisenc.h:
21897           Fix EOS handling.  Still needs a fix in the ogg muxer to
21898           mark the last page as eos.
21899
21900 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21901
21902         * common/gtk-doc-plugins.mak:
21903         * docs/plugins/Makefile.am:
21904         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21905         * gst/ffmpegcolorspace/Makefile.am:
21906         * gst/ffmpegcolorspace/avcodec.h:
21907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21908         * gst/tcp/gstmultifdsink.c:
21909           fix up ffmpegcolorspace docs; extract header
21910
21911 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21912
21913         * common/gtk-doc-plugins.mak:
21914         * docs/plugins/Makefile.am:
21915         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21916         * ext/theora/Makefile.am:
21917         * ext/theora/gsttheoraenc.h:
21918         * ext/theora/theoraenc.c:
21919         * ext/vorbis/vorbisenc.c:
21920           pick up signals and args for vorbis; add some docs for vorbis
21921
21922 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21923
21924         * common/gstdoc-scangobj:
21925         * common/gtk-doc-plugins.mak:
21926         * docs/libs/Makefile.am:
21927         * docs/plugins/gst-plugins-base-plugins.args:
21928         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21929         * docs/plugins/gst-plugins-base-plugins.interfaces:
21930         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21931         * docs/plugins/gst-plugins-base-plugins.signals:
21932           only scanobj stuff from our source module.  Not sure yet
21933           if that's correct, given the hierarchy stuff :)
21934
21935 2005-09-15  Wim Taymans  <wim@fluendo.com>
21936
21937         * gst/audioconvert/gstaudioconvert.c:
21938         And enable 24 bits mode as well..
21939
21940 2005-09-15  Wim Taymans  <wim@fluendo.com>
21941
21942         * gst-libs/gst/rtp/Makefile.am:
21943         * gst-libs/gst/rtp/gstbasertppayload.c:
21944         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21945         (gst_basertppayload_class_init), (gst_basertppayload_init),
21946         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21947         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21948         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21949         (gst_basertppayload_set_property),
21950         (gst_basertppayload_get_property),
21951         (gst_basertppayload_change_state):
21952         * gst-libs/gst/rtp/gstbasertppayload.h:
21953         Added rtp payloader base class.
21954
21955 2005-09-15  Andy Wingo  <wingo@pobox.com>
21956
21957         * configure.ac (plugindir): Remove the EOL matcher from the
21958         regexp, as it causes me problems. Libtool? Make? Who knows?
21959
21960 2005-09-14  David Schleef  <ds@schleef.org>
21961
21962         * check/generic/states.c: 
21963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21964         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21965           Fixes for changes in registry API.
21966
21967         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21968           to GST_PLUGIN_LDFLAGS.
21969         * ext/libvisual/visual.c: Make the library shut up.
21970         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21971         * gst-libs/gst/audio/gstaudiofilter.c: same
21972
21973 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21974
21975         * docs/plugins/Makefile.am:
21976         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21977         * docs/plugins/inspect/plugin-libvisual.xml:
21978         * docs/plugins/tmpl/element-tcpserversink.sgml:
21979         * ext/theora/theoraenc.c:
21980           add libvisual plugin and theoraenc element to docs
21981
21982 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21983
21984         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21985         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21986         * ext/theora/theoraenc.c:
21987           add theoraenc
21988
21989 2005-09-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21990
21991         * gst/audioconvert/Makefile.am:
21992           Audioconvert derives from GstBaseTransform and should
21993           link to the library with our base elements to avoid
21994           unresolved symbols. Makes things work with MinGW (#316160)
21995
21996         * gst/playback/test4.c: (main):
21997           Fix MinGW build problem and use g_usleep() instead of 
21998           sleep() (#316162)
21999
22000 2005-09-12  Wim Taymans  <wim@fluendo.com>
22001
22002         * gst/audioconvert/audioconvert.c: (float),
22003         (audio_convert_prepare_context), (audio_convert_convert):
22004         * gst/audioconvert/audioconvert.h:
22005         Cleanups, speedups, simplifications, added back support
22006         for 24 bits.
22007
22008 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22009
22010         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22011         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22012         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22013         * docs/plugins/tmpl/element-tcpserversink.sgml:
22014         * gst/ffmpegcolorspace/gstffmpeg.c:
22015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22016         * gst/videotestsrc/gstvideotestsrc.c:
22017         * gst/volume/gstvolume.c:
22018           add more elements to the docs
22019
22020 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22021
22022         * check/Makefile.am:
22023         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22024         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22025           Add extra tests for basetransform based components. 
22026           Comment out the test_element_negotiation test until we decide
22027           if it's testing correct behaviour.
22028         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22029         (gst_visual_chain), (gst_visual_change_state):
22030           Slightly more correct but still bogus timestamping.
22031           Fix state change function.
22032         * gst/audioconvert/gstaudioconvert.c:
22033         (gst_audio_convert_class_init):
22034         * gst/audioresample/gstaudioresample.c:
22035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22036         (gst_ffmpegcsp_class_init):
22037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22038         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22039         (gst_videoscale_prepare_image):
22040         * gst/volume/gstvolume.c: (gst_volume_class_init),
22041         (volume_transform_ip):
22042           Basetransform updates. Enable passthrough modes.
22043         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22044         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22045         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22046           Negotiation fix that allows the window to return to the original
22047           size and renegotiate passthrough upstream. Extra debug output.
22048
22049 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * gst/sine/gstsinesrc.c:
22052         * gst/volume/gstvolume.c:
22053           fix up header include
22054
22055 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22056
22057         * gst-libs/gst/audio/gstbaseaudiosink.c:
22058         (gst_base_audio_sink_render):
22059         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22060         * gst/volume/gstvolume.c: (gst_volume_class_init),
22061         (volume_transform):
22062           fixing lost sync, some more debugging
22063
22064 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22065
22066         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22067         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22068         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22069         (gst_xvimagesink_check_xshm_calls):
22070           Fix compilation when XShm is not available.
22071
22072 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22073
22074         * ext/libvisual/visual.c: (gst_visual_dispose),
22075         (gst_visual_getcaps), (gst_visual_src_setcaps),
22076         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22077         (gst_visual_change_state):
22078           Finish fixing up libvisual plugin so that it runs. 
22079
22080 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22081
22082         * ext/vorbis/vorbisenc.c:
22083         * gst-libs/gst/tag/gstvorbistag.c:
22084           gsttaginterface.h -> gsttagsetter.h
22085
22086 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22087
22088         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22089           added another test that failes for me (test is not active by default)
22090
22091 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22092
22093         * configure.ac:
22094           v4l2 is no longer in gst-plugins-base
22095
22096 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22097
22098         * configure.ac:
22099           In the output at the end, don't show the first plugin on the same
22100           line as "Core plug-ins, always built:".
22101           Indent the output as for other plugin categories
22102         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22103           #define that can be used to not use peer buffer_alloc functions for
22104           test purposes.
22105         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22106         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22107         (gst_ximagesink_show_frame):
22108         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22109         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22110         (gst_xvimagesink_show_frame):
22111           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22112           fails gracefully instead of XError aborting or deadlocking.
22113
22114 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22115
22116         * ext/libvisual/Makefile.am:
22117           link against gst-base-libs
22118
22119 2005-09-06  David Schleef  <ds@schleef.org>
22120
22121         * configure.ac: Enable libvisual plugin.
22122         * ext/libvisual/Makefile.am:
22123         * ext/libvisual/visual.c: Fixes to make it compile.
22124
22125 === release 0.9.2 ===
22126
22127 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22128
22129         * NEWS:
22130         * RELEASE:
22131         * configure.ac:
22132         * docs/random/ChangeLog-0.8:
22133           releasing 0.9.2, "Spoon"
22134
22135 2005-09-05  Michael Smith <msmith@fluendo.com>
22136
22137         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22138           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22139           that in the vorbisenc element.
22140
22141 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22142
22143         * common/gtk-doc-plugins.mak:
22144         * docs/plugins/Makefile.am:
22145           fix distcheck
22146         * gst/audioresample/resample.c:
22147           fix wrong docstring
22148
22149 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22150
22151         * common/gst-xmlinspect.py:
22152         * common/gtk-doc-plugins.mak:
22153           only inspect plugins for this given package
22154           require gst-python 0.9
22155
22156 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22157
22158         * Makefile.am:
22159         * autogen.sh:
22160         * common/gst-xmlinspect.py:
22161         * configure.ac:
22162         * docs/Makefile.am:
22163         * docs/plugins/inspect/plugin-alsa.xml:
22164         * docs/plugins/inspect/plugin-audioresample.xml:
22165         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22166         * docs/plugins/inspect/plugin-ogg.xml:
22167         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22168         * docs/plugins/tmpl/element-multifdsink.sgml:
22169         * docs/plugins/tmpl/element-tcpserversink.sgml:
22170         * docs/plugins/tmpl/element-vorbisenc.sgml:
22171         * gst-plugins-base.spec.in:
22172           various doc-related updates
22173
22174 2005-08-31  Wim Taymans  <wim@fluendo.com>
22175
22176         * gst-libs/gst/audio/gstbaseaudiosink.c:
22177         (gst_base_audio_sink_render):
22178         Resync if the buffer timestamps drift more than a 10th 
22179         of a second.
22180
22181 2005-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22182
22183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22184         (gst_v4lsrc_get_property):
22185           The 'timestamp-offset' property is registered as an int64, so
22186           let's use g_value_{set|get}_int64() in our setter and getter
22187           functions (makes it work and fixes warnings with gst-inspect).
22188
22189 2005-08-30  Wim Taymans  <wim@fluendo.com>
22190
22191         * check/elements/audioconvert.c: (setup_audioconvert):
22192         * check/elements/audioresample.c: (setup_audioresample):
22193         * check/elements/volume.c: (setup_volume):
22194         Fix checks.
22195
22196 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22197
22198         * common/gtk-doc-plugins.mak:
22199         * common/plugins.xsl:
22200         * docs/plugins/Makefile.am:
22201           make module a param
22202
22203 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22204
22205         * examples/seeking/seek.c: (make_mp3_pipeline),
22206         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22207         (play_cb), (pause_cb), (stop_cb):
22208           update the example
22209
22210 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22211
22212         * gst/volume/gstvolume.c: (gst_volume_class_init),
22213         (volume_transform):
22214           do not update controlled params, if buffer has no timestamp
22215
22216 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22217
22218         * configure.ac:
22219         * gst/sine/Makefile.am:
22220         * gst/volume/Makefile.am:
22221           controllerized elements also need to link against controller-libs ;)
22222
22223 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22224
22225         * docs/libs/tmpl/gstcolorbalance.sgml:
22226         * docs/libs/tmpl/gstgconf.sgml:
22227         * docs/libs/tmpl/gstmixer.sgml:
22228         * docs/libs/tmpl/gstringbuffer.sgml:
22229         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22230         (gst_sinesrc_create):
22231         * gst/volume/gstvolume.c: (gst_volume_class_init),
22232         (volume_transform):
22233           controllerized two audio plugins
22234
22235 2005-08-29  Andy Wingo  <wingo@pobox.com>
22236
22237         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22238         (vorbis_handle_data_packet): Fix some int overflow errors.
22239
22240         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22241         -1.
22242         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22243         valid.
22244         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22245         if it's valid. Fixed streaming-mode playback.
22246
22247         * check/elements/volume.c (cleanup_volume): Fix for running
22248         CK_FORK=no.
22249
22250         * check/elements/audioconvert.c: Convert from native endian, not
22251         little endian.
22252
22253 2005-08-29  Michael Smith <msmith@fluendo.com>
22254
22255         * ext/ogg/Makefile.am:
22256         * ext/ogg/gstogg.c: (plugin_init):
22257         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22258         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22259         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22260         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22261         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22262         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22263         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22264         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22265         Add an ogg parser element.
22266
22267 2005-08-28  Andy Wingo  <wingo@pobox.com>
22268
22269         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22270
22271 2005-08-26  Wim Taymans  <wim@fluendo.com>
22272
22273         * gst/audioconvert/audioconvert.c: (if), (float),
22274         (audio_convert_get_func_index), (check_default),
22275         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22276         (audio_convert_clean_context), (audio_convert_get_sizes),
22277         (audio_convert_convert):
22278         Cleanups.
22279
22280 2005-08-26  Wim Taymans  <wim@fluendo.com>
22281
22282         * gst/audioconvert/audioconvert.c: (if), (float),
22283         (audio_convert_get_func_index), (check_default),
22284         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22285         (audio_convert_clean_context), (audio_convert_get_sizes),
22286         (audio_convert_convert):
22287         More elegant and working temp buffer selection algo.
22288
22289 2005-08-26  Wim Taymans  <wim@fluendo.com>
22290
22291         * gst/audioconvert/audioconvert.c: (if), (float),
22292         (audio_convert_get_func_index), (check_default),
22293         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22294         (audio_convert_clean_context), (audio_convert_get_sizes),
22295         (get_temp_buffer), (audio_convert_convert):
22296         Use realloc else we lose our original data.
22297
22298 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22299
22300         * gst/audioresample/gstaudioresample.c:
22301           use base class' newsegment to properly timestamp
22302
22303 2005-08-26  Wim Taymans  <wim@fluendo.com>
22304
22305         * gst/audioconvert/audioconvert.c: (if), (float),
22306         (audio_convert_get_func_index), (check_default),
22307         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22308         (audio_convert_clean_context), (audio_convert_get_sizes),
22309         (get_temp_buffer), (audio_convert_convert):
22310         * gst/audioconvert/gstaudioconvert.c:
22311         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22312         (gst_audio_convert_transform_caps),
22313         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22314         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22315         Oops, allocate enough space to perform the channel mix.
22316
22317 2005-08-26  Wim Taymans  <wim@fluendo.com>
22318
22319         * gst/audioconvert/Makefile.am:
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         * gst/audioconvert/audioconvert.h:
22326         * gst/audioconvert/gstaudioconvert.c:
22327         (gst_audio_convert_class_init), (gst_audio_convert_init),
22328         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22329         (gst_audio_convert_get_unit_size),
22330         (gst_audio_convert_transform_caps),
22331         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22332         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22333         * gst/audioconvert/gstaudioconvert.h:
22334         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22335         (gst_channel_mix_fill_identical),
22336         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22337         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22338         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22339         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22340         (gst_channel_mix_mix):
22341         * gst/audioconvert/gstchannelmix.h:
22342         Cleanups, librarify a bit, optimize, better negotiation and more.
22343
22344 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22345
22346         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22347         Another from MikeS:
22348         During typefinding, don't support negative offsets
22349         (offsets from the end of the stream) in our typefind->peek() function
22350         - nothing embedded in ogg ever needs them. However, we need to recognise
22351         those requests and reject them, otherwise we return invalid pointers.
22352
22353 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22354
22355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22356         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22357         (vorbisdec_finalize), (vorbis_handle_type_packet):
22358           Big shout-out to MikeS for fixing this giant memory leak.
22359           Huzzah!
22360
22361 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22362
22363         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22364         (audio_convert_get_unit_size):
22365           plug some leaks
22366
22367 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22368
22369         * check/Makefile.am:
22370         * check/elements/audioconvert.c: (setup_audioconvert),
22371         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22372         (GST_START_TEST), (audioconvert_suite), (main):
22373           add a test for audioconvert
22374         * gst/audioresample/gstaudioresample.c:
22375         * gst/audioresample/gstaudioresample.h:
22376           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22377           note that for buffers of 1/3 sec this means DURATION(c) is 
22378           one nanosecond more than for a and b
22379
22380 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22381
22382         * check/Makefile.am:
22383         * check/elements/audioresample.c: (setup_audioresample),
22384         (cleanup_audioresample), (fail_unless_perfect_stream),
22385         (test_perfect_stream_instance), (GST_START_TEST),
22386           add a check for audioresample
22387         (audioresample_suite), (main):
22388         * check/elements/volume.c: (GST_START_TEST):
22389           remove unused method
22390         * gst/audioresample/gstaudioresample.c:
22391           set correct buffer parameters since we're changing them
22392         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22393           add some debug
22394
22395 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * gst/audioresample/debug.c:
22398         * gst/audioresample/gstaudioresample.c:
22399           add room for extra overlap samples when asked to transform size
22400           protect against possible mem corruption and check for discrepancies
22401           between written size and outbuffer's size so we can warn for
22402           potential problems
22403         * gst/audioresample/resample.c: (resample_init),
22404         (resample_get_output_size_for_input), (resample_get_output_size),
22405         (resample_set_n_channels), (resample_set_format):
22406           set debug level based on RESAMPLE_DEBUG env var
22407           make sure that get_output_size* returns a whole number of
22408           sample_size
22409           set sample_size each time either channel or format is set
22410         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22411         * gst/audioresample/resample_functable.c:
22412         (resample_scale_functable):
22413         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22414           remove r->sample_size, it's done in resample.c now
22415           add some debugging to the ref implementation
22416           make sure we only give back bytes that are wholes of the sample
22417           size
22418
22419 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22420         * gst/playback/gstplaybasebin.c: (fill_buffer):
22421         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22422
22423 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22424
22425         * gst/volume/gstvolume.c:
22426           made set_caps function static
22427
22428 2005-08-24  Wim Taymans  <wim@fluendo.com>
22429
22430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22431         (gst_vorbisenc_change_state):
22432         Stop leaking taglists.
22433
22434 2005-08-24  Wim Taymans  <wim@fluendo.com>
22435
22436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22437         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22438         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22439         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22440         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22441         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22442         Parse seeking events better.
22443         Unref static caps.
22444         Generate correct newsegment events, fixes seeking in live oggs.
22445
22446         * ext/theora/theoradec.c: (theora_dec_src_query),
22447         (theora_dec_src_event), (theora_dec_src_getcaps),
22448         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22449         Use newsegment values to report correct play time.
22450
22451         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22452         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22453         * ext/vorbis/vorbisdec.h:
22454         Parse and use newsegment values to report correct play time.
22455
22456         * gst-libs/gst/audio/gstbaseaudiosink.c:
22457         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22458         Clear ringbuffer on flush.
22459         Use newsegment values to calculate playback time.
22460
22461         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22463         Basesink does newsegment calculations for us now.
22464
22465 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22466
22467         * check/Makefile.am:
22468         * configure.ac:
22469           add core's plugins to the mix so that playbin works
22470         * check/generic/states.c: (GST_START_TEST):
22471           set a 0 timeout on pipelines, so they don't force the next
22472           state change
22473         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22474         (gst_play_base_bin_change_state):
22475           remove the crappy error handling and do GST error handling
22476
22477 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22478
22479         * check/Makefile.am:
22480         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22481           add same test as to core, it bitches out on playbin atm.
22482
22483 2005-08-24  Wim Taymans  <wim@fluendo.com>
22484
22485         * configure.ac:
22486         Remove audioscale.
22487
22488 2005-08-24  Wim Taymans  <wim@fluendo.com>
22489
22490         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22491         (gst_videoscale_prepare_size), (parse_caps),
22492         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22493         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22494         (gst_videoscale_transform):
22495         * gst/videoscale/gstvideoscale.h:
22496         Refactor, make use of BaseTranform really well.
22497
22498 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22499
22500         * configure.ac:
22501           compile audioresample
22502         * gst/audioresample/Makefile.am:
22503         * gst/audioresample/buffer.c:
22504         * gst/audioresample/functable.c:
22505         * gst/audioresample/gstaudioresample.c:
22506         * gst/audioresample/gstaudioresample.h:
22507         * gst/audioresample/resample.c:
22508         (resample_get_output_size_for_input):
22509         * gst/audioresample/resample.h:
22510         * gst/audioresample/resample_chunk.c:
22511         * gst/audioresample/resample_functable.c:
22512         * gst/audioresample/resample_ref.c:
22513           port to use basetransform; doesn't work in all cases yet
22514
22515 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22516
22517         * gst/audioconvert/gstaudioconvert.c:
22518         (gst_audio_convert_class_init), (gst_audio_convert_init),
22519         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22520         (audio_convert_fixate_caps), (audio_convert_set_caps),
22521         (audio_convert_transform),
22522         (gst_audio_convert_buffer_to_default_format),
22523         (gst_audio_convert_buffer_from_default_format),
22524         (gst_audio_convert_channels):
22525         * gst/audioconvert/gstchannelmix.c:
22526         * gst/audioconvert/gstchannelmix.h:
22527           port to basetransform
22528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22529         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22530         (gst_ffmpegcsp_get_unit_size):
22531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22532         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22533           fix for basetransform changes
22534
22535 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22536
22537         * check/Makefile.am:
22538           Add CHECK_CFLAGS and LDFLAGS
22539
22540         * gst/playback/gstplaybasebin.c: (fill_buffer):
22541           GST_MESSAGE_SRC became a GObject
22542
22543 2005-08-24  Wim Taymans  <wim@fluendo.com>
22544
22545         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22546         (gst_ring_buffer_clear_all):
22547         * gst-libs/gst/audio/gstringbuffer.h:
22548         Added function to clear the ringbuffer.
22549
22550 2005-08-24  Andy Wingo  <wingo@pobox.com>
22551
22552         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22553         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22554         of _open and _close.
22555
22556         * sys/v4l/gstv4lxoverlay.h:
22557         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22558         an Xv connection here, instead of all the time. Make Xv only be
22559         loaded if you axe for it. Kindof a workaround for buggy behaviour
22560         of Xv when using remote xservers (XvQueryExtension would block).
22561         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22562         replace the _open and _close public API. Only start the xv
22563         connection if necessary.
22564         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22565
22566 2005-08-23  David Schleef  <ds@schleef.org>
22567
22568         * gst/audioresample/Makefile.am: Leet audioresampling code
22569         * gst/audioresample/buffer.c:
22570         * gst/audioresample/buffer.h:
22571         * gst/audioresample/debug.c:
22572         * gst/audioresample/debug.h:
22573         * gst/audioresample/functable.c:
22574         * gst/audioresample/functable.h:
22575         * gst/audioresample/gstaudioresample.c:
22576         * gst/audioresample/gstaudioresample.h:
22577         * gst/audioresample/resample.c:
22578         * gst/audioresample/resample.h:
22579         * gst/audioresample/resample_chunk.c:
22580         * gst/audioresample/resample_functable.c:
22581         * gst/audioresample/resample_ref.c:
22582
22583 2005-08-23  Wim Taymans  <wim@fluendo.com>
22584
22585         * examples/seeking/seek.c: (make_vorbis_pipeline),
22586         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22587         Small seek updates.
22588
22589 2005-08-23  Andy Wingo  <wingo@pobox.com>
22590
22591         * gst-libs/gst/audio/gstbaseaudiosrc.c
22592         (gst_base_audio_src_fixate): Only fixate endianness if it is
22593         present in the caps.
22594
22595 2005-08-22  Andy Wingo  <wingo@pobox.com>
22596
22597         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22598         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22599         device-name property.
22600
22601         * gst-libs/gst/audio/gstaudiosrc.h:
22602         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22603         close_device in the ring buffer, like gstaudiosink.
22604
22605         * ext/alsa/gstalsamixer.h:
22606         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22607         macro to implement the interface without much code. Cleanups. 
22608
22609         * ext/alsa/gstalsasrc.h:
22610         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22611         READY.
22612
22613         * ext/alsa/Makefile.am: Add new files.
22614         * ext/alsa/gstalsamixerelement.c: 
22615         * ext/alsa/gstalsamixerelement.c: Split element code out from
22616         mixer code so that alsasrc can be a mixer too.
22617
22618 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22619
22620         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22621         (GST_START_TEST):
22622         * check/elements/vorbisdec.c: (setup_vorbisdec),
22623         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22624         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22625         (vorbis_handle_identification_packet),
22626         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22627         (vorbis_handle_header_packet), (vorbis_dec_push),
22628         (vorbis_dec_chain):
22629           use the setup/teardown methods to save code.  save code is good.
22630
22631 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22632
22633         * check/Makefile.am:
22634           add ext dir for plugins
22635           add vorbisdec test conditionally
22636         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22637         (GST_START_TEST), (volume_suite):
22638           add a test with wrong caps
22639         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22640         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22641           add a vorbisdec test
22642         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22643         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22644           clean up debug output
22645         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22646           yay, fix a segfault/security issue in vorbisdec
22647           gst-launch fakesrc ! vorbisdec wasn't happy
22648         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22649         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22650         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22651         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22652         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22653         (gst_vorbisenc_set_metadata), (get_constraints_string),
22654         (update_start_message), (gst_vorbisenc_setup),
22655         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22656         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22657         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22658         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22659         * ext/vorbis/vorbisenc.h:
22660           march in line
22661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22662         (gst_ffmpegcsp_transform):
22663           have the kow come home
22664         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22665           debug my func ptr
22666         * gst/volume/gstvolume.c: (volume_set_caps):
22667           add a debug
22668
22669 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22670
22671         * Makefile.am:
22672         * check/.cvsignore:
22673         * check/Makefile.am:
22674         * check/elements/.cvsignore:
22675         * check/elements/volume.c: (chain_func), (event_func),
22676         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22677         (main):
22678         * configure.ac:
22679           add unit test structure for gst-plugins-base
22680           add a test for volume
22681         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22682         (gst_volume_set_volume), (gst_volume_get_volume),
22683         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22684         (volume_funcfind), (volume_process_float), (volume_process_int16),
22685         (volume_set_caps), (volume_transform), (volume_update_mute),
22686         (volume_update_volume), (volume_set_property),
22687         (volume_get_property):
22688           document a little; use basetransform vmethod _set_caps
22689
22690 2005-08-19  Andy Wingo  <wingo@pobox.com>
22691
22692         * ext/alsa/gstalsamixertrack.h:
22693         * ext/alsa/gstalsamixertrack.c:
22694         * ext/alsa/gstalsamixeroptions.h:
22695         * ext/alsa/gstalsamixeroptions.c:
22696         * ext/alsa/gstalsamixer.h:
22697         * ext/alsa/gstalsamixer.c: Port to 0.9.
22698
22699         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22700         Remove gstalsa.c and alsaclock. No more cruft here.
22701         
22702 2005-08-18  Wim Taymans  <wim@fluendo.com>
22703
22704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22705         (gst_base_rtp_depayload_chain),
22706         (gst_base_rtp_depayload_add_to_queue),
22707         (gst_base_rtp_depayload_push),
22708         (gst_base_rtp_depayload_queue_release):
22709         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22710         Fix for RTPBuffer changes.
22711
22712         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22713         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22714         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22715         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22716         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22717         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22718         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22719         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22720         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22721         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22722         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22723         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22724         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22725         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22726         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22727         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22728         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22729         (gst_rtpbuffer_get_payload):
22730         * gst-libs/gst/rtp/gstrtpbuffer.h:
22731         Don't subclass GstBuffer but add methods and helper functions
22732         to construct and manipulate RTP packets in regular GstBuffers.
22733
22734 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22735
22736         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22737           moved statement below switch
22738         * gst/volume/gstvolume.c: (gst_volume_class_init):
22739           added debug ptr
22740
22741 2005-08-16  Wim Taymans  <wim@fluendo.com>
22742
22743         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22744         (gst_base_audio_src_change_state):
22745         Open and close device in READY<->NULL state change.
22746
22747 2005-08-16  Andy Wingo  <wingo@pobox.com>
22748
22749         * examples/seeking/Makefile.am: Don't compile non-compiling
22750         compiled objects with the compiler.
22751
22752         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22753         elements.
22754
22755 2005-08-12  Philippe Khalaf <burger@speedy.org>
22756         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22757         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22758           Made a thread to release the queue.
22759           Removed timestamp conversion for now.
22760
22761 2005-08-10  Philippe Khalaf <burger@speedy.org>
22762         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22763         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22764           Added rtp timestamp -> gst timestamp conversion.
22765           Fixed several problems with queue.
22766
22767 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22768
22769         * gst-libs/gst/audio/gstaudioclock.h:
22770         * gst-libs/gst/audio/gstaudiofilter.h:
22771         * gst-libs/gst/audio/gstaudiosink.h:
22772         * gst-libs/gst/audio/gstaudiosrc.h:
22773         * gst-libs/gst/audio/gstbaseaudiosink.h:
22774         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22775         * gst-libs/gst/audio/gstringbuffer.h:
22776         * gst-libs/gst/net/gstnetbuffer.h:
22777         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22778         * gst-libs/gst/rtp/gstrtpbuffer.h:
22779           Add padding (you will need to rebuild gst-plugins-base,
22780           gst-plugins and all applications afterwards!)
22781
22782 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22783
22784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22785         (gst_riff_parse_chunk):
22786           Fix bug in debug message and add some more debug messages.
22787
22788 2005-08-08  Edward Hervey  <edward@fluendo.com>
22789
22790         * gst-libs/gst/riff/riff-media.c:
22791         backported updates since branch
22792
22793 2005-08-08  Andy Wingo  <wingo@pobox.com>
22794
22795         * gst-libs/gst/audio/gstbaseaudiosink.c
22796         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22797         like good elements should. Close on READY->NULL too.
22798
22799         * gst-libs/gst/audio/gstaudiosink.c
22800         (gst_audioringbuffer_open_device,
22801         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22802         (gst_audioringbuffer_release): Updates for new ring buffer API,
22803         hook into the new audio sink api.
22804
22805         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22806         (GstAudioSinkClass.close): Just open and close the device -- no
22807         resource allocation or configuration.
22808         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22809         vmethods, handle device setup and resource allocation.
22810
22811         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22812         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22813         base class API.
22814
22815         * gst-libs/gst/audio/gstringbuffer.h
22816         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22817         New vmethods.
22818
22819         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22820         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22821         New API functions. The device should be opened before acquiring
22822         and closed after releasing.
22823
22824 2005-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22825
22826         * gst-libs/gst/interfaces/mixer.h:
22827           Reset padding to GST_PADDING.
22828
22829 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22830
22831         * gst/playback/gstplaybin.c: (remove_sinks):
22832           Remove visualization from parent explicitely; works around some
22833           apparent refcount issue that I haven't tracked down yet.
22834
22835 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22836
22837         * ext/alsa/gstalsasink.c: (set_hwparams):
22838           Assign debug category, add negotiation debug msgs.
22839
22840 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22841
22842         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22843           Fix error code for file-not-found to NOT_FOUND.
22844
22845 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22846
22847         * common/gtk-doc-plugins.mak:
22848         * docs/plugins/Makefile.am:
22849         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22850         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22851           renamed to actual element names, so much nicer to look at
22852         * docs/plugins/tmpl/gstmultifdsink.sgml:
22853           remove
22854         * docs/plugins/tmpl/multifdsink.sgml:
22855         * docs/plugins/tmpl/tcpserversink.sgml:
22856           add
22857         * ext/alsa/gstalsa.c:
22858         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22859         * ext/ogg/gstoggmux.c:
22860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22861         * gst/playback/gstdecodebin.c:
22862         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22863         * gst/tcp/gsttcpserversink.c:
22864           various fixes and documentation additions
22865
22866 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22867
22868         * common/Makefile.am:
22869         * common/gstdoc-scangobj:
22870         * common/gtk-doc-plugins.mak:
22871         * common/gtk-doc.mak:
22872           add a custom scangobj that uses the registry
22873           add a custom gtk-doc-plugins.mak that uses it
22874           some doc build fixes
22875         * configure.ac:
22876         * docs/Makefile.am:
22877         * docs/plugins/Makefile.am:
22878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22880         * docs/plugins/gst-plugins-base-plugins.types:
22881         * docs/plugins/tmpl/gstmultifdsink.sgml:
22882           add docs for one element, multifdsink
22883         * gst/adder/gstadder.h:
22884         * gst/volume/gstvolume.h:
22885           don't privatize enum
22886         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22887         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22888         (gst_sync_method_get_type), (gst_client_status_get_type),
22889         (gst_multifdsink_class_init),
22890         (gst_multifdsink_client_queue_buffer),
22891         (gst_multifdsink_handle_client_write):
22892         * gst/tcp/gstmultifdsink.h:
22893         * gst/tcp/gsttcp.h:
22894         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22895         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22896         (gst_tcpclientsink_render):
22897         * gst/tcp/gsttcpclientsink.h:
22898         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22899         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22900         (gst_tcpclientsrc_start):
22901         * gst/tcp/gsttcpclientsrc.h:
22902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22903         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22904         * gst/tcp/gsttcpserversrc.h:
22905         * gst/typefind/gsttypefindfunctions.c:
22906           remove superfluous Type stuff
22907
22908 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22909
22910         * gst/playback/gstplaybin.c: (gen_video_element):
22911           Enable videoscale.
22912
22913 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22914
22915         * gst-libs/gst/gconf/gconf.c:
22916         * gst-libs/gst/gconf/gconf.h:
22917           Fix some Andy Problem [tm].
22918
22919 2005-08-04  Andy Wingo  <wingo@pobox.com>
22920
22921         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22923         (gst_ffmpegcsp_get_size): Adapt to API changes.
22924
22925         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22926         Implement an in-place do-nothing transform.
22927
22928 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22929
22930         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22931         (gst_ximagesink_renegotiate_size):
22932           Do not set new window sizes yet if we prepare a new buffer size
22933           for upstream renegotiation (software scaling) at some point in the
22934           future, because this new size waqs not actually accepted yet. Once
22935           accepted, renegotiation later on will set the new sizes just fine.
22936           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22937           embedding testcase.
22938
22939 2005-08-03  Andy Wingo  <wingo@pobox.com>
22940
22941         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22942         (gst_ximagesink_buffer_alloc): 
22943         Protect the height, width, and desired_caps with the pool_lock.
22944         Fixes videotestsrc ! queue ! ximagesink.
22945
22946 2005-08-02  Edward Hervey  <edward@fluendo.com>
22947
22948         * gst/volume/gstvolume.c:
22949         include left from controller cleanup
22950
22951 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22952         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22953           Stop collectpads before calling the parent state
22954           change function on PAUSED->READY.
22955
22956 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22957         * configure.ac:
22958           When testing for X libs, use the X CFlags 
22959         * gst/adder/gstadder.c: (gst_adder_change_state):
22960           Stop the collectpads before calling parent state change function
22961           on PAUSED->READY, otherwise we deadlock deactivating pads.
22962
22963 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22964
22965         * configure.ac:
22966         * docs/libs/tmpl/gstcolorbalance.sgml:
22967         * docs/libs/tmpl/gstmixer.sgml:
22968         * examples/Makefile.am:
22969         * gst/sine/Makefile.am:
22970         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22971         (gst_sinesrc_set_property), (plugin_init):
22972         * gst/sine/gstsinesrc.h:
22973         * gst/volume/Makefile.am:
22974         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22975         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22976         (volume_process_float), (volume_process_int16),
22977         (volume_set_property), (plugin_init):
22978         * gst/volume/gstvolume.h:
22979           deactivate and remove dparams (libgstcontrol)
22980
22981 2005-07-29  Wim Taymans  <wim@fluendo.com>
22982
22983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22984         Convert me to BaseTransform!! help..
22985
22986 2005-07-29  Andy Wingo  <wingo@pobox.com>
22987
22988         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22989         sinks.
22990
22991         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22992         support of both endiannesses.
22993
22994 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22995
22996         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22997           Fix confusing debug message (s/event/query/)
22998
22999 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23000
23001         * gst/videotestsrc/videotestsrc.h:
23002           Use "_stdint.h" instead of <stdint.h>
23003
23004 2005-07-27  Wim Taymans  <wim@fluendo.com>
23005
23006         * ext/vorbis/Makefile.am:
23007         Revert wrong commit.
23008
23009 2005-07-27  Wim Taymans  <wim@fluendo.com>
23010
23011         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23012         More compilation fixen.
23013
23014 2005-07-27  Wim Taymans  <wim@fluendo.com>
23015
23016         * gst-libs/gst/audio/gstbaseaudiosink.c:
23017         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23018         (gst_base_audio_sink_create_ringbuffer),
23019         (gst_base_audio_sink_change_state):
23020         Fix compilation.
23021
23022 2005-07-27  Wim Taymans  <wim@fluendo.com>
23023
23024         * examples/seeking/seek.c: (setup_dynamic_link),
23025         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23026         (query_positions_elems), (query_positions_pads), (do_seek):
23027         Update seek example.
23028
23029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23030         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23031         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23032         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23033         (gst_ogg_demux_handle_event),
23034         (gst_ogg_demux_deactivate_current_chain),
23035         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23036         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23037         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23038         (gst_ogg_demux_loop):
23039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23040         * ext/theora/theoradec.c: (theora_dec_src_event),
23041         (theora_dec_src_getcaps), (theora_dec_sink_event),
23042         (theora_dec_push), (theora_dec_chain):
23043         * ext/vorbis/Makefile.am:
23044         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23045         (vorbis_dec_sink_event), (vorbis_dec_push),
23046         (vorbis_handle_data_packet):
23047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23048         (gst_vorbisenc_chain):
23049         * gst/playback/gststreaminfo.c: (cb_probe):
23050         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23051         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23052         * gst/videoscale/gstvideoscale.c:
23053         (gst_videoscale_handle_src_event):
23054         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23055         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23056         (gst_ximagesink_navigation_send_event):
23057         * sys/xvimage/xvimagesink.c:
23058         (gst_xvimagesink_navigation_send_event):
23059         Various event updates and cleanups
23060
23061 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23062
23063         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23064           Fix segfault for I420/YV12.
23065
23066 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23067
23068         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23069           Report bitrate.
23070
23071 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23072
23073         * gst/playback/gstplaybin.c: (gen_video_element),
23074         (gen_audio_element):
23075           Switch to auto*sink elements as default sinks; add volume element
23076           so that volume control in totem works.
23077
23078 2005-07-21  Wim Taymans  <wim@fluendo.com>
23079
23080         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23081         * gst/playback/gstplaybin.c: (setup_sinks),
23082         (gst_play_bin_change_state):
23083         Refcount fix and more comments.
23084
23085 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23086
23087         * sys/ximage/Makefile.am:
23088         * sys/ximage/ximage.c: (plugin_init):
23089         * sys/ximage/ximagesink.c:
23090         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23091         
23092
23093 2005-07-21  Wim Taymans  <wim@fluendo.com>
23094
23095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23096         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23097         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23098         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23099         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23100         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23101         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23102         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23103         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23104         Generate correct disconts for live chained oggs.
23105
23106         * gst-libs/gst/audio/gstbaseaudiosink.c:
23107         (gst_base_audio_sink_render),
23108         (gst_base_audio_sink_create_ringbuffer),
23109         (gst_base_audio_sink_change_state):
23110         Handle discont math correctly.
23111
23112         * gst/playback/gstplaybin.c: (add_sink):
23113         Some small debug cleanup.
23114
23115 2005-07-21  Wim Taymans  <wim@fluendo.com>
23116
23117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23118         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23119         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23120         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23121         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23122         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23123         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23124         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23125         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23126         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23127         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23128         (gst_ogg_demux_change_state), (gst_ogg_print):
23129         Reorganize code to send the right disconts when in streaming
23130         mode.
23131
23132 2005-07-20  Andy Wingo  <wingo@pobox.com>
23133
23134         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23135         fix (?), fixes a seggie mcfalterson (#310894).
23136
23137 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23138
23139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23140         (gst_ogg_mux_set_header_on_caps):
23141         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23143         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23144         * gst-libs/gst/audio/multichannel.c:
23145         (gst_audio_set_channel_positions),
23146         (gst_audio_set_structure_channel_positions_list):
23147         * gst/playback/gstdecodebin.c: (dynamic_create):
23148         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23149         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23150           Fixes for API changes in core.
23151
23152 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23153
23154         * gst/playback/gstplaybasebin.c: (fill_buffer):
23155           Use _new_custom() so we can set custom message types for buffering
23156           messages.
23157
23158 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23159
23160         * configure.ac:
23161         * gst-libs/gst/Makefile.am:
23162         * gst-libs/gst/gconf/.cvsignore:
23163         * gst-libs/gst/gconf/Makefile.am:
23164         * gst-libs/gst/gconf/test-gconf.c:
23165         * pkgconfig/Makefile.am:
23166         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23167         * pkgconfig/gstreamer-gconf.pc.in:
23168           Remove gconf stuff, use gconf elements instead from now on.
23169
23170 2005-07-20  Wim Taymans  <wim@fluendo.com>
23171
23172         * gst-libs/gst/audio/TODO:
23173         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23174         (gst_audio_clock_get_internal_time):
23175         * gst-libs/gst/audio/gstaudioclock.h:
23176         * gst-libs/gst/audio/gstbaseaudiosink.c:
23177         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23178         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23179         (gst_base_audio_sink_render),
23180         (gst_base_audio_sink_create_ringbuffer),
23181         (gst_base_audio_sink_change_state):
23182         Make sure the audio clock always returns an increasing value.
23183
23184 2005-07-19  Andy Wingo  <wingo@pobox.com>
23185
23186         * gst/videotestsrc/: Cleanups.
23187
23188 2005-07-19  Wim Taymans  <wim@fluendo.com>
23189
23190         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23191         Better debugging.
23192
23193 2005-07-19  Wim Taymans  <wim@fluendo.com>
23194
23195         * examples/seeking/seek.c: (make_dv_pipeline),
23196         (make_vorbis_theora_pipeline), (query_rates),
23197         (query_positions_elems), (query_positions_pads), (do_seek):
23198         Make correct DV pipeline.
23199
23200 2005-07-18  Andy Wingo  <wingo@pobox.com>
23201
23202         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23203         default. Also because it's the only thing that really works. (This
23204         is used in the GConf elements).
23205         Use AS_LIBTOOL_TAGS.
23206
23207 2005-07-18  Wim Taymans  <wim@fluendo.com>
23208
23209         * gst/playback/gstdecodebin.c: (remove_element_chain):
23210         * gst/playback/gstplaybin.c: (add_sink):
23211         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23212         (gst_stream_info_set_mute):
23213         * gst/playback/gststreamselector.c:
23214         (gst_stream_selector_get_linked_pad),
23215         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23216         More leak and compile fixes.
23217
23218 2005-07-18  Wim Taymans  <wim@fluendo.com>
23219
23220         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23221         (query_rates), (query_positions_elems), (query_positions_pads),
23222         (do_seek), (seek_cb), (stop_seek):
23223         Updated seek example. 
23224
23225         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23226         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23227         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23228         * gst/playback/gstplaybin.c: (add_sink):
23229         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23230         (gst_stream_info_set_mute):
23231         Some refcount leak fixes.
23232
23233 2005-07-16  Wim Taymans  <wim@fluendo.com>
23234
23235         * gst-libs/gst/audio/gstbaseaudiosink.c:
23236         (gst_base_audio_sink_render):
23237         Align samples even if we have roundoff errors in the 
23238         timestamp conversion.
23239
23240 2005-07-16  Wim Taymans  <wim@fluendo.com>
23241
23242         * docs/libs/tmpl/gstringbuffer.sgml:
23243         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23244         (query_rates), (query_positions_elems), (query_positions_pads),
23245         (update_scale), (do_seek):
23246         Updated seek example.
23247
23248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23249         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23250         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23251         (gst_ogg_demux_loop):
23252         Push out correct discont values.
23253
23254         * ext/theora/theoradec.c: (theora_dec_src_convert),
23255         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23256         (theora_dec_sink_event), (theora_handle_type_packet),
23257         (theora_handle_header_packet), (theora_dec_push),
23258         (theora_handle_data_packet), (theora_dec_chain),
23259         (theora_dec_change_state):
23260         Better timestamping.
23261
23262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23263         (vorbis_dec_sink_event), (vorbis_dec_push),
23264         (vorbis_handle_data_packet), (vorbis_dec_chain):
23265         * ext/vorbis/vorbisdec.h:
23266         Better timestamping.
23267
23268         * gst-libs/gst/audio/gstbaseaudiosink.c:
23269         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23270         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23271         Handle syncing on timestamps instead of sample offsets. Make
23272         use of DISCONT values as described in design docs.
23273
23274         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23275         (gst_base_audio_src_get_time):
23276         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23277         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23278         (gst_ring_buffer_read):
23279         * gst-libs/gst/audio/gstringbuffer.h:
23280         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23281         (gst_ximagesink_show_frame):
23282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23283         Correcly convert buffer timestamp to stream time.
23284
23285 2005-07-16  Wim Taymans  <wim@fluendo.com>
23286
23287         * gst/audioconvert/gstaudioconvert.c:
23288         (gst_audio_convert_get_buffer):
23289         Timestamp buffers correctly.
23290
23291         * gst/playback/gstplaybin.c: (gen_video_element):
23292         Make internal fakesink silent.
23293
23294 2005-07-15  Wim Taymans  <wim@fluendo.com>
23295
23296         * gst/ffmpegcolorspace/Makefile.am:
23297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23298         (gst_ffmpegcsp_caps_remove_format_info),
23299         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23300         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23301         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23302         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23303         Ported ffmpegcolorspace to basetransform.
23304
23305         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23306         * gst/volume/gstvolume.c: (volume_transform):
23307         Ported to new API.
23308
23309 2005-07-14  Wim Taymans  <wim@fluendo.com>
23310
23311         * gst/videotestsrc/Makefile.am:
23312         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23313         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23314         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23315         (gst_videotestsrc_init), (gst_videotestsrc_event),
23316         (gst_videotestsrc_create), (gst_videotestsrc_start),
23317         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23318         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23319         (gst_videotestsrc_get_property):
23320         * gst/videotestsrc/gstvideotestsrc.h:
23321         Make videotestsrc a pushsrc.
23322
23323 2005-07-14  Wim Taymans  <wim@fluendo.com>
23324
23325         * gst/tcp/gstfdset.c: (gst_fdset_free):
23326         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23327         (gst_multifdsink_add), (gst_multifdsink_remove),
23328         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23329         (gst_multifdsink_remove_client_link),
23330         (gst_multifdsink_client_queue_data),
23331         (gst_multifdsink_client_queue_caps),
23332         (gst_multifdsink_client_queue_buffer),
23333         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23334         (gst_multifdsink_stop):
23335         * gst/tcp/gstmultifdsink.h:
23336         0.8 backporting.
23337
23338         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23339         Also draw image when not from a pool.
23340
23341 2005-07-14  Wim Taymans  <wim@fluendo.com>
23342
23343         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23344         (mute_stream), (silence_stream):
23345         Small debug additions.
23346
23347 2005-07-14  Wim Taymans  <wim@fluendo.com>
23348
23349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23350         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23351         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23352         Better error recovery, ignore unconnected pads and
23353         non-fatal errors.
23354
23355 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23356
23357         * docs/libs/tmpl/gstaudio.sgml:
23358         * docs/libs/tmpl/gstcolorbalance.sgml:
23359         * docs/libs/tmpl/gstgconf.sgml:
23360         * docs/libs/tmpl/gstmixer.sgml:
23361         * docs/libs/tmpl/gstringbuffer.sgml:
23362         * docs/libs/tmpl/gsttuner.sgml:
23363         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23365         (gst_tcpclientsrc_class_init):
23366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23367         (gst_tcpserversrc_class_init):
23368         * sys/v4l/gstv4lelement.c:
23369           more autistic cleanliness in functions/names/defines
23370
23371 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23372
23373         * configure.ac:
23374           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23375           added manually to each Makefile.am so we are sure it goes
23376           *last* and doesn't add -L flags before linking in libs of our
23377           own, like, say, internal .la libs, that then accidentally pick
23378           up the installed copy.
23379         * docs/libs/Makefile.am:
23380         * ext/alsa/Makefile.am:
23381         * ext/cdparanoia/Makefile.am:
23382         * ext/gnomevfs/Makefile.am:
23383         * ext/libvisual/Makefile.am:
23384         * ext/ogg/Makefile.am:
23385         * ext/theora/Makefile.am:
23386         * ext/vorbis/Makefile.am:
23387         * gst-libs/gst/video/Makefile.am:
23388         * gst/adder/Makefile.am:
23389         * gst/audioconvert/Makefile.am:
23390         * gst/audiorate/Makefile.am:
23391         * gst/audioscale/Makefile.am:
23392         * gst/ffmpegcolorspace/Makefile.am:
23393         * gst/playback/Makefile.am:
23394         * gst/sine/Makefile.am:
23395         * gst/subparse/Makefile.am:
23396         * gst/tags/Makefile.am:
23397         * gst/tcp/Makefile.am:
23398         * gst/typefind/Makefile.am:
23399         * gst/videorate/Makefile.am:
23400         * gst/videoscale/Makefile.am:
23401         * gst/videotestsrc/Makefile.am:
23402         * gst/volume/Makefile.am:
23403         * sys/v4l/Makefile.am:
23404         * sys/ximage/Makefile.am:
23405         * sys/xvimage/Makefile.am:
23406           adapt properly to this change. This should make sure that
23407           plugins and libs properly link to the as-yet-uninstalled
23408           copies of stuff like libgstinterfaces and libgstvideo
23409
23410 2005-07-13  Andy Wingo  <wingo@pobox.com>
23411
23412         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23413         (gst_v4lsrc_fixate): Fixate on format as well.
23414
23415         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23416         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23417         buffer points to it.
23418         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23419         rather just doing X calls ourselves. Also fixes a memleak.
23420
23421 2005-07-12  Andy Wingo  <wingo@pobox.com>
23422
23423         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23424         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23425         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23426         TRUE to avoid deadlocks if an element holds on to our buffers.
23427
23428 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23429
23430         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23431         (gst_sinesrc_init), (gst_sinesrc_create),
23432         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23433         (gst_sinesrc_start):
23434         * gst/sine/gstsinesrc.h:
23435           removing num-buffers property before moving it
23436
23437 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23438
23439         * configure.ac:
23440           use overridable ERROR_CFLAGS
23441         * docs/libs/gst-plugins-base-libs.types:
23442         * docs/libs/tmpl/gstringbuffer.sgml:
23443         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23444         (gst_alsasink_class_init):
23445         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23446         (gst_alsasrc_class_init):
23447         * gst-libs/gst/audio/audio.h:
23448         * gst-libs/gst/audio/gstaudioclock.h:
23449         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23450         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23451         (gst_audio_filter_link), (gst_audio_filter_init),
23452         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23453         (gst_audio_filter_get_property),
23454         (gst_audio_filter_class_add_pad_templates):
23455         * gst-libs/gst/audio/gstaudiofilter.h:
23456         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23457         (gst_audio_filter_template_get_type),
23458         (gst_audio_filter_template_base_init),
23459         (gst_audio_filter_template_class_init),
23460         (gst_audio_filter_template_init),
23461         (gst_audio_filter_template_set_property),
23462         (gst_audio_filter_template_get_property), (plugin_init),
23463         (gst_audio_filter_template_setup),
23464         (gst_audio_filter_template_filter),
23465         (gst_audio_filter_template_filter_inplace):
23466         * gst-libs/gst/audio/gstaudiosink.c:
23467         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23468         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23469         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23470         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23471         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23472         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23473         * gst-libs/gst/audio/gstaudiosink.h:
23474         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23475         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23476         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23477         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23478         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23479         (gst_audio_src_class_init), (gst_audio_src_init),
23480         (gst_audio_src_create_ringbuffer):
23481         * gst-libs/gst/audio/gstaudiosrc.h:
23482         * gst-libs/gst/audio/gstbaseaudiosink.c:
23483         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23484         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23485         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23486         (gst_base_audio_sink_set_property),
23487         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23488         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23489         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23490         (gst_base_audio_sink_create_ringbuffer),
23491         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23492         * gst-libs/gst/audio/gstbaseaudiosink.h:
23493         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23494         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23495         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23496         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23497         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23498         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23499         (gst_base_audio_src_event), (gst_base_audio_src_create),
23500         (gst_base_audio_src_create_ringbuffer),
23501         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23502         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23503         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23504         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23505         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23506         (gst_ring_buffer_debug_spec_caps),
23507         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23508         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23509         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23510         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23511         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23512         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23513         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23514         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23515         (gst_ring_buffer_clear):
23516         * gst-libs/gst/audio/gstringbuffer.h:
23517         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23518         (gst_video_sink_class_init), (gst_video_sink_get_type):
23519         * gst-libs/gst/video/videosink.h:
23520         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23521         (gst_multifdsink_class_init),
23522         (gst_multifdsink_handle_client_write),
23523         (gst_multifdsink_change_state):
23524         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23525         (gst_tcpclientsink_setcaps):
23526         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23527         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23528         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23529         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23530         (gst_ximagesink_send_pending_navigation),
23531         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23532         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23534         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23535         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23536         (gst_xvimagesink_send_pending_navigation),
23537         (gst_xvimagesink_navigation_send_event),
23538         (gst_xvimagesink_set_xwindow_id),
23539         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23540         (gst_xvimagesink_get_type):
23541         more macro splitting
23542
23543 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23544
23545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23546           plug a memleak, allows me to import 1479 albums in one go
23547           in jamboree
23548         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23549         (vorbis_handle_type_packet), (vorbis_dec_chain),
23550         (vorbis_dec_change_state):
23551           fix some format strings
23552
23553 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23554
23555         * docs/libs/tmpl/gstcolorbalance.sgml:
23556         * docs/libs/tmpl/gstmixer.sgml:
23557         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23558         (gst_alsasink_set_property), (gst_alsasink_get_property):
23559         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23560         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23561           add device property
23562
23563 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23564
23565         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23566         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23567         (audiocast_register_listener), (audiocast_thread_run),
23568         (gst_gnomevfssrc_send_additional_headers_callback),
23569         (gst_gnomevfssrc_received_headers_callback),
23570         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23571         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23572         (gst_gnomevfssrc_get_size):
23573           add/clean up debugging
23574         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23575           cleanups
23576
23577 2005-07-07  Andy Wingo  <wingo@pobox.com>
23578
23579         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23580         framerate. Need to get a handle on when exactly this function is
23581         called, tho.
23582
23583         * sys/v4l/v4lsrc_calls.h:
23584         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23585         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23586         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23587
23588         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23589         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23590         v4lelements are sources.
23591
23592         * sys/v4l/gstv4lxoverlay.h:
23593         * sys/v4l/gstv4lxoverlay.c:
23594         * sys/v4l/gstv4ltuner.h:
23595         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23596         
23597         * sys/v4l/gstv4lsrc.h:
23598         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23599         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23600         or something should handle that. Made a live source.
23601
23602         * sys/v4l/gstv4lelement.h:
23603         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23604         signals. Some cleanups.
23605
23606         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23607
23608         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23609         stuff.
23610
23611         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23612         stuff.
23613
23614         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23615
23616 2005-07-07  Wim Taymans  <wim@fluendo.com>
23617
23618         * ext/theora/theoradec.c: (theora_get_query_types),
23619         (theora_dec_src_getcaps), (theora_dec_push):
23620         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23621         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23622         Remove deprecated/unused query types.
23623
23624 2005-07-06  Wim Taymans  <wim@fluendo.com>
23625
23626         * ext/alsa/Makefile.am:
23627         * ext/alsa/gstalsaplugin.c: (plugin_init):
23628         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23629         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23630         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23631         (gst_alsasrc_class_init), (gst_alsasrc_init),
23632         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23633         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23634         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23635         (gst_alsasrc_reset):
23636         * ext/alsa/gstalsasrc.h:
23637         * gst-libs/gst/audio/Makefile.am:
23638         * gst-libs/gst/audio/gstaudiosink.c:
23639         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23640         (gst_audioringbuffer_start):
23641         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23642         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23643         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23644         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23645         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23646         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23647         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23648         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23649         * gst-libs/gst/audio/gstaudiosrc.h:
23650         * gst-libs/gst/audio/gstbaseaudiosink.c:
23651         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23652         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23653         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23654         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23655         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23656         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23657         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23658         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23659         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23660         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23661         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23662         (gst_baseaudiosrc_change_state):
23663         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23664         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23665         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23666         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23667         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23668         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23669         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23670         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23671         * gst-libs/gst/audio/gstringbuffer.h:
23672         Added audiosource base classes.
23673         Ported alsasrc, still very basic.
23674
23675 2005-07-06  Wim Taymans  <wim@fluendo.com>
23676
23677         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23678         (theora_dec_push), (theora_handle_data_packet):
23679         Prepare for better timestamp fix later.
23680
23681         * gst/audioconvert/gstaudioconvert.c:
23682         List most accurate caps first
23683
23684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23685         Use proper pad task function.
23686
23687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23688         (gst_xvimagesink_show_frame):
23689         Fix deadlock when alloc failed.
23690
23691 2005-07-05  Andy Wingo  <wingo@pobox.com>
23692
23693         * ext/gnomevfs/gstgnomevfssrc.c:
23694         * gst/sine/gstsinesrc.c:
23695         * gst/tcp/gsttcpserversrc.c:
23696         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23697
23698         * sys/v4l/: Port from 0.8.
23699
23700         * Many files: Null if we got it....
23701
23702 2005-07-05  Andy Wingo  <wingo@pobox.com>
23703
23704         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23705         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23706         Signedness fixes.
23707
23708 2005-07-05  Wim Taymans  <wim@fluendo.com>
23709
23710         * configure.ac:
23711         * gst/tcp/Makefile.am:
23712         * gst/tcp/README:
23713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23714         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23715         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23716         (is_sync_frame), (gst_multifdsink_handle_client_write),
23717         (gst_multifdsink_render), (gst_multifdsink_start),
23718         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23719         * gst/tcp/gstmultifdsink.h:
23720         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23721         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23722         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23723         * gst/tcp/gsttcp.h:
23724         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23725         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23726         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23727         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23728         * gst/tcp/gsttcpclientsink.h:
23729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23730         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23731         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23732         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23733         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23734         * gst/tcp/gsttcpclientsrc.h:
23735         * gst/tcp/gsttcpplugin.c: (plugin_init):
23736         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23737         * gst/tcp/gsttcpserversink.h:
23738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23739         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23740         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23741         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23742         (gst_tcpserversrc_stop):
23743         * gst/tcp/gsttcpserversrc.h:
23744         * gst/tcp/gsttcpsink.c:
23745         * gst/tcp/gsttcpsink.h:
23746         * gst/tcp/gsttcpsrc.c:
23747         * gst/tcp/gsttcpsrc.h:
23748         Ported tcp plugins to 0.9. 
23749         
23750
23751 2005-07-05  Andy Wingo  <wingo@pobox.com>
23752
23753         * gst/playback/gstplaybasebin.c (fill_buffer):
23754         message_new_application fixen.
23755
23756         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23757         Style fix.
23758
23759 2005-07-04  Wim Taymans  <wim@fluendo.com>
23760
23761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23762         Set caps on output buffer.
23763
23764 2005-07-04  Andy Wingo  <wingo@pobox.com>
23765
23766         * ext/gnomevfs/gstgnomevfssrc.c
23767         (gst_gnomevfssrc_received_headers_callback) 
23768         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23769         hopefully.
23770
23771         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23772         No refcount leakage.
23773
23774         * configure.ac: Enable -Werror.
23775         
23776         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23777         * gst/audioconvert/bufferframesconvert.c
23778         (buffer_frames_convert_fixate):
23779         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23780         (gst_audio_convert_fixate):
23781         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23782         (gst_sinesrc_create): Fixate func changes.
23783         
23784         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23785         (gst_ximagesink_buffer_alloc): Unused var.
23786
23787 2005-07-01  Andy Wingo  <wingo@pobox.com>
23788
23789         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23790         getcaps to do explicit caps. Needs to be done in all decoders,
23791         possibly via a base class.
23792
23793         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23794
23795         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23796         caps on the sink pad, just rely on the pad template. Also, setting
23797         ANY caps on a pad is not valid because the caps are not fixed.
23798
23799         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23800         caps on the buffer, and get the width from the desired_caps if
23801         they're set.
23802         (gst_ximagesink_renegotiate_size): Implement via setting the
23803         desired_caps on the ximagesink.
23804         (gst_ximagesink_setcaps): Only reset the width of the player if it
23805         wasn't already set. Not sure if this is right.
23806         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23807
23808         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23809         that the user wants. NULL unless the window has been resized.
23810
23811         * gst/volume/gstvolume.c (volume_transform): Adapt to
23812         basetransform refcount changes.
23813         
23814 2005-07-01  Andy Wingo  <wingo@pobox.com>
23815
23816         * gst/videoscale/gstvideoscale.c:
23817         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23818         from BaseTransform, implements a transform_caps. Removed dead code
23819         including some PAR stuff that was never reached -- should probably
23820         be added back somehow.
23821
23822 2005-07-01  Andy Wingo  <wingo@pobox.com>
23823
23824         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23825         come later.
23826
23827 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23828
23829         * configure.ac:
23830         * docs/libs/Makefile.am:
23831         * docs/libs/gst-plugins-libs.types:
23832         * ext/alsa/Makefile.am:
23833         * ext/alsa/gstalsamixer.h:
23834         * ext/alsa/gstalsamixeroptions.h:
23835         * ext/alsa/gstalsamixertrack.h:
23836         * gst-libs/gst/Makefile.am:
23837         * gst-libs/gst/colorbalance/.cvsignore:
23838         * gst-libs/gst/colorbalance/Makefile.am:
23839         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23840         * gst-libs/gst/colorbalance/colorbalance.c:
23841         * gst-libs/gst/colorbalance/colorbalance.h:
23842         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23843         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23844         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23845         * gst-libs/gst/interfaces/Makefile.am:
23846         * gst-libs/gst/interfaces/colorbalance.c:
23847         (gst_color_balance_class_init):
23848         * gst-libs/gst/interfaces/colorbalance.h:
23849         * gst-libs/gst/interfaces/interfaces-marshal.list:
23850         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23851         * gst-libs/gst/interfaces/mixer.h:
23852         * gst-libs/gst/interfaces/mixeroptions.h:
23853         * gst-libs/gst/interfaces/navigation.c:
23854         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23855         * gst-libs/gst/interfaces/tuner.h:
23856         * gst/volume/Makefile.am:
23857         * gst/volume/gstvolume.c:
23858         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23859         * sys/ximage/Makefile.am:
23860         * sys/ximage/ximagesink.c:
23861         * sys/xvimage/Makefile.am:
23862         * sys/xvimage/xvimagesink.c:
23863           fold in all interfaces into an interfaces dir, preserving CVS
23864           history
23865
23866 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23867
23868         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23869           Fix build after riff changes.
23870
23871 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23872
23873         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23874         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23875         (gst_riff_create_video_template_caps),
23876         (gst_riff_create_audio_template_caps),
23877         (gst_riff_create_iavs_template_caps):
23878         * gst-libs/gst/riff/riff-media.h:
23879         * gst-libs/gst/riff/riff-read.h:
23880         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23881           Add gst_riff_init() to initialize the debug category, instead
23882           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23883
23884 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23885
23886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23887           Oops, I shouldn't apply hacks.
23888
23889 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23890
23891         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23892           Remove pad_loop function which doesn't work.
23893
23894 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23895
23896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23897           Send EOS when deactivating.
23898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23899         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23900         (gen_preroll_element), (probe_triggered), (mute_stream),
23901         (silence_stream), (new_decoded_pad), (setup_substreams),
23902         (set_active_source):
23903         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23904         (remove_sinks), (add_sink):
23905         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23906           Change for new probe API.
23907
23908 2005-06-29  Wim Taymans  <wim@fluendo.com>
23909
23910         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23911         * gst-libs/gst/audio/gstbaseaudiosink.c:
23912         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23913         (gst_baseaudiosink_change_state):
23914         * gst-libs/gst/audio/gstbaseaudiosink.h:
23915         * gst-libs/gst/audio/gstringbuffer.c:
23916         (gst_ringbuffer_set_callback):
23917         Fix compilation error.
23918         Ringbuffer starts out as not running.
23919         Free our clock in dispose.
23920         When releasing the ringbuffer we need to renegotiate so
23921         clear the pad caps.
23922
23923 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23924
23925         * autogen.sh:
23926         * configure.ac:
23927         * docs/Makefile.am:
23928         * docs/libs/Makefile.am:
23929         * docs/libs/gst-plugins-libs-docs.sgml:
23930         * docs/libs/gst-plugins-libs-sections.txt:
23931         * docs/libs/gst-plugins-libs.types:
23932         * docs/libs/tmpl/gstaudio.sgml:
23933         * docs/libs/tmpl/gstcolorbalance.sgml:
23934         * docs/libs/tmpl/gstringbuffer.sgml:
23935         * gst-libs/gst/audio/gstringbuffer.c:
23936         (gst_ringbuffer_set_callback):
23937           reinstate gtk-doc docs for plugin libs
23938
23939 2005-06-28  Wim Taymans  <wim@fluendo.com>
23940
23941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23942         (gst_ogg_demux_init):
23943         Removed pad loop function.
23944
23945 2005-06-28  Wim Taymans  <wim@fluendo.com>
23946
23947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23948         If we're building a chain we are not in an error case
23949         when we queue a buffer.
23950
23951 2005-06-28  Andy Wingo  <wingo@pobox.com>
23952
23953         * *.c: Don't cast to GstObject before reffing/unreffing.
23954
23955 2005-06-27  Andy Wingo  <wingo@pobox.com>
23956
23957         * gst/videotestsrc/gstvideotestsrc.c
23958         (gst_videotestsrc_activate_push): Activation API changes.
23959
23960         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23961         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23962         they have refs on the decodebin.
23963
23964         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23965         parent class.
23966         (gst_ogg_pad_typefind): Don't leak a pad ref.
23967         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23968         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23969         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23970
23971 2005-06-27  Edward Hervey  <edward@fluendo.com>
23972
23973         * ext/theora/theoradec.c: (theora_dec_change_state): 
23974         re-arranged call to parent's state change in order to avoid locks (or
23975         worse).
23976
23977 2005-06-26  Edward Hervey  <edward@fluendo.com>
23978
23979         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23980         2nd argument of 'unknow-type' signal is a GstCaps and not a
23981         GstMiniObject
23982
23983 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23984         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23985           Set the worker thread's running flag to TRUE before starting the
23986           thread.
23987         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23988           Catch a failure to add typefind to the bin.
23989
23990 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23991
23992         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23993         (gst_sinesrc_init), (gst_sinesrc_create),
23994         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23995         (gst_sinesrc_start):
23996         * gst/sine/gstsinesrc.h:
23997           add num-buffers and timestamp-offset properties
23998         * gst/videotestsrc/gstvideotestsrc.c:
23999         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24000         (gst_videotestsrc_get_property):
24001           add timestamp-offset property
24002
24003 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24004
24005         * configure.ac: add videorate
24006         * gst-plugins-base.spec.in: add videorate
24007
24008 2005-06-23  Wim Taymans  <wim@fluendo.com>
24009
24010         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24011         (gst_videorate_getcaps), (gst_videorate_setcaps),
24012         (gst_videorate_event), (gst_videorate_chain):
24013         Fixed videorate, fixating an already fixated caps is not
24014         an error.
24015
24016 2005-06-23  Wim Taymans  <wim@fluendo.com>
24017
24018         * ext/ogg/README:
24019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24020         Buffer on caps is not boxed anymore.
24021
24022 2005-06-22  Wim Taymans  <wim@fluendo.com>
24023
24024         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24026         Set buffers on caps as miniobjects and not as boxed.
24027
24028 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24029
24030         * configure.ac:
24031           back to HEAD
24032
24033 === release 0.9.1 ===
24034
24035 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24036
24037         * .cvsignore:
24038         * NEWS:
24039         * README:
24040         * RELEASE:
24041         * configure.ac:
24042         * po/af.po:
24043         * po/az.po:
24044         * po/cs.po:
24045         * po/en_GB.po:
24046         * po/hu.po:
24047         * po/it.po:
24048         * po/nb.po:
24049         * po/nl.po:
24050         * po/or.po:
24051         * po/sq.po:
24052         * po/sr.po:
24053         * po/sv.po:
24054         * po/uk.po:
24055         * po/vi.po:
24056           updates for release
24057
24058 2005-06-09  Andy Wingo  <wingo@pobox.com>
24059
24060         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24061         
24062 2005-06-09  Andy Wingo  <wingo@pobox.com>
24063
24064         * configure.ac:
24065         * gst-libs/gst/Makefile.am:
24066         * gst-libs/gst/net/Makefile.am:
24067         Add gstnet to build.
24068
24069 2005-06-09  Andy Wingo  <wingo@pobox.com>
24070
24071         * gst-libs/gst/gconf/gconf.c:
24072         * gst/playback/test.c:
24073         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24074         fixes.
24075
24076         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24077
24078         * ext/theora/theoraenc.c (theora_enc_chain): 
24079         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24080
24081         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24082         RealPad.
24083
24084 2005-06-02  Wim Taymans  <wim@fluendo.com>
24085
24086         * gst-libs/gst/net/Makefile.am:
24087         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24088         * pkgconfig/gstreamer-libs.pc.in:
24089         Added net stuff, version net lib.
24090
24091 2005-06-02  Wim Taymans  <wim@fluendo.com>
24092
24093         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24094         (query_rates), (query_positions_elems), (query_positions_pads),
24095         (do_seek):
24096         Updated seek example.
24097
24098 2005-06-02  Andy Wingo  <wingo@pobox.com>
24099
24100         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24101         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24102         list.
24103
24104         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24105         remove the typefind, the bin dispose will do it for us. When it's
24106         removed and unreffed, the signal handler will be disconnected,
24107         too.
24108         (unlinked): It's too difficult to disconnect from unlinked
24109         handlers, as they are on pads not elements. Just punt if the pads
24110         aren't grandkids of the bin.
24111
24112 2005-06-02  Wim Taymans  <wim@fluendo.com>
24113
24114         * ext/ogg/README:
24115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24116         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24118         * ext/theora/theoradec.c: (theora_dec_src_query),
24119         (theora_handle_data_packet):
24120         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24121         (theora_enc_chain):
24122         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24123         (vorbis_handle_data_packet):
24124         * gst/audioconvert/bufferframesconvert.c:
24125         (buffer_frames_convert_chain):
24126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24127         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24128         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24129         (gst_ffmpegcsp_chain):
24130         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24131         (gst_videorate_getcaps), (gst_videorate_setcaps),
24132         (gst_videorate_event), (gst_videorate_chain):
24133         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24134         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24135         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24136         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24137         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24138         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24139         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24140         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24141         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24142         Cleanups and buffer alloc.
24143
24144 2005-05-31  Wim Taymans  <wim@fluendo.com>
24145
24146         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24147         Don't try to call the delay method when the device is not
24148         opened.
24149
24150 2005-05-31  Wim Taymans  <wim@fluendo.com>
24151
24152         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24153         Get actual segment size and buffer size after opening
24154         the device.
24155
24156 2005-05-30  Wim Taymans  <wim@fluendo.com>
24157
24158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24159         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24160         Also FLUSH upstream, makes the loop function exit faster.
24161         
24162         * ext/theora/theoradec.c: (theora_dec_src_query):
24163         Some more debug info in the query.
24164         
24165         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24166         (gst_ximagesink_setcaps):
24167         Release lock on par error, better error reporting.
24168
24169 2005-05-26  Wim Taymans  <wim@fluendo.com>
24170
24171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24172         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24173         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24174         Clear chains in READY
24175         Queue packets until the chain is activated.
24176
24177 2005-05-25  Wim Taymans  <wim@fluendo.com>
24178
24179         * gst-libs/gst/audio/gstaudiosink.c:
24180         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24181         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24182         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24183         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24184         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24185         (gst_audiosink_create_ringbuffer):
24186         * gst-libs/gst/audio/gstbaseaudiosink.c:
24187         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24188         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24189         (gst_baseaudiosink_set_property), (build_linear_format),
24190         (debug_spec_caps), (debug_spec_buffer),
24191         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24192         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24193         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24194         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24196         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24197         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24198         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24199         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24200         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24201         (wait_segment), (gst_ringbuffer_commit),
24202         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24203         (gst_ringbuffer_clear):
24204         Various small cleanups.
24205
24206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24207         (gst_audio_convert_change_state):
24208         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24209         No need to take the locks anymore.
24210
24211 2005-05-25  Wim Taymans  <wim@fluendo.com>
24212
24213         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24214         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24215         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24216         (type_found):
24217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24218         (group_destroy), (group_commit), (queue_overrun),
24219         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24220         (mute_stream), (new_decoded_pad), (setup_substreams),
24221         (setup_source), (mute_group_type), (set_active_source),
24222         (gst_play_base_bin_change_state):
24223         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24224         (gen_video_element), (gen_text_element), (gen_audio_element),
24225         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24226         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24227         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24228         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24229         Some playbin cleanups mostly refcounting sloppyness.
24230
24231 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24232
24233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24234           Work with streaming input.
24235
24236 2005-05-25  Wim Taymans  <wim@fluendo.com>
24237
24238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24239         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24240         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24241         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24242         No need to take the STREAM lock anymore.
24243
24244 2005-05-25  Wim Taymans  <wim@fluendo.com>
24245
24246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24247         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24248         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24249         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24250         (gst_ogg_demux_sink_activate):
24251         * ext/theora/theoradec.c: (theora_dec_src_event),
24252         (theora_handle_comment_packet), (theora_dec_chain),
24253         (theora_dec_change_state):
24254         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24255         (vorbis_handle_data_packet), (vorbis_dec_chain),
24256         (vorbis_dec_change_state):
24257         Remove STREAM locks as they are taken in core now.
24258         Never set bogus granulepos on vorbis/theora.
24259         Fix leaks in theoradec tag parsing.
24260
24261 2005-05-25  Wim Taymans  <wim@fluendo.com>
24262
24263         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24264         Fix memleaks, GST_BUFFER_DATA() is not freed.
24265
24266 2005-05-25  Wim Taymans  <wim@fluendo.com>
24267
24268         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24269         Open non-blocking, set to blocking mode afterwards to avoid
24270         lockups when audio device is busy.
24271
24272 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24273
24274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24275           This can't be good.
24276
24277 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24278
24279         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24280         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24281         (gst_audio_convert_setcaps):
24282           Implement instant setup switching.
24283
24284 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24285
24286         * gst/playback/gstplaybasebin.c: (probe_triggered):
24287           Fix missing unlock.
24288         * gst/playback/gstplaybin.c: (add_sink):
24289           First add, then link (otherwise pad link fails).
24290
24291 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24292
24293         * examples/Makefile.am:
24294         fix buildbot (make distcheck)
24295
24296 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24297
24298         * gst/playback/gstplaybin.c: (gen_vis_element):
24299           Remove some wrong code. Doesn't work yet.
24300
24301 2005-05-19  Wim Taymans  <wim@fluendo.com>
24302
24303         * gst-libs/gst/net/Makefile.am:
24304         * gst-libs/gst/net/README:
24305         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24306         (gst_netbuffer_class_init), (gst_netbuffer_init),
24307         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24308         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24309         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24310         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24311         * gst-libs/gst/net/gstnetbuffer.h:
24312         Added buffer subclass to store extra to/from addresses for
24313         network sources/sinks.
24314
24315 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24316
24317         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24318           Don't lock an unassigned variable.
24319
24320 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24321
24322         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24323           Increase buffer for video, decrease buffer for other media types.
24324         * gst/playback/gstplaybin.c: (gen_video_element),
24325         (gen_audio_element):
24326           Change names for debugging purposes.
24327
24328 2005-05-18  Wim Taymans  <wim@fluendo.com>
24329
24330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24331         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24332         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24333         (gst_ffmpegcsp_chain):
24334         Enable buffer alloc passthrough if the source and dest
24335         formats are the same.
24336
24337 2005-05-17  Wim Taymans  <wim@fluendo.com>
24338
24339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24340         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24341         (gst_ogg_demux_chain_unlocked):
24342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24343         (gst_audio_convert_caps_remove_format_info),
24344         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24345         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24346         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24347         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24348         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24349         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24350         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24351         (gst_ffmpegcsp_get_property):
24352         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24353         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24354         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24355         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24356         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24357         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24358         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24359         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24360         Leak fixes in oggdemux.
24361         Some cleanups in audioconvert.
24362         Make passthrough work along with buffer_alloc etc.
24363         Make buffer_alloc and buffer recycling actually work in
24364         xvimagesink.
24365
24366 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24367
24368         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24369           make the compiler happy
24370
24371 2005-05-17  Wim Taymans  <wim@fluendo.com>
24372
24373         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24374         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24375         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24376         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24377         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24378         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24379         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24380         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24381         (gst_xvimagesink_set_xwindow_id):
24382         * sys/xvimage/xvimagesink.h:
24383         Port xvimagesink to new MiniObject.
24384
24385 2005-05-17  Wim Taymans  <wim@fluendo.com>
24386
24387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24388         (gst_audiofilter_chain):
24389         * gst-libs/gst/audio/gstaudiosink.c:
24390         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24391         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24392         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24393         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24394         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24395         (gst_audiosink_create_ringbuffer):
24396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24397         (gst_audio_convert_caps_remove_format_info),
24398         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24399         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24401         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24402         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24403         Fix passthrough in ffmpegcolorspace.
24404         Fix memset in audiosink on wrong memory.
24405
24406 2005-05-16  David Schleef  <ds@schleef.org>
24407
24408         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24409         to GstMiniObject.
24410
24411 2005-05-16  David Schleef  <ds@schleef.org>
24412
24413         Port from GstData to GstMiniObject.
24414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24416         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24417         (gst_ogg_mux_collected):
24418         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24419         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24420         (theora_handle_data_packet):
24421         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24422         (theora_set_header_on_caps), (theora_enc_chain):
24423         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24424         (vorbis_handle_comment_packet):
24425         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24426         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24427         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24428         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24429         * gst/audioconvert/gstaudioconvert.c:
24430         (gst_audio_convert_get_buffer):
24431         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24432         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24433         (mute_stream), (silence_stream):
24434         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24435         * gst/volume/gstvolume.c: (volume_transform):
24436         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24437         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24438         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24439         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24440         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24441         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24442         (gst_ximagesink_buffer_alloc):
24443         * sys/ximage/ximagesink.h:
24444
24445 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24446
24447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24448         (fill_buffer), (check_queue), (queue_threshold_reached),
24449         (queue_out_of_data):
24450         * gst/playback/gstplaybasebin.h:
24451           Post buffer-fullness on the bus.
24452
24453 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24454
24455         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24456         (try_to_link_1):
24457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24458         (group_commit), (probe_triggered), (setup_source),
24459         (gst_play_base_bin_change_state):
24460         * gst/playback/gstplaybasebin.h:
24461         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24462         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24463         (gst_play_bin_change_state):
24464           Move setup_output_pads into a virtual function, remove
24465           group-switch (no longer needed) and redirect (handled by bus
24466           now) signals.
24467
24468 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24469
24470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24471         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24472         (get_active_group), (get_building_group), (group_destroy),
24473         (group_commit), (check_queue), (queue_overrun),
24474         (queue_threshold_reached), (queue_out_of_data),
24475         (gen_preroll_element), (remove_groups), (unknown_type),
24476         (add_element_stream), (no_more_pads), (probe_triggered),
24477         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24478         (setup_substreams), (setup_source), (finish_source),
24479         (prepare_output), (muted_group_change_state),
24480         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24481         (gst_play_base_bin_change_state):
24482         * gst/playback/gstplaybasebin.h:
24483         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24484         (gst_play_bin_init), (gst_play_bin_set_property),
24485         (gen_video_element), (gen_text_element), (gen_audio_element),
24486         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24487         (gst_play_bin_change_state):
24488         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24489         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24490         (stream_info_change_state), (gst_stream_info_set_mute),
24491         (gst_stream_info_get_property):
24492         * gst/playback/gststreaminfo.h:
24493         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24494         (gst_stream_selector_get_linked_pad),
24495         (gst_stream_selector_getcaps),
24496         (gst_stream_selector_get_linked_pads),
24497         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24498         * gst/playback/gststreamselector.h:
24499           Rough port of playbin. Needs some more work, but is mostly done,
24500           and uses a few locks in important places, which should make stuff
24501           like chain-switches clean. Still uses GST_STATE() in a few places,
24502           which isn't all that good an idea, subtitles/elements disabled
24503           because no elements to test with and thus probably broken, query
24504           and event handling moved to GstBin, internal thread removed
24505           alltogether because the pipeline does that for us now. Can play
24506           Ogg/Vorbis files. Haven't tested anything else yet.
24507
24508 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24509
24510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24511           Do no-more-pads (needed for autoplugging).
24512
24513 2005-05-10  Andy Wingo  <wingo@pobox.com>
24514
24515         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24516         message to the bus with the tags. Still not sent downstream tho.
24517
24518         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24519         get_parent.
24520         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24521         avoid refcounting hassles.
24522
24523 2005-05-09  Andy Wingo  <wingo@pobox.com>
24524
24525         * gst/volume/Makefile.am:
24526         * gst/volume/demo.c
24527         * gst/volume/gstvolume.h
24528         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24529         basetransform. Probably need an audio filter base class.
24530
24531 2005-05-09  Wim Taymans  <wim@fluendo.com>
24532
24533         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24534         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24535         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24536         (gst_vorbisenc_chain):
24537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24538         (gst_audio_convert_caps_remove_format_info),
24539         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24540         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24541         Make caps writable before writing to it.
24542         Fix negotiation in audioconvert some more.
24543
24544 2005-05-09  Wim Taymans  <wim@fluendo.com>
24545
24546         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24547         (gst_videorate_getcaps), (gst_videorate_setcaps),
24548         (gst_videorate_event), (gst_videorate_chain):
24549         Better negotiation.
24550
24551 2005-05-09  Wim Taymans  <wim@fluendo.com>
24552
24553         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24554         (gst_videorate_getcaps), (gst_videorate_setcaps),
24555         (gst_videorate_blank_data), (gst_videorate_init),
24556         (gst_videorate_event), (gst_videorate_chain),
24557         (gst_videorate_change_state):
24558         Port videorate, do a better job at negotiation while we're at
24559         it.
24560
24561 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24562
24563         * configure.ac:
24564           Disable libvisual
24565
24566         * examples/Makefile.am:
24567         * gst-libs/gst/audio/Makefile.am:
24568         * gst-libs/gst/riff/Makefile.am:
24569         * gst-libs/gst/tag/Makefile.am:
24570         * gst-libs/gst/video/Makefile.am:
24571           Fixups for missing variables.
24572
24573 2005-05-09  Wim Taymans  <wim@fluendo.com>
24574
24575         * examples/seeking/seek.c: (make_theora_pipeline),
24576         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24577         (query_rates), (query_positions_elems), (query_positions_pads),
24578         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24580         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24581         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24582         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24583         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24585         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24586         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24587         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24588         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24589         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24590         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24591         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24592         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24593         (theora_dec_src_convert), (theora_dec_sink_convert),
24594         (theora_dec_src_query), (theora_dec_sink_query),
24595         (theora_dec_src_event), (theora_dec_sink_event),
24596         (theora_handle_comment_packet), (theora_handle_type_packet),
24597         (theora_handle_header_packet), (theora_handle_data_packet),
24598         (theora_dec_chain):
24599         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24600         (vorbis_dec_convert), (vorbis_dec_src_query),
24601         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24602         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24603         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24604         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24606         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24607         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24608         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24609         (gst_play_bin_query):
24610         * gst/playback/test3.c: (update_scale):
24611         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24612         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24613         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24614         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24615         (gst_videotestsrc_src_query):
24616         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24617         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24618         (paint_hline_YUV9):
24619         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24620         Port to new query API.
24621         Updated seek.
24622         Cleanups in x[v]imagesink
24623
24624 2005-05-09  Andy Wingo  <wingo@pobox.com>
24625
24626         * ext/alsa/gstalsasink.h:
24627         * ext/gnomevfs/gstgnomevfssrc.c:
24628         (gst_gnomevfssrc_get_icy_metadata):
24629         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24630         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24631         * ext/theora/theoradec.c (theora_dec_src_query)
24632         (theora_dec_src_event, theora_dec_sink_event)
24633         (theora_handle_comment_packet, theora_handle_data_packet):
24634         * ext/theora/theoraenc.c (theora_enc_chain):
24635         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24636         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24637         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24638         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24639         (qt_type_find):
24640         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24641         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24642         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24643         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24644         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24645         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24646         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24647         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24648         (paint_setup_RGB565, paint_setup_xRGB1555):
24649         * gst/videotestsrc/videotestsrc.h:
24650         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24651         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24652         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24653         GCC4 fixes.
24654         
24655         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24656         gst_pad_query_position. Fixes oggdemux.
24657
24658 2005-05-08  David Schleef  <ds@schleef.org>
24659
24660         * configure.ac: Require liboil.
24661         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24662         a few more.
24663         * gst/videotestsrc/videotestsrc.c:
24664         * gst/videotestsrc/videotestsrc.h:
24665
24666 2005-05-06  Wim Taymans  <wim@fluendo.com>
24667
24668         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24669         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24670         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24671         Well, unreffing a buffer right before pushing it is asking
24672         for trouble..
24673
24674 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24675
24676         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24677
24678 2005-05-06  Wim Taymans  <wim@fluendo.com>
24679
24680         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24681         (gst_audio_convert_caps_remove_format_info),
24682         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24683         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24685         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24686         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24687         * gst/sine/Makefile.am:
24688         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24689         (gst_sinesrc_class_init), (gst_sinesrc_init),
24690         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24691         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24692         (gst_sinesrc_update_freq):
24693         * gst/sine/gstsinesrc.h:
24694         * gst/tcp/gstmultifdsink.c:
24695         * sys/xvimage/xvimagesink.c:
24696         Fixed negotiation wrt _peer_get_caps()
24697         Some cleanups.
24698
24699
24700 2005-05-06  Wim Taymans  <wim@fluendo.com>
24701
24702         * gst-libs/gst/audio/gstaudiosink.c:
24703         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24704         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24705         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24706         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24707         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24708         (gst_audiosink_create_ringbuffer):
24709         * gst-libs/gst/audio/gstbaseaudiosink.c:
24710         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24711         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24712         (gst_baseaudiosink_set_property), (build_linear_format),
24713         (debug_spec_caps), (debug_spec_buffer),
24714         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24715         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24716         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24717         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24718         * gst-libs/gst/audio/gstbaseaudiosink.h:
24719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24720         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24721         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24722         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24723         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24724         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24725         (wait_segment), (gst_ringbuffer_commit),
24726         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24727         (gst_ringbuffer_clear):
24728         * gst-libs/gst/audio/gstringbuffer.h:
24729         Make the base audiosink return an error when there is no
24730         audiobuffer negotiated.
24731
24732 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24733
24734         * ext/Makefile.am:
24735         Disable cdparanoia until someone ports it!
24736
24737 2005-05-06  Wim Taymans  <wim@fluendo.com>
24738
24739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24740         (gst_ogg_demux_sink_activate):
24741         And revert after wingo's revert.. sigh..
24742
24743 2005-05-05  Andy Wingo  <wingo@pobox.com>
24744
24745         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24746         GObject.
24747         * configure.ac: Return audiorate and subparse from the ghetto.
24748         Re-enable -Wall -Werror.
24749         * gst/subparse/gstsubparse.c:
24750         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24751         or chain-based. Cleaned up a bit. Not tested.
24752         
24753 2005-05-05  Christian Schaller <christian@fluendo.com> 
24754
24755         * Makefile.am: remove stuff that is not building
24756         * configure.ac: remove stuff that is not building
24757         * examples/Makefile.am: remove stuff that is not building
24758         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24759         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24760         * sys/Makefile.am: remove stuff that is not building
24761         * testsuite/Makefile.am: remove stuff that is not building
24762
24763 2005-05-05  Andy Wingo  <wingo@pobox.com>
24764
24765         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24766         * gst-libs/gst/tag/gstvorbistag.c:
24767         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24768         * gst/adder/gstadder.h:
24769         * gst/audioconvert/gstchannelmix.c:
24770         (gst_audio_convert_fill_one_other):
24771         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24772         (gst_audiorate_init), (gst_audiorate_chain):
24773         * gst/playback/gstplaybasebin.c: (setup_source):
24774         * gst/playback/test3.c: (update_scale):
24775         Some GCC4 fixes
24776         
24777         * po/af.po:
24778         * po/az.po:
24779         * po/cs.po:
24780         * po/en_GB.po:
24781         * po/hu.po:
24782         * po/it.po:
24783         * po/nb.po:
24784         * po/nl.po:
24785         * po/or.po:
24786         * po/sq.po:
24787         * po/sr.po:
24788         * po/sv.po:
24789         * po/uk.po:
24790         * po/vi.po: Foo
24791
24792 2005-05-05  Wim Taymans  <wim@fluendo.com>
24793
24794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24795         (gst_audio_convert_caps_remove_format_info),
24796         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24797         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24798         * gst/videotestsrc/gstvideotestsrc.c:
24799         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24800         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24801         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24802         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24803         Don't ignore _push() return values.
24804         Make sure no processing is done when shutting down.
24805         Videotestsrc pad activation fix.
24806
24807 2005-05-05  Wim Taymans  <wim@fluendo.com>
24808
24809         * gst/adder/Makefile.am:
24810         * gst/adder/gstadder.c: (gst_adder_setcaps),
24811         (gst_adder_class_init), (gst_adder_init),
24812         (gst_adder_request_new_pad), (gst_adder_collected),
24813         (gst_adder_change_state):
24814         * gst/adder/gstadder.h:
24815         Ported adder as an example of a mixer element using
24816         collect pads. Needs more negotiation work.
24817
24818 2005-05-05  Wim Taymans  <wim@fluendo.com>
24819
24820         * ext/theora/theoradec.c: (_inc_granulepos),
24821         (theora_dec_src_event), (theora_dec_sink_event),
24822         (theora_handle_comment_packet), (theora_handle_type_packet),
24823         (theora_handle_header_packet), (theora_handle_data_packet),
24824         (theora_dec_chain):
24825         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24826         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24827         (theora_push_buffer), (theora_push_packet),
24828         (theora_enc_sink_event), (theora_enc_chain),
24829         (theora_enc_change_state), (theora_enc_set_property),
24830         (theora_enc_get_property):
24831         Added stream lock to decoder so that we can serialize
24832         the discont event.
24833         More theoraenc porting, recover from errors, do clean
24834         shutdown.
24835
24836 2005-05-05  Wim Taymans  <wim@fluendo.com>
24837
24838         * ext/ogg/Makefile.am:
24839         * ext/ogg/README:
24840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24841         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24842         (gst_ogg_print):
24843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24844         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24845         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24846         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24847         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24848         (gst_ogg_mux_change_state):
24849         Ported ogg muxer.
24850
24851 2005-05-05  Wim Taymans  <wim@fluendo.com>
24852
24853         * docs/design-audiosinks.txt:
24854         * gst-libs/gst/audio/TODO:
24855         * gst-libs/gst/audio/gstaudiosink.c:
24856         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24857         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24858         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24859         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24860         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24861         (gst_audiosink_create_ringbuffer):
24862         * gst-libs/gst/audio/gstbaseaudiosink.c:
24863         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24864         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24865         (gst_baseaudiosink_set_property), (build_linear_format),
24866         (debug_spec_caps), (debug_spec_buffer),
24867         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24868         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24869         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24870         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24871         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24872         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24873         (gst_ringbuffer_release), (gst_ringbuffer_play),
24874         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24875         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24876         (gst_ringbuffer_set_sample), (wait_segment),
24877         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24878         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24879         More work on the audiosink, mostly debugging and a race in
24880         shutdown.
24881
24882 2005-04-28  Wim Taymans  <wim@fluendo.com>
24883
24884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24885         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24886         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24887         (vorbis_dec_src_query), (vorbis_dec_src_event),
24888         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24889         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24890         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24891         Don't crap out when seeking back to position 0.
24892
24893 2005-04-28  Wim Taymans  <wim@fluendo.com>
24894
24895         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24896         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24897         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24898         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24899         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24900         Make audio sink configurable, use alsasink as default.
24901
24902 2005-04-28  Wim Taymans  <wim@fluendo.com>
24903
24904         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24905         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24906         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24907         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24908         (vorbis_dec_change_state):
24909         * ext/vorbis/vorbisdec.h:
24910         Refactor, use STREAM_LOCK.
24911
24912 2005-04-28  Wim Taymans  <wim@fluendo.com>
24913
24914         * ext/theora/theoradec.c: (_inc_granulepos),
24915         (theora_dec_sink_event), (theora_handle_comment_packet),
24916         (theora_handle_type_packet), (theora_handle_header_packet),
24917         (theora_handle_data_packet), (theora_dec_chain),
24918         (theora_dec_change_state):
24919         Refactor a bit, use STREAM_LOCK.
24920
24921 2005-04-28  Wim Taymans  <wim@fluendo.com>
24922
24923         * ext/alsa/Makefile.am:
24924         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24925         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24926         (gst_alsa_link), (gst_alsa_close_audio):
24927         * ext/alsa/gstalsaplugin.c: (plugin_init):
24928         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24929         (gst_alsasink_dispose), (gst_alsasink_base_init),
24930         (gst_alsasink_class_init), (gst_alsasink_init),
24931         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24932         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24933         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24934         (gst_alsasink_reset):
24935         * ext/alsa/gstalsasink.h:
24936         Implement alsasink with simple open/write/close API. 
24937         Make alsa dir build by disabling compilation of code.
24938
24939 2005-04-28  Wim Taymans  <wim@fluendo.com>
24940
24941         * gst-libs/gst/audio/Makefile.am:
24942         * gst-libs/gst/audio/audio.h:
24943         * gst-libs/gst/audio/audioclock.c:
24944         * gst-libs/gst/audio/audioclock.h:
24945         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24946         (gst_audio_clock_class_init), (gst_audio_clock_init),
24947         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24948         * gst-libs/gst/audio/gstaudioclock.h:
24949         * gst-libs/gst/audio/gstaudiosink.c:
24950         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24951         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24952         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24953         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24954         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24955         (gst_audiosink_create_ringbuffer):
24956         * gst-libs/gst/audio/gstbaseaudiosink.c:
24957         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24958         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24959         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24960         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24961         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24962         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24963         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24964         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24965         * gst-libs/gst/audio/gstbaseaudiosink.h:
24966         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24967         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24968         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24969         (gst_ringbuffer_release), (gst_ringbuffer_play),
24970         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24971         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24972         (gst_ringbuffer_set_sample), (wait_segment),
24973         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24974         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24975         * gst-libs/gst/audio/gstringbuffer.h:
24976         Make ringbuffer faster and more simple by removing the locks
24977         in the playback thread.
24978         Add sample accurate playback based on buffer sample offsets.
24979         Make the baseaudiosink provide a clock.
24980         Parse caps in the base class.
24981         Correctly handle seeking, flushing and state changes.
24982
24983 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24984
24985         * configure.ac:
24986         * gst/audioconvert/Makefile.am:
24987         * gst/audioscale/Makefile.am:
24988           Fix part of the build.  Come on guys, autogen didn't even work :)
24989
24990 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24991
24992         * configure.ac:
24993         * gst-libs/gst/Makefile.am:
24994         * gst-libs/gst/media-info/.cvsignore:
24995         * gst-libs/gst/media-info/Makefile.am:
24996         * gst-libs/gst/media-info/README:
24997         * gst-libs/gst/media-info/media-info-priv.c:
24998         * gst-libs/gst/media-info/media-info-priv.h:
24999         * gst-libs/gst/media-info/media-info-test.c:
25000         * gst-libs/gst/media-info/media-info.c:
25001         * gst-libs/gst/media-info/media-info.h:
25002         * gst-libs/gst/media-info/media-info.vcproj:
25003         * pkgconfig/Makefile.am:
25004         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25005         * pkgconfig/gstreamer-media-info.pc.in:
25006           Remove media-info, which is also successed by playbin (see Totem
25007           implementation).
25008
25009 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25010
25011         * configure.ac:
25012         * examples/Makefile.am:
25013         * examples/gstplay/.cvsignore:
25014         * examples/gstplay/Makefile.am:
25015         * examples/gstplay/player.c:
25016         * gst-libs/gst/Makefile.am:
25017         * gst-libs/gst/play/.cvsignore:
25018         * gst-libs/gst/play/Makefile.am:
25019         * gst-libs/gst/play/play.c:
25020         * gst-libs/gst/play/play.h:
25021         * gst-libs/gst/play/play.vcproj:
25022         * pkgconfig/Makefile.am:
25023         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25024         * pkgconfig/gstreamer-play.pc.in:
25025           Remove libgstplay, playbin is now the official successor.
25026
25027 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25028
25029         * configure.ac:
25030         * gst-libs/gst/Makefile.am:
25031         * gst-libs/gst/xwindowlistener/Makefile.am:
25032         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25033         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25034           Remove deprecated xwindowlistener (I've moved xwindowlistening
25035           in the v4l/v4l2 plugins over to serverside).
25036
25037 2005-04-25  David Schleef  <ds@schleef.org>
25038
25039         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25040         to examples/dynparams.  Examples do not belong interspersed with
25041         source code.
25042         * examples/dynparams/demo-dparams.c:
25043         * gst/sine/Makefile.am:
25044         * gst/sine/demo-dparams.c:
25045
25046 2005-04-25  David Schleef  <ds@schleef.org>
25047
25048         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25049         * gst-libs/gst/audio/Makefile.am:
25050         * gst-libs/gst/riff/Makefile.am:
25051         * gst-libs/gst/tag/Makefile.am:
25052         * gst-libs/gst/video/Makefile.am:
25053         * gst-libs/gst/xwindowlistener/Makefile.am:
25054
25055         Convert to 0.9 API, seems to work:
25056         * sys/ximage/Makefile.am:
25057         * sys/ximage/ximagesink.c:
25058
25059 2005-04-24  David Schleef  <ds@schleef.org>
25060
25061         Link plugins against libraries:
25062         * ext/alsa/Makefile.am:
25063         * gst/tcp/Makefile.am:
25064
25065         Remove asm code that should be in liboil
25066         * gst/videoscale/Makefile.am:
25067         * gst/videoscale/videoscale_x86_asm.s:
25068
25069         gettext wants these checked in:
25070         * po/af.po:
25071         * po/az.po:
25072         * po/cs.po:
25073         * po/en_GB.po:
25074         * po/hu.po:
25075         * po/it.po:
25076         * po/nb.po:
25077         * po/nl.po:
25078         * po/or.po:
25079         * po/sq.po:
25080         * po/sr.po:
25081         * po/sv.po:
25082         * po/uk.po:
25083         * po/vi.po:
25084
25085 2005-04-24  David Schleef  <ds@schleef.org>
25086
25087         Convert gst_main() to g_main_loop_run()
25088         * gst/playback/decodetest.c: (main):
25089         * gst/playback/test2.c: (main):
25090         * gst/playback/test3.c: (main):
25091         * gst/playback/test4.c: (main):
25092
25093         Link plugins against libraries:
25094         * ext/libvisual/Makefile.am:
25095         * sys/xvimage/Makefile.am:
25096
25097 2005-04-24  David Schleef  <ds@schleef.org>
25098
25099         * configure.ac: Remove idct and resample libs
25100         * gst-libs/gst/Makefile.am: same
25101
25102         Remove usage of gst_library_load():
25103         * ext/alsa/gstalsaplugin.c: (plugin_init):
25104         * ext/libvisual/visual.c: (plugin_init):
25105         * ext/ogg/gstogg.c: (plugin_init):
25106         * ext/theora/theora.c: (plugin_init):
25107         * ext/vorbis/vorbis.c: (plugin_init):
25108         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25109         * gst/audioscale/gstaudioscale.c:
25110         * gst/adder/gstadder.c: (plugin_init):
25111         * gst/audioconvert/plugin.c: (plugin_init):
25112         * sys/ximage/ximagesink.c: (plugin_init):
25113         * sys/xvimage/xvimagesink.c: (plugin_init):
25114         * gst/tcp/gsttcpplugin.c: (plugin_init):
25115
25116         Link plugins against libraries:
25117         * ext/ogg/Makefile.am:
25118         * ext/theora/Makefile.am:
25119         * ext/vorbis/Makefile.am:
25120         * gst/audioconvert/Makefile.am:
25121
25122         Create proper libraries:
25123         * gst-libs/gst/riff/Makefile.am:
25124         * gst-libs/gst/audio/Makefile.am:
25125         * gst-libs/gst/video/Makefile.am:
25126
25127         Move resample library to audioscale plugin directory:
25128         * gst-libs/gst/resample/Makefile.am:
25129         * gst-libs/gst/resample/README:
25130         * gst-libs/gst/resample/dtof.c:
25131         * gst-libs/gst/resample/dtos.c:
25132         * gst-libs/gst/resample/functable.c:
25133         * gst-libs/gst/resample/private.h:
25134         * gst-libs/gst/resample/resample.c:
25135         * gst-libs/gst/resample/resample.h:
25136         * gst-libs/gst/resample/resample.vcproj:
25137         * gst-libs/gst/resample/test.c:
25138         * gst/audioscale/Makefile.am:
25139         * gst/audioscale/README:
25140         * gst/audioscale/dtof.c:
25141         * gst/audioscale/dtos.c:
25142         * gst/audioscale/functable.c:
25143         * gst/audioscale/private.h:
25144         * gst/audioscale/resample.c:
25145         * gst/audioscale/resample.h:
25146         * gst/audioscale/test.c:
25147
25148         Move tagedit library to gst-libs:
25149         * gst-libs/gst/tag/Makefile.am:
25150         * gst-libs/gst/tag/gstid3tag.c:
25151         * gst-libs/gst/tag/gsttagediting.c:
25152         * gst-libs/gst/tag/gsttageditingprivate.h:
25153         * gst-libs/gst/tag/gstvorbistag.c:
25154         * gst/tags/Makefile.am:
25155         * gst/tags/gstid3tag.c:
25156         * gst/tags/gstvorbistag.c:
25157
25158         Fix for core changes:
25159         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25160         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25161         (gst_sinesrc_getrange):
25162
25163 2005-04-23  David Schleef  <ds@schleef.org>
25164
25165         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25166         in gst-plugins in a long time, and properly belongs in liboil.
25167         * gst-libs/gst/idct/Makefile.am:
25168         * gst-libs/gst/idct/README:
25169         * gst-libs/gst/idct/dct.h:
25170         * gst-libs/gst/idct/doieee:
25171         * gst-libs/gst/idct/fastintidct.c:
25172         * gst-libs/gst/idct/floatidct.c:
25173         * gst-libs/gst/idct/idct.c:
25174         * gst-libs/gst/idct/idct.h:
25175         * gst-libs/gst/idct/idtc.vcproj:
25176         * gst-libs/gst/idct/ieeetest.c:
25177         * gst-libs/gst/idct/intidct.c:
25178
25179 2005-04-20  Wim Taymans  <wim@fluendo.com>
25180
25181         * docs/design-audiosinks.txt:
25182         * gst-libs/gst/audio/Makefile.am:
25183         * gst-libs/gst/audio/TODO:
25184         * gst-libs/gst/audio/gstaudiosink.c:
25185         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25186         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25187         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25188         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25189         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25190         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25191         (gst_audiosink_class_init), (gst_audiosink_init),
25192         (gst_audiosink_create_ringbuffer):
25193         * gst-libs/gst/audio/gstaudiosink.h:
25194         * gst-libs/gst/audio/gstbaseaudiosink.c:
25195         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25196         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25197         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25198         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25199         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25200         (gst_baseaudiosink_create_ringbuffer),
25201         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25202         * gst-libs/gst/audio/gstbaseaudiosink.h:
25203         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25204         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25205         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25206         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25207         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25208         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25209         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25210         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25211         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25212         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25213         * gst-libs/gst/audio/gstringbuffer.h:
25214         An attempt at a set of audio base classes together with some
25215         design docs.
25216
25217 2005-04-20  Wim Taymans  <wim@fluendo.com>
25218
25219         * gst/audioconvert/Makefile.am:
25220         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25221         (gst_audio_convert_caps_remove_format_info),
25222         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25223         (gst_audio_convert_channels):
25224         Link against audio libs.
25225         Fix audio convert plugin.
25226
25227 2005-04-20  Wim Taymans  <wim@fluendo.com>
25228
25229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25230         (gst_ogg_demux_sink_activate):
25231         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25232         (theora_set_header_on_caps), (theora_enc_sink_event),
25233         (theora_enc_chain):
25234         Fix theora encoder.
25235
25236 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25237
25238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25239         * gst/playback/gstdecodebin.c: (find_compatibles):
25240           Work with staticpadtemplates in elementfactories.
25241
25242 2005-04-12  Wim Taymans  <wim@fluendo.com>
25243
25244         * gst/playback/README:
25245         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25246         (compare_ranks), (print_feature), (gst_decode_bin_init),
25247         (dynamic_create), (dynamic_free), (find_compatibles),
25248         (mimetype_is_raw), (close_pad_link), (got_redirect),
25249         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25250         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25251         (gst_decode_bin_change_state):
25252         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25253         (gst_play_base_bin_init), (group_destroy), (group_commit),
25254         (check_queue), (queue_overrun), (queue_threshold_reached),
25255         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25256         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25257         (got_redirect), (setup_source), (play_base_eos),
25258         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25259         (gst_play_base_bin_remove_element):
25260         * gst/playback/gstplaybasebin.h:
25261         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25262         (gst_play_bin_init), (gst_play_bin_dispose),
25263         (gst_play_bin_set_property), (gen_video_element),
25264         (gen_text_element), (gen_audio_element), (remove_sinks),
25265         (gst_play_bin_send_event):
25266         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25267         (stream_info_change_state), (gst_stream_info_set_mute):
25268         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25269         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25270         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25271         (gst_stream_selector_chain):
25272         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25273         (main):
25274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25275         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25276         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25277         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25278         Raw and crude port of decodebin. 
25279         Make playbin compile.
25280
25281 2005-04-06  Wim Taymans  <wim@fluendo.com>
25282
25283         * ext/gnomevfs/Makefile.am:
25284         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25285         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25286         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25287         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25288         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25289         (gst_gnomevfssrc_stop):
25290         * ext/ogg/Makefile.am:
25291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25292         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25293         * ext/theora/Makefile.am:
25294         * ext/theora/theoradec.c: (_inc_granulepos),
25295         (theora_dec_sink_event), (theora_dec_chain):
25296         * ext/vorbis/Makefile.am:
25297         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25298         (vorbis_dec_sink_event), (vorbis_dec_chain):
25299         * gst-libs/gst/audio/Makefile.am:
25300         * sys/xvimage/Makefile.am:
25301         Make gnomevfssrc extend the source base class.
25302         Fix linking against libs in various plugins.
25303
25304 2005-04-06  Andy Wingo  <wingo@pobox.com>
25305
25306         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25307         GST_BASE_LIBS.
25308
25309         * configure.ac: Add check and AC_SUBST for libgstbase.
25310
25311 2005-03-31  Wim Taymans  <wim@fluendo.com>
25312
25313         * examples/seeking/Makefile.am:
25314         * examples/seeking/cdparanoia.c: (main):
25315         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25316         (play_cb), (pause_cb), (stop_cb), (main):
25317         * examples/seeking/playbin.c:
25318         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25319         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25320         (make_sid_pipeline), (make_vorbis_pipeline),
25321         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25322         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25323         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25324         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25325         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25326         (stop_cb), (main):
25327         * examples/seeking/spider_seek.c:
25328         * examples/seeking/vorbisfile.c:
25329         * ext/gnomevfs/Makefile.am:
25330         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25332         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25333         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25334         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25335         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25336         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25337         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25338         * ext/ogg/README:
25339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25340         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25341         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25342         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25343         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25344         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25345         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25346         (gst_ogg_demux_factory_filter), (compare_ranks),
25347         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25348         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25349         (gst_ogg_chain_new), (gst_ogg_chain_free),
25350         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25351         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25352         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25353         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25354         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25355         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25356         (gst_ogg_demux_get_prev_page),
25357         (gst_ogg_demux_deactivate_current_chain),
25358         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25359         (gst_ogg_demux_bisect_forward_serialno),
25360         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25361         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25362         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25363         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25364         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25365         (gst_ogg_demux_change_state), (gst_ogg_print):
25366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25367         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25368         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25369         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25370         (gst_ogg_mux_loop):
25371         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25372         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25373         (theora_dec_src_convert), (theora_dec_sink_convert),
25374         (theora_dec_src_query), (theora_dec_src_event),
25375         (theora_dec_sink_event), (theora_dec_chain),
25376         (theora_dec_change_state):
25377         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25378         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25379         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25380         (theora_enc_change_state):
25381         * ext/vorbis/Makefile.am:
25382         * ext/vorbis/oggvorbisenc.c:
25383         * ext/vorbis/oggvorbisenc.h:
25384         * ext/vorbis/vorbis.c: (plugin_init):
25385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25386         (vorbis_dec_src_query), (vorbis_dec_src_event),
25387         (vorbis_dec_sink_event), (vorbis_dec_chain),
25388         (vorbis_dec_change_state):
25389         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25390         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25391         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25392         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25393         (gst_vorbisenc_change_state):
25394         * ext/vorbis/vorbisenc.h:
25395         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25396         * gst-libs/gst/audio/audioclock.c:
25397         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25398         (gst_audiofilter_init), (gst_audiofilter_chain):
25399         * gst-libs/gst/audio/testchannels.c: (main):
25400         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25401         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25402         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25403         (gmip_find_track_streaminfo), (gmip_find_track_format):
25404         * gst-libs/gst/media-info/media-info.c:
25405         (gst_media_info_read_idler):
25406         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25407         (gst_play_get_all_by_interface):
25408         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25409         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25410         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25411         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25412         (gst_riff_parse_info):
25413         * gst-libs/gst/riff/riff-read.h:
25414         * gst-libs/gst/riff/riff.c: (plugin_init):
25415         * gst-libs/gst/video/Makefile.am:
25416         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25417         (gst_videosink_class_init), (gst_videosink_get_type):
25418         * gst-libs/gst/video/videosink.h:
25419         * gst/audioconvert/bufferframesconvert.c:
25420         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25421         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25422         * gst/audioconvert/channelmixtest.c: (main):
25423         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25424         (gst_audio_convert_chain),
25425         (gst_audio_convert_caps_remove_format_info),
25426         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25427         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25428         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25429         (gst_audio_convert_buffer_to_default_format),
25430         (gst_audio_convert_buffer_from_default_format),
25431         (gst_audio_convert_channels):
25432         * gst/audioconvert/gstchannelmix.h:
25433         * gst/ffmpegcolorspace/avcodec.h:
25434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25435         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25436         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25437         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25438         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25439         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25440         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25441         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25442         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25443         (dv_type_find):
25444         * gst/videotestsrc/gstvideotestsrc.c:
25445         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25446         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25447         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25448         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25449         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25450         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25451         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25453         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25454         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25455         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25456         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25457         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25458         (gst_xvimagesink_navigation_send_event),
25459         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25460         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25461         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25462         * sys/xvimage/xvimagesink.h:
25463         Plugin port to 0.9, ogg/theora playback should work in the seek
25464         example now.
25465         Removed old examples.
25466         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25467         explained in 0.9 TODO doc.
25468
25469
25470 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25471
25472         * autogen.sh:
25473         * configure.ac:
25474         * ext/Makefile.am:
25475         * gst/Makefile.am:
25476         * po/POTFILES.in:
25477         * po/af.po:
25478         * po/az.po:
25479         * po/cs.po:
25480         * po/en_GB.po:
25481         * po/hu.po:
25482         * po/it.po:
25483         * po/nb.po:
25484         * po/nl.po:
25485         * po/or.po:
25486         * po/sq.po:
25487         * po/sr.po:
25488         * po/sv.po:
25489         * po/uk.po:
25490         * po/vi.po:
25491         * sys/Makefile.am:
25492         * testsuite/Makefile.am:
25493           remove a whole bunch of plugins.  This module now contains a set
25494           of free reference plugins/elements as agreed.
25495
25496 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25497
25498         * configure.ac:
25499           hunting season on 0.9 is now OPEN
25500
25501 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25502
25503         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25504           Kick the hell out of gcc for not warning me about a symbol conflict.
25505
25506 2005-02-22  Luca Ognibene  <luogni@tin.it>
25507
25508         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25509
25510         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25511           Don't leak caps string (fixes #168134)
25512
25513         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25514         (gst_jpegenc_init), (gst_jpegenc_finalize),
25515         (gst_jpegenc_change_state):
25516           Don't leak line buffers and context struct (fixes #168133).
25517
25518 2005-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25519
25520         * configure.ac:
25521         * ext/dirac/gstdiracdec.cc:
25522         (gst_diracdec_chain):
25523           Since dirac 0.5.0 the framerate in dirac is expressed as a
25524           rational number. Fix build and up requirement to 0.5.0, and
25525           also pass parameters to gst_diracdec_link in the right order
25526           (fixes #167959).
25527
25528 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25529
25530         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25531         * ext/faad/gstfaad.h:
25532         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25533         certain invalid muxed streams, where some packets will contain 
25534         junk after decoder data. Partially fixes #149158.
25535
25536 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25537         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25538           Make sure we only write to writable buffers
25539
25540 2005-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25541
25542         * gst-libs/gst/riff/riff-media.c:
25543         (gst_riff_create_audio_caps_with_data):
25544           Do actually fix invalid RIFF fmt header values for alaw
25545           and mulaw audio instead of just saying so.
25546
25547         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25548           Give gst_riff_create_audio_caps_with_data() a chance to
25549           fix up broken format header fields before extracting any
25550           parameters from the header. (fixes #167633)
25551
25552 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25553
25554         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25555
25556         * gst/audioconvert/bufferframesconvert.c:
25557         (buffer_frames_convert_link):
25558           Don't leak othercaps. (fixes #167878)
25559
25560 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25561
25562         * configure.ac:
25563         * ext/libvisual/visual.c: (gst_visual_srclink),
25564         (gst_visual_change_state):
25565           Support libvisual 0.2.0.
25566
25567 2005-02-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25568
25569         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25570         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25571           Use same rowstrides for I420 as used everywhere else.
25572
25573 2005-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25574
25575         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25576           Declare variables at beginning of block and make gcc-2.95 happy
25577           (fixes # 167482, patch by Gergely Nagy).
25578           
25579         * gst/tcp/gsttcpclientsrc.c:
25580         * gst/tcp/gsttcpclientsrc.h:
25581           Move some includes into the header, so that struct sockaddr_in is
25582           defined when it should be defined on FreeBSD as well (fixes
25583           #167483).
25584           
25585         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25586           Don't pass uninitialised values to setsockopt() here either.
25587
25588 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25589
25590         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25591
25592         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25593           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25594
25595 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25596
25597         * gst/playback/gstplaybin.c: (add_sink):
25598           Invert bin_add/link order to workaround deadlock in opt.
25599
25600 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25601
25602         * gst/modplug/gstmodplug.cc:
25603           Add missing break causing position queries to fail.
25604
25605 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25606
25607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25608           Granpos can apparently be -1, which screws up calculations...
25609
25610 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25611
25612         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25613         (gst_ximagesink_send_pending_navigation),
25614         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25615         (gst_ximagesink_init):
25616         * sys/ximage/ximagesink.h:
25617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25618         (gst_xvimagesink_send_pending_navigation),
25619         (gst_xvimagesink_navigation_send_event),
25620         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25621         * sys/xvimage/xvimagesink.h:
25622           Use a mutex protected list to marshal navigation
25623           events into the stream thread from whichever thread
25624           sends them.
25625
25626 2005-02-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25627
25628         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25629           Display current position and track length; misc. clean-ups.
25630           
25631         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25632         (speed_init), (speed_chain):
25633           Add query function, so that the stream length and current position
25634           get adjusted when queried (note that current position queries may
25635           still be wrong if the audio sink returns values based on buffer
25636           timestamps instead of passing on the query).
25637
25638 2005-02-13  Benjamin Otte  <otte@gnome.org>
25639
25640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25641         (gst_audio_convert_channels):
25642           create channel conversion matrix when linking
25643         * gst/audioconvert/.cvsignore:
25644         * gst/audioconvert/Makefile.am:
25645         * gst/audioconvert/channelmixtest.c: (main):
25646           add (ugly) test that ensures stereo <=> mono conversion works
25647           correctly
25648
25649 2005-02-13  Benjamin Otte  <otte@gnome.org>
25650
25651         * gst/audioconvert/gstchannelmix.h:
25652           include missing header file
25653         * gst/audioconvert/gstchannelmix.c:
25654         (gst_audio_convert_fill_compatible):
25655           use same sign for both channels when converting to/from compatible
25656           channel. Previously used different signs made the signals cancel
25657           each other out and appear like silence. (fixes #167269)
25658
25659 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25660
25661         * gst/ffmpegcolorspace/avcodec.h:
25662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25663         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25664         (gst_ffmpegcsp_avpicture_fill):
25665         * gst/ffmpegcolorspace/imgconvert.c:
25666           Convert to and from YV12 (fixes #156379).
25667
25668 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25669
25670         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25671         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25672         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25673         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25674         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25675         methods from chain and negotiation and vice versa (Fixes #166142).
25676         * sys/ximage/ximagesink.h: Add stream_lock.
25677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25678         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25679         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25680         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25681
25682 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25683
25684         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25685           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25686           error message when we can't open the DVD device (when dvdnav_open()
25687           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25688           the above). Send something more useful instead (fixes #167117).
25689
25690 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25691
25692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25693         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25694         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25695         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25696         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25697         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25698         methods from chain and negotiation and vice versa (Fixes #166142).
25699         Fix a possible bug of images in the buffer pool being discarded because
25700         we are looking at the wrong geometry.
25701         * sys/xvimage/xvimagesink.h: Add stream_lock.
25702
25703 2005-02-11  David Schleef  <ds@schleef.org>
25704
25705         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25706         unsigned int. (fixes #167128)
25707
25708 2005-02-11  David Schleef  <ds@schleef.org>
25709
25710         * gst/librfb/Makefile.am: Testing stuff before committing is
25711           for wimps... and people with fast machines.  Fix stupid
25712           mistake.
25713
25714 2005-02-11  David Schleef  <ds@schleef.org>
25715
25716         * configure.ac: Pull in librfb from my CVS tree, because it is
25717           too small and annoying to be separate.  Move rfbsrc plugin
25718           to gst/.
25719         * ext/Makefile.am:
25720         * ext/librfb/Makefile.am:
25721         * ext/librfb/gstrfbsrc.c:
25722         * gst/librfb/Makefile.am:
25723         * gst/librfb/gstrfbsrc.c:
25724         * gst/librfb/rfb.c:
25725         * gst/librfb/rfb.h:
25726         * gst/librfb/rfbbuffer.c:
25727         * gst/librfb/rfbbuffer.h:
25728         * gst/librfb/rfbbytestream.c:
25729         * gst/librfb/rfbbytestream.h:
25730         * gst/librfb/rfbcontext.h:
25731         * gst/librfb/rfbdecoder.c:
25732         * gst/librfb/rfbdecoder.h:
25733         * gst/librfb/rfbutil.h:
25734
25735 2005-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25736
25737         * gst/speed/Makefile.am:
25738         * gst/speed/demo-mp3.c: (main):
25739         * gst/speed/filter.func:
25740         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25741         (speed_class_init), (speed_init), (speed_chain_int16),
25742         (speed_chain_float32), (speed_chain), (speed_set_property),
25743         (speed_get_property), (speed_change_state):
25744         * gst/speed/gstspeed.h:
25745           Fix speed element and make it chain-based (fixes #156467),
25746           and make it handle more than one channel.
25747
25748 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25749
25750         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25751         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25752         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25753         * ext/dts/gstdtsdec.h:
25754           Don't clobber the stack constructing the channels array.
25755           Make the element chain-based. DTS tracks can now be played.
25756           
25757 2005-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25758
25759         * gst-libs/gst/audio/multichannel.h:
25760         * gst-libs/gst/gconf/gconf.h:
25761         * gst-libs/gst/idct/idct.h:
25762         * gst-libs/gst/media-info/media-info-priv.h:
25763         * gst-libs/gst/play/play.h:
25764         * gst-libs/gst/resample/private.h:
25765         * gst-libs/gst/resample/resample.h:
25766         * gst-libs/gst/riff/riff-ids.h:
25767         * gst-libs/gst/video/video.h:
25768         * gst-libs/gst/video/videosink.h:
25769           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25770           missing, so that they work when included from C++ code.
25771
25772 2005-02-09  David Schleef  <ds@schleef.org>
25773
25774         * testsuite/gst-lint: Check for non-statically scoped
25775           parent_class variables.  This won't be a problem once
25776           plugins are loaded with RTLD_LOCAL.
25777
25778 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25779
25780         * ext/mplex/gstmplexibitstream.cc:
25781           gcc madness.
25782
25783 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25784
25785         * ext/ogg/gstogmparse.c:
25786         * gst/debug/gstnavigationtest.c:
25787           Die, thou faulty symbol pollutors (non-static parent_class).
25788
25789 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25790
25791         * ext/mplex/gstmplexibitstream.cc:
25792           Fix event handling (#165525).
25793
25794 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25795
25796         * ext/mikmod/gstmikmod.c:
25797         * gst/modplug/gstmodplug.cc:
25798           Add missing endianness to template (fixes #165509).
25799
25800 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25801
25802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25803           Fix wrong order of reading of optional bytes (#165290).
25804
25805 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25806
25807         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25808           Implement FILLER event awareness.
25809
25810 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25811
25812         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25813           Fix track calculations (#166208).
25814
25815 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25816
25817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25818
25819         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25820         * ext/libpng/gstpngenc.c:
25821           Fix byte-order, use proper fixed caps. Fixes #164197.
25822
25823 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25824
25825         * configure.ac:
25826           Add dvdlpcmdec 
25827
25828         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25829         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25830           Don't push buffers if the src pad isn't negotiated yet.
25831           
25832         * gst/audioconvert/gstaudioconvert.c:
25833         (gst_audio_convert_buffer_to_default_format),
25834         (gst_audio_convert_buffer_from_default_format):
25835           Add support for 24-bit width.
25836
25837         * gst/dvdlpcmdec/.cvsignore:
25838         * gst/dvdlpcmdec/Makefile.am:
25839         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25840         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25841         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25842         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25843         (plugin_init):
25844         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25845           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25846           format. Needs support for the channels maps if someone can find 
25847           a DVD LPCM track with > 2 channels.
25848
25849         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25850         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25851         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25852         * gst/mpegstream/gstdvddemux.h:
25853         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25854         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25855         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25856         * gst/mpegstream/gstmpegdemux.h:
25857         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25858         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25859         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25860         (gst_mpeg_parse_handle_src_query),
25861         (gst_mpeg_parse_handle_src_event):
25862           Use audio/x-dvd-lpcm for LPCM output.
25863           Add DTS output.
25864
25865 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25866
25867         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25868
25869         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25870         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25871           Add BGRA handling (#165736).
25872
25873 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25874
25875         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25876
25877         * gst/law/alaw-decode.c: (alawdec_link):
25878         * gst/law/alaw-encode.c: (alawenc_link):
25879         * gst/law/mulaw-decode.c: (mulawdec_link):
25880         * gst/law/mulaw-encode.c: (mulawenc_link):
25881           Fix caps memleaks (#166600).
25882
25883 2005-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25884
25885         * ext/tarkin/mem.h:
25886         * ext/tarkin/wavelet.h:
25887         * ext/tarkin/yuv.h:
25888         * gst/ffmpegcolorspace/avcodec.h:
25889           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25890           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25891
25892 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25893
25894         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25896         (gst_xvimagesink_change_state):
25897           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25898           Xv video (and thereby regenerate Xv colourkey) in clear() so
25899           that PLAY -> READY -> PLAY works (fixes #162504).
25900
25901 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25902
25903         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25904           Switch to list instead of range, since MJPEG-devices really just
25905           support decimations, not any size.
25906
25907 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25908         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25909         (gst_mpeg2dec_reset), (free_all_buffers),
25910         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25911         * ext/mpeg2dec/gstmpeg2dec.h:
25912           The libmpeg2 user-allocated buffer management is awkward, 
25913           to say the least. Hopefully this fixes things.
25914
25915 2005-02-04  Andy Wingo  <wingo@pobox.com>
25916
25917         * gst/audioconvert/bufferframesconvert.c
25918         (buffer_frames_convert_fixate): New function, fixates to 256
25919         frames per buffer by default. (Much better than 1.)
25920         (buffer_frames_convert_init): Set the fixate function for both src
25921         and sink pad.
25922         (buffer_frames_convert_link): After success setting nonfixed caps,
25923         get the negotiated caps so we can know how many buffer-frames it
25924         will be. No idea how this worked at all before.
25925
25926 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25927
25928         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25929         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25930         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25931         (handle_sequence), (handle_picture):
25932         * ext/mpeg2dec/gstmpeg2dec.h:
25933           Rearrange buffer tracking and refcounting and refactor
25934           a little for readability. 
25935
25936 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25937         * sys/v4l/gstv4l.c: (plugin_init):
25938         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25939         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25940         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25941         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25942         * sys/v4l/gstv4ljpegsrc.h:
25943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25944         * sys/v4l/v4l_calls.h:
25945         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25946         (gst_v4lsrc_get_fps):
25947         * sys/v4l/v4lsrc_calls.h:
25948           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25949           you jpeg inside rgb frames" driver.
25950           Don't error in the v4lsrc link function, just return 
25951           REFUSED.
25952
25953 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25954
25955         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25956         (gst_qcamsrc_open):
25957           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25958
25959 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25960
25961         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25962           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25963
25964 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25965
25966         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25967           Reset negotiated state on PAUSED->READY.
25968
25969 2005-02-02  David Schleef  <ds@schleef.org>
25970
25971         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25972         whereever possible.  (Fixes #165997)
25973         * examples/capsfilter/capsfilter1.c: (main):
25974         * examples/dynparams/filter.c: (create_ui):
25975         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25976         * examples/seeking/chained.c: (main):
25977         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25978         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25979         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25980         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25981         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25982         * examples/switch/switcher.c: (main):
25983         * ext/dv/demo-play.c: (main):
25984         * ext/faad/gstfaad.c: (gst_faad_change_state):
25985         * ext/mad/gstmad.c: (gst_mad_chain):
25986         * ext/smoothwave/demo-osssrc.c: (main):
25987         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25988         (gst_gconf_render_bin_from_description),
25989         (gst_gconf_get_default_audio_sink),
25990         (gst_gconf_get_default_video_sink),
25991         (gst_gconf_get_default_audio_src),
25992         (gst_gconf_get_default_video_src),
25993         (gst_gconf_get_default_visualization_element):
25994         * gst/level/demo.c: (main):
25995         * gst/level/plot.c: (main):
25996         * gst/playback/gstplaybin.c: (gen_video_element),
25997         (gen_audio_element):
25998         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25999         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26000         * gst/sine/demo-dparams.c: (main):
26001         * gst/spectrum/demo-osssrc.c: (main):
26002         * gst/speed/demo-mp3.c: (main):
26003         * gst/volume/demo.c: (main):
26004         * testsuite/embed/embed.c: (main):
26005
26006 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26007
26008         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26009         (gst_tcpclientsink_finalize):
26010         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26011         (gst_tcpclientsrc_finalize):
26012         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26013         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26014         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26015         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26016           Don't leak the hostname when shutting down.
26017           In tcpserversrc, take a copy of the default hostname.
26018
26019 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26020
26021         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26022           Set caps to systemstream=TRUE.
26023
26024 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26025
26026         * testsuite/Makefile.am:
26027           Fix more OSX buildbots.
26028
26029 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26030
26031         * ext/mpeg2dec/gstmpeg2dec.c:
26032           Don't send things to NULL PAD_PEERs
26033
26034         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26035           Copy-on-write the incoming buffer.
26036
26037         * gst/mpegstream/gstdvddemux.h:
26038         * gst/mpegstream/gstmpegclock.h:
26039         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26040         (normal_seek), (gst_mpeg_demux_handle_src_event):
26041         * gst/mpegstream/gstmpegdemux.h:
26042         * gst/mpegstream/gstmpegpacketize.h:
26043         * gst/mpegstream/gstmpegparse.c:
26044         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26045         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26046         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26047         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26048         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26049         * gst/mpegstream/gstmpegparse.h:
26050         * gst/mpegstream/gstrfc2250enc.h:
26051           Various changes to the way time is computed that make seeking and
26052           total time estimation much better here.
26053           Use G_BEGIN/END_DECLS instead of __cplusplus
26054
26055         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26056           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26057
26058 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26059
26060         * gst/subparse/gstsubparse.c:
26061           Fix OSX buildbot.
26062
26063 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26064
26065         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26066         (theora_enc_chain), (theora_enc_change_state):
26067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26068         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26069         (gst_vorbisenc_change_state):
26070         * ext/vorbis/vorbisenc.h:
26071           Set granulepos and timestamp correctly for streams not
26072           starting at 0, taking into account the initial delay.
26073
26074 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26075
26076         * gst/mpegstream/gstdvddemux.c:
26077           Add audio/x-dts to audio pad template caps
26078
26079 2005-01-30  David Schleef  <ds@schleef.org>
26080
26081         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26082         (create_context), (gst_polypsink_link): Fix silly endianness
26083         bug.  Add some debugging.  Remove float from caps; it doesn't
26084         work.  Attempt to get remote audio working.
26085
26086 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26087
26088         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26089           Add 3IV2 fourcc.
26090
26091 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26092
26093         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26094         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26095         (gst_avi_demux_stream_data):
26096         * gst/avi/gstavidemux.h:
26097           Invert DIB images. Fixes #132341.
26098
26099 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26100
26101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26102         (gst_ffmpegcsp_chain):
26103           D'oh, reference the palette data, not the palette structure.
26104           Fixes color distortion in #132341.
26105
26106 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26109           PAR can be non-fixed when not provided as argument (#162626).
26110
26111 2005-01-29  David Moore  <dcm@acm.org>
26112
26113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26114
26115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26116         (gst_qtdemux_loop_header):
26117           Re-apply patch from #142272 that allows non-seekable sources,
26118           re-proposed by Daniel Drake <dsd@gentoo.org>.
26119
26120 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26121
26122         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26123           Use the src template for creating the src pad (#162330).
26124
26125 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26126
26127         * configure.ac:
26128         * ext/musepack/Makefile.am:
26129         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26130         (gst_musepackdec_init), (gst_musepackdec_dispose),
26131         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26132         (gst_musepack_stream_init), (gst_musepackdec_loop),
26133         (gst_musepackdec_change_state):
26134         * ext/musepack/gstmusepackdec.cpp:
26135         * ext/musepack/gstmusepackdec.h:
26136         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26137         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26138         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26139         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26140         * ext/musepack/gstmusepackreader.cpp:
26141         * ext/musepack/gstmusepackreader.h:
26142           Update to 1.1 API (#165446).
26143
26144 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26145
26146         * ext/Makefile.am:
26147           Unbreak buildbot.
26148
26149 2005-01-28  Andy Wingo  <wingo@pobox.com>
26150
26151         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26152         to reflect a different dubious internet source. Add a reference
26153         and some commentary.
26154
26155 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26156
26157         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26158         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26159         * gst/playback/gststreamselector.h:
26160           Be more selective when we're redoing caps negotiation from
26161           within the chain function on a stream change.
26162
26163 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * configure.ac:
26166         * ext/Makefile.am:
26167         * ext/amrnb/Makefile.am:
26168         * ext/amrnb/amrnb.c: (plugin_init):
26169         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26170         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26171         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26172         (gst_amrnbdec_state_change):
26173         * ext/amrnb/amrnbdec.h:
26174         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26175         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26176         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26177         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26178         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26179         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26180         * ext/amrnb/amrnbparse.h:
26181           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26182         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26183           Add AMR-NB/-WB raw formats.
26184         * ext/alsa/gstalsa.c: (gst_alsa_link):
26185           Keep valid time when changing format.
26186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26187         (qtdemux_parse_trak):
26188           Add some more format-specific options (#140141, #143555, #155163).
26189
26190 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26191
26192         * gst/matroska/matroska-demux.c:
26193         (gst_matroska_demux_parse_blockgroup):
26194           Fix logic error in timing of subtitle stream synchronization.
26195         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26196           Add skip-chunk, which is found in kodak-camera streams.
26197
26198 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26199
26200         * po/LINGUAS:
26201         * po/vi.po:
26202           Adding Vietnamese translation (submitted by Clytie Siddall)
26203
26204 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * gst/playback/gstdecodebin.c: (try_to_link_1):
26207           Use realpad for signal.
26208
26209 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26210
26211         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26212           Fix category so decodebin picks it up.
26213
26214 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * ext/mad/Makefile.am:
26217         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26218         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26219         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26220         (found_type), (gst_id3demux_bin_change_state):
26221         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26222         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26223         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26224         (gst_id3_tag_change_state), (plugin_init):
26225         * ext/mad/gstmad.h:
26226           Add id3demuxbin (which is a simple bin consisting of id3demux
26227           and typefind), take over rank from id3demux, remove typefind
26228           code from id3demux. Makes all broken mp3s that I know of work,
26229           and thereby fixes #152688.
26230
26231 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26232
26233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26234
26235         * ext/mad/gstmad.c: (gst_mad_src_event):
26236         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26237           Allow seeks on audio pad, make mad forward those (#164826).
26238         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26239           Set duration (#165335).
26240
26241 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26244         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26245         (gst_asf_demux_process_ext_content_desc),
26246         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26247         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26248         * gst/asfdemux/gstasfdemux.h:
26249           Improve metadata display, e.g. if the metadata comes before the
26250           streams are loaded (which is perfectly valid).
26251
26252 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26253
26254         * tools/gst-launch-ext-m.m:
26255           Fix AVI/ASF pipelines (#165340).
26256
26257 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26258         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26259         build failure on amd64
26260
26261 2005-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26262
26263         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26264         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26265           Check environment variables GST_ID3V2_TAG_ENCODING,
26266           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26267           list of character encodings to force interpretation of non-unicode
26268           strings stored in an ID3v2 tag to a particular encoding. If none
26269           is specified, try to use current locale's encoding, then fall back
26270           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26271         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26272         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26273           Check environment variables GST_ID3V1_TAG_ENCODING,
26274           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26275           list of character encodings to use in case a string encountered
26276           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26277           specified, try to use the current locale's encoding, then fall
26278           back to ISO-8859-1 (which will always succeed).
26279
26280 2005-01-25  Benjamin Otte  <otte@gnome.org>
26281
26282         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26283           - on half framerate, compute the rate in advance so the comparisons
26284             don't compare wrong values
26285           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26286             behaviour
26287           - don't use mad_header_decode anymore, mad_frame_decode does that
26288             automatically
26289           - when getting rid of consumed bytes, reset the stream's skiplen
26290           (fixes #163867)
26291
26292 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26293
26294         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26295           Use 1/2 a second for default max_discont, as PES streams from DVB
26296           seem to have larger spacings in the SCR. 
26297           Fix a typo.
26298
26299 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26300
26301         * gst/playback/gstplaybasebin.c: (group_commit):
26302           Notify delayed stream-info availability.
26303
26304 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26305         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26306         (gst_a52dec_handle_event), (gst_a52dec_chain):
26307         Add some debug output. Check that a discont has a valid
26308         time associated.
26309         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26310         (gst_alsa_sink_loop):
26311         Ignore TAG events. A little extra debug for broken timestamps.
26312         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26313         (dvdnavsrc_change_state):
26314         Ensure we send a discont to engage the link before we send any
26315         other events.
26316         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26317         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26318         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26319         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26320         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26321         dvd://title works in totem because typefinding sends a seek that ends
26322         up going back to chapter 1 regardless.
26323         * ext/mpeg2dec/gstmpeg2dec.c:
26324         * ext/mpeg2dec/gstmpeg2dec.h:
26325         Output correct timestamps and handle disconts.
26326         * ext/ogg/gstoggdemux.c: (get_relative):
26327         Small guard against a null dereference.
26328         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26329         (gst_textoverlay_set_property):
26330         Free memory when done. Don't call gst_event_filler_get_duration on
26331         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26332         g_warning.
26333         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26334         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26335         (gst_sw_srclink), (gst_smoothwave_chain):
26336         Draw solid lines, prettier colours.
26337         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26338         Add a default palette that'll work for some movies.
26339         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26340         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26341         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26342         * gst/mpegstream/gstdvddemux.h:
26343         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26344         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26345         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26346         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26347         * gst/mpegstream/gstmpegparse.h:
26348         Use PTM/NAV events when for timestamp adjustment when connected to 
26349         dvdnavsrc. Don't use many discont events where one suffices.
26350         * gst/playback/gstplaybasebin.c: (group_destroy),
26351         (gen_preroll_element), (gst_play_base_bin_add_element):
26352         * gst/playback/gstplaybasebin.h:
26353         Make sure we remove subtitles from the same bin we put them in.
26354         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26355         (gst_subparse_buffer_format_autodetect),
26356         (gst_subparse_change_state):
26357         Fix some memleaks and invalid accesses.
26358         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26359         (oggskel_type_find), (cmml_type_find), (plugin_init):
26360         Some typefind functions for Annodex v3.0 files
26361         * gst/wavparse/gstwavparse.h:
26362         GstRiffReadClass is the correct parent class.
26363
26364 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26365
26366         * gst-libs/gst/riff/riff-media.c:
26367         (gst_riff_create_video_caps_with_data):
26368           Add extradata to huffyuv (fixes #165013).
26369         * gst-libs/gst/riff/riff-read.c:
26370         (gst_riff_read_strf_vids_with_data):
26371           Fix extradata extraction if it is in the chunk size.
26372
26373 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26374
26375         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26376
26377         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26378         (gst_quarktv_change_state), (gst_quarktv_dispose):
26379           Memory free'ing location fix (#164708).
26380
26381 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26382
26383         * gst/playback/gstplaybasebin.c: (group_commit),
26384         (gen_preroll_element), (probe_triggered), (gen_source_element),
26385         (setup_source), (gst_play_base_bin_change_state),
26386         (gst_play_base_bin_add_element):
26387           Don't block for streams.
26388         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26389         (gst_stream_info_set_mute):
26390           Use gst_pad_set_active_recursive.
26391
26392 2005-01-25  Andy Wingo  <wingo@pobox.com>
26393
26394         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26395         for #ifndef HAVE_XVIDEO.
26396
26397 2005-01-24  Jeffrey C. Ollie
26398
26399         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26400
26401         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26402         * ext/gsm/gstgsmdec.h:
26403         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26404         * ext/gsm/gstgsmenc.h:
26405         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26406         was given by property. Add proper buffer timestamps and offsets.
26407
26408 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26409
26410         * gst-libs/gst/riff/riff-media.c:
26411         (gst_riff_create_audio_caps_with_data):
26412           Audio can be <8000Hz.
26413
26414 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26415
26416         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26417           Explicit state change to workaround refcount bugs.
26418
26419 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26420
26421         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26422         (gst_avimux_riff_get_avi_header):
26423           Fix...
26424
26425 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26426
26427         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26428         (gst_riff_read_element_data):
26429         * gst-libs/gst/riff/riff-read.h:
26430           Add _peek version (req'ed in CDXA).
26431         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26432         (gst_cdxaparse_loop):
26433           Fix parsing in playbin.
26434         * gst/playback/gstdecodebin.c: (close_pad_link):
26435           Ignore current_ pads, they cause major annoyance.
26436
26437 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26440           Safety guard.
26441
26442 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26443
26444         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26445           Fix padding...
26446
26447 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26448
26449         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26450           Allow for 0-sized buffers. Fixes length query problems in
26451           starwars.mkv from the testsuite.
26452
26453 2005-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26454
26455         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26456         (gst_video_box_i420), (gst_video_box_chain):
26457           Fix row strides for I420 (fixes #163159)
26458           
26459 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26460
26461         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26462           MPEG2 has a useful rate property, so we can actually use that.
26463           For MPEG-1, continue using the bytes/time properties.
26464
26465 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26466
26467         * gst-libs/gst/riff/riff-media.c:
26468         (gst_riff_create_video_caps_with_data),
26469         (gst_riff_create_video_template_caps):
26470           Add intel-h263.
26471
26472 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26473
26474         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26475           Fail if caps negotiation fails. Should fix #162184, and should
26476           definately be in there regardless of it fixing the actual bug.
26477         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26478         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26479         (gst_avimux_riff_get_avix_header),
26480         (gst_avimux_riff_get_video_header),
26481         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26482         (gst_avimux_start_file), (gst_avimux_handle_event),
26483         (gst_avimux_change_state):
26484         * gst/avi/gstavimux.h:
26485           Refactor structure writing to use GST_WRITE_UINT macros, add
26486           metadata writing support.
26487
26488 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26489
26490         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26491           Elements may already be destroyed when this function is called.
26492
26493 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26494
26495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26496         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26497           More memory leak fixes (#149162).
26498
26499 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26500
26501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26502         (gst_qtdemux_add_stream):
26503           Fix two memleaks.
26504
26505 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26506
26507         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26508           Argh...
26509
26510 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26511
26512         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26513           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26514           when fixating to six channels in Totem.
26515
26516 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26517
26518         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26519           Fix compile warnings on Solaris 10 buildbot
26520
26521 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26522
26523         * ext/dvdread/dvdreadsrc.c: (_read):
26524           Don't read beyond the last cell in a chapter (fixes 
26525           invalid memory access)
26526
26527 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26528
26529         * ext/dvdread/stream_labels.c:
26530         (dvdreadsrc_get_audio_stream_labels):
26531           Use NULL for an empty GList instead of g_list_alloc(); fix 
26532           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26533           of GString (easier to bulk free later)
26534
26535 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26536
26537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26538
26539         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26540         (gst_ffmpeg_pixfmt_to_caps):
26541           Fix BGRA32 caps (#164209).
26542
26543 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26544
26545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26546
26547         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26548         (gst_ffmpeg_caps_to_pixfmt):
26549           alpha_mask can be RGBA/ABGR. Fixes #164265.
26550
26551 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26552
26553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26554
26555         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26556         (gst_mpeg2dec_alloc_buffer):
26557         * ext/mpeg2dec/gstmpeg2dec.h:
26558           Crop if decoding size is not the actual image size (#163676).
26559
26560 2005-01-17  Steve Baker  <steve@stevebaker.org>
26561
26562         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26565         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26566           Add libsndfile typefind functions (#163309).
26567
26568 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26569
26570         * tools/gst-launch-ext-m.m:
26571           Add .aac, fix .m1v/.m2v (#163891).
26572
26573 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26574
26575         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26576           Sanity check, don't wait endlessly since the clock might not
26577           actually run at this point (which is a deadlock). Fixes #164069.
26578
26579 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26580
26581         * gst/playback/gstplaybasebin.c: (probe_triggered):
26582           Of course, only pause if group is done...
26583
26584 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * gst/playback/gstplaybasebin.c: (probe_triggered):
26587           Thread safety.
26588
26589 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26590
26591         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26592           Don't return state change success when the parent
26593           failed.
26594
26595 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26598           Free events (fix memleak in #162905).
26599
26600 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26601
26602         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26605         (gst_ffmpeg_caps_to_pixfmt):
26606           Fix for depth = 15. Fixes #161675.
26607
26608 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26611           Set FPS correctly, even for webcams and the like.
26612         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26613           Don error on setting while capturing.
26614
26615 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26616
26617         * ext/dv/gstdvdec.c:
26618         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26619         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26620           I'm a bad boy. using /1001. to force C to do float division
26621           and not integer division (as it did in my last commit)
26622           Thanks to David I. Lehn for pointing this mistake.
26623
26624 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26625
26626         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26627           Revert Johan's 1.35->1.36 since it breaks compat.
26628
26629 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26630
26631         * ext/dv/gstdvdec.c:
26632         * ext/libfame/gstlibfame.c:
26633         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26634         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26635           replace framerate aproximations by their real value
26636           (24000/1001, 30000/1001, 60000/1001)
26637           Finish fixing bug #164049
26638
26639 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26640
26641         * ext/ogg/gstoggmux.c:
26642           eos/bos debugging
26643         * gst/tcp/gstmultifdsink.c:
26644         * gst/tcp/gstmultifdsink.h:
26645         * gst/tcp/gsttcp.c:
26646         * gst/tcp/gsttcp.h:
26647         * gst/tcp/gsttcpclientsink.c:
26648         * gst/tcp/gsttcpclientsrc.c:
26649         * gst/tcp/gsttcpserversink.c:
26650         * gst/tcp/gsttcpserversrc.c:
26651           improve reusability of elements after state changes and errors
26652           make multifdsink throw away streamheaders when receiving new ones
26653
26654 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26655
26656         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26657           Fix for if items are already in list...
26658
26659 2005-01-12  Benjamin Otte  <otte@gnome.org>
26660
26661         * gst/adder/gstadder.c: (gst_adder_loop):
26662           fix adder a bit so it doesn't screw up with events as much anymore
26663
26664 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26665
26666         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26667         (pixbufscale_scale), (gst_pixbufscale_chain):
26668         * ext/gdk_pixbuf/pixbufscale.h:
26669           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26670           to ensure rowstrides are calculated the same way as 
26671           ffmpegcolorspace
26672           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26673           that we pick up duration and offset also.
26674
26675 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26676
26677         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26678         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26679           Reusability fixes.
26680
26681 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26684         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26685         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26686         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26687           Update flags when requested.
26688
26689 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26690
26691         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26692           Fix dmix.
26693
26694 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26697         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26698         (probe_triggered), (new_decoded_pad), (gen_source_element),
26699         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26700         * gst/playback/gstplaybasebin.h:
26701         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26702         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26703         (gst_play_bin_change_state):
26704           Implement group-switch signal for use in apps to clear metadata
26705           cache, clean up subtitle, add suburi property instead of # hack,
26706           some error-out fixes.
26707
26708 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26709
26710         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26711           Debug.
26712         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26713           If we got a state change in the _get handler, don't return success.
26714
26715 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26716
26717         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26718         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26719           Make jpegdec quiet on MJPEG decoding
26720         * gst/asfdemux/README:
26721           Fix mimetypes for MJPEG and H263
26722
26723 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * ext/theora/theoradec.c: (theora_dec_chain):
26726           Fix broken code generation by gcc by swapping arguments.
26727         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26728           Fix \n in debug.
26729
26730 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26731
26732         * TODO:
26733           delete this file, it is by far outdated
26734         * ext/alsa/gstalsa.1: remove
26735         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26736         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26737         (gst_alsa_get_caps):
26738           Add HW probing for supported sample rates. Fixes #161704
26739
26740 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26743           Don't crash, biatch! :).
26744
26745 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * ext/musepack/gstmusepackreader.cpp:
26748         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26749           Some work on tags - still doesn't work in playbin...
26750         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26751           Handle events...
26752
26753 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26754
26755         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26756           Also shove tags on kid pads.
26757
26758 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26759
26760         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26761           Don't bail on unknown events.
26762         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26763           Don't crash on events before negotiation.
26764         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26765           Send tags on pads, too.
26766         * gst/playback/gststreamselector.c:
26767         (gst_stream_selector_request_new_pad):
26768           Forward events on first pad if no input was selected yet.
26769
26770 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * gst/playback/gstplaybasebin.c: (setup_substreams):
26773           Don't disable streamtype if the stream doesn't exist, since
26774           then playing a video after audio will disable both and nothing
26775           will happen. Fixes the testsuite.
26776
26777 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26778
26779         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26780         (gst_v4l_xoverlay_set_xwindow_id):
26781         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26782         (gst_v4l2_xoverlay_set_xwindow_id):
26783           Add debug categories, fix overlay disabling.
26784
26785 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26786
26787         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26788         * ext/alsa/gstalsa.h:
26789           Add HW probing for period_count/size and buffer_size MIX/MAX
26790           Adjust default/user defined value if out of bounds
26791           Should fix bug #162024
26792
26793 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26794
26795         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26796           Fix warning (#161191).
26797
26798 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26799
26800         * ext/dvdread/stream_labels.c:
26801         (dvdreadsrc_get_audio_stream_labels):
26802           Fix warning (init the good variable in switch default)
26803
26804 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26805
26806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26807
26808         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26809           Fix gcc-2.95 compile (#163485).
26810
26811 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26812
26813         * configure.ac:
26814         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26815         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26816         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26817         (gst_flacenc_change_state):
26818         * ext/flac/gstflacenc.h:
26819           Update for API change in flac-1.1.1. Update requirement in
26820           configure.ac. Fixes #162974.
26821
26822 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * gst/playback/gstplaybasebin.c: (group_destroy):
26825           Remove hack to get rid of assert and get rid of unlinked
26826           signals properly.
26827
26828 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/playback/gstplaybasebin.c: (setup_source):
26831           Set source to NULL so that resources are free'ed. Fixes issues
26832           with playback of CDDA and similar device-accessing things.
26833
26834 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * testsuite/embed/Makefile.am:
26837           test->noinst, fix make test in buildbot.
26838
26839 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26840
26841         * ext/dvdread/stream_labels.c: new file
26842         * ext/dvdread/stream_labels.h: new file
26843         * ext/dvdread/Makefile.am:
26844         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26845           Extract audio stream label from DVD IFO files.
26846           It only dump them on the console for now, still have to
26847           make playbin aware of them.
26848
26849 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26850
26851         * gst/playback/gstplaybasebin.c: (setup_source):
26852           Fix hanging subs.
26853
26854 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26855
26856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26857         (gen_preroll_element), (remove_groups), (setup_subtitle),
26858         (gen_source_element), (setup_source):
26859         * gst/playback/gstplaybasebin.h:
26860           Multiple .sub files is just a stupid idea... Fix some threading
26861           mistakes. Interestingly, external .sub files cause playbin to
26862           hang, I don't know why... Parsing fixes contributed by Fran??ois
26863           Kooman <fkooman@tuxed.net>.
26864
26865 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26866
26867         * testsuite/embed/Makefile.am:
26868           Fix buildbot.
26869
26870 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26871
26872         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26875         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26876         (gst_pngenc_set_property):
26877         * ext/libpng/gstpngenc.h:
26878           Add compression level property (#163323).
26879
26880 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26881
26882         * configure.ac:
26883         * examples/capsfilter/capsfilter1.c: (main):
26884         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26885         * ext/dvdread/Makefile.am:
26886         * ext/dvdread/demo-play:
26887         * ext/dvdread/demo-play.c:
26888         * gconf/gstreamer.schemas.in:
26889         * gst-libs/gst/gconf/gconf.c:
26890         * sys/v4l/TODO:
26891         * testsuite/Makefile.am:
26892         * testsuite/embed/Makefile.am:
26893         * testsuite/embed/embed.c: (cb_expose), (main):
26894           Remove all references to xvideosink, fix examples (#140845).
26895         * gst/playback/gstplaybasebin.c: (group_destroy):
26896           Apparently, disposal does not unlink - so do explicitely.
26897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26898           Add debug.
26899
26900 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26901
26902         * README: fix PKG_CONFIG_PATH instructions, what was there
26903         previously was breaking default search path, not nice. 
26904         Fixes #163358
26905
26906 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26907
26908         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26909         (gst_audioscale_chain):
26910           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26911           when resampling - how the ^@$^!@^! is this possible?!?
26912
26913 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26914
26915         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26916           Reset variables on READY.
26917         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26918         (gst_matroska_mux_loop):
26919           Require data before writing header.
26920
26921 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26922
26923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * ext/mad/gstmad.c: (gst_mad_chain):
26926           Don't call mad_stream_sync() directly after recovering sync.
26927           Fixes #151661.
26928
26929 2005-01-09  Martin Eikermann  <meiker@upb.de>
26930
26931         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26934         (snapshot_handler), (gst_snapshot_sinkconnect),
26935         (gst_snapshot_chain):
26936           Allocate resources when required, fix recursive signal emission
26937           and fix caps. Fixes #161667.
26938
26939 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26940
26941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26942
26943         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26944         (gst_pngdec_chain):
26945           Handle only 8-bppc (bits-per-pixel-component) images, better
26946           error handling and correct strides. Fixes #163177.
26947         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26948         (gst_pngenc_chain):
26949           Better error handling. Fixes #163348.
26950
26951 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26952
26953         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26954         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26955         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26956         (dvdnavsrc_uri_handler_init):
26957           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26958         * gst/playback/gstplaybasebin.c: (gen_source_element):
26959           Add MMS to streaming URIs.
26960
26961 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26964         * sys/xvimage/xvimagesink.c:
26965         (gst_xvimagesink_navigation_send_event):
26966           Check for pad availability before sending event.
26967
26968 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26969
26970         * gst-plugins.spec.in:
26971           Add subparse.
26972
26973 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26974
26975         * configure.ac:
26976           Since we use functions from CVS, up requirement.
26977
26978 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26979
26980         * gst/playback/Makefile.am:
26981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26982         (group_destroy), (group_commit), (group_is_muted),
26983         (gen_preroll_element), (add_stream), (unknown_type),
26984         (probe_triggered), (preroll_unlinked), (mute_stream),
26985         (silence_stream), (new_decoded_pad), (setup_substreams),
26986         (setup_source), (get_active_source), (mute_group_type),
26987         (muted_group_change_state), (set_active_source),
26988         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26989         (play_base_eos), (gst_play_base_bin_change_state):
26990         * gst/playback/gstplaybasebin.h:
26991         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26992         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26993         (gst_stream_info_dispose), (stream_info_mute_pad),
26994         (stream_info_change_state), (gst_stream_info_set_mute):
26995         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26996         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26997         (gst_stream_selector_init), (gst_stream_selector_dispose),
26998         (gst_stream_selector_get_linked_pad),
26999         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27000         (gst_stream_selector_get_linked_pads),
27001         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27002         * gst/playback/gststreamselector.h:
27003           Adding stream selection support plus required properties for
27004           applications to use this. Fully fixes #100931.
27005
27006 2005-01-08  Benjamin Otte  <otte@gnome.org>
27007
27008         * gst/games/gstpuzzle.c: (nav_event_handler):
27009           - handle nav events differently: forward every event no matter if it
27010             was handled or not.
27011           - translate events
27012           You can now cheat by using navigationtest ! puzzle and moving the
27013           mouse close to the edge of a tile. ;)
27014
27015 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27016
27017         * configure.ac:
27018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27019         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27020         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27021         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27022         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27023         (gst_ogm_parse_plugin_init):
27024         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27025         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27026         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27027         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27028         * ext/pango/gsttextoverlay.h:
27029         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27030         (gst_matroska_demux_handle_seek_event),
27031         (gst_matroska_demux_sync_streams),
27032         (gst_matroska_demux_parse_blockgroup),
27033         (gst_matroska_demux_subtitle_caps),
27034         (gst_matroska_demux_plugin_init):
27035         * gst/matroska/matroska-ids.h:
27036         * gst/playback/gstdecodebin.c: (close_pad_link):
27037         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27038         (gen_preroll_element), (remove_groups), (add_stream),
27039         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27040         (setup_source):
27041         * gst/playback/gstplaybasebin.h:
27042         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27043         * gst/subparse/Makefile.am:
27044         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27045         (gst_subparse_base_init), (gst_subparse_class_init),
27046         (gst_subparse_init), (gst_subparse_formats),
27047         (gst_subparse_eventmask), (gst_subparse_event),
27048         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27049         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27050         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27051         (parse_mpsub_deinit), (parse_mpsub_init),
27052         (gst_subparse_buffer_format_autodetect),
27053         (gst_subparse_format_autodetect), (gst_subparse_loop),
27054         (gst_subparse_change_state), (gst_subparse_type_find),
27055         (plugin_init):
27056         * gst/subparse/gstsubparse.h:
27057         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27058         (plugin_init):
27059           Add subtitle support, .sub parser (supports SRT and MPsub),
27060           OGM text support, Matroska UTF-8 text support, deadlock fixes
27061           all over the place, subtitle awareness in decodebin/playbin
27062           and some fixes to textoverlay to handle subtitles in a stream
27063           correctly. Fixes #100931.
27064
27065 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27066
27067         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27068           Check for pad availability before doing a query on it.
27069
27070 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27071
27072         * ext/dv/gstdvdec.c:
27073           really fix bpp24/32 dvdec caps (classic rgba indeed)
27074         * gst/asfdemux/gstasfdemux.c:
27075         (gst_asf_demux_process_ext_content_desc):
27076           don't send text tags if they are empty (bis repetita)
27077
27078 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27079
27080         * ext/dv/gstdvdec.c:
27081          remove unneeded comment from dvdec
27082           (related to DV 4CC codes in AVI files)
27083           moved them in gstreamer/docs/random/mimetypes
27084         * gst/asfdemux/gstasfdemux.c:
27085         (gst_asf_demux_process_ext_content_desc):
27086          don't send text tags if they are empty
27087          fix mem leak on error path
27088         * gst/ffmpegcolorspace/avcodec.h:
27089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27090         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27091         (gst_ffmpegcsp_avpicture_fill):
27092         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27093         * gst/ffmpegcolorspace/imgconvert_template.h:
27094          adds BGR32 and BGRA32 to ffmpegcolorspace
27095           (still bad colors, fixing it on next commit)
27096           helps with dvdec outputing BGR32
27097
27098 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27099
27100         * ext/dv/gstdvdec.c:
27101          Fix audio caps i just broke (missing ',')
27102         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27103         (gst_matroska_mux_reset):
27104          Fix typo + add FIXME about old "x-gst-metadata" crap
27105
27106 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27107
27108         * ext/dv/demo-play.c: (main):
27109          xvideosink -> xvimagesink
27110         * ext/dv/gstdvdec.c:
27111          change rgb 32/32 caps to 24/32 (no alpha)
27112          change nb of channels to be a list (2 or 4, not 2)
27113          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27114         * gst/asfdemux/gstasfdemux.c:
27115         (gst_asf_demux_process_ext_content_desc):
27116          Add 'date/year' to extracted metadata list
27117
27118 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27119
27120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27121           The return value of fixate_to does not imply that the requested
27122           value was set, so don't assume.
27123
27124 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27125
27126         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27127
27128         * ext/libpng/gstpngdec.c:
27129         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27130         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27131         * ext/libpng/gstpngenc.h:
27132           Alpha support (encoder; #163161), mime fixage.
27133
27134 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27135
27136         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27137
27138         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27139         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27140         (gst_faac_set_property), (gst_faac_get_property):
27141         * ext/faac/gstfaac.h:
27142           Allow for ADTS output (#153434).
27143
27144 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27145
27146         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27147           Fix against template (#150576).
27148
27149 2005-01-06  Benjamin Otte  <otte@gnome.org>
27150
27151         * gst/games/gstpuzzle.c: (draw_puzzle):
27152           don't draw a puzzle if either width or height of tiles would be 0.
27153
27154 2005-01-06  Benjamin Otte  <otte@gnome.org>
27155
27156         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27157         (gst_puzzle_class_init), (gst_puzzle_finalize):
27158           no memleaks, please
27159         (gst_puzzle_create), (gst_puzzle_init),
27160         (gst_puzzle_set_property), (gst_puzzle_setup):
27161           change initialization code around so we don't reshuffle on resize
27162         (draw_puzzle):
27163           fix another stupid typo
27164
27165 2005-01-06  Benjamin Otte  <otte@gnome.org>
27166
27167         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27168           fix stupid typo that borked copying on YUY2
27169
27170 2005-01-06  Benjamin Otte  <otte@gnome.org>
27171
27172         * gst/games/gstpuzzle.c: (draw_puzzle):
27173           fix edges when image sizes aren't multiples of tile sizes
27174
27175 2005-01-06  Benjamin Otte  <otte@gnome.org>
27176
27177         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27178           make RGB endianness work correctly
27179         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27180           refactor and fix race with initial shuffling
27181         (nav_event_handler):
27182           allow using the mouse to puzzle
27183         (draw_puzzle):
27184           insist on tiles having width and height as multiples of 4 to get
27185           clean YUV image handling
27186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27187         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27188           s/DEBUG/LOG/ for common messages
27189         (gst_xvimagesink_navigation_send_event):
27190           fix mouse event translation to not include screen PAR
27191         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27192           fix mouse event translation to actually work
27193
27194 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27195
27196         * gst/asfdemux/gstasfdemux.c:
27197         (gst_asf_demux_process_ext_content_desc):
27198          Extract TrackNumber metadata + clean up code
27199         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27200          Hope this is the good fix (var used unitialised)
27201
27202 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27203
27204         * ext/faad/gstfaad.c: (gst_faad_chain):
27205           Only increment timestamp if it's valid. Fixes raw AAC streams.
27206
27207 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27208
27209         * configure.ac:
27210         * gst/games/Makefile.am:
27211         * gst/games/gstpuzzle.c:
27212           add a puzzle game with...
27213         * gst/games/gstvideoimage.c:
27214         * gst/games/gstvideoimage.h:
27215           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27216           from videotestsrc and made into something that would be a nice
27217           library for a lot of other plugins.
27218
27219 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27220
27221         * configure.ac:
27222          don't compile faad plugin if a RC of 2.0 is found
27223          Fixes #155346 (and FC1 buildbot)
27224         * gst/asfdemux/gstasfdemux.c:
27225         (gst_asf_demux_process_ext_content_desc):
27226          try to make Solaris compiler happier
27227
27228 2005-01-06  Paul Jack  <pjack@sfaf.org>
27229
27230         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27233           Fix segfault (#161667).
27234
27235 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27236
27237         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27238           Fix framerate reporting.
27239
27240 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27241
27242         * gst-libs/gst/riff/riff-ids.h:
27243         * gst/wavenc/riff.h:
27244          Add AMR (VBR and CBR) ids to riff.h audio codec list
27245         * gst/asfdemux/gstasfdemux.c:
27246         (gst_asf_demux_process_ext_content_desc),
27247         (gst_asf_demux_process_object):
27248           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27249
27250 2005-01-05  Martin Eikermann  <meiker@upb.de>
27251
27252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27253
27254         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27255         (gst_dvd_demux_handle_discont):
27256         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27257         (gst_mpeg_demux_handle_discont):
27258           Recreate pads on new-media (#160730).
27259         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27260           Send discont even if manager changes timestamps (#161929).
27261
27262 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27263
27264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27267           Fix invalid memory access (#159211).
27268
27269 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27270
27271         * examples/gstplay/player.c: (main):
27272           Don't iterate.
27273         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27274           Add visualizations.
27275         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27276         (gst_a52dec_handle_frame):
27277           Set duration.
27278         * ext/dvdnav/gst-dvd:
27279           Add audioconvert. Fixes #161325.
27280         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27281           Explicitely case to gint64. Possible valgrind error.
27282         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27283         (gst_play_tick_callback), (gst_play_change_state),
27284         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27285         (gst_play_set_location), (gst_play_get_location),
27286         (gst_play_seek_to_time), (gst_play_set_data_src),
27287         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27288         (gst_play_set_visualization), (gst_play_connect_visualization),
27289         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27290         (gst_play_new):
27291           Use playbin. Fixes #139749 and #147744.
27292         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27293           Add genre tag.
27294         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27295         (audioscale_get_type), (gst_audioscale_base_init),
27296         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27297         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27298         (gst_audioscale_link), (gst_audioscale_get_buffer),
27299         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27300         (gst_audioscale_init), (gst_audioscale_dispose),
27301         (gst_audioscale_chain), (gst_audioscale_set_property),
27302         (gst_audioscale_get_property), (plugin_init):
27303           Indent properly.
27304         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27305           Fix LPCM.
27306         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27307         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27308         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27309           Add more metadata (fixes #162656).
27310
27311 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27312
27313         * configure.ac:
27314           back to cvs
27315
27316 === release 0.8.7 ===
27317
27318 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27319
27320         * NEWS:
27321         * RELEASE:
27322         * configure.ac:
27323           releasing 0.8.7, "Hyperspace"
27324
27325 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27326
27327         patch by: Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27328
27329         * gst/playback/gstplaybasebin.c:
27330          Fix for #162924 - free caps after use, not before
27331
27332 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27333
27334         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27335
27336         * gst/playback/gstplaybasebin.c:
27337         * gst/wavparse/gstwavparse.c:
27338           Fix for #154773 - fixes playback of small .wav files
27339
27340 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27341
27342         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27343
27344         * gst/audioscale/gstaudioscale.c:
27345           Fix for #162819 - make audioscale reusable
27346           Fixes playback of more than one file with playbin/totem
27347
27348 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27349
27350         * gst/ffmpegcolorspace/avcodec.h:
27351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27352         * gst/ffmpegcolorspace/imgconvert.c:
27353           clean up the mess that made me cry and avoid needless duplication
27354
27355 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27356
27357         * gst/ffmpegcolorspace/imgconvert.c:
27358           give some indication of why we're segfaulting
27359
27360 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27361
27362         * configure.ac:
27363           Fix indentation, fix v4l2 plugin detection.
27364         * ext/Makefile.am:
27365           Fix libmms location (Maciej, use diff -u!).
27366         * ext/alsa/gstalsa.c: (gst_alsa_init):
27367           Initialize caps cache to NULL.
27368         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27369           Only change state on audiosink if it exists.
27370
27371 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27372
27373         * gst/matroska/matroska-demux.c:
27374         * gst/matroska/matroska-ids.h:
27375         * gst/matroska/matroska-demux.h:
27376         Fix Vorbis streams failing to decode in some files, where cluster_time
27377         isn't 0, because then it doesn't send codec_priv before actual data.
27378         Remove time-based test and replace it with marker set on beginning of
27379         new stream
27380
27381 2004-12-28  David Schleef  <ds@schleef.org>
27382
27383         Merge patch from Ronald fixing problems with streaming
27384         text.
27385         * ext/cairo/gstcairo.c: (plugin_init):
27386         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27387         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27388         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27389         (gst_textoverlay_font_init), (gst_textoverlay_init),
27390         (gst_textoverlay_set_property):
27391         * ext/cairo/gsttextoverlay.h:
27392
27393 2004-12-27  David Schleef  <ds@schleef.org>
27394
27395         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27396         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27397         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27398         (gst_textoverlay_font_init), (gst_textoverlay_init),
27399         (gst_textoverlay_set_property): Improvements to actually
27400         render text as white on black outline on video, including
27401         font selection and horizontal/vertical alignment.  (Ronald's
27402         christmas present)
27403         * ext/cairo/gsttextoverlay.h:
27404
27405 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27406
27407         * ext/ogg/gstogg.c:
27408         * ext/ogg/gstogmparse.c:
27409           fix ogm[audio/video]parse plugin registration
27410           (riff won't load if bytestream is already loaded)
27411
27412 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27413
27414         * gst/audioconvert/gstchannelmix.c:
27415           fix for GLIB < 2.4
27416
27417 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27418
27419         * Makefile.am:
27420         * configure.ac:
27421           disable docs again until it actually passes make distcheck.
27422
27423 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27424
27425         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27426         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27427         (plugin_init):
27428           Add 3GP (variables name Q3GP because they can't start with a
27429           number). Add samr audio fourcc (used in .3gp files), decoder
27430           is work in progress. Also do a GST_WARNING instead of ERROR
27431           in case of unknown nodes, to decrease output.
27432
27433 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27434
27435         * Makefile.am:
27436           really fix dist
27437
27438 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27439
27440         * configure.ac:
27441         * ext/speex/gstspeexdec.h:
27442         * ext/speex/gstspeexenc.h:
27443           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27444           Fix detection code in configure.ac
27445
27446 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27447
27448         * gst/matroska/matroska-demux.c:
27449         (gst_matroska_demux_parse_blockgroup):
27450           Save position, so that queries give proper return values. Don't
27451           know how this could ever have worked before...
27452
27453 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27454
27455         * configure.ac:
27456           Put additional LAME check inside the conditional.  Fixes #152339
27457
27458 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27459
27460         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27461         (gst_avi_demux_stream_scan):
27462           Add some more debug. Fix logic error when setting movi offset
27463           while reading index.
27464
27465 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27466
27467         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27468         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27469         (gst_avi_demux_process_next_entry):
27470           Add some debugging. Better detection of broken indexes and the
27471           accompanying index recovery. No infinite loops on state changes
27472           when we're still in our loopfunction.
27473
27474 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27475
27476         * configure.ac:
27477           Fix up.
27478
27479 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27480
27481         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27482
27483         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27484           Normalizing the value before setting
27485         (gst_sunaudiomixer_get_volume):
27486           Normalizing the value after getting. Fixes bug# 161980
27487
27488 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27489
27490         * Makefile.am: Make sure docs gets disted
27491         * docs/Makefile.am: Make sure all needed files get disted
27492         * gst-plugins.spec.in: latest updates
27493
27494 2004-12-22  Wim Taymans  <wim@fluendo.com>
27495
27496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27497         Revert patch 1.38 as clock distribution over schedulers does
27498         not work correcly in the core yet.
27499
27500 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27501
27502         * sys/oss/README: remove this file, which predates my birth
27503           (and which content is by far outdated)
27504
27505 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27506
27507         * Makefile.am:
27508         * configure.ac:
27509         * docs/Makefile.am:
27510         * docs/libs/Makefile.am:
27511         * docs/libs/gst-plugins-libs-docs.sgml:
27512         * docs/libs/gst-plugins-libs-sections.txt:
27513         * docs/libs/tmpl/gstgconf.sgml:
27514         * docs/upload.mak:
27515         * docs/version.entities.in:
27516           Added boilerplate gtk-doc files for plugin-libs documentation.
27517
27518 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27519
27520         * gst/auparse/gstauparse.c: fix int and float audio caps
27521
27522 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27523
27524         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27525         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27526           g_assert() can be a macro, don't use #ifdef inside it.
27527
27528 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27529
27530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27531
27532         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27533         (gst_videorate_init), (gst_videorate_chain),
27534         (gst_videorate_change_state):
27535           Event handling (fixes #159986).
27536
27537 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * gst-libs/gst/riff/riff-media.c:
27540         (gst_riff_create_video_caps_with_data):
27541           Add BLZ0 (Blizzard's version of DivX) fourcc.
27542
27543 2004-12-18  David Schleef  <ds@schleef.org>
27544
27545         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27546         portability fix.
27547
27548 2004-12-18  David Schleef  <ds@schleef.org>
27549
27550         * gst/tta/ttadec.h: Disable some header code that isn't used
27551         and clearly isn't portable.
27552
27553 2004-12-18  David Schleef  <ds@schleef.org>
27554
27555         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27556         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27557         (avcodec_get_pix_fmt), (avpicture_layout),
27558         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27559         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27560         Fix code to not use GCC extensions (and c99 extensions that
27561         Forte does not like.)
27562
27563 2004-12-19  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27564
27565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27566
27567         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27568         (gst_deinterlace_chain):
27569           Rowstride fixes. Fixes #161039.
27570         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27571         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27572         (gst_video_crop_getcaps), (gst_video_crop_link),
27573         (gst_video_crop_i420), (gst_video_crop_chain),
27574         (gst_video_crop_change_state):
27575           Rework of negotiation. Actually works now. Fixes #158650.
27576
27577 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27578
27579         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27580           That was very stupid.
27581
27582 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27583
27584         * gst/matroska/matroska-demux.c:
27585         (gst_matroska_demux_parse_blockgroup):
27586           Fix possible crasher.
27587
27588 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27589
27590         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27591         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27592           Lace sizes can be zero.
27593
27594 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27595
27596         * ext/musepack/gstmusepackdec.cpp:
27597           Fetch error return values. Fixes #161624.
27598         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27599           Really EOS.
27600
27601 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27602
27603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27604           Work for truncated (unfinished download etc.) files. Fixes #160514.
27605
27606 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27607
27608         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27609           Fix for integer overflow. Makes #156001 not crash. Probably masks
27610           the real bug.
27611
27612 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27613
27614         * gst/ac3parse/gstac3parse.c: (plugin_init):
27615           Parsers never have ranks. Fixes #159651.
27616
27617 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27618
27619         * gst/playback/gstdecodebin.c: (compare_ranks):
27620           make sure the facotries are ordered the same every time even if they
27621           have the same rank by using the name
27622         * gst/playback/gstdecodebin.c: (find_compatibles):
27623           make sure we don't add factories to the list twice
27624
27625 2004-12-16  David Schleef  <ds@schleef.org>
27626
27627         * configure.ac: look for musepack headers as musepack/*.h
27628         (fixes #159847)
27629         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27630         * ext/musepack/gstmusepackreader.h: same
27631
27632 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27633
27634         * gst-libs/gst/riff/riff-read.c:
27635         (gst_riff_read_strf_auds_with_data):
27636           Read extradata correctly (fixes #155879).
27637
27638 2004-12-16  David Schleef  <ds@schleef.org>
27639
27640         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27641         audio.  does _not_ attempt or allow conversion unless channels
27642         is 1 or 2.
27643
27644 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27645
27646         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27647
27648 2004-12-16  David Schleef  <ds@schleef.org>
27649
27650         * gst/audioscale/gstaudioscale.c: the resample library only
27651         handles 1 or 2 channels.  Change caps to compensate.
27652
27653 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27656         (gst_matroska_demux_audio_caps):
27657           Some MPEG-AAC hacks, because else it doesn't work...
27658
27659 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27660
27661         * gst-libs/gst/riff/riff-media.c:
27662         (gst_riff_create_video_caps_with_data),
27663         (gst_riff_create_video_template_caps):
27664           Add h264.
27665
27666 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27667
27668         * gst-libs/gst/audio/Makefile.am:
27669           Try to fix buildbot.
27670
27671 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27672
27673         * gst/tcp/gstmultifdsink.c:
27674           Clean up and uniformize debugging.
27675
27676 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27677
27678         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27679
27680         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27681         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27682         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27683         (gst_mpeg_demux_change_state):
27684           Reset on ready. Fixes 160276.
27685
27686 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27687
27688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27691         (gst_ffmpegcsp_pad_link):
27692           Fix memleak (#154815).
27693
27694 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27695
27696         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27697
27698         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27699         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27700         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27701         * ext/musicbrainz/gsttrm.h:
27702           Add support for using a proxy server when getting a trm id from
27703           the MusicBrainz database (#149613).
27704
27705 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27706
27707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27708
27709         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27710         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27711           Fix memleaks (#157233).
27712
27713 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27714
27715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27716
27717         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27718         * gst-libs/gst/resample/resample.h:
27719         * gst/audioscale/gstaudioscale.c:
27720           Fix memleak (#159215).
27721
27722 2004-12-16  Toni Willberg  <toniw@iki.fi>
27723
27724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27725
27726         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27727         * sys/oss/oss_probe.c: (main):
27728           Check for mono/stereo support (similar to samplerate probing),
27729           fixes #159433. Also add missing copyright header to oss_probe.c.
27730
27731 2004-12-15  David Schleef  <ds@schleef.org>
27732
27733         * configure.ac: add audioresample and cairo plugins.  Remove
27734         HAVE_MMX stuff, because it's not used.
27735         * ext/Makefile.am: same
27736         * ext/audioresample/Makefile.am: You are not ready for an
27737         audio resampling element based on audioresample.
27738         * ext/audioresample/gstaudioresample.c:
27739         * ext/audioresample/gstaudioresample.h:
27740         * ext/cairo/Makefile.am: You are not ready for overlay elements
27741         based on cairo.  Don't look too closely, these elements kinda
27742         suck right now.
27743         * ext/cairo/gstcairo.c: new
27744         * ext/cairo/gsttextoverlay.c: new
27745         * ext/cairo/gsttextoverlay.h: new
27746         * ext/cairo/gsttimeoverlay.c: new
27747         * ext/cairo/gsttimeoverlay.h: new
27748         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27749         problem with compilers that don't support variadic macros.
27750
27751 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27752
27753         Reviewed by:  David Schleef  <ds@schleef.org>
27754
27755         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27756         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27757         bit.  Also ran indent-gst.
27758         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27759         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27760         (gst_sunaudiosrc_setparams):
27761
27762 2004-12-14  David Schleef  <ds@schleef.org>
27763
27764         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27765         output rate to 16000.  Should fix #160235.
27766
27767 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27768
27769         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27770         Add typefinding for mpeg2 pes streams
27771
27772 2004-12-13  David Schleef  <ds@schleef.org>
27773
27774         * configure.ac:  Applied patch from bug #143659, making default
27775         sources and sinks OS-dependent (for Solaris), and added code
27776         for OS/X.
27777         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27778
27779 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27780
27781         * gst-libs/gst/riff/riff-media.c:
27782           forgot to add h2.64 to avidemux template caps
27783
27784 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27785
27786         * gst/wavenc/riff.h:
27787         * gst-libs/gst/riff/riff-media.c:
27788         * gst-libs/gst/riff/riff-ids.h:
27789         * gst/avi/gstavimux.c
27790         add 4CC code for VideoSoft h264 in AVI (VSSH)
27791           fixes bug #160655
27792         remove s323 from riff, it's quicktime specific :(
27793
27794 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27795
27796         * gst/asfdemux/README
27797         * gst/wavenc/riff.h
27798         * gst-libs/gst/riff/riff-ids.h
27799         * gst-libs/gst/riff/riff-media.c
27800         * gst/qtdemux/qtdemux.c:
27801           add new 4CC codes for h263 related codecs
27802           fixes partially bug #155163
27803
27804 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27805
27806         * configure.ac: Update polyaudio requirement to 0.7
27807         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27808
27809 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27810
27811         * gst/interleave/deinterleave.c:
27812         fix my name's spelling! :)
27813
27814 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27815
27816         * AUTHORS ChangeLog
27817         * gst/auparse/gstauparse.c
27818         * gst/interleave/deinterleave.c
27819         * gst/law/:
27820                 alaw-decode.c alaw-encode.c
27821                 mulaw-decode.c mulaw-encode.c
27822         * gst/oneton/gstoneton.c
27823         * sys/osxaudio/:
27824                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27825         * sys/osxvideo/:
27826                 cocoawindow.h cocoawindow.m
27827                 osxvideosink.h osxvideosink.m
27828
27829         put the same mail address for Zaheer Abbas Merali everywhere
27830
27831 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27834           Align by packetsize, and assert that we a packet available before
27835           playing. The first makes webstreams work (they often include
27836           trailing padding data in a packet), the second allows pausing a
27837           ASF stream in totem without getting demux errors afterwards.
27838
27839 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27840
27841         * ext/ogg/gstoggdemux.c: (get_relative):
27842           Check for non-NULL before accessing member (end-of-chain).
27843
27844 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27845
27846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27847         (cdparanoia_set_property), (cdparanoia_get_property):
27848         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27849         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27850         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27851         (dvdreadsrc_init), (dvdreadsrc_set_property),
27852         (dvdreadsrc_get_property):
27853         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27854         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27855           Synchronize property names where not yet the case. Devices are
27856           now device=X, other versions are deprecated (but still exist).
27857           Also use g_free() unconditionally.
27858         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27859         (setup_source), (gst_play_base_bin_get_property):
27860           Expose source.
27861
27862 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27863
27864         * configure.ac: move GCONF macro outside conditional for the am
27865           conditional. Fixes #160439
27866
27867 2004-12-08  David Schleef  <ds@schleef.org>
27868
27869         * tools/gst-visualise-m.m: Switch to elements that currently
27870         exist.
27871
27872 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27873
27874         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27875           We love wrong commas.
27876
27877 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27878
27879         * gst/matroska/matroska-demux.c:
27880         (gst_matroska_demux_handle_src_query):
27881           Don't set DEFAULT, unsupported - makes length display incorrectly
27882           in some cases.
27883
27884 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27885
27886         * gst/monoscope/README: remove blurb about files being GPL
27887         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27888         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27889           monoscope is now effectively LGPL licensed
27890
27891 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27892
27893         * gst/monoscope/README: Update information to be more correct
27894         * gst/monoscope/convolve.c: Relicense to LGPL
27895         * gst/monoscope/convolve.h: Relicense to LGPL
27896
27897 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27898
27899         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27900           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27902           set default_duration for mpeg1 audio
27903
27904 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27905
27906         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27907         * ext/alsa/gstalsa.h:
27908           refactor big chunks of the core caps negotiation code to make it
27909           a lot faster, because people claim it's really slow
27910           (actually, just cache the getcaps when the device is opened)
27911
27912 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27913
27914         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27915         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27916         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27917         (gst_a52dec_change_state), (plugin_init):
27918         * ext/a52dec/gsta52dec.h:
27919           Do something useful with timestamps. Make chain-based (since
27920           there's really no reason to be loopbased).
27921         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27922           Update current_byte/frame correctly.
27923
27924 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27925
27926         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27927         (gst_ape_demux_stream_init):
27928           Forward tags, too.
27929
27930 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27931
27932         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27933           Let's make sure we're done typefinding when detecting tags.
27934
27935 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27936
27937         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27938         (gst_ebml_read_init), (gst_ebml_read_use_event),
27939         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27940         (gst_ebml_read_seek), (gst_ebml_read_skip),
27941         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27942         (gst_ebml_read_master):
27943         * gst/matroska/ebml-read.h:
27944         * gst/matroska/matroska-demux.c:
27945         (gst_matroska_demux_parse_contents),
27946         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27947           Disgustingly evil hack for working around INTERRUPT events and
27948           their extremely annoying habit of being a pain in the ass. We
27949           simply peek a cluster before reading any of it.
27950
27951 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27952
27953         * ext/musepack/gstmusepackdec.cpp:
27954           There's also floating point libmusepacks.
27955
27956 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27957
27958         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27959         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27960           Set DURATION even if source buffer didn't. Also use increasing
27961           timestamps.
27962         * gst-libs/gst/riff/riff-media.c:
27963         (gst_riff_create_audio_caps_with_data):
27964           Block_align can have larger values than 8192.
27965
27966 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27967
27968         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27969         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27970         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27971         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27972           Fix caps.
27973
27974 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27975
27976         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27977           Fix logic bug.
27978
27979 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27980
27981         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27982           Yay, another one.
27983
27984 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27985
27986         * ext/esd/esdsink.c: (gst_esdsink_chain):
27987           Make error actually say something useful (fixes #156798).
27988         * gst-libs/gst/riff/riff-media.c:
27989         (gst_riff_create_video_caps_with_data),
27990         (gst_riff_create_video_template_caps):
27991           Add Intel Video 5.0 fourcc (IV50).
27992
27993 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27994
27995         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27996         detection on mono and stereo mp3 files.
27997
27998 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27999
28000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28001           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28002           the contained stream).
28003
28004 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28005
28006         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28007           Oops, remove debug.
28008
28009 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28010
28011         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28012
28013         * gst/law/alaw-decode.c: (alawdec_getcaps):
28014         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28015           Prevent warnings when negotiating caps (fixes #159338).
28016
28017 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28018
28019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28020         (gst_ffmpegcsp_chain):
28021           Remove old leftover that shouldn't be there...
28022
28023 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28024
28025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28026
28027         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28028           Don't forward DISCONT events (fixes #159684).
28029
28030 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28031
28032         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28033           Unlink manually since sometimes bin disposal (and therefore
28034           pad unlinking) is delayed, which will cause a new media file
28035           to not be able to start playing instantly.
28036
28037 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28038
28039         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28040           On mute of an unlinked stream, check for pad availability so
28041           we don't crash on unlinked pad.
28042
28043 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28044
28045         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28046         (gst_avi_demux_massage_index):
28047           Fix quite humiliating bug in omitting 0-sized index chunks but
28048           forgetting to count them for timestamps.
28049
28050 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28051
28052         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28053           Actually leave the loop if we failed to sync. Don't crash.
28054
28055 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28056
28057         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28058         (gst_dvd_demux_process_private):
28059         * gst/mpegstream/gstdvddemux.h:
28060           Fix crash (#159759). Doesn't work, though. :-(.
28061
28062 2004-11-28  Benjamin Otte  <otte@gnome.org>
28063
28064         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28065           more overwriting protection due to modifying channels one by one
28066           instead of all at once
28067
28068 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28069
28070         * gst/audioconvert/gstchannelmix.c:
28071         (gst_audio_convert_fill_normalize):
28072           Normalize using absolute values.
28073
28074 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28075
28076         * configure.ac:
28077         * ext/Makefile.am:
28078         * ext/directfb/Makefile.am:
28079         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28080         (gst_directfbvideosink_get_pixel_format),
28081         (gst_directfbvideosink_get_format_from_fourcc),
28082         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28083         (gst_directfbvideosink_sink_link),
28084         (gst_directfbvideosink_change_state),
28085         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28086         (gst_directfbvideosink_buffer_alloc),
28087         (gst_directfbvideosink_interface_supported),
28088         (gst_directfbvideosink_interface_init),
28089         (gst_directfbvideosink_navigation_send_event),
28090         (gst_directfbvideosink_navigation_init),
28091         (gst_directfbvideosink_set_property),
28092         (gst_directfbvideosink_get_property),
28093         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28094         (gst_directfbvideosink_base_init),
28095         (gst_directfbvideosink_class_init),
28096         (gst_directfbvideosink_get_type), (plugin_init):
28097         * ext/directfb/directfbvideosink.h: Adding a first version of
28098         directfbvideosink.
28099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28100         more.
28101
28102 2004-11-28  Benjamin Otte  <otte@gnome.org>
28103
28104         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28105           walk the samples backwards if out_channels > in_channels so we don't
28106           overwrite data
28107
28108 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28109
28110         * gst/audioconvert/Makefile.am:
28111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28112         (gst_audio_convert_link), (gst_audio_convert_change_state),
28113         (gst_audio_convert_channels):
28114         * gst/audioconvert/gstchannelmix.c:
28115         (gst_audio_convert_unset_matrix),
28116         (gst_audio_convert_fill_identical),
28117         (gst_audio_convert_fill_compatible),
28118         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28119         (gst_audio_convert_fill_others),
28120         (gst_audio_convert_fill_normalize),
28121         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28122         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28123         * gst/audioconvert/gstchannelmix.h:
28124           Implement a channel mixer.
28125
28126 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28127
28128         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28129         * ext/alsa/gstalsa.h:
28130         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28131         Make alsasink actually honor gst_element_set_clock and use that
28132         clock instead of its internal one.
28133
28134 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28135
28136         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28137         (gst_play_base_bin_change_state): nullify source and decoder when
28138         going from READY to NULL so that we don't try to do weird stuff with
28139         them when going from NULL to READY
28140         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28141         instead of g_object_unref
28142         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28143         it should be correct
28144         (gst_play_bin_change_state): don't call remove_sinks if we are
28145         currently disposing the object
28146
28147 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28148
28149         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28150           Don't forget bass if it's there. Else left channel is silent...
28151
28152 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28153
28154         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28155         (gst_a52dec_change_state):
28156           Don't do sample adjusting anymore, we use float audio now.
28157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28158           Don't fixate to non-existing properties.
28159
28160 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28161
28162         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28163         (gst_a52dec_change_state):
28164           Advertise that we can do surround sound.
28165
28166 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28167
28168         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28169           Add buffer-frames=0.
28170         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28171         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28172         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28173         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28174         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28175         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28176         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28177         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28178         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28179         * ext/dvdread/dvdreadsrc.h:
28180           Add seeking, querying for bytes, sectors, title, angle and
28181           chapter. Handle multiple chapters. Relicense to LGPL because
28182           Billy agreed on that (thanks Billy!).
28183
28184 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28185
28186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28187         call parent dispose method
28188
28189 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28190
28191         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28192         (gst_audio_clock_get_internal_time):
28193         Fix active <-> inactive transitions: ensure time value always
28194         grows and avoid abrupt value changes.
28195
28196 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28197
28198         * configure.ac:
28199         * gst/tta/Makefile.am:
28200         * gst/tta/crc32.h:
28201         * gst/tta/filters.h:
28202         * gst/tta/gsttta.c:
28203         * gst/tta/gstttadec.c:
28204         * gst/tta/gstttadec.h:
28205         * gst/tta/gstttaparse.c:
28206         * gst/tta/gstttaparse.h:
28207         * gst/tta/ttadec.h:
28208           added TTA parser and decoder
28209
28210 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28211
28212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28213         (probe_triggered), (check_queue), (buffer_underrun),
28214         (buffer_running), (buffer_overrun), (gen_source_element),
28215         (setup_source):
28216         * gst/playback/gstplaybasebin.h:
28217           Implement buffering. Needs some more work.
28218
28219 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28220
28221         * ext/theora/theoradec.c: (theora_dec_chain):
28222           Fix ilog mask range overflow.
28223
28224 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28225
28226         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28227           Don't omit the last (which in case of dmix is the only :) )
28228           channel count. Don't set channels if <= 2.
28229
28230 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28231
28232         * gst/playback/gstplaybin.c: (gen_video_element),
28233         (gen_audio_element): Removed 2 obsolete comments
28234
28235 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28236
28237         * ext/vorbis/oggvorbisenc.c
28238         * ext/vorbis/vorbisenc.c :
28239           change description fields of those plugins to differentiate them
28240           (pitivi show Encoders by description, they had the same one)
28241
28242 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28243
28244         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28245
28246         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28247         (gst_play_bin_set_property), (gen_video_element),
28248         (gen_audio_element):
28249           Refcounting fixes for provided audio-/videosinks.
28250
28251 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * gst/playback/gstplaybin.c: (gen_video_element),
28254         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28255           Don't reference all sinks, but only the video- and audiosinks.
28256           The vis. element should be disposed when we're done with it.
28257           We don't have any reason to keep it around. This fixes warnings
28258           when reusing playbin for playing multiple audio files with
28259           vis. enabled. Also release audio device on pause - idea stolen
28260           from Rhythmbox.
28261
28262 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28263
28264         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28265         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28266         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28267         * ext/alsa/gstalsaplugin.c: (plugin_init):
28268         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28269         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28270         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28271         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28272         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28273         (gst_faad_change_state), (plugin_init):
28274         * ext/faad/gstfaad.h:
28275         * ext/vorbis/vorbis.c: (plugin_init):
28276         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28277         * gst-libs/gst/audio/Makefile.am:
28278         * gst-libs/gst/audio/audio.c: (plugin_init):
28279         * gst-libs/gst/audio/multichannel.c:
28280         (gst_audio_check_channel_positions),
28281         (gst_audio_get_channel_positions),
28282         (gst_audio_set_channel_positions),
28283         (gst_audio_set_structure_channel_positions_list),
28284         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28285         (gst_audio_fixate_channel_positions):
28286         * gst-libs/gst/audio/multichannel.h:
28287         * gst-libs/gst/audio/testchannels.c: (main):
28288         * gst/audioconvert/gstaudioconvert.c:
28289         (gst_audio_convert_class_init), (gst_audio_convert_init),
28290         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28291         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28292         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28293         * gst/audioconvert/plugin.c: (plugin_init):
28294           Surround sound support.
28295
28296 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28297
28298         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28299           Fix position for discont if we're close as well. Nitpicking, but
28300           saves a few milliseconds of extra waiting or skipping.
28301
28302 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28305           We sometimes need parsers for playback, so add those too.
28306
28307 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28308
28309         * configure.ac:
28310         * gst/apetag/Makefile.am:
28311         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28312         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28313         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28314         (gst_ape_demux_get_src_query_types),
28315         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28316         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28317         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28318         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28319         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28320         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28321         (gst_ape_demux_change_state):
28322         * gst/apetag/apedemux.h:
28323         * gst/apetag/apetag.c: (plugin_init):
28324         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28325         (plugin_init):
28326           APE v1/2 tag reader plus typefind function.
28327
28328 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28329
28330         * configure.ac:
28331         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28333           Remove hacks for older core. Require newer core version
28334           accordingly.
28335
28336 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28337
28338         * gst/cdxaparse/Makefile.am:
28339         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28340         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28341         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28342         * gst/cdxaparse/gstcdxaparse.h:
28343         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28344         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28345         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28346         (gst_cdxastrip_get_src_query_types),
28347         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28348         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28349         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28350         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28351         * gst/cdxaparse/gstcdxastrip.h:
28352           SVCD/VCD header stripping separated from CDXA image parsing.
28353         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28354         (plugin_init):
28355           Add VCD/SVCD header typefinding for VCD/SVCD.
28356         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28357         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28358         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28359         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28360         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28361         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28362         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28363         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28364         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28365         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28366         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28367         * sys/vcd/vcdsrc.h:
28368           Fix up, add seeking, querying, URI interface. Works in totem now.
28369
28370 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28371
28372         * configure.ac:
28373           back to CVS
28374
28375 === release 0.8.6 ===
28376
28377 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28378
28379         * NEWS:
28380         * RELEASE:
28381         * configure.ac:
28382         * po/af.po:
28383         * po/az.po:
28384         * po/cs.po:
28385         * po/en_GB.po:
28386         * po/hu.po:
28387         * po/it.po:
28388         * po/nb.po:
28389         * po/nl.po:
28390         * po/or.po:
28391         * po/sq.po:
28392         * po/sr.po:
28393         * po/sv.po:
28394         * po/uk.po:
28395           releasing 0.8.6, "IOU Love"
28396
28397 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28398
28399         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28400
28401         * gst/playback/gstplaybasebin.c:
28402           Fix unplayable files error handling.  Fixes #158365
28403
28404 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28405
28406         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28407
28408         * gst/typefind/gsttypefindfunctions.c:
28409           Fix broken mp3 typefinding.  Fixes #158375
28410
28411 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28412
28413         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28414
28415         * ext/ogg/gstoggdemux.c:
28416           Fix sync on broken files.  Fixes #158976
28417
28418 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28419
28420         patch by: Edward Hervey <bilboed@bilboed.com>
28421
28422         * ext/libpng/gstpngenc.c:
28423           Copy over buffer properties.  Fixes #158832
28424
28425 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28426
28427         patch by: Tim-Philipp MĂ¼ller <t.i.m@zen.co.uk>
28428
28429         * ext/dvdread/dvdreadsrc.c:
28430           Fixes invalid reads (#158462)
28431
28432 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28433
28434         * sys/v4l/gstv4lsrc.c:
28435         * sys/v4l/gstv4lsrc.h:
28436         * sys/v4l/v4lsrc_calls.c:
28437           Probe less and cache it.  Fixes #159187.
28438
28439 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28440
28441         * gst/videorate/gstvideorate.c:
28442           Handle all video formats. Fixes #159186.
28443
28444 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28445         * gst/synaesthesia/gstsynaesthesia.c:
28446         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28447         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28448         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28449         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28450         (gst_synaesthesia_change_state), (plugin_init):
28451         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28452         Force 320x200 output, as that's the only thing the underlying
28453         synaesthesia implementation supports. Still needs to be made
28454         re-entrant.
28455
28456 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28457
28458         * configure.ac:
28459           Fix mpeg2enc configure check (similar to mplex check below).
28460
28461 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28462
28463         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28464
28465         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28466           Fix for gcc-2.95 (fixes #158221).
28467
28468 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28469
28470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28471           Re-add clock distribution hack (until new core is released).
28472           Fixes #158125.
28473
28474 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28475         * configure.ac:
28476           fix mplex configure check segfaulting on some systems (bug #140994)
28477
28478 2004-11-13  Benjamin Otte  <otte@gnome.org>
28479
28480         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28481           add debugging
28482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28483           do a wait when we enter the loop func with no data available to
28484           write instead of getting into an 100% CPU loop by just returning and
28485           being called again by the scheduler
28486
28487 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28488
28489         * configure.ac:
28490         * ext/libvisual/visual.c: (gst_visual_get_type),
28491         (libvisual_log_handler), (gst_visual_getcaps),
28492         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28493         (plugin_init):
28494           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28495         * ext/smoothwave/Makefile.am:
28496         * ext/smoothwave/demo-osssrc.c: (main):
28497         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28498         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28499         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28500         (plugin_init):
28501         * ext/smoothwave/gstsmoothwave.h:
28502           Make gstsmoothwave a working element in the 20th century.
28503
28504         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28505           Fix incorrect link function
28506
28507 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28508
28509         * gst/volume/gstvolume.c:
28510           Allow buffer-frames=0.
28511
28512 2004-11-12 Iain <iaingnome@gmail.com>
28513
28514         * configure.ac: Check for polypaudio
28515
28516         * ext/Makefile.am: Build the polyp dir
28517
28518         * ext/polyp: The polypsink sources.
28519
28520 2004-10-30 Iain <iaingnome@gmail.com>
28521
28522         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28523         caps to reflect the new number of channels.
28524
28525 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28526
28527         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28528           Fix for negotiation order problem. This would show when the
28529           ALSA loopfuction was called before any other function. ALSA
28530           wouldn't do anything because we're not negotiated yet, leading
28531           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28532
28533 2004-11-11  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28534
28535         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28536
28537         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28538           No warnings (#157986).
28539
28540 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28543           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28544
28545 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28546
28547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28548           Signal no-more-pads (so it works in playbin).
28549
28550 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28551
28552         * ext/musepack/gstmusepackreader.cpp:
28553           Workaround for older core.
28554
28555 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28556
28557         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28558           Actually test for odd width/height rather than testing whether
28559           a temporary variable that was 0 before we subtracted 1 is now
28560           not equal to zero (which it always is).
28561
28562 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28563
28564         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28565         Fix compilation if HAVE_XVIDEO is not defined
28566
28567 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28568
28569         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28570         Fix compilation if HAVE_XVIDEO is not defined
28571
28572 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28573
28574         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28575         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28576         (gst_goom_change_state), (plugin_init):
28577         Use the bytestream adapter so goom doesn't depend on the input
28578         buffer size.
28579         Add a debug category
28580
28581 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28582
28583         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28584           Only set hardware parameters *after* negotiation. Before
28585           negotiation, it will set ANY and that seems to cause crashes
28586           (see e.g. #151288, #153227).
28587
28588 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28589
28590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28591           This seems to be antique leftover. It needs to pass error
28592           checking.
28593         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28594         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28595         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28596         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28597           Fix GstXOverlay implementation (#151059).
28598
28599 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28600
28601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28602           Don't assert (#157853).
28603
28604 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28605
28606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28607           Fix bytes/samples confustion.
28608         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28609           Fix for underrun (#144389).
28610
28611 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28612
28613         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28614           Disable halfway-seek for pending release (since it needs a new
28615           core release).
28616
28617 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28618
28619         * sys/v4l/gstv4lsrc.c:
28620         * sys/v4l/gstv4lsrc.h:
28621         * sys/v4l/v4lsrc_calls.c:
28622           add autoprobe-fps property so we can separate autoprobing parts
28623
28624 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28625
28626         * sys/v4l/gstv4lsrc.c:
28627         * sys/v4l/v4lsrc_calls.c:
28628         initialise fourcc to catch unset fourcc's, and debug
28629
28630 2004-11-09  Wim Taymans  <wim@fluendo.com>
28631
28632         * gst/playback/README:
28633         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28634         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28635         (gst_play_bin_dispose), (gst_play_bin_set_property),
28636         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28637         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28638         (gst_play_bin_get_formats), (gst_play_bin_convert),
28639         (gst_play_bin_get_query_types), (gst_play_bin_query):
28640         Cleanups and some more documentation.
28641
28642 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28643
28644         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28645         (gst_cacasink_init), (gst_cacasink_chain):
28646         * ext/libcaca/gstcacasink.h:
28647         Cacasink inherits from VideoSink, so let that store the clock.
28648
28649 2004-11-09  Wim Taymans  <wim@fluendo.com>
28650
28651         * gst/playback/README:
28652         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28653         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28654         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28655         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28656         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28657         (setup_sinks):
28658         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28659         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28660         * gst/playback/gststreaminfo.h:
28661         Updated README.
28662         Only switch groups if all streams have muted (EOSed).
28663         Send Tags in sync with the stream playback instead of in
28664         the playback/preroll phase.
28665         Some cleanups, free the fakesrc elements.
28666
28667 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28668
28669         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28670           buffer-frames property was missing
28671         * ext/arts/gst_arts.c:
28672           rate missing from sinkcaps
28673         * ext/audiofile/gstafparse.c:
28674         * ext/audiofile/gstafsink.c:
28675         * ext/audiofile/gstafsrc.c:
28676         * ext/swfdec/gstswfdec.c:
28677           int audio doesn't know buffer-frames
28678         * ext/cdparanoia/gstcdparanoia.c:
28679           int audio doesn't know chunksize either
28680         * ext/nas/nassink.c:
28681           it's endianness, not endianess
28682         * gst-libs/gst/audio/audio.h:
28683           make float standard pad template caps really describe float
28684         * gst/law/mulaw.c: (linear_factory):
28685           signed only, please
28686         * gst/mpegstream/gstdvddemux.c:
28687           widths of 20 are not valid
28688
28689 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28690
28691         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28692
28693         * po/LINGUAS:
28694         * po/it.po:
28695           Add Italian
28696
28697 2004-11-08  Wim Taymans  <wim@fluendo.com>
28698
28699         * gst/playback/README:
28700         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28701         * gst/playback/gstplaybasebin.c: (probe_triggered),
28702         (gst_play_base_bin_change_state):
28703         Updated README, added more comments for fixmes etc..
28704
28705 2004-11-08  Wim Taymans  <wim@fluendo.com>
28706
28707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28708         We can remove this hack now.
28709
28710 2004-11-08  Wim Taymans  <wim@fluendo.com>
28711
28712         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28713         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28714         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28715         Only mix AYUV for maximum quality.
28716
28717 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28718
28719         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28720         (gst_ogg_demux_push), (gst_ogg_pad_push):
28721           Let's act as if we're synchronized now! :).
28722         * ext/theora/theoradec.c: (theora_dec_chain):
28723           Add some debug.
28724
28725 2004-11-08  Wim Taymans  <wim@fluendo.com>
28726
28727         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28728         (gst_alpha_set_property), (gst_alpha_sink_link),
28729         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28730         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28731         (gst_alpha_init_params), (gst_alpha_chain):
28732         Implement alpha functions for AYUV too, this increases
28733         accuracy quite a bit.
28734
28735 2004-11-08  Wim Taymans  <wim@fluendo.com>
28736
28737         * gst/ffmpegcolorspace/avcodec.h:
28738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28739         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28740         (gst_ffmpegcsp_avpicture_fill):
28741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28742         (gst_ffmpegcsp_caps_remove_format_info):
28743         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28744         (shrink12), (img_get_alpha_info), (deinterlace_line),
28745         (deinterlace_line_inplace):
28746         * gst/ffmpegcolorspace/imgconvert_template.h:
28747         Added AYUV colorspace and handle RGBA a bit more respectful.
28748
28749 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28750
28751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28752           Actually always send a discont (cornercase when resending the
28753           same serial-tagged chain twice).
28754
28755 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28756
28757         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28758         (gst_ximagesink_finalize):
28759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28760         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28761
28762 2004-11-08  Wim Taymans  <wim@fluendo.com>
28763
28764         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28765         Don't segfault on NULL data.
28766
28767 2004-11-08  Wim Taymans  <wim@fluendo.com>
28768
28769         * gst/playback/gstdecodebin.c: (unlinked):
28770         * gst/playback/gstplay-marshal.list:
28771         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28772         (gst_play_base_bin_init), (group_create), (get_active_group),
28773         (get_building_group), (group_destroy), (group_commit),
28774         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28775         (add_element_stream), (no_more_pads), (probe_triggered),
28776         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28777         (state_change), (setup_source), (gst_play_base_bin_get_property),
28778         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28779         (gst_play_base_bin_link_stream),
28780         (gst_play_base_bin_get_streaminfo):
28781         * gst/playback/gstplaybasebin.h:
28782         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28783         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28784         Add support for chained ogg files. Prepare for playlist
28785         support. This patch introduces the concept of pad groups, which
28786         together compose one playable media file.
28787
28788 2004-11-07  David Schleef  <ds@schleef.org>
28789
28790         * testsuite/gst-lint: Check for pad templates that aren't statically
28791         scoped.
28792
28793 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28794
28795         * configure.ac:
28796         * ext/Makefile.am:
28797         * ext/musepack/Makefile.am:
28798         * ext/musepack/gstmusepackdec.cpp:
28799         * ext/musepack/gstmusepackdec.h:
28800         * ext/musepack/gstmusepackreader.cpp:
28801         * ext/musepack/gstmusepackreader.h:
28802           Add musepack decoder.
28803         * ext/faad/gstfaad.c: (gst_faad_base_init):
28804           Make pad templates static.
28805         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28806         (plugin_init):
28807           Add musepack typefinder, make mp3 typefinding work halfway stream,
28808           which doesn't actually work yet because id3demux doesn't implement
28809           _get_length().
28810
28811 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28814         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28815           Fix interrupt event handling (#144436).
28816
28817 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28818
28819         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28820           Hide unused glory.
28821
28822 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28823
28824         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28825
28826         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28827           Fix weird caps (#157548).
28828
28829 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28830
28831         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28832
28833         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28834           Add missing NULL terminator (#157543).
28835
28836 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28837
28838         * gst/tcp/gsttcp.h:
28839         * gst/tcp/gsttcpclientsink.c:
28840         * gst/tcp/gsttcpclientsrc.c:
28841         * gst/tcp/gsttcpserversink.c:
28842         * gst/tcp/gsttcpserversrc.c:
28843           ports can go up to 65535.  Move common defines to gsttcp.h
28844
28845 2004-11-05  Wim Taymans  <wim@fluendo.com>
28846
28847         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28848         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28849         Added two more colorspaces.
28850
28851 2004-11-05  Wim Taymans  <wim@fluendo.com>
28852
28853         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28854         (gst_ffmpegcsp_avpicture_fill):
28855         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28856         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28857         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28858         More stride fixes.
28859
28860 2004-11-05  Wim Taymans  <wim@fluendo.com>
28861
28862         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28863         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28864         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28865         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28866         (gst_videomixer_loop):
28867         More stride fixes.
28868
28869 2004-11-05  Benjamin Otte  <otte@gnome.org>
28870
28871         * ext/mad/gstmad.c: (gst_mad_chain):
28872           don't overflow data buffer. Flush not needed sync data when syncing
28873           failed.
28874
28875 2004-11-04  Wim Taymans  <wim@fluendo.com>
28876
28877         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28878         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28879         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28880         (gst_alpha_init_params), (gst_alpha_chain),
28881         (gst_alpha_change_state):
28882         Updated the chroma keying algorithm with something more
28883         sophisticated.
28884
28885 2004-11-03  Wim Taymans  <wim@fluendo.com>
28886
28887         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28888         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28889         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28890         Fix stride issues. Does not completely work for odd
28891         heights.
28892
28893 2004-11-03  Wim Taymans  <wim@fluendo.com>
28894
28895         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28896         (gst_alpha_chroma_key), (gst_alpha_chain):
28897         Fix stride issues. Does not completely work for odd
28898         heights.
28899
28900 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28901
28902         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28903         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28904         leak fixes
28905
28906 2004-11-03  Wim Taymans  <wim@fluendo.com>
28907
28908         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28909         (gst_ffmpegcsp_avpicture_fill):
28910         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28911         (avpicture_alloc):
28912         * gst/ffmpegcolorspace/imgconvert_template.h:
28913         Use correct _fill function to get correct strides.
28914
28915 2004-11-02  David Schleef  <ds@schleef.org>
28916
28917         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28918         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28919         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28920         Change all g_print()s to debugging.  Add a bunch of consistency
28921         checks.
28922
28923 2004-11-02  Wim Taymans  <wim@fluendo.com>
28924
28925         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28926         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28927         (unlinked), (no_more_pads), (close_link):
28928         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28929         (unknown_type), (add_element_stream), (new_decoded_pad),
28930         (removed_decoded_pad), (setup_source):
28931         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28932         (gst_stream_info_class_init), (gst_stream_info_init),
28933         (gst_stream_info_new), (gst_stream_info_dispose),
28934         (stream_info_mute_pad), (gst_stream_info_set_property),
28935         (gst_stream_info_get_property):
28936         * gst/playback/gststreaminfo.h:
28937         Fix playback of multiple files.
28938         a slightly different approach to handling dynamic pad removals.
28939         This one only looks at pads that we have linked.
28940
28941 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28942
28943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28944         free" warning from libc.
28945
28946 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28947
28948         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28949         (get_unconnected_element), (remove_starting_from), (pad_removed),
28950         (close_link):
28951           Implement support for dynamic pad changing. We listen to "live"
28952           pad removals (i.e. while playing) and re-setup autoplugging
28953           after that. Playbasebin/playbin need some more work for this
28954           to finally work, but decodebin supports (and replugs) chained
28955           ogg now.
28956
28957 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28958
28959         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28960         (gst_alsa_finalize):
28961         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28962         (gst_cdaudio_finalize):
28963         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28964         (cdparanoia_finalize):
28965         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28966         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28967         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28968         (dvdreadsrc_finalize):
28969         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28970         (gst_flacdec_finalize):
28971         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28972         (gst_flacenc_finalize):
28973         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28974         (gst_gnomevfssink_finalize):
28975         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28976         (gst_gnomevfssrc_finalize):
28977         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28978         (gst_fameenc_finalize):
28979         * ext/nas/nassink.c: (gst_nassink_class_init),
28980         (gst_nassink_finalize):
28981         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28982         (gst_sdlvideosink_class_init):
28983         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28984         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28985         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28986         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28987         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28988         (gst_x_window_listener_dispose):
28989         * gst/audioscale/gstaudioscale.c:
28990         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28991         (play_on_demand_finalize):
28992         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28993         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28994         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28995         (cdplayer_finalize):
28996         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28997         (gst_glimagesink_class_init):
28998         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28999         (gst_osselement_finalize):
29000         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29001         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29002         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29003           Fixes a bunch of problems with finalize and dispose functions,
29004           either assumptions that dispose is only called once, or not calling
29005           the parent class dispose/finalize function
29006
29007 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29008
29009         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29010           added two api precondition guards
29011           use g_strdup with getenv to fix crash when using ENVVAR
29012
29013 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29014         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29015         (gst_esdsink_finalize):
29016         Use a finalize function, not dispose, and more importantly,
29017         call the parent class finalize function too
29018
29019 2004-11-01  Johan Dahlin  <johan@gnome.org>
29020
29021         * ext/ogg/gstoggdemux.c:
29022         * gst/tags/gstvorbistag.c:
29023         Plug leaks.
29024
29025 2004-10-31  Benjamin Otte  <otte@gnome.org>
29026
29027         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29028           lotsa memleaks today. But they're all small...
29029
29030 2004-10-31  Benjamin Otte  <otte@gnome.org>
29031
29032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29033           another memleak crushed
29034
29035 2004-10-31  Benjamin Otte  <otte@gnome.org>
29036
29037         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29038           fix memleak
29039
29040 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29043           Hack to prevent crash when going to READY inside signal handler
29044           while this function is active.
29045
29046 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29047
29048         * gst/ffmpegcolorspace/Makefile.am:
29049         * gst/ffmpegcolorspace/avcodec.h:
29050         * gst/ffmpegcolorspace/common.h:
29051         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29052         * gst/ffmpegcolorspace/dsputil.h:
29053         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29055         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29056         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29057         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29058         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29059         (gst_ffmpegcsp_avpicture_fill):
29060         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29062         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29063         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29064         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29065         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29066         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29067         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29068         * gst/ffmpegcolorspace/imgconvert.c:
29069         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29070         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29071         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29072         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29073         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29074         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29075         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29076         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29077         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29078         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29079         (grow21), (grow22), (grow41), (grow44), (conv411),
29080         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29081         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29082         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29083         (avpicture_free), (is_yuv_planar), (img_convert),
29084         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29085         (deinterlace_line_inplace), (deinterlace_bottom_field),
29086         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29087         * gst/ffmpegcolorspace/imgconvert_template.h:
29088         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29089         * gst/ffmpegcolorspace/mmx.h:
29090         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29091         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29092         (av_freep), (avcodec_get_context_defaults),
29093         (avcodec_alloc_context), (avcodec_init):
29094           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29095           handling plus update from ffmpeg CVS. Large clean-up.
29096
29097 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29098
29099         * gst/playback/Makefile.am:
29100           We need the marshallers for decodebin, too.
29101
29102 2004-10-30  David Schleef  <ds@schleef.org>
29103
29104         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29105           quicktime typefinding work with 64-bit offsets.
29106
29107 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29108
29109         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29110           Set EOS on the element when processing an EOS event.
29111         * ext/speex/gstspeexdec.h:
29112         * ext/speex/gstspeexenc.h:
29113           Only keep a const ptr to the mode
29114         * gst-libs/gst/riff/riff-media.c:
29115         (gst_riff_create_audio_caps_with_data),
29116         (gst_riff_create_audio_template_caps):
29117           Allow WMAV3, with up to 6 channels.
29118         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29119           Don't call gst_pad_set_event_function on a sink pad.
29120         * gst/mpegstream/gstdvddemux.c:
29121         (gst_dvd_demux_get_subpicture_stream),
29122         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29123           Copy the explicit caps that were set across to the cur_* pads,
29124           instead of trying to use a possibly non-existent negotiated caps.
29125           Reset the type of subpicture pads to UNKNOWN after calling
29126           init_stream, so that the caps get set.
29127
29128 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29129
29130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29131
29132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29133           Don't touch buffer if it is of size 0 (fixes #151064).
29134
29135 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29136
29137         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29138           Synchronized discont handling.
29139
29140 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29141
29142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29143         (gst_ogg_demux_push):
29144           Make seeking sort-of exact again (fixes #156387).
29145
29146 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29147
29148         * gst/playback/gstplaybasebin.c: (unknown_type),
29149         (add_element_stream), (new_decoded_pad),
29150         (gst_play_base_bin_change_state):
29151         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29152         (gst_stream_info_init), (gst_stream_info_new),
29153         (gst_stream_info_dispose), (gst_stream_info_get_property):
29154         * gst/playback/gststreaminfo.h:
29155           Make caps explicitely available. Makes testing for unsupported
29156           types possible. Improves error reporting.
29157
29158 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29159
29160         * gst/audioconvert/gstaudioconvert.c:
29161         (gst_audio_convert_buffer_to_default_format):
29162           Really don't touch read-only buffers (#156563).
29163
29164 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29165
29166         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29167
29168         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29169           Fix memleak (#155223).
29170
29171 2004-10-29  Wim Taymans  <wim@fluendo.com>
29172
29173         * gst/tcp/.cvsignore:
29174         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29175         (gst_multifdsink_class_init), (gst_multifdsink_init),
29176         (gst_multifdsink_add), (gst_multifdsink_remove),
29177         (gst_multifdsink_remove_client_link), (is_sync_frame),
29178         (gst_multifdsink_new_client),
29179         (gst_multifdsink_handle_client_write),
29180         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29181         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29182         (gst_multifdsink_get_property):
29183         * gst/tcp/gstmultifdsink.h:
29184         Added burst on connect sync_method, deprecated sync_clients,
29185         streamlined the sync code some more.
29186
29187 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29190         (gst_play_base_bin_change_state):
29191           Improve error reporting.
29192
29193 2004-10-28  Wim Taymans  <wim@fluendo.com>
29194
29195         * gst/tcp/Makefile.am:
29196         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29197         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29198         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29199         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29200         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29201         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29202         (gst_fdset_wait):
29203         Added more locks around fdset structures. Fixed/reworked
29204         the poll array resizing code.
29205         Added stress test for fdset.
29206
29207 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29208
29209         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29210         fix build
29211
29212 2004-10-28  Benjamin Otte  <otte@gnome.org>
29213
29214         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29215           fix link function to always query channels and query width for
29216           floats
29217         * configure.ac:
29218           add equalizer dir
29219         * gst/equalizer/Makefile.am:
29220         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29221         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29222         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29223         (arg_to_scale), (setup_filter),
29224         (gst_iir_equalizer_compute_frequencies),
29225         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29226         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29227         (plugin_init):
29228           add an equalizer
29229
29230 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29231
29232         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29233
29234         * po/LINGUAS:
29235         * po/nb.po:
29236           Added Norwegian Bokmaal translation
29237
29238 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29239
29240         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29241           Don't break on options (fixes #156488).
29242
29243 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29244
29245         * configure.ac:
29246         * ext/cdaudio/Makefile.am:
29247         * sys/Makefile.am:
29248           fix build on older automake
29249
29250 2004-10-26  Wim Taymans  <wim@fluendo.com>
29251
29252         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29253         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29254         Allow a little margin when negotiating the framerate.
29255
29256 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29257
29258         * gst/level/gstlevel.c:
29259           synchonised naming of pads and pad-templates
29260
29261 2004-10-26  Wim Taymans  <wim@fluendo.com>
29262
29263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29264         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29265         (_find_streams_check), (gst_ogg_demux_push):
29266         Fix EOS again. Needs to be done in a better way. We should not
29267         remove the pad if there is no new chained stream.
29268
29269 2004-10-26 Iain <iaingnome@gmail.com>
29270
29271         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29272         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29273         of the caps.
29274         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29275         pad.
29276         (interleave_release_pad): Remove the pad.
29277         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29278         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29279         the set device.
29280         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29281         attrs
29282         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29283         (gst_xvimagesink_finalize): Free the par.
29284
29285 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29288         (gst_avimux_stop_file):
29289           First calculate the rate, and only then use it. Hdr.rate is a
29290           multiple and not a derivative of hdr.scale. Scale is not the
29291           same as blockalign but is solely related to rate.
29292
29293 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29296         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29297           Implement seeking.
29298
29299 2004-10-25  James Henstridge  <james@jamesh.id.au>
29300
29301         Reviewed by:  David Schleef  <ds@schleef.org>
29302
29303         * examples/gstplay/player.c: (got_stream_length), (main):
29304         * examples/seeking/cdplayer.c: (update_scale):
29305         * examples/seeking/seek.c: (format_value), (update_scale):
29306         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29307         (stop_seek):
29308         Build fixes on AMD64.
29309
29310 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29311
29312         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29313
29314         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29315         Fix for some v4l cards which hang in v4lsrc
29316
29317 2004-10-25  Wim Taymans  <wim@fluendo.com>
29318
29319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29320         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29321         Make sure to remove the pad when a new chain is
29322         encountered. Set some vars to NULL so we don't try
29323         to reference freed memory.
29324
29325 2004-10-25  Wim Taymans  <wim@fluendo.com>
29326
29327         * examples/seeking/Makefile.am:
29328         * examples/seeking/cdplayer.c: (update_scale):
29329         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29330         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29331         (format_value), (update_scale), (iterate), (start_seek),
29332         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29333         (print_usage), (main):
29334         Added some more examples, update others.
29335
29336 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29337
29338         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29339         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29340         * ext/theora/theoradec.c: (theora_dec_chain):
29341         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29342           Add codec-name metadata.
29343
29344 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29345
29346         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29347
29348         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29349         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29350         * ext/alsa/gstalsamixertrack.h:
29351         * po/POTFILES.in:
29352           ALSA mixer track label internationalization (#154054).
29353
29354 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29355
29356         * ext/theora/theoradec.c: (theora_dec_chain):
29357           Export bitrate as metadata.
29358
29359 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29360
29361         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29362         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29363         * ext/alsa/gstalsamixertrack.h:
29364           Fix names, fix loop.
29365
29366 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29367
29368         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29369         (speex_dec_convert):
29370           sinkconvert function so oggdemux can get the file length (totem).
29371
29372 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29373
29374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29377           Don't push incomplete packets.
29378         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29379           Fix MPEG-4 audio typefinding.
29380
29381 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * sys/v4l/Makefile.am:
29384         * sys/v4l/gstv4l.c: (plugin_init):
29385         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29386         (gst_v4lelement_init), (gst_v4lelement_dispose),
29387         (gst_v4lelement_change_state):
29388         * sys/v4l/gstv4lelement.h:
29389         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29390         (gst_v4l_xoverlay_close), (idle_refresh),
29391         (gst_v4l_xoverlay_set_xwindow_id):
29392         * sys/v4l/gstv4lxoverlay.h:
29393         * sys/v4l/v4l-overlay_calls.c:
29394         * sys/v4l/v4l_calls.h:
29395         * sys/v4l2/Makefile.am:
29396         * sys/v4l2/gstv4l2.c: (plugin_init):
29397         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29398         (gst_v4l2element_init), (gst_v4l2element_dispose),
29399         (gst_v4l2element_change_state):
29400         * sys/v4l2/gstv4l2element.h:
29401         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29402         (gst_v4l2_xoverlay_close), (idle_refresh),
29403         (gst_v4l2_xoverlay_set_xwindow_id):
29404         * sys/v4l2/gstv4l2xoverlay.h:
29405         * sys/v4l2/v4l2-overlay_calls.c:
29406         * sys/v4l2/v4l2_calls.h:
29407           Remove client-side overlay handling, use the X-server v4l plugin
29408           for that. Nicer overlay, less code. Also make the plugin
29409           compileable without X (but then without overlay, obviously).
29410           Makes xwindowlistener obsolete, should we remove that?
29411
29412 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29413
29414         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29415         (gst_osssrc_src_query):
29416         * sys/oss/gstosssrc.h:
29417           OK, so people want offset in DEFAULT. This time, actually fix all
29418           cases.
29419         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29420           Add FPS properly.
29421
29422 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * gst/asfdemux/gstasfmux.c:
29425         * gst/avi/gstavimux.c:
29426           Framerate.
29427
29428 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29429
29430         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29431           Fix properties (channel, norm, frequency).
29432
29433 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29434
29435         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29436           Flag typo.
29437         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29438           No warnings.
29439
29440 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29441
29442         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29443           Fix hang.
29444
29445 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29446
29447         * sys/v4l2/gstv4l2element.h:
29448           Yet Another Hack (tm) for kernel header borkedness.
29449         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29450         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29451         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29452         (gst_v4l2src_change_state):
29453         * sys/v4l2/gstv4l2src.h:
29454         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29455         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29456           Fix caps, keep track of state, work.
29457
29458 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29459
29460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29461           Quiet.
29462
29463 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29466           Don't mix bytes and samples.
29467
29468 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29469
29470         * ext/ogg/gstoggmux.c:
29471           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29472           and theora. Any is incorrect.
29473         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29474           Fix caps.
29475         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29476         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29477         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29478         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29479         * sys/v4l/gstv4lmjpegsrc.h:
29480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29481         (gst_v4lsrc_change_state):
29482         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29483         (gst_v4lmjpegsrc_capture_stop):
29484           Fix caps. Keep track of internal state. Work.
29485
29486 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29487
29488         * ext/Makefile.am:
29489           Fix the build fixes.
29490
29491 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29492
29493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29494         (gst_ogg_demux_src_event), (_find_chain_seek),
29495         (gst_ogg_pad_push):
29496           Check for pad availability before using it.
29497         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29498           Fix parsing of chained ogg. Needs more work on the decoder side.
29499
29500 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29501
29502         * gst/spectrum/Makefile.am:
29503         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29504         (idle_func):
29505           Fix demo and reenable it. Yes, I'm currently playing with audio
29506           analysis tools
29507
29508 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29509
29510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29511           We love it if files that start at zero work too...
29512
29513 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29514
29515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29516           Handle files with missing EOS headers.
29517
29518 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29519
29520         * gst/tcp/gsttcpserversink.c:
29521         (gst_tcpserversink_handle_server_read),
29522         (gst_tcpserversink_init_send):
29523         Zero some variables first (need for accept not to return EINVAL)
29524
29525 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29526
29527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29528         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29529         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29530         (theora_dec_chain):
29531         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29532         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29533           Seeking and querying finetune.
29534
29535 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29536
29537         * configure.ac:
29538         * ext/Makefile.am:
29539         * ext/raw1394/Makefile.am:
29540           fix the build
29541
29542 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29543
29544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29545           Wrong return.
29546         * gst/playback/Makefile.am:
29547         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29548         * gst/playback/gstplay-marshal.list:
29549         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29550           Fix marshallers.
29551
29552 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29553
29554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29555           Silence.
29556
29557 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29558
29559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29560         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29561         (gst_ogg_pad_push):
29562           Yay for non-lineair granulepos in theora.
29563
29564 2004-10-18  Wim Taymans  <wim@fluendo.com>
29565
29566         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29567         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29568         * ext/dv/gstdvdec.h:
29569         Make sure we renegotiate aspect ratio when the camera switches.
29570
29571 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29572
29573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29574         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29575           Start at zero.
29576         * ext/theora/theoradec.c: (theora_dec_chain):
29577           Skip headers. Bad idea for chained ogg, but fixes seeking.
29578
29579 2004-10-18  Wim Taymans  <wim@fluendo.com>
29580
29581         * configure.ac:
29582         I swear, this is the last time I touch this.
29583
29584 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29585
29586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29587         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29588         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29589           Faster seeking.
29590         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29591           Time-to-default conversion.
29592         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29593           Don't error on unknown packets, just skip. We should probably
29594           read them if we want to support chained ogg.
29595
29596 2004-10-18  Wim Taymans  <wim@fluendo.com>
29597
29598         * configure.ac:
29599         Added cdaudio to wrong list.
29600
29601 2004-10-18  Wim Taymans  <wim@fluendo.com>
29602
29603         * configure.ac:
29604         Revive cdaudio.
29605
29606 2004-10-18  Wim Taymans  <wim@fluendo.com>
29607
29608         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29609         (gst_dvdec_video_link), (gst_dvdec_push):
29610         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29611         (gst_smokeenc_resync), (gst_smokeenc_chain):
29612         Fix mimetype on smoke encoder.
29613         Add aspect ratio to dvdec. Not sure if these
29614         values are correct though....
29615
29616 2004-10-18  Wim Taymans  <wim@fluendo.com>
29617
29618         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29619         Fix vorbis property descriptions and ranges.
29620
29621 2004-10-18  Wim Taymans  <wim@fluendo.com>
29622
29623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29624         Really do nothing when no data is available.
29625         Go to the playing state when the stream is not seekable
29626         instead of failing.
29627
29628 2004-10-18  Wim Taymans  <wim@fluendo.com>
29629
29630         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29631         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29632         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29633         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29634         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29635         Added uri handler for cd://
29636         Port to new API.
29637
29638 2004-10-18  Wim Taymans  <wim@fluendo.com>
29639
29640         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29641         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29642         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29643         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29644         (remove_prerolls), (unknown_type), (add_element_stream),
29645         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29646         (gst_play_base_bin_remove_element),
29647         (gst_play_base_bin_link_stream):
29648         * gst/playback/gstplaybin.c: (gen_video_element),
29649         (gen_vis_element), (remove_sinks), (setup_sinks):
29650         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29651         (gst_stream_info_get_type), (gst_stream_info_class_init),
29652         (gst_stream_info_init), (gst_stream_info_new),
29653         (gst_stream_info_dispose), (stream_info_mute_pad),
29654         (gst_stream_info_set_property), (gst_stream_info_get_property):
29655         * gst/playback/gststreaminfo.h:
29656         Add sink padtemplate to decodebin.
29657         Added some more comments.
29658         Make queue size configurable in playbasebin.
29659         Added possibility to use elements as sinks (ex cdaudio).
29660
29661 2004-10-15  Wim Taymans  <wim@fluendo.com>
29662
29663         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29664         (gst_speexenc_chain):
29665         Fix speex timestamps so that it gets muxed properly.
29666
29667 2004-10-15  Wim Taymans  <wim@fluendo.com>
29668
29669         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29670         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29671         (gst_dv1394src_init), (gst_dv1394src_dispose),
29672         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29673         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29674         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29675         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29676         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29677         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29678         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29679         * ext/raw1394/gstdv1394src.h:
29680         Added conversion/query functions.
29681         Update buffer timestamps,
29682         Added signals.
29683         Added uri dv:// so it might play from the firewire in playbin.
29684         Fix a possible leak.
29685         Added debugging.
29686
29687 2004-10-15  Wim Taymans  <wim@fluendo.com>
29688
29689         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29690         (gst_dv1394src_init), (gst_dv1394src_set_property),
29691         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29692         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29693         * ext/raw1394/gstdv1394src.h:
29694         Added AV/C VTR control support needed for some cameras.
29695         Added automatic port detection.
29696         Added properties for selecting the channel.
29697         The configure.ac script is not yet updated to reflect the
29698         new libavc1394 and librom1394 dependencies.
29699
29700 2004-10-15  Wim Taymans  <wim@fluendo.com>
29701
29702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29703         (qtdemux_parse), (gst_qtdemux_handle_esds):
29704         An esds box is not a container.
29705         Fix parsing of mp4v boxes.
29706         Do not try to renegotiate fps for each frame. Need to
29707         find a better method. This should fix mp4 playback.
29708
29709 2004-10-14  David Schleef  <ds@schleef.org>
29710
29711         * configure.ac: update for swfdec-0.3 and liboil-0.2
29712         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29713         * ext/swfdec/gstswfdec.h: same
29714         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29715         * gst/videotestsrc/videotestsrc.c: same
29716
29717 2004-10-14  Wim Taymans  <wim@fluendo.com>
29718
29719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29720         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29721         (is_sync_frame), (gst_multifdsink_new_client),
29722         (gst_multifdsink_handle_client_write),
29723         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29724         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29725         Turn warnings into info.
29726         Don't allow a state change in the streaming thread.
29727
29728 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29729
29730         * ext/vorbis/oggvorbisenc.c:
29731         * ext/vorbis/vorbisdec.c:
29732           fix template sample rate
29733
29734 2004-10-13  Wim Taymans  <wim@fluendo.com>
29735
29736         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29737         Decoding the header first fixes some problems in resyncing
29738         in more mp3s.
29739
29740 2004-10-12  Wim Taymans  <wim@fluendo.com>
29741
29742         * gst/playback/gstplaybin.c: (gen_video_element),
29743         (gen_vis_element), (remove_sinks), (setup_sinks):
29744         Added vis plugin support, need to configure the vis
29745         element to activate it.
29746
29747 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29748
29749         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29750         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29751           Some debug.
29752         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29753         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29754         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29755         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29756         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29757         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29758         * gst/avi/gstavidemux.h:
29759           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29760           recovery (where, if part of the index is broken, we will still read
29761           the rest of the index and recover the broken part by stream
29762           scanning). More broken media support. EOS workarounds. General AVI
29763           braindamage headache recovery. Aspirin included.
29764
29765 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29766
29767         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29768         (cdparanoia_event), (cdparanoia_query):
29769           Get rid of hideous lead-in.
29770
29771 2004-10-11  Wim Taymans  <wim@fluendo.com>
29772
29773         * gst/playback/gstplaybasebin.c: (setup_source):
29774         Wrong var used to get g_list_next.
29775
29776 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29777
29778         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29779         (cdparanoia_get), (cdparanoia_open):
29780           Report discid as metadata, add duration.
29781
29782 2004-10-11  Wim Taymans  <wim@fluendo.com>
29783
29784         * gst/playback/gstplaybasebin.c: (setup_source):
29785         Cleanup the previous pipeline a little earlier for the
29786         case that a source element provides raw data.
29787
29788 2004-10-11  Benjamin Otte  <otte@gnome.org>
29789
29790         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29791           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29792           consuming the last 128 bytes, even though it was valid mp3 data.
29793
29794 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29795
29796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29797         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29798         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29799         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29800
29801 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29802
29803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29804         Fix for webcams that support only specific width or height
29805
29806 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29807
29808         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29809
29810         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29811           Fix wrong discont event setup (fixes #154967).
29812
29813 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29814
29815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29816
29817         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29818           Error out on invalid data (fixes #154807).
29819
29820 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29821
29822         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29823
29824         * ext/dvdread/dvdreadsrc.c: (_read):
29825           Make titles > 0 work again (fixes #154834).
29826
29827 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29828
29829         * gst-libs/gst/riff/riff-media.c:
29830         (gst_riff_create_video_template_caps):
29831           WMV3 missing in template caps.
29832
29833 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29834
29835         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29836           OK, so the original code was too strict. It makes random AVI files
29837           hang for seconds upon opening, which is unacceptable and is far
29838           beyond the original goal of getting multiple chunks for one-chunk
29839           sounc stream files. So now do just that.
29840
29841 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29842
29843         * gst/playback/gstplaybasebin.c: (setup_source),
29844         (gst_play_base_bin_change_state):
29845           Actually clean up streaminfo if output fails. This would trigger
29846           if, for example, there was no CD in the drive. No preroll, so
29847           a streaminfo structure is created, but the subsequent state change
29848           of the thread fails.
29849         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29850           Don't change state if parent failed.
29851
29852 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29853
29854         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29855         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29856         (gen_video_element), (remove_sinks):
29857           Add small bits of code for screenshot handling.
29858
29859 2004-10-08  Wim Taymans  <wim@fluendo.com>
29860
29861         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29862         (gen_video_element), (gen_audio_element), (setup_sinks):
29863         Don't assume the user provided sinks are named "sink"...
29864
29865 2004-10-08  Wim Taymans  <wim@fluendo.com>
29866
29867         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29868         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29869         (gst_play_base_bin_link_stream):
29870         Do not try to autoplug sources that generate raw streams like
29871         cdparanoia.
29872         disconnect the preroll overrun signal when we don't need it anymore.
29873
29874 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29875
29876         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29877         Added reworked patch from #154903 from milosz derezynski (deadchip).
29878
29879 2004-10-08  Wim Taymans  <wim@fluendo.com>
29880
29881         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29882         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29883         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29884         (cdparanoia_convert), (cdparanoia_uri_get_type),
29885         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29886         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29887         * ext/cdparanoia/gstcdparanoia.h:
29888         This adds the cdda://<tracknum> uri.
29889
29890 2004-10-08  Wim Taymans  <wim@fluendo.com>
29891
29892         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29893         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29894         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29896         (unknown_type), (gst_play_base_bin_remove_element),
29897         (gst_play_base_bin_link_stream):
29898         * gst/playback/gstplaybasebin.h:
29899         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29900         (gst_play_bin_set_property), (gen_video_element),
29901         (gen_audio_element), (setup_sinks):
29902         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29903         (gst_stream_info_get_type), (gst_stream_info_class_init),
29904         (gst_stream_info_init), (gst_stream_info_new),
29905         (gst_stream_info_dispose), (stream_info_mute_pad),
29906         (gst_stream_info_set_property), (gst_stream_info_get_property):
29907         * gst/playback/gststreaminfo.h:
29908         Reuse the audio and video bins.
29909         Some internal cleanups in the stream selection code.
29910
29911 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29912
29913         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29914         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29915         * sys/ximage/ximagesink.h:
29916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29917         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29918         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29919         not coming from those elements. Moreover these elements should not keep
29920         the xid they have been given when in NULL state.
29921
29922 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29923
29924         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29925         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29926         * sys/ximage/ximagesink.h:
29927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29928         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29929         * sys/xvimage/xvimagesink.h:
29930           Actually only create a new toplevel window if we're not gonna
29931           embed it right after.
29932
29933 2004-10-07  Wim Taymans  <wim@fluendo.com>
29934
29935         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29936         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29937         * gst/playback/gstplaybin.c: (setup_sinks):
29938         Implement muting/unmuting of streams, mute streams that are not
29939         used.
29940
29941 2004-10-07  Wim Taymans  <wim@fluendo.com>
29942
29943         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29944         (plugin_init):
29945         Added lame audio/x-ac3 typefind function.
29946
29947 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29948
29949         * configure.ac:
29950           bump nano to cvs
29951
29952 === release 0.8.5 ===
29953
29954 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29955
29956         * NEWS:
29957         * RELEASE:
29958         * configure.ac:
29959           releasing 0.8.5, "Take You On"
29960
29961 2004-10-06  Wim Taymans  <wim@fluendo.com>
29962
29963         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29964         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29965         (no_more_pads), (close_link), (type_found):
29966         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29967         * gst/playback/gstplaybin.c: (gen_video_element):
29968         Do not signal the no_more_pads after the first pad when
29969         we are plugging a non dynamic element with multiple
29970         output pads (like swfdec, dvdec, ...).
29971
29972 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29973
29974         * configure.ac:
29975           bump for prerelease
29976
29977 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29978
29979         * gst/wavparse/gstwavparse.c:
29980           add ATRAC3 to STATIC CAPS to fix a warning
29981
29982         * gst/matroska/ebml-read.c:
29983         * gst-libs/gst/riff/riff-read.c:
29984           fix typos
29985
29986 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29987
29988         * gst-libs/gst/riff/riff-media.c:
29989           generate caps for ATRAC3 audio streams
29990
29991         * gst/realmedia/rmdemux.c:
29992           generate caps for ATRAC3 audio streams
29993
29994 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29995
29996         * gst/wavparse/Makefile.am
29997         * gst/wavparse/riff.h
29998         * gst/wavparse/wavparse.vcproj
29999           riff.h removal (unused and duplication with riff-ids.h)
30000
30001 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30002
30003         * gst/wavparse/gstwavparse.h
30004           remove duplicated defines for audio codec codes
30005
30006         * gst-libs/gst/riff/riff-ids.h
30007         * gst/wavenc/riff.h:
30008           add "4CC" code for ATRAC3 audio streams
30009           add "4CC" code for ITU_G721_ADPCM (unused for now)
30010
30011 2004-10-06  Wim Taymans  <wim@fluendo.com>
30012
30013         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30014         Actually _do_ negotiation. Pass gdouble as arg instead
30015         of guint64 for the framerate.
30016
30017 2004-10-06  Wim Taymans  <wim@fluendo.com>
30018
30019         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30020         (find_compatibles), (close_pad_link), (try_to_link_1),
30021         (no_more_pads), (close_link), (type_found):
30022         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30023         * gst/playback/gstplaybin.c: (gen_video_element),
30024         (gen_audio_element):
30025         Set state on newly added element to READY so that negotiation
30026         can happen ASAP.
30027         Addes some more debug info.
30028         Do not try to plug pads with multiple caps structures or ANY
30029         because it is too dangerous since we do not do dynamic
30030         replugging.
30031
30032 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30033
30034         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30035
30036         * po/LINGUAS:
30037         * po/or.po:
30038           add Oriya translation
30039
30040 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30041
30042         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30043           Prevent overwrite of size member. Makes audio sound crappy.
30044
30045 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30046
30047         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30048         Add rmvb to the list of known RealMedia extensions
30049
30050 2004-10-05  Wim Taymans  <wim@fluendo.com>
30051
30052         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30053         (mngdec_openstream), (mngdec_closestream),
30054         (mngdec_handle_sink_event), (mngdec_readdata),
30055         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30056         (mngdec_getcanvasline), (mngdec_refresh),
30057         (gst_mngdec_change_state):
30058         Set the framerate correctly.
30059
30060 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30061
30062         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30063           There was something wrong with the index massaging.
30064
30065 2004-10-04  Wim Taymans  <wim@fluendo.com>
30066
30067         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30068         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30069         (gst_smokedec_chain):
30070         * ext/jpeg/gstsmokedec.h:
30071         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30072         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30073         * ext/jpeg/gstsmokeenc.h:
30074         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30075         (smokecodec_decode_new), (smokecodec_info_free),
30076         (smokecodec_set_quality), (smokecodec_get_quality),
30077         (smokecodec_set_threshold), (smokecodec_get_threshold),
30078         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30079         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30080         (smokecodec_encode), (smokecodec_parse_id),
30081         (smokecodec_parse_header), (smokecodec_decode):
30082         * ext/jpeg/smokecodec.h:
30083         * ext/jpeg/smokeformat.h:
30084         Updated smoke, new bitstream, allows embedding in ogg.
30085
30086 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30087
30088         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30089           Fix seeking in some files. All this code is no longer needed (and
30090           actually breaks stuff) because we now synchronize the full index
30091           right when reading the header.
30092
30093 2004-10-04  Wim Taymans  <wim@fluendo.com>
30094
30095         * configure.ac:
30096         configure update for libmng.
30097
30098 2004-10-04  Wim Taymans  <wim@fluendo.com>
30099
30100         * ext/libmng/Makefile.am:
30101         * ext/libmng/gstmng.c: (plugin_init):
30102         * ext/libmng/gstmng.h:
30103         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30104         (gst_mngdec_base_init), (gst_mngdec_class_init),
30105         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30106         (gst_mngdec_loop), (gst_mngdec_get_property),
30107         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30108         (mngdec_closestream), (mngdec_handle_sink_event),
30109         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30110         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30111         (gst_mngdec_change_state):
30112         * ext/libmng/gstmngdec.h:
30113         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30114         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30115         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30116         (gst_mngenc_chain), (gst_mngenc_get_property),
30117         (gst_mngenc_set_property):
30118         * ext/libmng/gstmngenc.h:
30119         Added basic MNG decoder. Needs more work. The encoder does
30120         not work yet.
30121
30122 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30123
30124         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30125         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30126         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30127           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30128           no-more-pads.
30129
30130 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30131
30132         * configure.ac:
30133           you need at least 1.0.4 of speex
30134
30135 2004-10-04 Iain <iaingnome@gmail.com>
30136
30137         * ext/speex/gstspeexdec.h: Revert the includes changes.
30138
30139         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30140
30141 2004-09-30 Iain <iaingnome@gmail.com>
30142
30143         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30144         found during init or set as a property instead of hardcoding /dev/audio
30145
30146 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30147
30148         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30149         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30150         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30151         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30152         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30153         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30154         (gst_rmdemux_dump_data):
30155           Use debug category, fix EOS handling. filesrc ! rmdemux now
30156           works.
30157
30158 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30159
30160         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30161         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30162         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30163           Improve allocation, cutting and sorting of the index. How takes a
30164           few seconds instead of minutes.
30165
30166 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30167
30168         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30169           fixed compilation
30170
30171 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30172
30173         * gst-libs/gst/riff/riff-media.c:
30174         (gst_riff_create_video_caps_with_data),
30175         (gst_riff_create_video_template_caps):
30176           Add wing commander format mimetype/fourccs.
30177         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30178           Don't crash if some value is 0.
30179
30180 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30181
30182         * gst-libs/gst/riff/riff-media.c:
30183         (gst_riff_create_video_caps_with_data),
30184         (gst_riff_create_video_template_caps):
30185           Add DIB fourcc (raw, palettized 8-bit RGB).
30186         * gst-libs/gst/riff/riff-read.c:
30187         (gst_riff_read_strf_vids_with_data):
30188           Oops, fix strf_data reading bug.
30189         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30190           Use a non-NULL tag.
30191         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30192           Time for hacks. Sorry Dave. At least one quicktime movie (a
30193           trailer) that I've encountered contains multiple video tracks.
30194           One of those is the actual video track, the other are one-frame
30195           tracks (images). Unfortunately, the number of frames according
30196           to the trak header is 1 for each, so that doesn't help. So
30197           instead, I look at the duration and discard tracks with a
30198           duration shorter than 20% of the length of the stream. Better
30199           than nothing.
30200
30201 2004-10-01  Christian Schaller <christian@fluendo.com>
30202
30203         * ext/ivorbis/vorbis.c:
30204           Patch from Phil Blundell (Bug 152341)
30205
30206 2004-10-01  Wim Taymans  <wim@fluendo.com>
30207
30208         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30209         (speex_dec_get_formats), (speex_dec_convert),
30210         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30211         (speex_dec_chain), (gst_speexdec_get_property),
30212         (gst_speexdec_set_property):
30213         Small cleanups.
30214
30215 2004-10-01  Wim Taymans  <wim@fluendo.com>
30216
30217         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30218         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30219         (gst_wavparse_other), (gst_wavparse_loop),
30220         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30221         (gst_wavparse_srcpad_event):
30222         * gst/wavparse/gstwavparse.h:
30223         Added some more debugging info.
30224         Fix the case where the length of the file is 0.
30225         Make sure we seek to sample borders.
30226
30227 2004-10-01  Wim Taymans  <wim@fluendo.com>
30228
30229         * gst/playback/README:
30230         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30231         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30232         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30233         Add some debug info to decodebin, update README
30234
30235 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30236
30237         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30238           Don't use g_print(); use GST_DEBUG().
30239
30240 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30241
30242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30243         (gst_ogg_mux_queue_pads):
30244           Handle EOS properly.
30245
30246 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30247
30248         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30249
30250         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30251         (gst_faad_chain), (gst_faad_change_state):
30252         * ext/faad/gstfaad.h:
30253           Allow playback of raw (unframed) MPEG AAC files (#148993).
30254
30255 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30256
30257         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30258
30259         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30260           Throw error if we didn't recognize the stream. Fixes #152289.
30261
30262 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30263
30264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30265           Fix negotiation.
30266
30267 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30268
30269         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30270
30271         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30272           Fix memleak.
30273
30274 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30275
30276         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30277
30278         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30279           Solve #152805.
30280         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30281           Solve 152806.
30282
30283 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30284
30285         * gst-libs/gst/riff/riff-media.c:
30286         (gst_riff_create_video_caps_with_data),
30287         (gst_riff_create_audio_caps_with_data):
30288           Add codec_data handling (like asfdemux used to do).
30289         * gst/asfdemux/gstasf.c: (plugin_init):
30290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30291         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30292           Use riff-media for caps creation instead of our own (mostly
30293           broken) copy of its functions.
30294
30295 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30296
30297         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30298           Don't actually error out if we get another return value than
30299           -EINVAL. Opposite to what I first thought, drivers have random
30300           return values for this, although -EINVAL is the expected return
30301           value. Since this is not fatal, we shouldn't use
30302           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30303
30304 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30305
30306         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30307         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30308         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30309         (dvdreadsrc_get), (dvdreadsrc_open_file),
30310         (dvdreadsrc_change_state):
30311           Fix. Don't do one big huge loop around the whole DVD, that will
30312           cache all data and thus eat sizeof(dvd) (several GB) before we
30313           see something.
30314         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30315           Actually NULL'ify event after using it.
30316         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30317         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30318         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30319         (gst_ebml_read_seek), (gst_ebml_read_skip):
30320           Handle events.
30321         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30322         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30323         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30324           Fix timing (this will probably break if I seek using menus, but
30325           I didn't get there yet). VOBs and normal DVDs should now work.
30326           Add a mpeg2-only pad with high rank so this get autoplugged for
30327           MPEG-2 movies.
30328         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30329         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30330         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30331         (gst_mpeg_demux_get_audio_stream),
30332         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30333         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30334           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30335           MPEG-1 but use dvddemux for MPEG-2.
30336         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30337         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30338         (gst_mpeg_parse_parse_packhead):
30339           Timing. Only add pad template if it exists. Add sink template from
30340           class and not from ourselves. This means we will always use the
30341           correct sink template even if it is not the one defined in this
30342           file.
30343
30344 2004-09-29  Wim Taymans  <wim@fluendo.com>
30345
30346         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30347         (gst_mpeg_demux_parse_pes):
30348         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30349         Fix playback of mpeg again, timestamps where screwed up by
30350         patch 1.61.
30351
30352 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30353
30354         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30355           Only return true if we actually filled something in. Prevents
30356           player applications from showing a random length for flac files.
30357         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30358         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30359         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30360         (gst_riff_read_strf_vids_with_data),
30361         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30362           OK, ok, so I implemented event handling. Apparently it's normal
30363           that we receive random events at random points without asking
30364           for it.
30365         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30366         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30367         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30368         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30369         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30370         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30371         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30372         * gst/avi/gstavidemux.h:
30373           Implement non-lineair chunk handling and subchunk processing.
30374           The first solves playback of AVI files where the audio and video
30375           data of individual buffers that we read are not synchronized.
30376           This should not happen according to the wonderful AVI specs, but
30377           of course it does happen in reality. It is also a prerequisite for
30378           the second. Subchunk processing allows us to cut chunks in small
30379           pieces and process each of these pieces separately. This is
30380           required because I've seen several AVI files with incredibly large
30381           audio chunks, even some files with only one audio chunk for the
30382           whole file. This allows for proper playback including seeking.
30383           This patch is supposed to fix all AVI A/V sync issues.
30384         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30385         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30386           Work.
30387         * gst/modplug/gstmodplug.cc:
30388           Proper return value setting for the query() function.
30389         * gst/playback/gstplaybasebin.c: (setup_source):
30390           Being in non-playing state (after, e.g., EOS) is not necessarily
30391           a bad thing. Allow for that. This fixes playback of short files.
30392           They don't actually playback fully now, because the clock already
30393           runs. This means that small files (<500kB) with a small length
30394           (<2sec) will still not or barely play. Other files, such as mod
30395           or flx, will work correctly, however.
30396
30397 2004-09-28  Wim Taymans  <wim@fluendo.com>
30398
30399         * ext/speex/gstspeex.c: (plugin_init):
30400         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30401         (gst_speex_dec_class_init), (speex_dec_get_formats),
30402         (speex_get_event_masks), (speex_get_query_types),
30403         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30404         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30405         (gst_speexdec_get_property), (gst_speexdec_set_property),
30406         (speex_dec_change_state):
30407         * ext/speex/gstspeexdec.h:
30408         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30409         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30410         (gst_speexenc_base_init), (gst_speexenc_class_init),
30411         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30412         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30413         (gst_speexenc_src_query), (gst_speexenc_init),
30414         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30415         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30416         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30417         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30418         (gst_speexenc_chain), (gst_speexenc_get_property),
30419         (gst_speexenc_set_property), (gst_speexenc_change_state):
30420         * ext/speex/gstspeexenc.h:
30421         Rewrote speex encoder, make sure it can be embedded in ogg.
30422         Implemented speex decoder.
30423
30424 2004-09-28  Christian Schaller <christian@fluendo.com>
30425
30426         * configure.ac:
30427         Remove kioslave plugin. Markey is brewing a new working one
30428         * ext/Makefile.am: Remove kioslave plugin
30429         * ext/kio: remove
30430         * gst-plugins.spec.in: remove kio plugin from spec
30431
30432 2004-09-27  Wim Taymans  <wim@fluendo.com>
30433
30434         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30435         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30436         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30437         (gst_multifdsink_new_client),
30438         (gst_multifdsink_handle_client_write),
30439         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30440         (gst_multifdsink_handle_clients):
30441         * gst/tcp/gstmultifdsink.h:
30442         Make syncing to keyframes actually work for new clients and lagging
30443         clients.
30444
30445 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30446
30447         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30448         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30449         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30450         * gst/debug/gstnavigationtest.h:
30451           make navigationtest display button-press and button-release events
30452
30453 2004-09-26 Iain <iaingnome@gmail.com>
30454
30455         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30456         the channels have received a new media event.
30457         (interleave_buffered_loop): Compresses a new media event on all
30458         channels into one.
30459
30460 2004-09-26 Iain <iaingnome@gmail.com>
30461
30462         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30463         call the sinkpad's default event handler and not the srcpads. He also
30464         says this is confusing :)
30465         (gst_wavenc_stop_file): Company says that seek events only go upstream
30466         we should send a discontinuous downstream instead.
30467
30468 2004-09-25  Christian Schaller <christian@fluendo.com>
30469
30470         * Update SPEC file to be usable in conjunction with Fedora Core,
30471           Fedora.us and freshrpms packages
30472         * Fix typo in multifilesrc test Makefile
30473
30474 2004-09-24  Wim Taymans  <wim@fluendo.com>
30475
30476         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30477         Only signal the no_more_pads signal when we have
30478         added the stream to our list.
30479
30480 2004-09-24  Wim Taymans  <wim@fluendo.com>
30481
30482         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30483         (new_decoded_pad):
30484         * gst/playback/gstplaybasebin.h:
30485         * gst/playback/gstplaybin.c: (setup_sinks):
30486         Don't try to preroll or decode more than one audio/video
30487         track.
30488
30489 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30490
30491         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30492           Throw error if we failed to find a suitable output. This should
30493           throw an error if we successfully set up a pipeline (e.g. because
30494           we recognized a media file) but found no decodable streams in it
30495           (e.g. because it contains only media stream types for which we
30496           have no decoders, or because it's not a media type).
30497
30498 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30499
30500         * ext/dirac/Makefile.am:
30501         * ext/dirac/gstdirac.cc:
30502         * ext/dirac/gstdiracdec.cc:
30503         * ext/dirac/gstdiracdec.h:
30504           Do something. Don't actually know if this works because I don't
30505           have a demuxer yet.
30506         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30507           Add channels=1 to caps returned from _getcaps().
30508         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30509         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30510         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30511         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30512         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30513         (gst_ogm_parse_change_state):
30514           Separate between audio/video so ogmaudioparse actually uses the
30515           audio pad templates. Both audio and video work now, including
30516           autoplugging. Also use sometimes-srcpad hack.
30517         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30518           Handle events better. Don't hang on infinite loops.
30519         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30520         (gst_avi_demux_init), (gst_avi_demux_reset),
30521         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30522         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30523         (gst_avi_demux_change_state):
30524         * gst/avi/gstavidemux.h:
30525           Improve A/V sync. Still not perfect.
30526         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30527         (gst_ebml_read_skip):
30528           Handle events better.
30529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30530         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30531         (qtdemux_audio_caps):
30532           Add IMA4. Improve event handling. Save offset after a seek when
30533           the headers are at the end of the file so that we don't end up in
30534           an infinite loop.
30535         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30536           Add low-priority typefind support for files with no length.
30537
30538 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30539
30540         * testsuite/multifilesink/Makefile.am:
30541         fix typo
30542
30543 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30544
30545         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30547         mistakes from thaytan's patches.
30548
30549 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30550
30551         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30552           For completeness, XSync in the destroy function as xvimage does.
30553
30554 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30555
30556         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30557            Correct caps negotiation
30558         * gst/volume/gstvolume.c: (volume_chain_float),
30559         (volume_chain_int16):
30560            Modify debug output to be little more informative
30561         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30563         (gst_xvimagesink_xvimage_destroy):
30564           Add XSync calls after detaching from the shared memory segment to
30565           avoid a crash.
30566
30567 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30568
30569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30570         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30571         * ext/vorbis/vorbis.c: (plugin_init):
30572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30573         (gst_vorbisenc_chain):
30574         * ext/vorbis/vorbisenc.h:
30575         remove explicit newmedia support from oggmux and vorbisenc
30576         add debug category to vorbisenc
30577         * gst/multifilesink/gstmultifilesink.c:
30578         (gst_multifilesink_class_init), (gst_multifilesink_init),
30579         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30580         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30581         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30582         (plugin_init):
30583         * gst/multifilesink/gstmultifilesink.h:
30584         add support for streamheader in multifilesink
30585
30586 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30589         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30590         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30591           Prevent infinite loops. More correct error reporting.
30592         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30593           Error out if negotiation fails.
30594         * gst/playback/gstplaybasebin.c: (setup_source),
30595         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30596         (gst_play_base_bin_found_tag):
30597           Error/tag forwarding. Pre-roll fixes for source errors on state
30598           changes (e.g. "file does not exist") to prevent hangs.
30599
30600 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30601
30602         * testsuite/multifilesink/Makefile.am:
30603         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30604         (gst_newmedia_class_init), (gst_newmedia_init),
30605         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30606         (newfile_signal), (test_signal), (main):
30607         * testsuite/multifilesink/multifilesrc_test.c: (main):
30608         * testsuite/multifilesink/oggtheora_test.c:
30609         (gst_newmedia_base_init), (gst_newmedia_class_init),
30610         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30611         (test_format), (newfile_signal), (test_signal), (main):
30612         * testsuite/multifilesink/oggvorbis_test.c:
30613         (gst_newmedia_base_init), (gst_newmedia_class_init),
30614         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30615         (test_format), (newfile_signal), (test_signal), (main):
30616         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30617         (gst_newmedia_class_init), (gst_newmedia_init),
30618         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30619         (newfile_signal), (test_signal), (main):
30620         New media tests
30621
30622 2004-09-20  Christian Schaller <christian@fluendo.com>
30623
30624         * Fix mikmod license to LGPL as they have relicensed
30625         * Move Dirac and Effectv into LGPL section of README_license
30626
30627 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30628
30629         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30630         (gst_mad_change_state):
30631           Allow for mp3 rate/channels changes. However, only very
30632           conservatively. Reason that we *have* to enable this is smiply
30633           because the mad find_sync() function is not good enough, it will
30634           regularly sync on random data as valid frames and therefore make
30635           us provide random caps as *final* caps of the stream. The best fix
30636           I could think of is to simply require several of the same stream
30637           changes in a row before we change caps.
30638           The actual testcase that works now is #
30639         * ext/ogg/Makefile.am:
30640         * ext/ogg/gstogg.c: (plugin_init):
30641         * ext/ogg/gstogmparse.c:
30642           OGM support (video only for now; I need an audio sample file).
30643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30644         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30645         (gst_asf_demux_add_video_stream):
30646           WMV extradata.
30647         * gst/playback/gstplaybasebin.c: (unknown_type):
30648           Don't error out on single unknown-types after all. It's wrong.
30649           If we found type of video and audio but not of a subtitle stream,
30650           it will still error out (which is unwanted). Will find a better fix
30651           later on.
30652         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30653         (ogmaudio_type_find), (plugin_init):
30654           OGM support.
30655
30656 2004-09-20  Johan Dahlin  <johan@gnome.org>
30657
30658         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30659         after setting caps.
30660
30661 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30662
30663         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30664         * gst/wavenc/gstwavenc.h:
30665         Added newmedia support to wavenc
30666
30667 2004-09-17  Wim Taymans  <wim@fluendo.com>
30668
30669         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30670         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30671         (gst_fdset_fd_can_write), (gst_fdset_wait):
30672         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30673         (gst_multifdsink_init), (gst_multifdsink_add),
30674         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30675         (gst_multifdsink_remove_client_link),
30676         (gst_multifdsink_client_queue_buffer),
30677         (gst_multifdsink_handle_client_write),
30678         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30679         (gst_multifdsink_close), (gst_multifdsink_change_state):
30680         * gst/tcp/gstmultifdsink.h:
30681         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30682         (gst_tcpserversink_removed):
30683         Small cleanups in fdset.c
30684         Use a hastable to map fd to the client structure for faster
30685         lookup in _remove and get_stats.
30686         Added virtual function to close the fds.
30687         Handle clients even when the select/poll call was unblocked because
30688         of a command.
30689         Implement syncing to keyframe in the recovery procedure.
30690
30691 2004-09-16 Iain <iaingnome@gmail.com>
30692
30693         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30694         try caps.
30695
30696 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30697
30698         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30699           Caps are only set if the type of the stream is unknown, but this
30700           is initialized in ->init_stream(), so set to UNKNOWN after calling
30701           ->init_stream() so that capsnego starts.
30702
30703 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30706         (gst_avi_demux_stream_data):
30707           Just hardcode for raw audio then. AVI audio sucks.
30708
30709 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30710
30711         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30712         * gst/matroska/matroska-mux.c: (audiosink_templ),
30713         (gst_matroska_mux_audio_pad_link):
30714         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30715         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30716
30717 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30718
30719         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30720         (gst_avi_demux_stream_data):
30721           Try to fix a/v sync issues.
30722
30723 2004-09-15  David Schleef  <ds@schleef.org>
30724
30725         * configure.ac: remove NASM check, since we don't use it.  Update
30726         dirac check to 0.4
30727         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30729         Initialized variables.
30730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30731         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30732         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30733         SVQ3 format
30734
30735 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30736
30737         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30738         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30739         * gst/avi/gstavidemux.h:
30740           Fix for compressed audio (mp3) timestamp generation. How did this
30741           ever work?
30742
30743 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30744
30745         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30746           Volume is a double not a float.
30747
30748 2004-09-15  Wim Taymans  <wim@fluendo.com>
30749
30750         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30751         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30752         Don't close the fd in multifdsink as we didn't open it in the
30753         first place. Some cleanups.
30754
30755 2004-09-15  Wim Taymans  <wim@fluendo.com>
30756
30757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30759         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30760         Fix the case where the muxer would mark pages as delta
30761         frames when they are not (vorbis only ogg).
30762
30763 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30764
30765         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30766         (gst_play_base_bin_change_state):
30767           Handle the case where we failed to setup a clear pipeline. This
30768           will throw an error (or EOS, another nice case) and if you don't
30769           catch that, the app will wait for the signal forever (and thus
30770           hang).
30771
30772 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30773
30774         * ext/gnomevfs/gstgnomevfssink.c:
30775         (gst_gnomevfssink_uri_get_protocols):
30776         * ext/gnomevfs/gstgnomevfssrc.c:
30777         (gst_gnomevfssrc_uri_get_protocols):
30778         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30779         * ext/gnomevfs/gstgnomevfsuri.h:
30780           Use _uri_new() instead of _open(), so it doesn't take as long and
30781           Christophe's computer won't hang.
30782         * gst/playback/gstplaybasebin.c: (unknown_type):
30783           Throw error on unknown media type, so apps actually display it.
30784
30785 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30786
30787         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30788           this script to work on Solaris since bash shell handles echo
30789           differenly than bash.
30790
30791 2004-09-17  Wim Taymans  <wim@fluendo.com>
30792
30793         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30794         (setup_source), (gst_play_base_bin_set_property),
30795         (gst_play_base_bin_add_element):
30796         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30797         Some more work on making sure seeking pauses the pipeline and
30798         that changing the uri actually does something.
30799
30800 2004-09-17  Wim Taymans  <wim@fluendo.com>
30801
30802         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30803         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30804         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30805         (gst_tcpserversink_close):
30806         Be a bit more paranoid when freeing memory.
30807
30808 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30809
30810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30811         (qtdemux_parse_trak):
30812           Don't crash by dividing by zero (see sample movie in #126922).
30813
30814 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30815
30816         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30817           Don't touch non-existing data (fixes crash on file in #140147).
30818
30819 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30820
30821         * gst/playback/gstplaybasebin.c:
30822         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30823           Handle double disposals, and proper change of URIs.
30824
30825 2004-09-13  Martin Eikermann <meiker@upb.de>
30826
30827         * gst/mpegstream/gstmpegparse.c:
30828           fix synchronistation for streams recorded from digital PCR
30829           fixes bug #119376
30830
30831 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30832
30833         * ext/gnomevfs/Makefile.am:
30834         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30835         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30836         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30837         (gst_gnomevfssink_uri_get_type),
30838         (gst_gnomevfssink_uri_get_protocols),
30839         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30840         (gst_gnomevfssink_uri_handler_init),
30841         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30842         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30843         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30844         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30845         (gst_gnomevfssrc_uri_get_type),
30846         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30847         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30848         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30849         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30850         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30851         * ext/gnomevfs/gstgnomevfsuri.h:
30852           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30853           of fake URIs to see which this version of Gnome-VFS likes, and
30854           uses that for the Gst-URI interface. Makes playbin support http://
30855           streams. Also fix up some stupid behaviour in gnomevfssrc.
30856
30857 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30858
30859         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30860         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30861         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30862         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30863           Update mixer (to sync with other sessions) if we try to obtain
30864           a new value. This makes alsamixer work accross applications.
30865         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30866           Only call sync functions if we're running, else alsalib asserts.
30867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30868           Sometimes fails to compile. Possibly a gcc bug.
30869         * gst/playback/gstplaybin.c: (gen_video_element),
30870         (gen_audio_element):
30871           Add a reference to an application-provided object, because we lose
30872           this same reference if we add it to the bin. If we don't do this,
30873           we can only use this object once and thus crash if we go from
30874           ready to playing, back to ready and back to playing again.
30875           Also add an audioscale element because several cheap soundcards -
30876           like mine - don't support all samplerates.
30877         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30878         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30879           Fix wrong order or PAR calls. Makes automatically obtained PAR
30880           from the X server atually being used.
30881
30882 2004-09-12  David Schleef  <ds@schleef.org>
30883
30884         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30885         #151887, #152102, #152247.
30886         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30887         * examples/seeking/cdparanoia.c: same
30888         * examples/seeking/cdplayer.c: same
30889         * examples/seeking/seek.c: same
30890         * examples/seeking/spider_seek.c: same
30891         * examples/seeking/vorbisfile.c: same
30892         * examples/stats/mp2ogg.c: same
30893         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30894         (gst_esdsink_dispose): Dispose of element properly.
30895         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30896         fixes.
30897         * ext/nas/nassink.c: (gst_nassink_class_init),
30898         (gst_nassink_dispose): Dispose of element correctly.
30899         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30900         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30901         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30902         Fix 64-bit warning.
30903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30904         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30905         Fix 64-bit warning.
30906
30907 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30908
30909         * configure.ac : change speex detection as 1.1.6 now uses
30910           .pc/pkg-config and they changed their headers location.
30911
30912 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30913
30914         * gst/matroska/matroska-mux.h:
30915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30916         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30917         (gst_matroska_mux_write_data):
30918           Write multiple blocks/frames per cluster.
30919                 Write meta-seek information (seek heads).
30920
30921 2004-09-09  Scott Wheeler <wheeler@kde.org>
30922
30923         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30924         (gst_play_bin_set_property), (gst_play_bin_get_property),
30925         (gen_audio_element), (gen_audio_element):
30926           Add a volume element / property to the pipeline.
30927
30928 2004-09-07  Wim Taymans  <wim@fluendo.com>
30929
30930         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30931         Copy timestamps from the master pad to the output buffers.
30932
30933 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30934
30935         * ext/raw1394/gstdv1394src.c:
30936           throw errors when applicable
30937
30938 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30939
30940         * gst/matroska/ebml-ids.h:
30941         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30942         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30943         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30944           automatically convert unix time <-> ebml time when reading/writing
30945           a date, use gst_ebml_write_uint to write CUETIME,
30946           not gst_ebml_write_date.
30947         * gst/matroska/matroska-ids.h:
30948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30949         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30950         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30951         (gst_matroska_mux_write_data):
30952           Write track and segment UIDs, write muxing date, write
30953           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30954           Create cues for audio only files.
30955
30956 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30957
30958         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30959         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30960           Re-commit ALSA switches.
30961         * gst/adder/gstadder.c: (gst_adder_loop):
30962           64-bit fix (#151416).
30963         * gst/debug/progressreport.c: (gst_progressreport_report):
30964           64-bit fix (#151419).
30965         * gst/matroska/matroska-demux.c:
30966         (gst_matroska_demux_parse_contents):
30967           64-bit fix (#151420).
30968         * gst/playback/test3.c: (update_scale):
30969           64-bit fix (#151421).
30970
30971 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30972
30973         * configure.ac:
30974           bump nano to cvs
30975
30976 === release 0.8.4 ===
30977
30978 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30979
30980         * configure.ac: releasing 0.8.4, "Alias"
30981
30982 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30983
30984         * ext/theora/Makefile.am:
30985           fix makefile.  Fixes #151462.
30986
30987 2004-08-30  Wim Taymans  <wim@fluendo.com>
30988
30989         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30991         (gst_multifdsink_remove_client_link),
30992         (gst_multifdsink_client_queue_buffer),
30993         (gst_multifdsink_handle_client_write):
30994         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30995         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30996         Fix some memory leaks.
30997
30998 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30999
31000         Patch by: David Schleef
31001
31002         * configure.ac:
31003         * sys/Makefile.am:
31004           rename our detection macro for V4L2.  Fixes #151236.
31005
31006 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31007
31008         Patch by: David Schleef
31009
31010         * configure.ac:
31011           check to define LAMEPRESET.  Fixes #151232.
31012
31013 2004-08-27  David Schleef  <ds@schleef.org>
31014
31015         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31016         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31017         (gst_glimagesink_fixate):  Move local variable declarations to
31018         make gcc-2.95 happy.
31019
31020 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31021
31022         * configure.ac:
31023           bump nano for prerelease
31024
31025 2004-08-27  David Schleef  <ds@schleef.org>
31026
31027         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31028         * sys/sunaudio/gstsunaudiosrc.c:
31029         * sys/sunaudio/gstsunaudiosrc.h:
31030
31031 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31032
31033         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31034         handle EOS correctly
31035         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31036         * gst/matroska/matroska-mux.h:
31037         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31038         VFW compatibility mode
31039
31040 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31041
31042         patch by: Zaheer Abbas Merali
31043
31044         * ext/ogg/gstoggmux.c:
31045         * ext/vorbis/vorbisenc.c:
31046         * ext/vorbis/vorbisenc.h:
31047           handle NEWMEDIA
31048
31049 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31050
31051         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31052         fix byte order reversion on little endian machines.
31053         * gst/matroska/matroska-mux.c: (audiosink_templ),
31054         (gst_matroska_mux_audio_pad_link):
31055         add TTA codec to the list of supported codecs.
31056         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31057         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31058         (gst_matroska_mux_write_data):
31059         * gst/matroska/matroska-mux.h:
31060         write segment duration correctly, write muxing app string, fixes bugs
31061         #140897 and #140898.
31062         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31063         wait for all pads to be negotiated before starting to mux.
31064
31065 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31066
31067         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31068         * ext/lame/gstlame.h:
31069         Added new media support to lame
31070
31071 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31072
31073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31074         send vorbis headers at the beginning of a stream, fixes bug #141554.
31075         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31076         bug #148950.
31077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31078         (gst_matroska_demux_plugin_init):
31079         * gst/matroska/matroska-ids.h:
31080         enable demuxing of TTA audio streams, fixes bug #148951.
31081         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31082         enable typefinding for TTA audio files, fixes bug #148711.
31083         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31084         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31085         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31086
31087 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31088
31089         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31090         (gst_riff_read_element_data), (gst_riff_read_seek),
31091         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31092         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31093         <teuf@gnome.org>
31094
31095 2004-08-23 Iain <iaingnome@gmail.com>
31096
31097         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31098         tags. They appear to be handled differently to normal.
31099         (tag_list_to_id3_tag_foreach): Ditto.
31100
31101 2004-08-22  Wim Taymans  <wim@fluendo.com>
31102
31103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31104         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31105         Make sure we never send -1 granulepos.
31106
31107 2004-08-20  Wim Taymans  <wim@fluendo.com>
31108
31109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31110         (gst_ogg_mux_loop):
31111         I will accept bitchslappings with non sharp objects.
31112
31113 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31114
31115         * configure.ac:
31116         Clean up the test for lame presets
31117
31118 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31119
31120         * configure.ac:
31121         * ext/lame/Makefile.am:
31122         * ext/lame/gstlame.c: (gst_lame_class_init),
31123         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31124         Only enable lame presets if version of lame has presets in API
31125
31126 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31127         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31128         * gst/udp/gstudpsrc.h:
31129           Don't call gst_pad_push in a get function. Fixes #150449
31130
31131 2004-08-18  Wim Taymans  <wim@fluendo.com>
31132
31133         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31134         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31135         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31136         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31137         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31138         (gst_fdset_wait):
31139         * gst/tcp/gstfdset.h:
31140         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31141         (gst_multifdsink_client_queue_buffer),
31142         (gst_multifdsink_handle_client_write):
31143         * gst/tcp/gstmultifdsink.h:
31144         Some extra checks in gstfdset.
31145         Only use send() when the fd is a socket. Don't try to
31146         read from write only fds.
31147
31148 2004-08-18  Wim Taymans  <wim@fluendo.com>
31149
31150         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31151         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31152         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31153         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31154         (gst_fdset_wait):
31155         Add more locking and bounds checking.
31156
31157 2004-08-18  Wim Taymans  <wim@fluendo.com>
31158
31159         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31160         Realloc test fdset in the lock and right before starting
31161         the poll call. Bump the limit to 4096.
31162
31163 2004-08-17  David Schleef  <ds@schleef.org>
31164
31165         * sys/sunaudio/Makefile.am:
31166         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31167         of rates and channels.  Make debugging less obnoxious.
31168
31169         Patch from Balamurali Viswanathan implementing a mixer for
31170         Sun audio.  (bug #144091):
31171         * sys/sunaudio/gstsunelement.c:
31172         * sys/sunaudio/gstsunelement.h:
31173         * sys/sunaudio/gstsunmixer.c:
31174         * sys/sunaudio/gstsunmixer.h:
31175
31176 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31177
31178         * gst/audioscale/gstaudioscale.c:
31179         * gst/audioscale/gstaudioscale.h:
31180         made audioscale resample from any sample rate to any sample rate
31181
31182 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31183
31184         * ext/libpng/gstpngdec.c:
31185           error out on unsupported types
31186
31187 2004-08-17  Iain <iaingnome@gmail.com>
31188
31189         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31190         mid_side and loose_mid_side properties if its a stereo stream.
31191
31192 2004-08-17  Wim Taymans  <wim@fluendo.com>
31193
31194         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31195         (theora_get_formats), (theora_dec_src_convert),
31196         (theora_dec_sink_convert), (theora_dec_src_query),
31197         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31198         Add a debug line.
31199
31200 2004-08-17  Wim Taymans  <wim@fluendo.com>
31201
31202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31203         (gst_ogg_pad_push):
31204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31205         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31206         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31207         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31208         Mark delta units in the muxer.
31209         Try to decode the packet after an out-of-sync error from
31210         libogg.
31211
31212 2004-08-17  Wim Taymans  <wim@fluendo.com>
31213
31214         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31215         (gst_multifdsink_init), (gst_multifdsink_add),
31216         (gst_multifdsink_client_queue_buffer),
31217         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31218         * gst/tcp/gstmultifdsink.h:
31219         Added option to send a keyframe to clients as the first buffer.
31220         Make timeout property writable.
31221
31222 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31223
31224         patch by: Wim Taymans
31225
31226         * gst/tcp/gstfdset.c:
31227         * gst/tcp/gstmultifdsink.c:
31228           fix index comparison, should include 0
31229
31230 2004-08-16  Wim Taymans  <wim@fluendo.com>
31231
31232         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31233         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31234         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31235         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31236         (gst_fdset_wait):
31237           copy when reallocing for poll so the select arguments don't get
31238           changed during the call
31239
31240 2004-08-16  Wim Taymans  <wim@fluendo.com>
31241
31242         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31243         (gst_theora_enc_class_init), (theora_enc_sink_link),
31244         (theora_buffer_from_packet), (theora_enc_chain):
31245         Fix bug where buffers were not marked as keyframes
31246         correctly.
31247
31248 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31249
31250         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31251         (gst_lame_preset_get_type), (gst_lame_class_init):
31252         describe the enum values for vbr mode and presets more verbosely
31253
31254 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31255
31256         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31257         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31258         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31259         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31260         * ext/lame/gstlame.h:
31261         add preset property to lame so it can use lame presets
31262
31263 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31264
31265         * ext/lame/gstlame.c: (gst_lame_get_property):
31266         whoops forgot break, thanks teuf
31267
31268 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31269
31270         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31271         (gst_lame_class_init), (gst_lame_src_getcaps),
31272         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31273         (gst_lame_get_property), (gst_lame_setup):
31274         * ext/lame/gstlame.h:
31275         fix lame's broken vbr stuff, allow it to resample if need be, and also
31276         make xing header optional
31277
31278 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31279
31280         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31281         added getcaps function so samplerate doesnt get fixated to silly values
31282
31283 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31284
31285         * ext/lame/gstlame.c: (gst_lame_src_link):
31286         revert previous fix
31287
31288 2004-08-12  Johan Dahlin  <johan@gnome.org>
31289
31290         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31291         checks. Doesn't matter what state we are in. Interfaces are a
31292         compile time thing, not runtime. It also broke the python bindings.
31293
31294 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31295
31296         * ext/lame/gstlame.c: (gst_lame_src_link):
31297         made source pad link function check if sinkpad is ok..fixes the problem
31298         where core fixates the output rate of lame stupidly
31299
31300 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31301
31302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31303         * sys/v4l/v4l_calls.c:
31304         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31305           fix fixate function to handle nonsimple caps.
31306           remove bogus check in _link
31307           cleanups
31308
31309 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31310
31311         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31312         set default compression ratio parameter to 0.0 so bitrate parameter
31313         works :)
31314
31315 2004-08-11  David Schleef  <ds@schleef.org>
31316
31317         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31318
31319 2004-08-11  David Schleef  <ds@schleef.org>
31320
31321         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31322         before.
31323
31324 2004-08-11  David Schleef  <ds@schleef.org>
31325
31326         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31327
31328 2004-08-11  David Schleef  <ds@schleef.org>
31329
31330         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31331           license field
31332         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31333         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31334           LGPL.
31335         * gst/auparse/gstauparse.c: Fix plugin license field.
31336         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31337         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31338         * gst/rtp/gstrtp.c: Fix plugin license field.
31339
31340 2004-08-11  Wim Taymans  <wim@fluendo.com>
31341
31342         * gst/tcp/Makefile.am:
31343         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31344         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31345         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31346         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31347         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31348         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31349         (gst_fdset_fd_can_write), (gst_fdset_wait):
31350         * gst/tcp/gstfdset.h:
31351         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31352         (gst_multifdsink_class_init), (gst_multifdsink_init),
31353         (gst_multifdsink_add), (gst_multifdsink_remove),
31354         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31355         (gst_multifdsink_remove_client_link),
31356         (gst_multifdsink_handle_client_read),
31357         (gst_multifdsink_client_queue_data),
31358         (gst_multifdsink_client_queue_caps),
31359         (gst_multifdsink_client_queue_buffer),
31360         (gst_multifdsink_handle_client_write),
31361         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31362         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31363         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31364         (gst_multifdsink_close):
31365         * gst/tcp/gstmultifdsink.h:
31366         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31367         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31368         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31369         (gst_tcpserversink_close):
31370         * gst/tcp/gsttcpserversink.h:
31371         Abstracted away the select call, implemented poll (yes we ran into
31372         the 1024 limit in production).
31373
31374 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31375
31376         * gst/tcp/gsttcp.c:
31377         * gst/tcp/gsttcpplugin.c:
31378           improve debuggging, remove assert
31379
31380 2004-08-10  Wim Taymans  <wim@fluendo.com>
31381
31382         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31383         (gst_client_status_get_type), (gst_multifdsink_class_init),
31384         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31385         (gst_multifdsink_handle_client_read),
31386         (gst_multifdsink_handle_client_write),
31387         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31388         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31389         (gst_multifdsink_get_property):
31390         * gst/tcp/gstmultifdsink.h:
31391         * gst/tcp/gsttcp-marshal.list:
31392         Starting to prepare for specifying buffer time in other units
31393         than buffers. Expose remove reason in signal.
31394
31395 2004-08-10  Wim Taymans  <wim@fluendo.com>
31396
31397         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31398         (gst_multifdsink_remove), (gst_multifdsink_clear),
31399         (gst_multifdsink_remove_client_link),
31400         (gst_multifdsink_handle_client_read),
31401         (gst_multifdsink_client_queue_data),
31402         (gst_multifdsink_client_queue_buffer),
31403         (gst_multifdsink_handle_client_write),
31404         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31405         (gst_multifdsink_chain), (gst_multifdsink_close):
31406         * gst/tcp/gstmultifdsink.h:
31407         Added more debugging info. Changed the way clients are
31408         removed from the lists. Fixed a bug where a bad file descriptor
31409         could cause many clients to be removed.
31410
31411 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31412
31413         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31414           allow all pixel-aspect-ratios, not just 1:1
31415
31416 2004-08-09  David Schleef  <ds@schleef.org>
31417
31418         * sys/glsink/ARB_multitexture.h:  Remove old files.
31419         * sys/glsink/EXT_paletted_texture.h:
31420         * sys/glsink/NV_register_combiners.h:
31421         * sys/glsink/gstgl_nvimage.c:
31422         * sys/glsink/gstgl_pdrimage.c:
31423         * sys/glsink/gstgl_rgbimage.c:
31424         * sys/glsink/gstglsink.c:
31425         * sys/glsink/gstglsink.h:
31426         * sys/glsink/gstglxwindow.c:
31427         * sys/glsink/regcomb_yuvrgb.c:
31428
31429 2004-08-09  David Schleef  <ds@schleef.org>
31430
31431         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31432         GL sink plugin.  (Bug #147302)
31433
31434         * configure.ac: Test for OpenGL
31435         * sys/Makefile.am: Use test for OpenGL
31436         * sys/glsink/Makefile.am:
31437         * sys/glsink/glimagesink.c: rewrite
31438         * sys/glsink/glimagesink.h: rewrite
31439
31440 2004-08-09  David Schleef  <ds@schleef.org>
31441
31442         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31443         sane framerates.
31444         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31446         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31447
31448 2004-08-09  Wim Taymans  <wim@fluendo.com>
31449
31450         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31451         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31452         (gst_multifdsink_client_remove),
31453         (gst_multifdsink_handle_client_read),
31454         (gst_multifdsink_handle_client_write),
31455         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31456         Do a bit more logging, make the client_read code more robust.
31457
31458 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31459
31460         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31461         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31462         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31463         (gst_jpegdec_init), (gst_jpegdec_chain):
31464         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31465         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31466           cleanups, debugging fixes and memleak plugging
31467
31468 2004-08-09  Wim Taymans  <wim@fluendo.com>
31469
31470         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31471         (theora_get_formats), (theora_dec_src_convert),
31472         (theora_dec_sink_convert), (theora_dec_src_query),
31473         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31474         (theora_dec_change_state):
31475         Don't crash on missing header packets.
31476
31477 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31478
31479         * po/LINGUAS:
31480         * po/sq.po:
31481           Added Albanian translation (Laurent Dhima)
31482         * po/cs.po:
31483           updated
31484
31485 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31486
31487         * ext/lame/gstlame.c:
31488           fix/add debugging
31489
31490 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31491
31492         * sys/ximage/ximagesink.c:
31493         * sys/xvimage/xvimagesink.c:
31494           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31495
31496 2004-08-06  Wim Taymans  <wim@fluendo.com>
31497
31498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31499         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31500         (gst_multifdsink_client_remove),
31501         (gst_multifdsink_handle_client_read),
31502         (gst_multifdsink_handle_client_write),
31503         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31504         Make sure we don't try to read more from a client that what
31505         ioctl says us or we deadlock.
31506
31507 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31508
31509         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31510         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31511         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31512           decouple running_time and n_frames so it can handle changing
31513           framerate while running
31514
31515 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31516
31517         * po/nl.po:
31518         * po/sv.po:
31519           updated translations
31520
31521 2004-08-04  Benjamin Otte  <otte@gnome.org>
31522
31523         * gst/videotestsrc/gstvideotestsrc.c:
31524         (gst_videotestsrc_get_capslist), (generate_capslist),
31525         (plugin_init):
31526           generate the list of supported caps at startup and reuse it instead
31527           of always generating it
31528
31529 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31530
31531         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31532           whoops, last checkin broke normal build
31533
31534 2004-08-03  Benjamin Otte  <otte@gnome.org>
31535
31536         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31537         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31538         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31539         (gst_alsa_mixer_get_option):
31540         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31541         (dvdnavsrc_print_event):
31542         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31544         (gst_ogg_mux_pad_unlink):
31545         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31546         (gst_multipart_mux_pad_unlink):
31547         * gst/videofilter/gstvideobalance.c:
31548         (gst_videobalance_colorbalance_set_value):
31549         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31550         (gst_videomixer_pad_unlink):
31551         * po/uk.po:
31552         * sys/oss/gstossmixer.c:
31553         * sys/v4l/gstv4lcolorbalance.c:
31554         * sys/v4l/gstv4ltuner.c:
31555         * sys/v4l/v4lsrc_calls.c:
31556         * sys/v4l2/gstv4l2colorbalance.c:
31557         * sys/v4l2/gstv4l2tuner.c:
31558           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31559
31560 2004-08-03  Benjamin Otte  <otte@gnome.org>
31561
31562         * examples/dynparams/filter.c: (ui_control_create):
31563         * examples/gstplay/player.c: (print_tag):
31564         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31565         * ext/gdk_pixbuf/gstgdkanimation.c:
31566         (gst_gdk_animation_iter_may_advance):
31567         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31568         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31569         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31570         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31571         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31572         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31573         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31574         * gst/sine/demo-dparams.c: (main):
31575         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31576         * testsuite/alsa/formats.c: (create_pipeline):
31577         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31578           fixes for G_DISABLE_ASSERT and friends
31579         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31580         (mp3_type_frame_length_from_header), (mp3_type_find),
31581         (plugin_init):
31582           require mp3 typefinding to have at least MIN_HEADERS valid headers
31583           add typefinding for AAC adts files
31584
31585 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31586
31587         * sys/ximage/ximagesink.c:
31588         (gst_ximagesink_calculate_pixel_aspect_ratio):
31589         * sys/xvimage/xvimagesink.c:
31590         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31591         Make sure we calculate pixel-aspect-ratio using floating point maths
31592
31593 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31594
31595         * po/uk.po:
31596           updated translation
31597
31598 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31599
31600         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31602           add debugging for display PAR calculation
31603
31604 2004-08-02  David Schleef  <ds@schleef.org>
31605
31606         * configure.ac: Fix mikmod CFLAGS.
31607
31608 2004-07-27  Benjamin Otte  <otte@gnome.org>
31609
31610         * gst/audioscale/gstaudioscale.c:
31611         - fix templates to only support S16, it's the only format that works
31612         - make caps nego code use try_set_caps_nonfixed and fixation instead
31613         of try_set_caps twice, which is not nice for autopluggers
31614         - change rank to secondary, so autopluggers can pick it up after
31615         audioconvert
31616
31617 2004-08-02  Iain <iain@prettypeople.org>
31618
31619         * gst/interleave/interleave.c (interleave_init),
31620         (interleave_request_new_pad),
31621         (interleave_pad_removed),
31622         (interleave_buffered_loop): Use the real pad count, not the artificial
31623         one.
31624
31625 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31626
31627         * configure.ac: bump nano back to development
31628
31629 === release 0.8.3 ===
31630
31631 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31632
31633         * configure.ac: releasing 0.8.3, "Water"
31634
31635 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31636
31637         * sys/xvimage/xvimagesink.c:
31638         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31639         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31640         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31641         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31642         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31643         * sys/xvimage/xvimagesink.h:
31644           apply similar PAR fixes as to ximagesink
31645
31646 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31647
31648         patch from: Benjamin Otte
31649
31650         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31651           add link function to lame.  Fixes #148986.
31652
31653 2004-08-02  Johan Dahlin  <johan@gnome.org>
31654
31655         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31656         fix debugging log
31657
31658 2004-07-30  David Schleef  <ds@schleef.org>
31659
31660         * gst/videomixer/Makefile.am: Fix things that should have been
31661         fixed in the last checkin.
31662
31663 2004-07-30  David Schleef  <ds@schleef.org>
31664
31665         * gst/multipart/Makefile.am: Fix things that should have been
31666         fixed in the last checkin.
31667
31668 2004-07-30  David Schleef  <ds@schleef.org>
31669
31670         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31671
31672 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31673
31674         * configure.ac:
31675           bump nano for prerelease
31676         * po/af.po:
31677         * po/az.po:
31678         * po/cs.po:
31679         * po/en_GB.po:
31680         * po/hu.po:
31681         * po/nl.po:
31682         * po/sr.po:
31683         * po/sv.po:
31684         * po/uk.po:
31685           updates
31686
31687 2004-07-30  Wim Taymans  <wim@fluendo.com>
31688
31689         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31690         (gst_multifdsink_add), (gst_multifdsink_remove),
31691         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31692         (gst_multifdsink_client_remove),
31693         (gst_multifdsink_handle_client_write),
31694         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31695         * gst/tcp/gstmultifdsink.h:
31696         Recover from a select with a bad file descriptor by removing
31697         the client.
31698
31699 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31700
31701         * configure.ac:
31702           fix requirement of core
31703         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31704         (gst_play_pipeline_setup):
31705           don't use colorspace element.  do use hermescolorspace element.
31706           make macro to get a colorspace element.
31707           mark strings for translation.
31708         * po/POTFILES.in:
31709           add play.c
31710         * po/af.po:
31711         * po/az.po:
31712         * po/cs.po:
31713         * po/en_GB.po:
31714         * po/hu.po:
31715         * po/nl.po:
31716         * po/sr.po:
31717         * po/sv.po:
31718         * po/uk.po:
31719           update translations
31720
31721 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31722
31723         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31724         fix default for newmedia flag
31725
31726 2004-07-30  Wim Taymans  <wim@fluendo.com>
31727
31728         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31729         (gst_theora_dec_init), (theora_get_formats),
31730         (theora_dec_src_convert), (theora_dec_sink_convert),
31731         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31732         (theora_dec_chain), (theora_dec_set_property),
31733         (theora_dec_get_property):
31734         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31735         (gst_theora_enc_class_init), (gst_theora_enc_init),
31736         (theora_enc_sink_link), (theora_enc_chain),
31737         (theora_enc_set_property), (theora_enc_get_property):
31738         Added cropping option to theora decoder.
31739         Added border option to theora encoder.
31740
31741 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31742
31743         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31744         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31745         (gst_pngenc_set_property):
31746         * ext/libpng/gstpngenc.h:
31747         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
31748
31749 2004-07-30  Wim Taymans  <wim@fluendo.com>
31750
31751         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31752         (theora_enc_sink_link), (theora_enc_chain),
31753         (theora_enc_set_property), (theora_enc_get_property):
31754         Fix encoding of non-multiple-of-16 video.
31755
31756 2004-07-29  David Schleef  <ds@schleef.org>
31757
31758         * configure.ac: make test for audiofile more strict
31759
31760 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31761
31762         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31763           give different names to typefind functions
31764
31765 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31766
31767         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31768         (gst_ximagesink_calculate_pixel_aspect_ratio),
31769         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31770         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31771         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31772         (gst_ximagesink_get_property), (gst_ximagesink_init):
31773         * sys/ximage/ximagesink.h:
31774           allocate PAR's dynamically.
31775           use autodetected PAR if no object-set PAR is given.
31776           add workaround for directfb's X not setting physical size.
31777           fix to xvimagesink will follow tomorrow.
31778
31779 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31780
31781         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31782         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31783         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31784         (gst_shout2send_class_init), (gst_shout2send_init),
31785         (set_shout_metadata), (gst_shout2send_set_metadata),
31786         (gst_shout2send_chain), (gst_shout2send_set_property),
31787         (gst_shout2send_get_property), (gst_shout2send_connect),
31788         (gst_shout2send_change_state):
31789         * ext/shout2/gstshout2.h:
31790         - fix for sending mp3 audio to icecast2 server, if pad link function not
31791         called before PAUSED state
31792         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31793         - added tagging support for mp3 audio broadcasted
31794         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31795         debug info
31796
31797 2004-07-28  Wim Taymans  <wim@fluendo.com>
31798
31799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31800         (gst_ogg_demux_push):
31801         Return query failure when we don't know the length of
31802         an ogg stream insteda of returning TRUE with a bogus value.
31803
31804 2004-07-28  Wim Taymans  <wim@fluendo.com>
31805
31806         * ext/theora/theoradec.c: (theora_get_formats),
31807         (theora_dec_src_convert), (theora_dec_sink_convert),
31808         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31809         (theora_dec_chain):
31810         Don't screw up the 1 Chroma for 1 luma sample situation when we
31811         have an odd offset/width by adding a black border in those cases.
31812
31813 2004-07-28  Wim Taymans  <wim@fluendo.com>
31814
31815         * ext/theora/theoradec.c: (theora_get_formats),
31816         (theora_dec_src_convert), (theora_dec_sink_convert),
31817         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31818         (theora_dec_chain):
31819         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31820         Added first attempt at cropping of the image as required by the
31821         theora spec. We need more properties in the caps (offset_x,
31822         offset_y,stride) to implement this correctly.
31823
31824 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31825
31826         * ext/dvdnav/README:
31827           Update the README to use dvddemux
31828         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31829           Ensure getcaps returns a subset of the template caps
31830         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31831         (gst_mpeg2subt_init):
31832           Ensure getcaps returns a subset of the template caps
31833         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31834         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31835         (gst_dvd_demux_get_subpicture_stream),
31836         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31837         * gst/mpegstream/gstdvddemux.h:
31838           Set the explicit caps on the current_video pad before pushing
31839           anything
31840         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31841         (gst_mpeg_demux_get_audio_stream):
31842           Free caps used to gst_pad_set_explicit_caps, which takes a const
31843           GstCaps *
31844
31845 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31846
31847         * configure.ac: update GStreamer requirement to 0.8.4 because of
31848           GstFraction.
31849
31850 2004-07-28  Wim Taymans  <wim@fluendo.com>
31851
31852         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31853         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31854         Add the pad to the element after setting up the caps. This
31855         makes it a lot easier to autoplug.
31856
31857 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31858
31859         * gst/median/gstmedian.c:
31860         * gst/mpeg2subt/gstmpeg2subt.c:
31861         * gst/mpegaudioparse/gstmpegaudioparse.c:
31862         * gst/mpegstream/gstdvddemux.c:
31863         * gst/mpegstream/gstmpegdemux.c:
31864         * gst/mpegstream/gstmpegpacketize.c:
31865         * gst/rtjpeg/gstrtjpeg.c:
31866         * gst/rtjpeg/gstrtjpegdec.c:
31867         * gst/rtjpeg/gstrtjpegenc.c:
31868         * gst/sine/gstsinesrc.c:
31869         * gst/smooth/gstsmooth.c:
31870         * gst/smpte/gstsmpte.c:
31871         * gst/smpte/gstsmpte.h:
31872         * gst/stereo/gststereo.c:
31873         * gst/videofilter/gstgamma.c:
31874         * gst/videofilter/gstvideobalance.c:
31875         * gst/videofilter/gstvideofilter.c:
31876         * gst/videofilter/gstvideoflip.c:
31877         * gst/videoscale/gstvideoscale.c:
31878         * gst/videoscale/videoscale.c:
31879         * gst/videotestsrc/gstvideotestsrc.c:
31880         * gst/videotestsrc/videotestsrc.c:
31881         * gst/wavenc/gstwavenc.c:
31882         * gst/wavparse/gstwavparse.c:
31883           fix local includes and 64 bits constants
31884
31885 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31886
31887         * win32/gst.sln:
31888         * gst-libs/gst/*/*.vcproj:
31889         * gst/*/*.vcproj:
31890           more working plugins
31891
31892 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31893
31894         * testsuite/alsa/Makefile.am:
31895         * testsuite/alsa/srcstate.c:
31896         add test for alsasrc changing state
31897
31898 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31899
31900         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31901         (gst_silence_get):
31902         * gst/silence/gstsilence.h:
31903         fix silence generation for 16bit raw audio
31904
31905 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31906
31907         * gst/matroska/matroska-demux.c:
31908         (gst_matroska_demux_parse_metadata),
31909         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31910         * gst/mpegaudio/common.c:
31911         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31912         (gst_videoscale_getcaps), (gst_videoscale_link),
31913         (gst_videoscale_src_fixate), (gst_videoscale_init),
31914         (gst_videoscale_finalize):
31915         * gst/videoscale/gstvideoscale.h:
31916         * gst/videotestsrc/gstvideotestsrc.c:
31917         (gst_videotestsrc_get_capslist):
31918         * gst/wavenc/gstwavenc.c:
31919         * sys/oss/gstossmixer.c: (fill_labels):
31920         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31921         (gst_ximagesink_handle_xevents),
31922         (gst_ximagesink_calculate_pixel_aspect_ratio),
31923         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31924         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31925         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31926         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31927         (gst_ximagesink_init), (gst_ximagesink_class_init):
31928         * sys/ximage/ximagesink.h:
31929         * sys/xvimage/xvimagesink.c:
31930         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31931         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31932         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31933         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31934         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31935         * sys/xvimage/xvimagesink.h:
31936           first batch of pixel aspect ratio commits.
31937
31938 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31939
31940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31941         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31942         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31943           handle stride, needs work if we want to move stride handling
31944           upstream, but works correctly for our purposes.
31945
31946 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31947
31948         * gst/videoscale/README:
31949           add testing examples
31950         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31951         (gst_videoscale_chain):
31952         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31953         (gst_videoscale_get_size):
31954           add get_size function that handles stride like videotestsrc.
31955           fixes conversion for YUV formats for as much as I can test them.
31956
31957 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31958
31959         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31960         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31962         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31963         (gst_xvimagesink_xvimage_put):
31964           further cleanups, logging, error handling and synchronizing
31965
31966 2004-07-27  Wim Taymans  <wim@fluendo.com>
31967
31968         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31969         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31970         (gst_videomixer_pad_set_property),
31971         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31972         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31973         (gst_videomixer_class_init), (gst_videomixer_init),
31974         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31975         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31976         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31977         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31978         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31979         (gst_videomixer_loop), (plugin_init):
31980         Be a nicer negotiation citizen and provide a getcaps function on
31981         the srcpad. This also fixes a crash when resizing.
31982
31983 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31984
31985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31986         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31987
31988 2004-07-27  Wim Taymans  <wim@fluendo.com>
31989
31990         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31991         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31992         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31993         (gst_pngenc_set_property):
31994         * ext/libpng/gstpngenc.h:
31995         Added snapshot property to pngenc.
31996         removed g_print from pngdec
31997
31998 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31999
32000         * gst/ac3parse/ac3parse.vcproj
32001         * gst/adder/adder.vcproj
32002         * gst/alpha/alpha.vcproj
32003         * gst/alpha/alphacolor.vcproj
32004         * gst/asfdemux/asf.vcproj
32005         * gst/audioconvert/audioconvert.vcproj
32006         * gst/audiorate/audiorate.vcproj
32007         * gst/audioscale/audioscale.vcproj
32008         * gst/auparse/auparse.vcproj
32009         * gst/avi/avi.vcproj
32010         * gst/cdxaparse/cdxaparse.vcproj
32011         * gst/chart/chart.vcproj
32012         * gst/colorspace/colorspace.vcproj
32013         * gst/cutter/cutter.vcproj
32014         * gst/debug/debug.vcproj
32015         * gst/debug/efence.vcproj
32016         * gst/debug/navigationtest.vcproj
32017         * gst/deinterlace/deinterlace.vcproj
32018         * gst/effectv/effectv.vcproj
32019         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32020         * gst/filter/filter.vcproj
32021         * gst/flx/flxdec.vcproj
32022         * gst/goom/goom.vcproj
32023         * gst/interleave/interleave.vcproj
32024         * gst/law/alaw.vcproj
32025         * gst/law/mulaw.vcproj
32026         * gst/matroska/matroska.vcproj
32027         * gst/median/median.vcproj
32028         * gst/mixmatrix/mixmatrix.vcproj
32029         * gst/mpeg1sys/mpeg1systemencode.vcproj
32030         * gst/mpeg1videoparse/mp1videoparse.vcproj
32031         * gst/mpeg2sub/mpeg2subt.vcproj
32032         * gst/mpegaudio/mpegaudio.vcproj
32033         * gst/mpegaudioparse/mpegaudioparse.vcproj
32034         * gst/mpegstream/mpegstream.vcproj
32035         * gst/multifilesink/multifilesink.vcproj
32036         * gst/multipart/multipart.vcproj
32037         * gst/oneton/oneton.vcproj
32038         * gst/overlay/overlay.vcproj
32039         * gst/passthrough/passthrough.vcproj
32040         * gst/qtdemux/qtdemux.vcproj
32041         * gst/realmedia/rmdemux.vcproj
32042         * gst/rtjpeg/rtjpeg.vcproj
32043         * gst/rtp/rtp.vcproj
32044         * gst/silence/silence.vcproj
32045         * gst/sine/sinesrc.vcproj
32046         * gst/smooth/smooth.vcproj
32047         * gst/smpte/smpte.vcproj
32048         * gst/spectrum/spectrum.vcproj
32049         * gst/speed/speed.vcproj
32050         * gst/stereo/stereo.vcproj
32051         * gst/switch/switch.vcproj
32052         * gst/tags/tagedit.vcproj
32053         * gst/tcp/tcp.vcproj
32054         * gst/typefind/typefindfunctions.vcproj
32055         * gst/udp/udp.vcproj
32056         * gst/videobox/videobox.vcproj
32057         * gst/videocrop/videocrop.vcproj
32058         * gst/videodrop/videodrop.vcproj
32059         * gst/videofilter/gamma.vcproj
32060         * gst/videofilter/videobalance.vcproj
32061         * gst/videofilter/videofilter.vcproj
32062         * gst/videofilter/videoflip.vcproj
32063         * gst/videoflip/videoflip.vcproj
32064         * gst/videomixer/videomixer.vcproj
32065         * gst/videorate/videorate.vcproj
32066         * gst/videoscale/videoscale.vcproj
32067         * gst/videotestsrc/videotestsrc.vcproj
32068         * gst/virtualdub/virtualdub.vcproj
32069         * gst/volenv/volenv.vcproj
32070         * gst/volume/volume.vcproj
32071         * gst/wavenc/wavenc.vcproj
32072         * gst/wavparse/wavparse.vcproj
32073         * gst/y4m/y4menc.vcproj
32074         * gst-libs/gst/audio/audio.vcproj
32075         * gst-libs/gst/audio/audiofilter.vcproj
32076         * gst-libs/gst/colorbalance/colorbalance.vcproj
32077         * gst-libs/gst/idct/idtc.vcproj
32078         * gst-libs/gst/media-info/media-info.vcproj
32079         * gst-libs/gst/mixer/mixer.vcproj
32080         * gst-libs/gst/navigation/navigation.vcproj
32081         * gst-libs/gst/play/play.vcproj
32082         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32083         * gst-libs/gst/resample/resample.vcproj
32084         * gst-libs/gst/riff/riff.vcproj
32085         * gst-libs/gst/tuner/tuner.vcproj
32086         * gst-libs/gst/video/video.vcproj
32087         * gst-libs/gst/xoverlay/xoverlay.vcproj
32088           avoid problems with math.h, fix release dependancy
32089           rename GStreamer-0.8.lib to libgstreamer.lib
32090
32091 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32092
32093         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32095         the atom is not available we have to unlock the mutex. Fixes #148023
32096
32097 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32098
32099         * gst-libs/gst/media-info/media-info.h:
32100           issue for a vararg macro with MSVC
32101
32102 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32103
32104         * gst/effectv/effectv.vcproj
32105         * gst-libs/gst/idct/idct.vcproj:
32106         * gst-libs/gst/media-info/media-info.vcproj:
32107         * gst-libs/gst/navigation/navigation.vcproj:
32108         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32109         * gst-libs/gst/video/video.vcproj:
32110         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32111           fixes for build problems
32112
32113 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32114
32115         * gst-libs/gst/audio/audio.def:
32116         * gst-libs/gst/audio/riff.def:
32117           add some definitions needed by plugins
32118
32119 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32120
32121         * gst/asfdemux/gstasfmux.c
32122           Fix some 64 bits constants to be glib friendly
32123
32124 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32125
32126         * gst/ac3parse/gstac3parse.c
32127         * gst/audioscale/gstaudioscale.c
32128         * gst/auparse/gstauparse.c
32129         * gst/colorspace/gstcolorspace.c
32130         * gst/colorspace/yuv2rgb.h
32131           local include fixes
32132
32133 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32134
32135         * win32/gst.sln
32136           add more plugins to the build
32137
32138 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32139
32140         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32141         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32142
32143 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32144
32145         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32146         (gst_level_set_property), (gst_level_get_property),
32147         (gst_level_base_init), (gst_level_class_init):
32148           add debugging categories.  cleanups.
32149
32150 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32151
32152         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32153         (gst_videoscale_planar411), (gst_videoscale_planar400),
32154         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32155         (gst_videoscale_scale_nearest_str1),
32156         (gst_videoscale_scale_nearest_str2),
32157         (gst_videoscale_scale_nearest_str4),
32158         (gst_videoscale_scale_nearest_16bit),
32159         (gst_videoscale_scale_nearest_24bit):
32160           fixed stride issues
32161           tested with 320x240 -> 321, 322, 324 x240
32162           tested with YV12, I420, YUY2, UYVY
32163           fixed packed422rev (don't think it could have worked before)
32164           by testing with UYVY
32165
32166 2004-07-26  Benjamin Otte  <otte@gnome.org>
32167
32168         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32169         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32170         (plugin_init):
32171           add debugging category, add error checks like checking return values
32172           of setup calls, make sure it still works after
32173           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32174
32175 2004-07-26  Wim Taymans  <wim@fluendo.com>
32176
32177         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32178         (gst_mpeg_demux_get_audio_stream),
32179         (gst_mpeg_demux_process_private):
32180         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32181         Check for error codes from the negotiation functions. Make sure
32182         we really set the pad caps when a new pad is created.
32183
32184 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32185
32186         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32187         (gst_ffmpeg_caps_to_pix_fmt):
32188         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32190         (gst_ffmpegcolorspace_pad_link):
32191           don't make function do two things at the same time without reason.
32192
32193 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32194
32195         * gst/ac3parse/ac3parse.vcproj
32196         * gst/adder/adder.vcproj
32197         * gst/alpha/alpha.vcproj
32198         * gst/alpha/alphacolor.vcproj
32199         * gst/asfdemux/asf.vcproj
32200         * gst/audioconvert/audioconvert.vcproj
32201         * gst/audiorate/audiorate.vcproj
32202         * gst/audioscale/audioscale.vcproj
32203         * gst/auparse/auparse.vcproj
32204         * gst/avi/avi.vcproj
32205         * gst/cdxaparse/cdxaparse.vcproj
32206         * gst/chart/chart.vcproj
32207         * gst/colorspace/colorspace.vcproj
32208         * gst/cutter/cutter.vcproj
32209         * gst/debug/debug.vcproj
32210         * gst/debug/efence.vcproj
32211         * gst/debug/navigationtest.vcproj
32212         * gst/deinterlace/deinterlace.vcproj
32213         * gst/effectv/effectv.vcproj
32214         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32215         * gst/filter/filter.vcproj
32216         * gst/flx/flxdec.vcproj
32217         * gst/goom/goom.vcproj
32218         * gst/interleave/interleave.vcproj
32219         * gst/law/alaw.vcproj
32220         * gst/law/mulaw.vcproj
32221         * gst/matroska/matroska.vcproj
32222         * gst/median/median.vcproj
32223         * gst/mixmatrix/mixmatrix.vcproj
32224         * gst/mpeg1sys/mpeg1systemencode.vcproj
32225         * gst/mpeg1videoparse/mp1videoparse.vcproj
32226         * gst/mpeg2sub/mpeg2subt.vcproj
32227         * gst/mpegaudio/mpegaudio.vcproj
32228         * gst/mpegaudioparse/mpegaudioparse.vcproj
32229         * gst/mpegstream/mpegstream.vcproj
32230         * gst/multifilesink/multifilesink.vcproj
32231         * gst/multipart/multipart.vcproj
32232         * gst/oneton/oneton.vcproj
32233         * gst/overlay/overlay.vcproj
32234         * gst/passthrough/passthrough.vcproj
32235         * gst/qtdemux/qtdemux.vcproj
32236         * gst/realmedia/rmdemux.vcproj
32237         * gst/rtjpeg/rtjpeg.vcproj
32238         * gst/rtp/rtp.vcproj
32239         * gst/silence/silence.vcproj
32240         * gst/sine/sinesrc.vcproj
32241         * gst/smooth/smooth.vcproj
32242         * gst/smpte/smpte.vcproj
32243         * gst/spectrum/spectrum.vcproj
32244         * gst/speed/speed.vcproj
32245         * gst/stereo/stereo.vcproj
32246         * gst/switch/switch.vcproj
32247         * gst/tags/tagedit.vcproj
32248         * gst/tcp/tcp.vcproj
32249         * gst/typefind/typefindfunctions.vcproj
32250         * gst/udp/udp.vcproj
32251         * gst/videobox/videobox.vcproj
32252         * gst/videocrop/videocrop.vcproj
32253         * gst/videodrop/videodrop.vcproj
32254         * gst/videofilter/gamma.vcproj
32255         * gst/videofilter/videobalance.vcproj
32256         * gst/videofilter/videofilter.vcproj
32257         * gst/videofilter/videoflip.vcproj
32258         * gst/videoflip/videoflip.vcproj
32259         * gst/videomixer/videomixer.vcproj
32260         * gst/videorate/videorate.vcproj
32261         * gst/videoscale/videoscale.vcproj
32262         * gst/videotestsrc/videotestsrc.vcproj
32263         * gst/virtualdub/virtualdub.vcproj
32264         * gst/volenv/volenv.vcproj
32265         * gst/volume/volume.vcproj
32266         * gst/wavenc/wavenc.vcproj
32267         * gst/wavparse/wavparse.vcproj
32268         * gst/y4m/y4menc.vcproj
32269           more plugins supported under windows
32270
32271 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32272
32273         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32274         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32275         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32277         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32278           Add debugging statements.  Use the sizes as returned by the
32279           *CreateImage calls.
32280
32281 2004-07-26  Johan Dahlin  <johan@gnome.org>
32282
32283         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32284         the pad is negotiated.
32285
32286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32287
32288 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32289
32290         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32291         * gst-libs/gst/idct/idct.vcproj:
32292         * gst-libs/gst/media-info/media-info.vcproj:
32293         * gst-libs/gst/mixer/mixer.vcproj:
32294         * gst-libs/gst/navigation/navigation.vcproj:
32295         * gst-libs/gst/play/play.vcproj:
32296         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32297         * gst-libs/gst/resample/resample.vcproj:
32298         * gst-libs/gst/tuner/tuner.vcproj:
32299         * gst-libs/gst/video/video.vcproj:
32300         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32301           more plugins supported under windows
32302
32303 2004-07-25 Iain <iain@prettypeople.org>
32304
32305         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32306         pad now rather than when the pad is created because state changes wipe
32307         explicit caps (fixes #148043).
32308
32309 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32310
32311         reviewed by Benjamin Otte  <otte@gnome.org>
32312
32313         * ext/mad/gstmad.c:
32314           fix mad plugin crashing on Sun (fixes #148289)
32315
32316 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32317
32318         * gst/avi/avi.def:
32319         * gst/avi/avi.vcproj:
32320         * gst/matroska/matroska.def:
32321         * gst/matroska/matroska.vcproj:
32322           remove unused .def files
32323
32324 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32325
32326         * gst-libs/gst/audio/gstaudiofilter.c:
32327           Clean the local include
32328
32329 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32330
32331         * win32/gst.sln:
32332         * gst-libs/gst/audio/audio.def:
32333         * gst-libs/gst/audio/audio.vcproj:
32334         * gst-libs/gst/audio/audiofilter.vcproj:
32335         * gst-libs/gst/audio/riff.def:
32336         * gst-libs/gst/audio/riff.vcproj:
32337         * gst-libs/gst/gst-libs.def:
32338         * gst-libs/gst/gst-libs.vcproj:
32339         * gst/avi/avi.vcproj:
32340         * gst/avi/avi.vcproj:
32341           Copy the files where needed after building, cleaner projects
32342
32343 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32344
32345         * gst/matroska/ebml-write.c:
32346           Fix some 64 bits constants to be glib friendly
32347
32348 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32349
32350         * win32/gst.sln:
32351         * gst-libs/gst/gst-libs.def:
32352         * gst-libs/gst/gst-libs.vcproj:
32353         * gst/matroska/matroska.def:
32354         * gst/matroska/matroska.vcproj:
32355           Add the preliminary canvas to build plugins on Win32
32356
32357 2004-07-23  Benjamin Otte  <otte@gnome.org>
32358
32359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32360           don't enfore negotiation from source side, it breaks
32361           sinesrc ! audioconvert ! osssink
32362
32363 2004-07-22  David Schleef  <ds@schleef.org>
32364
32365         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32366         for ELF files, since they can easily be recognized as audio/mpeg.
32367         (bug #147441)
32368
32369 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32370
32371         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32372         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32373         (gst_videoscale_scale_nearest_24bit),
32374         (gst_videoscale_scale_nearest_16bit):
32375           fix 16bit and 24bit for stride (24bit might need testing)
32376           don't pretend we do more than one algorithm
32377
32378 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32379
32380         * configure.ac:
32381         * gst/Makefile.am:
32382         * gst/multifilesink/Makefile.am:
32383         * gst/multifilesink/gstmultifilesink.c:
32384         (gst_multifilesink_get_formats),
32385         (gst_multifilesink_get_query_types), (_do_init),
32386         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32387         (gst_multifilesink_init), (gst_multifilesink_dispose),
32388         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32389         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32390         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32391         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32392         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32393         (gst_multifilesink_uri_get_type),
32394         (gst_multifilesink_uri_get_protocols),
32395         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32396         (gst_multifilesink_uri_handler_init), (plugin_init):
32397         * gst/multifilesink/gstmultifilesink.h:
32398         * testsuite/Makefile.am:
32399         * testsuite/multifilesink/Makefile.am:
32400         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32401         (gst_newmedia_class_init), (gst_newmedia_init),
32402         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32403         (newfile_signal), (test_signal), (main):
32404         multifilesink plugin for creating new files every time a new media
32405         discontinuity event occurs
32406
32407 2004-07-22  Wim Taymans  <wim@fluendo.com>
32408
32409         * gst/alpha/Makefile.am:
32410         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32411         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32412         (gst_alpha_color_init), (gst_alpha_color_set_property),
32413         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32414         (transform), (gst_alpha_color_chain),
32415         (gst_alpha_color_change_state), (plugin_init):
32416         Stupid plugin to to RGBA to AYUV conversion because none of
32417         the colorspace plugins can handle that yet.
32418
32419 2004-07-22  Wim Taymans  <wim@fluendo.com>
32420
32421         * examples/seeking/seek.c: (update_scale), (main):
32422         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32423         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32424         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32425         (gst_decode_bin_init), (gst_decode_bin_dispose),
32426         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32427         (no_more_pads), (close_link), (type_found),
32428         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32429         (plugin_init):
32430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32431         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32432         (gst_play_base_bin_dispose), (queue_overrun),
32433         (gen_preroll_element), (remove_prerolls), (unknown_type),
32434         (no_more_pads), (new_stream), (setup_source),
32435         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32436         (play_base_eos), (gst_play_base_bin_change_state),
32437         (gst_play_base_bin_add_element),
32438         (gst_play_base_bin_remove_element),
32439         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32440         (gst_play_base_bin_unlink_stream),
32441         (gst_play_base_bin_get_streaminfo):
32442         * gst/playback/gstplaybin.c: (gen_video_element),
32443         (gen_audio_element):
32444         * gst/playback/gststreaminfo.h:
32445         More playback updates, attempt to fix things after the state change
32446         breakage.
32447
32448 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32449
32450         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32451         (gst_videoscale_scale_nearest_16bit):
32452           comment algorithm
32453
32454 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32455
32456         * gst/videotestsrc/gstvideotestsrc.c:
32457         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32458         (gst_videotestsrc_init), (gst_videotestsrc_get),
32459         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32460         (gst_videotestsrc_get_property):
32461         * gst/videotestsrc/gstvideotestsrc.h:
32462         * gst/videotestsrc/videotestsrc.c:
32463         * gst/videotestsrc/videotestsrc.h:
32464           cleanup and commenting
32465
32466 2004-07-21  Wim Taymans  <wim@fluendo.com>
32467
32468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32469         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32470         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32471         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32472         (_find_chain_get_unknown_part), (_find_streams_check),
32473         (gst_ogg_demux_push), (gst_ogg_pad_push):
32474         * ext/theora/theoradec.c: (theora_get_formats),
32475         (theora_dec_src_convert), (theora_dec_sink_convert),
32476         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32477         (theora_dec_chain):
32478         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32479         (vorbis_dec_convert), (vorbis_dec_src_query),
32480         (vorbis_dec_src_event), (vorbis_dec_event):
32481         More seeking fixes, oggdemux now supports seeking to time and
32482         uses the downstream element to convert granulepos to time.
32483         Seeking in theora-only ogg files now works.
32484
32485 2004-07-21  Wim Taymans  <wim@fluendo.com>
32486
32487         * ext/theora/theoradec.c: (gst_theora_dec_init),
32488         (theora_get_formats), (theora_get_event_masks),
32489         (theora_get_query_types), (theora_dec_src_convert),
32490         (theora_dec_sink_convert), (theora_dec_src_query),
32491         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32492         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32493         (vorbis_get_event_masks), (vorbis_get_query_types),
32494         (gst_vorbis_dec_init), (vorbis_dec_convert),
32495         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32496         Added query/convert/formats functions to vorbis and theora decoders
32497         so that the outside world can use them too. Fixed seeking on an
32498         ogg/theora/vorbis file by disabling the seeking seeking on the
32499         theora srcpad.
32500
32501 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32502
32503         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32504         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32505         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32506         images creation for both elements. We don't create the image on caps
32507         nego or renego, we just destroy the internal one if present if it does
32508         not match the needs. The chain function takes care of creating a new
32509         image when needed.
32510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32511         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32512         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32513         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32514         the image format information. The buffer pool checks for the context
32515         image format and discard images with different formats.
32516         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32517
32518 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32519
32520         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32521         (gst_ffmpegcolorspace_chain):
32522           no point in doing any chaining if the pad we want to push from
32523           isn't usable.
32524
32525 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32526
32527         * gst-libs/gst/riff/riff-media.c:
32528         (gst_riff_create_audio_caps_with_data):
32529           Fix double end-to-native symbol conversion (#148021).
32530
32531 2004-07-20  David Schleef  <ds@schleef.org>
32532
32533         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32534         Don't use an Atom that doesn't exist.
32535
32536 2004-07-20  Wim Taymans  <wim@fluendo.com>
32537
32538         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32539         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32540         (gst_multifdsink_client_remove),
32541         (gst_multifdsink_handle_client_write),
32542         (gst_multifdsink_queue_buffer):
32543         * gst/tcp/gstmultifdsink.h:
32544         More multifdsink stats. Avoid deadlock by releasing locks
32545         before sending out a signal.
32546
32547 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32548
32549         * po/LINGUAS:
32550         * po/hu.po:
32551           added Hungarian translation (Laszlo Dvornik)
32552
32553 2004-07-20  Wim Taymans  <wim@fluendo.com>
32554
32555         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32556         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32557         (gst_multifdsink_handle_client_write),
32558         (gst_multifdsink_queue_buffer):
32559         * gst/tcp/gsttcp-marshal.list:
32560         Fixed the stupid marshal definition.
32561
32562 2004-07-20  Wim Taymans  <wim@fluendo.com>
32563
32564         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32565         (gst_multifdsink_init), (gst_multifdsink_add),
32566         (gst_multifdsink_client_remove),
32567         (gst_multifdsink_handle_client_write),
32568         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32569         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32570         (gst_multifdsink_init_send):
32571         * gst/tcp/gstmultifdsink.h:
32572         Added more stats, added timeout for a client, fixed some typos
32573         and added some comments.
32574
32575 2004-07-20  Wim Taymans  <wim@fluendo.com>
32576
32577         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32578         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32579         (gst_multifdsink_client_remove),
32580         (gst_multifdsink_handle_client_write):
32581         * gst/tcp/gstmultifdsink.h:
32582         * gst/tcp/gsttcp-marshal.list:
32583         Added get_stats method that returns a GValueArray of
32584         stats values.
32585
32586 2004-07-19  Benjamin Otte  <otte@gnome.org>
32587
32588         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32589           make sure longname, description and author are valid UTF-8
32590
32591 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32592
32593         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32594         (gst_ximagesink_set_property):
32595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32596         (gst_xvimagesink_set_property):
32597           make sure SYNCHRONOUS is respected after getting the X context
32598
32599 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32600
32601         * gst/matroska/matroska-demux.c:
32602         (gst_matroska_demux_handle_src_event),
32603         (gst_matroska_demux_parse_blockgroup):
32604         * gst/matroska/matroska-ids.h:
32605           add BlockReference tag and ignore it to clear out log.
32606           ignore NAVIGATION events to clear out log.
32607
32608 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32609
32610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32611         (gst_matroska_demux_add_stream):
32612         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32613           add debug categories
32614
32615 2004-07-16  Wim Taymans  <wim@fluendo.com>
32616
32617         * ext/libpng/Makefile.am:
32618         * ext/libpng/gstpng.c: (plugin_init):
32619         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32620         (gst_pngdec_get_type), (gst_pngdec_base_init),
32621         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32622         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32623         * ext/libpng/gstpngdec.h:
32624         Added png decoder.
32625
32626 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32627
32628         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32629         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32630         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32631         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32632         (gst_ximagesink_buffer_alloc):
32633         * sys/ximage/ximagesink.h:
32634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32635         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32636         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32637         (gst_xvimagesink_buffer_alloc):
32638         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32639         again. Using internal data pointer of the x(v)image to store image's
32640         data to be coherent with the buffer alloc mechanism. Investigated the
32641         image destruction code to be sure that everything gets freed correctly.
32642
32643 2004-07-16  Wim Taymans  <wim@fluendo.com>
32644
32645         * gst-libs/gst/riff/riff-read.c:
32646         (gst_riff_read_strf_vids_with_data),
32647         (gst_riff_read_strf_auds_with_data):
32648         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32649         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32650         Make sure we don't create 0 sized subbuffers in riff-read.
32651         Signal the no more pads signal after reading the avi header.
32652
32653 2004-07-16  Wim Taymans  <wim@fluendo.com>
32654
32655         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32656         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32657         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32658         (gst_decode_bin_init), (gst_decode_bin_dispose),
32659         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32660         (no_more_pads), (close_link), (type_found),
32661         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32662         (gst_decode_bin_change_state), (plugin_init):
32663         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32664         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32665         (gst_play_base_bin_dispose), (queue_overrun),
32666         (gen_preroll_element), (remove_prerolls), (unknown_type),
32667         (no_more_pads), (new_stream), (setup_source),
32668         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32669         (play_base_eos), (gst_play_base_bin_change_state),
32670         (gst_play_base_bin_add_element),
32671         (gst_play_base_bin_remove_element),
32672         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32673         (gst_play_base_bin_unlink_stream),
32674         (gst_play_base_bin_get_streaminfo):
32675         * gst/playback/gstplaybasebin.h:
32676         Better error recovery. Added configurable preroll queue size. Faster
32677         detection of no-more-pads.
32678
32679 2004-07-16  Wim Taymans  <wim@fluendo.com>
32680
32681         * gst-libs/gst/video/video.h:
32682         Added 32 bits RGBA. Not sure if we should use another mime-type
32683         for alpha rgb. Currently the presence of the alpha_mask property
32684         signals an alpha channel.
32685
32686 2004-07-16  Wim Taymans  <wim@fluendo.com>
32687
32688         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32690         FPS seems to be 0.0 to MAX everywhere else.
32691
32692 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32693
32694         * gst-libs/gst/riff/riff-media.c:
32695         (gst_riff_create_video_caps_with_data):
32696           mp42/mp43 (no caps) exist too.
32697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32698           Set pixel_width/height; we've got them in-caps.
32699         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32700         * gst/wavparse/gstwavparse.c: (plugin_init):
32701           Both are valid primary.
32702         * sys/oss/gstossmixer.c:
32703           Remove i18n hack and enable translations.
32704
32705 2004-07-15  Benjamin Otte  <otte@gnome.org>
32706
32707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32708         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32709           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32710
32711 2004-07-15  Benjamin Otte  <otte@gnome.org>
32712
32713         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32714         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32715         (gst_alsa_close_audio):
32716           disable some of the debugging code for now. Writing debugging to a
32717           buffer is broken in current alsalib releases.
32718
32719 2004-07-12  Benjamin Otte  <otte@gnome.org>
32720
32721         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32722           use bufferpools
32723
32724 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32725
32726         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32727         (theora_dec_src_query), (theora_dec_event):
32728         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32729           add debugging categories.  Remove \n's.
32730
32731 2004-07-13  Johan Dahlin  <johan@gnome.org>
32732
32733         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32734         (gst_play_bin_get_property): Impl.
32735
32736 2004-07-13  Wim Taymans  <wim@fluendo.com>
32737
32738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32739         When trying to find the stream length, seek back N pages
32740         instead of just one, where N is the number of streams in
32741         the current chain.
32742
32743 2004-07-13  Wim Taymans  <wim@fluendo.com>
32744
32745         * gst-libs/gst/riff/riff-media.c:
32746         (gst_riff_create_audio_caps_with_data),
32747         (gst_riff_create_audio_caps),
32748         (gst_riff_create_audio_template_caps):
32749         * gst-libs/gst/riff/riff-media.h:
32750         * gst-libs/gst/riff/riff-read.c:
32751         (gst_riff_read_strf_vids_with_data),
32752         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32753         * gst-libs/gst/riff/riff-read.h:
32754         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32755         (gst_avi_demux_add_stream):
32756         Set codec_data on caps for avidemuxer.
32757
32758 2004-07-12  David Schleef  <ds@schleef.org>
32759
32760         * configure.ac: Fix test for Objective C
32761
32762 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32763         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32764         (gst_gdk_pixbuf_chain):
32765           Add svg and pcx to template caps, and ensure that getcaps returns a
32766           subset of the template caps.
32767           Copy each row manually for output, as gdkpixbuf may pad the
32768           rowstride to a 32-bit word boundary.
32769
32770 2004-07-12  Wim Taymans  <wim@fluendo.com>
32771
32772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32773         (gst_riff_create_video_template_caps):
32774         Fix the template caps to include some more media types.
32775
32776 2004-07-12  Wim Taymans  <wim@fluendo.com>
32777
32778         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32779         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32780         (compare_ranks), (print_feature), (gst_decode_bin_init),
32781         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32782         (try_to_link_1), (new_pad), (close_link), (type_found),
32783         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32784         (gst_decode_bin_change_state), (plugin_init):
32785         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32786         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32787         (gst_play_base_bin_dispose), (queue_overrun),
32788         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32789         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32790         (gst_play_base_bin_get_property), (play_base_eos),
32791         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32792         (gst_play_base_bin_remove_element),
32793         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32794         (gst_play_base_bin_unlink_stream),
32795         (gst_play_base_bin_get_streaminfo):
32796         * gst/playback/gstplaybasebin.h:
32797         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32798         (gst_play_bin_class_init), (gst_play_bin_init),
32799         (gst_play_bin_dispose), (gst_play_bin_set_property),
32800         (gst_play_bin_get_property), (gen_video_element),
32801         (gen_audio_element), (remove_sinks), (setup_sinks),
32802         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32803         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32804         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32805         (gst_play_bin_query), (plugin_init):
32806         * gst/playback/test4.c: (main):
32807         More fixes on reusing of the element.
32808
32809 2004-07-11  Benjamin Otte  <otte@gnome.org>
32810
32811         * ext/mad/gstmad.c: (normal_seek):
32812           allow seeking for other methods than just SET
32813
32814 2004-07-11  Andy Wingo  <wingo@pobox.com>
32815
32816         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32817         float, "any" caps -> buffer_frames=[0,MAX].
32818
32819         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32820         doesn't intersect our caps with the template any more. Do it
32821         ourselves.
32822         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32823
32824 2004-07-09  Wim Taymans  <wim@fluendo.com>
32825
32826         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32827         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32828         (compare_ranks), (print_feature), (gst_decode_bin_init),
32829         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32830         (try_to_link_1), (new_pad), (close_link), (type_found),
32831         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32832         (gst_decode_bin_change_state), (plugin_init):
32833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32834         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32835         (gst_play_base_bin_dispose), (queue_overrun),
32836         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32837         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32838         (gst_play_base_bin_get_property), (play_base_eos),
32839         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32840         (gst_play_base_bin_remove_element),
32841         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32842         (gst_play_base_bin_unlink_stream),
32843         (gst_play_base_bin_get_streaminfo):
32844         * gst/playback/gstplaybasebin.h:
32845         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32846         (gst_play_bin_class_init), (gst_play_bin_init),
32847         (gst_play_bin_dispose), (gst_play_bin_set_property),
32848         (gst_play_bin_get_property), (gen_video_element),
32849         (gen_audio_element), (remove_sinks), (setup_sinks),
32850         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32851         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32852         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32853         (gst_play_bin_query), (plugin_init):
32854         * gst/playback/test4.c: (main):
32855         Work on object reuse and seeking.
32856
32857 2004-07-09  Wim Taymans  <wim@fluendo.com>
32858
32859         * examples/seeking/seek.c: (iterate):
32860         Don't consume all CPU in the idle loop.
32861
32862 2004-07-09  Wim Taymans  <wim@fluendo.com>
32863
32864         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32865         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32866         Add pad to element *after* setting the pad functions so that
32867         the scheduler can use the correct ones.
32868
32869 2004-07-09  Wim Taymans  <wim@fluendo.com>
32870
32871         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32872         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32873         Sync to keyframe after seek
32874
32875 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32876
32877         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32879         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32880         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32881         * ext/libvisual/visual.c: (gst_visual_change_state):
32882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32883         * ext/theora/theoradec.c: (theora_dec_change_state):
32884         * ext/theora/theoraenc.c: (theora_enc_change_state):
32885         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32886         * gst-libs/gst/navigation/navigation.c:
32887         * gst/adder/gstadder.c: (gst_adder_change_state):
32888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32889         (gst_audio_convert_get_buffer):
32890         * gst/multipart/multipartdemux.c:
32891         (gst_multipart_demux_change_state):
32892         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32893         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32894         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32895         * gst/videoscale/gstvideoscale.c:
32896         (gst_videoscale_handle_src_event):
32897         * gst/volume/gstvolume.c: (volume_chain_int16):
32898           don't assert in state change, this should be done by the base
32899           GstElement class.
32900           various debugging fixes.
32901
32902 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32903
32904         * configure.ac:
32905         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32906         (gst_play_dispose), (gst_play_set_location),
32907         (gst_play_set_data_src), (gst_play_set_video_sink),
32908         (gst_play_set_audio_sink), (gst_play_set_visualization),
32909         (gst_play_connect_visualization), (gst_play_get_sink_element),
32910         (gst_play_get_all_by_interface):
32911         * gst-libs/gst/play/play.h:
32912           add new method to get elements implementing an interface.
32913           add various error logging
32914
32915 2004-07-08  Wim Taymans  <wim@fluendo.com>
32916
32917         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32918         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32919         (make_playerbin_pipeline), (query_durations_elems),
32920         (query_durations_pads), (query_positions_elems),
32921         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32922         (main):
32923         Added playbin seeking example.
32924
32925 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32926
32927         * gst-libs/gst/play/play.c: (gst_play_set_location),
32928         (gst_play_set_data_src), (gst_play_set_video_sink),
32929         (gst_play_set_audio_sink), (gst_play_set_visualization),
32930         (gst_play_connect_visualization), (gst_play_get_framerate):
32931           use a macro to look up elements from hash table
32932
32933 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32934
32935         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32936         (gst_play_get_length_callback), (gst_play_set_location),
32937         (gst_play_seek_to_time), (gst_play_set_data_src),
32938         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32939         (gst_play_set_visualization), (gst_play_connect_visualization),
32940         (gst_play_get_sink_element):
32941         - add debugging info
32942         - fix looking up sink elements by iterating over complete caps
32943         - put everything except for source and autoplugger in a complete bin
32944
32945 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32946
32947         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32948         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32949         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32950         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32951         * ext/alsa/gstalsasink.h:
32952         - add debugging info
32953         - clean up schizophrenia of data/buffer/event
32954         - fix double event unref error
32955
32956 2004-07-08  Wim Taymans  <wim@fluendo.com>
32957
32958         * gst/playback/Makefile.am:
32959         Add headers to noinst
32960
32961 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32962
32963         * tools/gst-launch-ext-m.m:
32964         * tools/gst-launch-ext.1.in:
32965           convert to the third millenium
32966
32967 2004-07-07  David Schleef  <ds@schleef.org>
32968
32969         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32970
32971 2004-07-07  Wim Taymans  <wim@fluendo.com>
32972
32973         * gst/playback/Makefile.am:
32974         * gst/playback/README:
32975         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32976         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32977         (compare_ranks), (print_feature), (gst_decode_bin_init),
32978         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32979         (try_to_link_1), (new_pad), (close_link), (type_found),
32980         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32981         (plugin_init):
32982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32983         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32984         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32985         (gen_preroll_element), (no_more_pads), (new_stream),
32986         (setup_source), (gst_play_base_bin_set_property),
32987         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32988         (gst_play_base_bin_add_element),
32989         (gst_play_base_bin_remove_element),
32990         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32991         (gst_play_base_bin_unlink_stream),
32992         (gst_play_base_bin_get_streaminfo):
32993         * gst/playback/gstplaybasebin.h:
32994         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32995         (gst_play_bin_class_init), (gst_play_bin_init),
32996         (gst_play_bin_dispose), (gst_play_bin_set_property),
32997         (gst_play_bin_get_property), (gen_video_element),
32998         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32999         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33000         (gst_play_bin_get_formats), (gst_play_bin_convert),
33001         (gst_play_bin_get_query_types), (gst_play_bin_query),
33002         (plugin_init):
33003         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33004         (gst_stream_info_get_type), (gst_stream_info_class_init),
33005         (gst_stream_info_init), (gst_stream_info_new),
33006         (gst_stream_info_dispose), (gst_stream_info_set_property),
33007         (gst_stream_info_get_property):
33008         * gst/playback/gststreaminfo.h:
33009         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33010         (main):
33011         * gst/playback/test2.c: (main):
33012         * gst/playback/test3.c: (update_scale), (main):
33013         More playbin fixes. Added README. Do better element filtering.
33014         Added base class to preroll media. Added test apps.
33015
33016 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33017
33018         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33019         * ext/mpeg2dec/gstmpeg2dec.h:
33020           various debugging improvements.  Reset stream to next picture
33021           instead of sequence header, otherwise seeks cannot work.
33022
33023 2004-07-07  Wim Taymans  <wim@fluendo.com>
33024
33025         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33026         (gst_video_box_class_init), (gst_video_box_set_property),
33027         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33028         Use pad_alloc where possible.
33029
33030 2004-07-07  Wim Taymans  <wim@fluendo.com>
33031
33032         * sys/oss/gstosselement.c: (gst_osselement_reset),
33033         (gst_osselement_parse_caps):
33034         * sys/oss/gstosselement.h:
33035         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33036         Fix offset on osssrc.
33037
33038 2004-07-07  Wim Taymans  <wim@fluendo.com>
33039
33040         * ext/theora/theora.c: (plugin_init):
33041         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33042         (theora_dec_src_query), (theora_dec_chain):
33043         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33044         (theora_enc_sink_link), (theora_buffer_from_packet),
33045         (theora_push_packet), (theora_enc_chain):
33046         Fix theora granulepos calculation.
33047         Fix overflow in duration/position calculation.
33048         Bump rank to PRIMARY for theoradec.
33049         Use granulepos of last packet to calculate position.
33050         Set keyframe flag on buffers when needed.
33051
33052 2004-07-06  David Schleef  <ds@schleef.org>
33053
33054         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33055         serious?  (Fixed, obviously.)
33056
33057 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33058
33059         * po/LINGUAS:
33060         * po/cs.po:
33061           added Czech translation (Miloslav Trmac)
33062
33063 2004-07-05  Wim Taymans  <wim@fluendo.com>
33064
33065         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33066         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33067         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33068         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33069         (close_link), (type_found), (gst_decode_bin_set_property),
33070         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33071         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33072         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33073         (gst_decode_bin_query), (plugin_init):
33074         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33075         (gst_play_bin_class_init), (gst_play_bin_init),
33076         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33077         (get_video_element), (new_pad), (setup_source),
33078         (gst_play_bin_set_property), (gst_play_bin_get_property),
33079         (gst_play_bin_change_state), (gst_play_bin_add_element),
33080         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33081         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33082         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33083         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33084         * gst/playback/test.c: (main):
33085         More fixes, cleaned up playbin, make it use decodebin. Added
33086         threaded property to playbin.
33087
33088 2004-07-05  Wim Taymans  <wim@fluendo.com>
33089
33090         * configure.ac:
33091         * gst/playback/Makefile.am:
33092         * gst/playback/decodetest.c: (main):
33093         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33094         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33095         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33096         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33097         (close_link), (type_found), (gst_decode_bin_set_property),
33098         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33099         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33100         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33101         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33102         (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), (gen_default_output), (rebuild_pipeline),
33106         (collect_sink_pads), (find_compatibles), (close_pad_link),
33107         (try_to_link_1), (new_pad), (close_link), (type_found),
33108         (setup_source), (gst_play_bin_set_property),
33109         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33110         (compare_ranks), (gst_play_bin_collect_factories),
33111         (gst_play_bin_change_state), (gst_play_bin_add_element),
33112         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33113         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33114         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33115         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33116         * gst/playback/test.c: (main):
33117         Added some playback helper elements and some test apps, very alpha
33118         still.
33119
33120 2004-07-04  Benjamin Otte  <otte@gnome.org>
33121
33122         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33123           only restart audio when we indeed have an xrun to fix repeated
33124           xruns. Fix suggested by Giuliano Pochini.
33125
33126 2004-07-03  David Schleef  <ds@schleef.org>
33127
33128         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33129         call to gst_debug_log() if debugging is disabled (bug #145118)
33130
33131 2004-07-03  Benjamin Otte  <otte@gnome.org>
33132
33133         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33134           use our own functions for restarting the alsa device.
33135         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33136           I should apply patches myself - use MIN for the third argument, not
33137           the second, this fixes seeking
33138
33139 2004-07-02  David Schleef  <ds@schleef.org>
33140
33141         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33142         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33143         do with the logic.
33144
33145 2004-07-02  David Schleef  <ds@schleef.org>
33146
33147         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33148         output buffers.  Fix logic mistake.  (bug #144866)
33149
33150 2004-07-02  David Schleef  <ds@schleef.org>
33151
33152         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33153         on X.  (bug #144753)
33154
33155 2004-07-02  David Schleef  <ds@schleef.org>
33156
33157         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33158         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33159         (bug #144624)
33160         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33161         (gst_osselement_rate_probe_check): Add another workaround for
33162         buggy drivers (bug #145336)
33163
33164 2004-07-02  David Schleef  <ds@schleef.org>
33165
33166         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33167         Most systems don't have MSG_NOSIGNAL.
33168
33169 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33170
33171         * Makefile.am:
33172         * gst-libs/gst/colorbalance/Makefile.am:
33173         * gst-libs/gst/mixer/Makefile.am:
33174         * gst-libs/gst/play/Makefile.am:
33175         * gst-libs/gst/tuner/Makefile.am:
33176           (hopefully) fix both install and dist and make error message useful.
33177           needs testing across automakes.
33178
33179 2004-07-02  Benjamin Otte  <otte@gnome.org>
33180
33181         * ext/ogg/gstogg.c: (plugin_init):
33182           we require bytestream now
33183         * ext/ogg/gstoggdemux.c:
33184           huge diff to implement chain setup in a fast and generic way. This
33185           improves tag reading and startup of huge files (read: Theora videos)
33186           quite a bit. It probably contains bugs, too, so please test.
33187           Seeking is not improved to the fast method.
33188
33189 2004-06-29  Wim Taymans  <wim@fluendo.com>
33190
33191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33192         * ext/ogg/gstoggmux.c:
33193         Fix memleak in oggdemux when running unconnected pads.
33194         doc update in mux, start working on keyframe mode.
33195
33196 2004-06-29  Benjamin Otte  <otte@gnome.org>
33197
33198         * sys/oss/gstosssink.c:
33199         * sys/oss/gstosssrc.c:
33200           advertise correct template caps - we indeed do non-native endianness
33201           and 8bit audio has no endianness
33202         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33204           avoid (wrong) duplications in getcaps function and return
33205           template caps
33206
33207 2004-06-29  Wim Taymans  <wim@fluendo.com>
33208
33209         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33210         (gst_multifdsink_class_init), (gst_multifdsink_add),
33211         (gst_multifdsink_remove), (gst_multifdsink_clear),
33212         (gst_multifdsink_client_remove),
33213         (gst_multifdsink_handle_client_read),
33214         (gst_multifdsink_client_queue_data),
33215         (gst_multifdsink_client_queue_caps),
33216         (gst_multifdsink_client_queue_buffer),
33217         (gst_multifdsink_handle_client_write),
33218         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33219         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33220         (gst_multifdsink_init_send), (gst_multifdsink_close):
33221         Fix wrong GList iteration that could crash the server when
33222         more then 2 clients disconnect at the same time. Read all the
33223         pending commands in one batch to recover from command storms under
33224         very heavy load.
33225
33226 2004-06-28  Wim Taymans  <wim@fluendo.com>
33227
33228         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33229         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33230         (gst_videomixer_pad_set_property),
33231         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33232         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33233         (gst_videomixer_class_init), (gst_videomixer_init),
33234         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33235         (pad_zorder_compare), (gst_videomixer_sort_pads),
33236         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33237         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33238         (gst_videomixer_update_queues), (gst_videomixer_loop),
33239         (plugin_init):
33240         Avoid divide by zero, choose masterpad as the pad with the highest
33241         framerate.
33242
33243 2004-06-27  Julien Moutte  <julien@moutte.net>
33244
33245         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33246         (gst_ximagesink_xwindow_new):
33247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33248         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33249         function directly. We might want to call it from somewhere else one day.
33250
33251 2004-06-27  Julien Moutte  <julien@moutte.net>
33252
33253         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33254         (gst_ximagesink_xwindow_new):
33255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33256         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33257         window decorations.
33258
33259 2004-06-27  Wim Taymans  <wim@fluendo.com>
33260
33261         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33262         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33263         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33264         (gst_dvdec_set_property), (gst_dvdec_get_property):
33265         * ext/dv/gstdvdec.h:
33266         Implement drop_factor property to lower the framerate with
33267         a factor.
33268
33269 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33270
33271         * gst-libs/gst/colorbalance/Makefile.am:
33272         * gst-libs/gst/mixer/Makefile.am:
33273         * gst-libs/gst/play/Makefile.am:
33274         * gst-libs/gst/tuner/Makefile.am:
33275           unbreak Company's fix that didn't install the -enum.h files
33276
33277 2004-06-27  Wim Taymans  <wim@fluendo.com>
33278
33279         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33280         (gst_dvdec_change_state):
33281         * ext/dv/gstdvdec.h:
33282         Fix timestamp, duration and offset of the buffers.
33283
33284 2004-06-27  Wim Taymans  <wim@fluendo.com>
33285
33286         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33287         (gst_multifdsink_class_init), (gst_multifdsink_add),
33288         (gst_multifdsink_remove), (gst_multifdsink_clear),
33289         (gst_multifdsink_client_remove),
33290         (gst_multifdsink_handle_client_read),
33291         (gst_multifdsink_client_queue_data),
33292         (gst_multifdsink_client_queue_caps),
33293         (gst_multifdsink_client_queue_buffer),
33294         (gst_multifdsink_handle_client_write),
33295         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33296         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33297         (gst_multifdsink_init_send), (gst_multifdsink_close):
33298         * gst/tcp/gstmultifdsink.h:
33299         * gst/tcp/gsttcpserversink.c:
33300         (gst_tcpserversink_handle_server_read),
33301         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33302         More multifdsink fixes, more recovery policy fixes.
33303         Removed stupid g_print
33304
33305 2004-06-26  Wim Taymans  <wim@fluendo.com>
33306
33307         * gst/tcp/Makefile.am:
33308         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33309         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33310         (gst_multifdsink_class_init), (gst_multifdsink_init),
33311         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33312         (gst_multifdsink_handle_client_read),
33313         (gst_multifdsink_client_queue_data),
33314         (gst_multifdsink_client_queue_caps),
33315         (gst_multifdsink_client_queue_buffer),
33316         (gst_multifdsink_handle_client_write),
33317         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33318         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33319         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33320         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33321         (gst_multifdsink_close), (gst_multifdsink_change_state):
33322         * gst/tcp/gstmultifdsink.h:
33323         * gst/tcp/gsttcpplugin.c: (plugin_init):
33324         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33325         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33326         (gst_tcpserversink_handle_server_read),
33327         (gst_tcpserversink_handle_select),
33328         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33329         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33330         * gst/tcp/gsttcpserversink.h:
33331         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33332         one of the locks, added recovery policy to multifdsink.
33333
33334 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33335
33336         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33337           fix decision for when getting frames with same timestamp
33338         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33339         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33340         (gst_v4lsrc_get_property):
33341         * sys/v4l/gstv4lsrc.h:
33342           add latency offset property
33343
33344 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33345
33346         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33347         (plugin_init):
33348           fix debugging. add category.
33349
33350 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33351
33352         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33353           fix wrong offsets
33354
33355 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33356
33357         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33358         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33359         (gst_alsa_src_change_state):
33360           return a time that is in sync with the element's processing
33361
33362 2004-06-25  Wim Taymans  <wim@fluendo.com>
33363
33364         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33365         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33366         (gst_tcpserversink_client_remove),
33367         (gst_tcpserversink_handle_client_read),
33368         (gst_tcpserversink_client_queue_data),
33369         (gst_tcpserversink_client_queue_caps),
33370         (gst_tcpserversink_client_queue_buffer),
33371         (gst_tcpserversink_handle_client_write),
33372         (gst_tcpserversink_queue_buffer),
33373         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33374         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33375         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33376         (gst_tcpserversink_close):
33377         * gst/tcp/gsttcpserversink.h:
33378         Serversink rewrite. Really do non blocking writes to clients and
33379         maintain an internal queue to handle slower clients while not
33380         disturbing fast clients.
33381
33382 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33383
33384         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33385           better debug, don't override OFFSET and OFFSET_END
33386
33387 2004-06-25  Iain <iain@prettypeople.org>
33388
33389         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33390         name=source for the wavparse pipeline.
33391
33392 2004-06-24  Johan Dahlin  <johan@gnome.org>
33393
33394         * ext/theora/theoraenc.c (theora_enc_chain): Call
33395         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33396         streamheader caps are set correctly.
33397
33398 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33399
33400         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33401         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33402           respect minimum bitrate; same could be done for max bitrate
33403
33404 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33405
33406         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33407         (gst_vorbisenc_setup):
33408           fix sample rate range
33409
33410 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33411
33412         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33413         (gst_oggvorbisenc_setup):
33414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33415         (gst_vorbisenc_setup):
33416           resolve ambiguities in code and description
33417
33418 2004-06-24  Wim Taymans  <wim@fluendo.com>
33419
33420         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33421         * ext/alsa/gstalsa.h:
33422         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33423         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33424         Use alsa trigger_tstamp to get the timestamp of the first
33425         sample in the buffer for more precise sync. Some cleanups.
33426
33427 2004-06-24  Wim Taymans  <wim@fluendo.com>
33428
33429         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33430         (gst_audiorate_init), (gst_audiorate_chain),
33431         (gst_audiorate_set_property), (gst_audiorate_get_property):
33432         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33433         (gst_videorate_chain):
33434         Added some logging, fixed an overflow bug in videorate.
33435
33436 2004-06-24  Benjamin Otte  <otte@gnome.org>
33437
33438         * ext/kio/Makefile.am:
33439           fix for builddir != srcdir and distcheck
33440
33441 2004-06-24  Benjamin Otte  <otte@gnome.org>
33442
33443         * gst-libs/gst/colorbalance/Makefile.am:
33444         * gst-libs/gst/mixer/Makefile.am:
33445         * gst-libs/gst/play/Makefile.am:
33446         * gst-libs/gst/tuner/Makefile.am:
33447         * gst/tcp/Makefile.am:
33448         * sys/dxr3/Makefile.am:
33449           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33450           tarball.
33451           Also add all *.list files that were missing.
33452         * Makefile.am:
33453           add a distcheck hook to ensure the above doesn't happen again.
33454
33455 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33456
33457         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33458
33459 2004-06-23  Colin Walters  <walters@redhat.com>
33460
33461         * m4/Makefile.am: Distribute gst-fionread.m4.
33462
33463 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33464
33465         * configure.ac: back to dev
33466
33467 2004-06-23  Wim Taymans  <wim@fluendo.com>
33468
33469         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33470         (gst_alsa_xrun_recovery):
33471         * ext/alsa/gstalsa.h:
33472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33473         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33474         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33475         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33476         (gst_alsa_src_loop):
33477         Add clock to alsasrc. Take new capture timestamp when
33478         restarting after an overrun. Split up some functions between
33479         alsasrc and alsasink.
33480
33481 === release 0.8.2 ===
33482
33483 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33484
33485         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33486         (gst_alsa_change_state), (gst_alsa_update_avail),
33487         (gst_alsa_xrun_recovery):
33488         * ext/alsa/gstalsa.h:
33489         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33490           merge back changes from release
33491
33492 2004-06-23  Wim Taymans  <wim@fluendo.com>
33493
33494         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33495         (gst_audiorate_init), (gst_audiorate_chain),
33496         (gst_audiorate_set_property), (gst_audiorate_get_property):
33497         Implement sample dropping and notify
33498
33499 2004-06-22  Wim Taymans  <wim@fluendo.com>
33500
33501         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33502         (theora_enc_sink_link), (theora_buffer_from_packet),
33503         (theora_push_packet), (theora_enc_chain):
33504         Some cleanups, make sure the timestamps are correct.
33505
33506 2004-06-22  Wim Taymans  <wim@fluendo.com>
33507
33508         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33509         (gst_alsa_change_state), (gst_alsa_update_avail),
33510         (gst_alsa_xrun_recovery):
33511         * ext/alsa/gstalsa.h:
33512         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33513         Cleanups, take queued samples into account when reporting
33514         the time.
33515
33516 2004-06-22  Wim Taymans  <wim@fluendo.com>
33517
33518         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33519         (gst_videorate_init):
33520         Initialize the property as well.
33521
33522 2004-06-22  Wim Taymans  <wim@fluendo.com>
33523
33524         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33525         (gst_videorate_init), (gst_videorate_chain),
33526         (gst_videorate_set_property), (gst_videorate_get_property):
33527         Add property to make videorate silent.
33528         Add property to prefer new frames over old ones.
33529
33530 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33531
33532         * sys/osxvideo/Makefile.am:
33533         Workaround so that the osxvideo .so file gets linked with the
33534         Cocoa, OpenGL and QuickTime frameworks
33535
33536 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33537
33538         * sys/osxaudio/Makefile.am:
33539         Workaround so that the osxaudio .so file gets linked with the
33540         CoreAudio framework
33541
33542 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33543
33544         * configure.ac:
33545         Whoops, my fault...fixed build issues
33546
33547 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33548
33549         * configure.ac:
33550         Add objective-c support if running in Darwin/Mac OS X
33551         * sys/Makefile.am:
33552         * sys/osxvideo:
33553         * sys/osxvideo/Makefile.am:
33554         * sys/osxvideo/osxvideosink.h:
33555         * sys/osxvideo/osxvideosink.m:
33556         * sys/osxvideo/cocoawindow.h:
33557         * sys/osxvideo/cocoawindow.m:
33558         Add osxvideosink, a cocoa-based osx video sink
33559
33560
33561 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33562         * ext/dvdnav/gst-dvd:
33563         Grab the gconf key from the right spot
33564         * gst/debug/gstnavseek.c: (gst_navseek_init),
33565         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33566         (gst_navseek_chain):
33567         * gst/debug/gstnavseek.h:
33568           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33569           and loop parameters of a segment seek.
33570         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33571         (gst_videotestsrc_get_event_masks),
33572         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33573         * gst/videotestsrc/gstvideotestsrc.h:
33574           Add seeking support to videotestsrc
33575           Initialise the timestamp_offset variable.
33576
33577 2004-06-18  Wim Taymans  <wim@fluendo.com>
33578
33579         * ext/sidplay/gstsiddec.cc:
33580         Fix negotiation and set correct end offset.
33581
33582 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33583
33584         * configure.ac: branch and prerelease
33585
33586 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33587
33588         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33589         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33590         (gst_tcpclientsrc_init_receive):
33591         * gst/tcp/gsttcpclientsrc.h:
33592           read caps when connecting to server for GDP so we set them correctly
33593
33594 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33595
33596         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33597           notify drops and duplicates
33598         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33599           no good reason to limit ourselves to 100x100
33600
33601 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33602
33603         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33604         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33605         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33606         (gst_v4lsrc_get_property):
33607         * sys/v4l/gstv4lsrc.h:
33608         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33609         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33610         (gst_v4l_set_audio):
33611         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33612         (gst_v4lsrc_try_capture):
33613         * sys/v4l/v4lsrc_calls.h:
33614           change try_palette to more general try_capture
33615           add autoprobe option so we can turn off autoprobing
33616           various fixes
33617
33618 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33619
33620         * configure.ac:
33621           add videorate
33622         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33623         (gst_ximagesink_class_init):
33624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33625         (gst_xvimagesink_class_init):
33626           run them as finalize, not dispose, since dispose can be invoked
33627           multiple times
33628
33629 2004-06-17  Wim Taymans  <wim@fluendo.com>
33630
33631         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33632         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33633         * ext/alsa/gstalsa.h:
33634         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33635         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33636         (gst_alsa_src_change_state):
33637         * ext/alsa/gstalsasrc.h:
33638         Make the xrun code timestamp and offset the buffers correctly.
33639         moved the clock to the base class, use alsa methods to get time.
33640         Do correct timestamping on outgoing buffers.
33641
33642 2004-06-17  Wim Taymans  <wim@fluendo.com>
33643
33644         * gst/audiorate/Makefile.am:
33645         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33646         (gst_audiorate_base_init), (gst_audiorate_class_init),
33647         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33648         (gst_audiorate_set_property), (gst_audiorate_get_property),
33649         (gst_audiorate_change_state), (plugin_init):
33650         Added an audiorate converter that fills in gaps.
33651
33652 2004-06-17  Johan Dahlin  <johan@gnome.org>
33653
33654         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33655
33656 2004-06-16  Wim Taymans  <wim@fluendo.com>
33657
33658         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33660         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33661         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33662         (gst_v4lsrc_get_property):
33663         * sys/v4l/gstv4lsrc.h:
33664         Added a copy mode to v4lsrc where it will output a copied version
33665         of its internal hardware buffer.
33666         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33667         can't | them.
33668
33669 2004-06-16  Wim Taymans  <wim@fluendo.com>
33670
33671         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33672         Timestamp fixes.
33673
33674 2004-06-16  Wim Taymans  <wim@fluendo.com>
33675
33676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33677         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33678         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33679         (gst_v4lsrc_get_property):
33680         * sys/v4l/gstv4lsrc.h:
33681         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33682         Added a sync mode enum property to control v4lsrc timestamp method
33683         Removed the use-fixed-fps property and moved functionality in
33684         the enum.
33685         Don't error on an error value from v4l-conf, it might not always
33686         be a real error.
33687
33688 2004-06-16  Wim Taymans  <wim@fluendo.com>
33689
33690         * gst/videorate/Makefile.am:
33691         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33692         (gst_videorate_base_init), (gst_videorate_class_init),
33693         (gst_videorate_getcaps), (gst_videorate_link),
33694         (gst_videorate_init), (gst_videorate_chain),
33695         (gst_videorate_set_property), (gst_videorate_get_property),
33696         (gst_videorate_change_state), (plugin_init):
33697         Added a video timestamp corrector.
33698
33699 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33700
33701         fixed a potential leak with previous commit
33702
33703         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33704
33705 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33706
33707         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33708         Added missing refcount, fixes bug #144425
33709         Cheers Tim for finding the bug
33710
33711 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33712
33713         * sys/v4l/gstv4l.c: (plugin_init):
33714         * sys/v4l/gstv4lcolorbalance.c:
33715         * sys/v4l/gstv4lcolorbalance.h:
33716         * sys/v4l/gstv4lelement.c:
33717         * sys/v4l/gstv4lelement.h:
33718         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33719         * sys/v4l/gstv4lmjpegsink.h:
33720         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33721         * sys/v4l/gstv4lmjpegsrc.h:
33722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33723         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33724         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33725         * sys/v4l/gstv4lsrc.h:
33726         * sys/v4l/gstv4ltuner.c:
33727         * sys/v4l/gstv4ltuner.h:
33728         * sys/v4l/gstv4lxoverlay.c:
33729         * sys/v4l/gstv4lxoverlay.h:
33730         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33731         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33732         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33733         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33734         (gst_v4l_set_audio):
33735         * sys/v4l/v4l_calls.h:
33736         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33737         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33738         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33739         (gst_v4lmjpegsink_playback_init),
33740         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33741         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33742         (gst_v4lmjpegsink_playback_stop),
33743         (gst_v4lmjpegsink_playback_deinit):
33744         * sys/v4l/v4lmjpegsink_calls.h:
33745         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33746         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33747         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33748         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33749         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33750         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33751         * sys/v4l/v4lmjpegsrc_calls.h:
33752         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33753         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33754         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33755         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33756         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33757         (gst_v4lsrc_try_palette):
33758         * sys/v4l/v4lsrc_calls.h:
33759           bunch of paranoia cleanups
33760
33761 2004-06-14  David Schleef  <ds@schleef.org>
33762
33763         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33764         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33765         Send discont events and change timestamps appropriately when
33766         we get a seek event.  (bug #144240)
33767         * ext/cdparanoia/gstcdparanoia.h:
33768
33769 2004-06-14  Benjamin Otte  <otte@gnome.org>
33770
33771         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33772           snd_pcm_hw_params_set_rate  since the latter fails for no good
33773           reason on some setups.
33774
33775 2004-06-14  David Schleef  <ds@schleef.org>
33776
33777         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33778         standard.  Thank you for playing.
33779
33780 2004-06-14  Wim Taymans  <wim@fluendo.com>
33781
33782         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33783         Patch 1.3 broke the ordering of the colorspace info and
33784         made the plugin basically work by coincidence, reordered
33785         the info.
33786
33787 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33788
33789         * ext/lame/gstlame.c:
33790         * ext/mad/gstmad.c:
33791           sync caps.  Make sure mad can only output a list of rates, not
33792           a full range.  In the future, have three caps lists for each of the
33793           mpeg versions.  Change mpegversion to a double as well.
33794
33795 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33796
33797         * gst/volume/.cvsignore:
33798         * gst/volume/Makefile.am:
33799         * gst/volume/demo.c: (value_changed_callback), (idler),
33800         (setup_gui), (main):
33801           added small demo app
33802
33803 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33804         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33805         * ext/esd/esdsink.h:
33806         Close the esd connection on pause, because esd will just wait -
33807         blocking all other esd clients indefinitely.
33808
33809 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33810
33811         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33812           previous commit with GST_DEBUG
33813
33814 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33815
33816         * configure.ac:
33817           add a header check for a dvdread header in dvdnav.  Fixes #133002
33818
33819 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33820
33821         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33822         * gst/tcp/gsttcpclientsink.h:
33823         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33824         * gst/tcp/gsttcpclientsrc.h:
33825         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33826         (gst_tcpserversink_handle_server_read),
33827         (gst_tcpserversink_init_send):
33828         * gst/tcp/gsttcpserversink.h:
33829         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33830         * gst/tcp/gsttcpserversrc.h:
33831         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33832         version of IP)
33833
33834 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33835
33836         * configure.ac:
33837         Added ogg library so that OSX detects libtheora properly
33838
33839 2004-06-11  Wim Taymans  <wim@fluendo.com>
33840
33841         * ext/theora/theoradec.c: (theora_dec_chain),
33842         (theora_dec_change_state):
33843         Don't try to decode frames before we received a keyframe.
33844
33845 2004-06-11  Wim Taymans  <wim@fluendo.com>
33846
33847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33848         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33849         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33850         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33851         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33852         Added property to set the maximum delay of a page.
33853
33854 2004-06-10  Wim Taymans  <wim@fluendo.com>
33855
33856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33857         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33858         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33859         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33860         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33861         Added max-delay property to control the maximum amount
33862         of data to put in one page.
33863
33864 2004-06-10  Wim Taymans  <wim@fluendo.com>
33865
33866         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33867         (gst_theora_enc_init), (theora_enc_sink_link),
33868         (theora_buffer_from_packet), (theora_enc_set_property),
33869         (theora_enc_get_property):
33870         Set duration on encoded buffer, added some more properties
33871
33872 2004-06-10  Wim Taymans  <wim@fluendo.com>
33873
33874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33875         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33876         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33877         * ext/theora/theoraenc.c: (theora_enc_chain):
33878         Fix refcounting bugs
33879
33880 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33881
33882         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33883         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33884         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33885         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33886         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33887         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33888         (gst_asf_demux_change_state):
33889         * gst/asfdemux/gstasfdemux.h:
33890           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33891           feels like. I think we should set a new requirement for demuxers
33892           from now on to implement sane loop functions, data loops, query
33893           and seek functions before first commit into CVS. And this commit
33894           fixes all of the above.
33895
33896 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33897
33898         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33899           vorbis comments are properly encoded in UTF-8 before adding them
33900           to a GstTagList
33901
33902 2004-06-09  Benjamin Otte  <otte@gnome.org>
33903
33904         * ext/alsa/gstalsa.c: (add_channels):
33905           handle min <= max correctly
33906         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33907         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33908           add fixation functions so we fixate correctly. No preferring of alaw
33909           anymore because it's the first structure.
33910         * ext/alsa/gstalsa.h:
33911         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33912         (gst_alsa_hw_params_dump):
33913           add functions to ease debugging in alsalib
33914         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33915         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33916         (gst_alsa_start_audio):
33917           only specify hw params if we really setup a format (fixes #134007 -
33918           or at least works around it)
33919
33920 2004-06-09  Wim Taymans  <wim@fluendo.com>
33921
33922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33923         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33924         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33925         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33926         (gst_ogg_mux_loop):
33927         Use stream caps to setup the initial pages in the ogg stream.
33928         Correctly set the streamheader caps on the srcpad.
33929
33930 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33931
33932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33933         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33934         (gst_v4lsrc_getcaps):
33935         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33936         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33937           add querying of fps lists for webcams.  Negotiating to a framerate
33938           now works.
33939
33940 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33941
33942         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33943         (theora_push_buffer), (theora_push_packet),
33944         (theora_set_header_on_caps), (theora_enc_chain):
33945           mark buffers and put on streamheader, raw theora streaming
33946           now works too, whee
33947
33948 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33949
33950         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33951         (gst_tcp_gdp_read_caps):
33952           do a looping read for caps and GDP headers too
33953
33954 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33955
33956         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33957         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33958           return EOS instead of NULL in _get
33959
33960 2004-06-08  Wim Taymans  <wim@fluendo.com>
33961
33962         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33963         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33964         (gst_tcp_gdp_write_caps):
33965         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33966         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33967         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33968         Memory leak fixes
33969
33970 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33971
33972         * ext/vorbis/Makefile.am:
33973         * ext/vorbis/vorbis.c: (plugin_init):
33974         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33975         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33976         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33977         (vorbis_parse_change_state):
33978         * ext/vorbis/vorbisparse.h:
33979           adding a vorbisparse element that marks the buffers, streaming
33980           raw vorbis using GDP now works, whee
33981
33982 2004-06-08  Wim Taymans  <wim@fluendo.com>
33983
33984         * ext/jpeg/Makefile.am:
33985         * ext/jpeg/README:
33986         * ext/jpeg/gstjpeg.c: (plugin_init):
33987         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33988         (gst_smokedec_base_init), (gst_smokedec_class_init),
33989         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33990         * ext/jpeg/gstsmokedec.h:
33991         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33992         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33993         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33994         (gst_smokeenc_resync), (gst_smokeenc_chain),
33995         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33996         * ext/jpeg/gstsmokeenc.h:
33997         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33998         (smokecodec_flush_destination), (smokecodec_term_destination),
33999         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34000         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34001         (smokecodec_term_source), (smokecodec_encode_new),
34002         (smokecodec_decode_new), (smokecodec_info_free),
34003         (smokecodec_set_quality), (smokecodec_get_quality),
34004         (smokecodec_set_threshold), (smokecodec_get_threshold),
34005         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34006         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34007         (smokecodec_parse_header), (smokecodec_decode):
34008         * ext/jpeg/smokecodec.h:
34009         Added a new simple jpeg based codec
34010
34011 2004-06-08  Wim Taymans  <wim@fluendo.com>
34012
34013         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34014         (gst_multipart_mux_loop):
34015         Fix memory leak
34016
34017 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34018
34019         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34020         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34021         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34022         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34023         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34024         * gst/tcp/gsttcpserversink.h:
34025           take streamheader into account
34026
34027 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34028
34029         * gst/level/Makefile.am:
34030         * gst/level/gstlevel.c: (gst_level_class_init):
34031           clean up marshal generation
34032
34033 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34034
34035         * gst/tcp/Makefile.am:
34036         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34037         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34038         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34039         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34040         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34041         (gst_tcpclientsrc_get_property):
34042         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34043         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34044         (gst_tcpserversink_handle_client_read),
34045         (gst_tcpserversink_handle_client_write),
34046         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34047         * gst/tcp/gsttcpserversink.h:
34048           add signals client-added and client-removed
34049         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34050         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34051         (gst_tcpserversrc_get_property):
34052         uniformized, change default protocol to NONE
34053         * gst/tcp/gsttcp-marshal.list: added
34054 2004-06-07  Benjamin Otte  <otte@gnome.org>
34055
34056         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34057           handle discont events if they happen before caps nego
34058
34059 2004-06-07  Wim Taymans  <wim@fluendo.com>
34060
34061         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34062         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34063         (gst_multipart_demux_plugin_init):
34064         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34065         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34066         (gst_multipart_mux_change_state):
34067         Small updates, fix a memleak
34068
34069 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34070
34071         * configure.ac: OSS portability
34072         * ext/arts/gst_arts.c: idem
34073         * sys/oss/gstosselement.c: idem
34074         * sys/oss/gstossmixer.c: idem
34075         * sys/oss/gstosssink.c: idem
34076         * sys/oss/gstosssrc.c: idem
34077         * sys/oss/oss_probe.c: idem
34078           - check for soundcard.h in different places for some BSD
34079
34080 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34081
34082         * AUTHORS:
34083         Add me to the authors file
34084         * configure.ac:
34085         Increase the libdv requirement to >= version 0.100
34086         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34087         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34088         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34089         * ext/dv/gstdvdec.h:
34090         Add support for the new_media flag when sending DISCONT events
34091         Make the querying work when video pad is not linked
34092
34093 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34094
34095         reviewed by Benjamin Otte  <otte@gnome.org>
34096
34097         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34098           create a NULL-initialized array of pads, so we don't think they
34099           exist already. (fixes #143130)
34100
34101 2004-06-07  Benjamin Otte  <otte@gnome.org>
34102
34103         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34104         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34105         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34106           don't use // coments
34107
34108 2004-06-07  Benjamin Otte  <otte@gnome.org>
34109
34110         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34111           cast to GstClockTime to get higher granularity
34112         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34113           use gst_element_set_time_delay to get the exact time
34114         * ext/mad/gstmad.c: (gst_mad_chain):
34115           use the negotiated rate instead of the current frame's rate which
34116           might be wrong because of bit errors. This avoids emitting totally
34117           bogus timestamps and screwing sync.
34118         (fixes #143454)
34119
34120 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34121
34122         reviewed by Benjamin Otte  <otte@gnome.org>
34123
34124         * gst/adder/gstadder.c: (gst_adder_loop):
34125           properly error out when no negotiation has happened yet. (fixes
34126           #143032)
34127
34128 2004-06-06  Benjamin Otte  <otte@gnome.org>
34129
34130         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34131           forward correctly transformed offset in discont events. Based on
34132           patch by Arwed v. Merkatz. (fixes #142851)
34133
34134 2004-06-06  David Schleef  <ds@schleef.org>
34135
34136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34137         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34138         problems on several systems.
34139
34140 2004-06-06  Benjamin Otte  <otte@gnome.org>
34141
34142         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34143           use explicit caps on the srcpad
34144         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34145           properly error out if caps couldn't be set (fixes #142764)
34146
34147 2004-06-06  Benjamin Otte  <otte@gnome.org>
34148
34149         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34150         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34151         (gst_alsa_start_audio):
34152           - don't call set_periods_integer anymore, it breaks the
34153           configuration randomly
34154           - call snd_pcm_hw_params_set_access directly instead of using masks
34155           - don't fail if the sw_params can't be set, just use the default
34156           params and hope it works. Alsalib has weird issues when you touch
34157           sw_params and does no proper error reporting about what failed.
34158         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34159         (gst_alsa_close_audio):
34160           make our alsa debugging go via gst debugging and not conditionally
34161           defined
34162         * ext/alsa/gstalsa.h:
34163           add ALSA_DEBUG_FLUSH macro
34164         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34165         (plugin_init):
34166           wrap alsa errors to be printed via the gst debugging system and not
34167           spammed to stderr
34168
34169 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34170
34171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34172         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34173         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34174         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34175         (qtdemux_parse_trak):
34176         * gst/qtdemux/qtdemux.h:
34177           Bitch. Also known as seeking, querying & co.
34178         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34179         (gst_osssink_change_state):
34180         * sys/oss/gstosssink.h:
34181           Resyncing is for weenies, this hack is no longer needed and was
34182           broken anyway (since it - unintendedly - always leaves resync to
34183           TRUE).
34184
34185 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34186
34187         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34188         * gst/tcp/gsttcpclientsrc.h: idem
34189           - define MSG_NOSIGNAL if not done
34190           - include unistd.h for off_t
34191           (fixes #143749)
34192
34193 2004-06-05  Benjamin Otte  <otte@gnome.org>
34194
34195         * configure.ac:
34196         * ext/kio/Makefile.am:
34197           check for qt's moc preprocessor explicitly and use it
34198
34199 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34200
34201         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34202           don't get a signal for EPIPE on socket writes
34203           (somebody check if this works on other platforms)
34204
34205 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34206
34207         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34208         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34209           check error condition on available samples correctly
34210
34211 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34212
34213         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34214           avoid a segfault
34215         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34216         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34217         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34218         (gst_tcpserversrc_gdp_read_header):
34219          use ssize_t over size_t since the former is signed and thus the
34220          check for error codes can work
34221
34222 2004-06-02  Wim Taymans  <wim@fluendo.com>
34223
34224         reviewed by: Johan
34225
34226         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34227         (gst_multipart_mux_loop):
34228         Oops
34229
34230 2004-06-02  Wim Taymans  <wim@fluendo.com>
34231
34232         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34233         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34234         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34235         (gst_multipart_mux_change_state):
34236         Added configurable boundary specifier, added the value as a
34237         caps field as well.
34238
34239 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34240
34241         * gst/tcp/gsttcp.c:
34242         * gst/tcp/gsttcpclientsrc.c:
34243         * gst/tcp/gsttcpclientsrc.h:
34244         * gst/tcp/gsttcpserversrc.c:
34245           - portability fix, to compile on OSX
34246             (fixes #143146)
34247
34248         * sys/osxaudio/gstosxaudioelement.c:
34249         * sys/osxaudio/gstosxaudiosink.c:
34250         * sys/osxaudio/gstosxaudiosrc.c:
34251           - compilation warnings on OSX
34252             (fixes #143153)
34253
34254 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34255
34256         * ext/vorbis/vorbisdec.c : sign warning fixes
34257
34258         * gst-libs/gst/mixer/mixertrack.c :
34259           do no use defines which are glib 2.4 specific
34260
34261 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34262
34263         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34264           buffer since libflac doesn't expect it (reports a sync error when
34265           it encounters that)
34266
34267
34268 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34269
34270         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34271         * gst-libs/gst/mixer/mixertrack.c:
34272         (gst_mixer_track_get_property), (get_mixer_track_init),
34273         (get_mixer_track_get_property): Added property accessors
34274         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34275         * gst-libs/gst/mixer/mixeroptions.c:
34276         (gst_mixer_options_get_values): Added
34277         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34278         * gst-libs/gst/mixer/mixer.c: Fixed comment
34279
34280
34281 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34282
34283         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34284           improve error messages on open
34285
34286
34287 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34288
34289         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34290           check if v4l-conf is in path
34291
34292 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34293
34294         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34295           change assert to a more readable error message
34296
34297 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34298
34299         * gst-libs/gst/tuner/tunerchannel.h:
34300           - add a freq_multiplicator field to make the conversion
34301             between internal frequency unit and Hz
34302         * sys/v4l/gstv4lelement.c:
34303         * sys/v4l2/gstv4l2element.c:
34304           - change default video device to /dev/video0
34305         * sys/v4l/v4l_calls.c:
34306         * sys/v4l2/v4l2_calls.c:
34307           - we only expose frequency to the user in Hz instead of
34308             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34309
34310 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34311         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34312           Initialise b_o_s and e_o_s variables
34313         * gst-libs/gst/riff/riff-media.c:
34314         (gst_riff_create_video_caps_with_data):
34315           Add some unusual fourcc's from mplayer avi's
34316         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34317           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34318           autoplugging.
34319
34320 2004-05-28  Wim Taymans  <wim@fluendo.com>
34321
34322         * configure.ac:
34323         * gst/alpha/Makefile.am:
34324         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34325         (gst_alpha_get_type), (gst_alpha_base_init),
34326         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34327         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34328         (gst_alpha_chroma_key), (gst_alpha_chain),
34329         (gst_alpha_change_state), (plugin_init):
34330         A plugin to add an alpha channel to I420 video. Can optionally do
34331         chroma keying.
34332         * gst/multipart/Makefile.am:
34333         * gst/multipart/multipart.c: (plugin_init):
34334         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34335         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34336         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34337         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34338         (gst_multipart_demux_change_state),
34339         (gst_multipart_demux_plugin_init):
34340         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34341         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34342         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34343         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34344         (gst_multipart_mux_pad_unlink),
34345         (gst_multipart_mux_request_new_pad),
34346         (gst_multipart_mux_handle_src_event),
34347         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34348         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34349         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34350         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34351         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34352         send multipart jpeg images to a browser.
34353         * gst/videobox/Makefile.am:
34354         * gst/videobox/README:
34355         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34356         (gst_video_box_get_type), (gst_video_box_base_init),
34357         (gst_video_box_class_init), (gst_video_box_init),
34358         (gst_video_box_set_property), (gst_video_box_get_property),
34359         (gst_video_box_sink_link), (gst_video_box_i420),
34360         (gst_video_box_ayuv), (gst_video_box_chain),
34361         (gst_video_box_change_state), (plugin_init):
34362         Crops or adds borders around an image. can do alpha channel
34363         borders as well.
34364         * gst/videomixer/Makefile.am:
34365         * gst/videomixer/README:
34366         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34367         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34368         (gst_videomixer_pad_get_sink_event_masks),
34369         (gst_videomixer_pad_get_property),
34370         (gst_videomixer_pad_set_property),
34371         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34372         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34373         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34374         (gst_videomixer_base_init), (gst_videomixer_class_init),
34375         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34376         (gst_videomixer_handle_src_event),
34377         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34378         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34379         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34380         (gst_videomixer_loop), (gst_videomixer_get_property),
34381         (gst_videomixer_set_property), (gst_videomixer_change_state),
34382         (plugin_init):
34383         Generic video mixer plugin, can handle multiple inputs all with
34384         different framerates and video sizes. Is fully alpha channel
34385         aware.
34386
34387 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34388
34389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34390           Select first track as master track. Not sure how else to handle
34391           that...
34392         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34393           Discard discont events. Should fix #142962.
34394
34395 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34396
34397         * ext/alsa/Makefile.am:
34398         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34399         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34400         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34401         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34402         (gst_alsa_mixer_get_option):
34403         * ext/alsa/gstalsamixer.h:
34404         * ext/alsa/gstalsamixeroptions.c:
34405         (gst_alsa_mixer_options_get_type),
34406         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34407         (gst_alsa_mixer_options_new):
34408         * ext/alsa/gstalsamixeroptions.h:
34409         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34410         * ext/alsa/gstalsamixertrack.h:
34411           Add enumerations (as GstMixerOptions). Make correct distinction
34412           between input/output tracks. Add capture/playback private flag.
34413           Use flag to decide on whether to set capture or playback volumes
34414           or switches. Use playback and record switches.
34415         * gst-libs/gst/mixer/Makefile.am:
34416         * gst-libs/gst/mixer/mixer-marshal.list:
34417         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34418         (gst_mixer_set_option), (gst_mixer_get_option),
34419         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34420         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34421         * gst-libs/gst/mixer/mixer.h:
34422         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34423         (gst_mixer_options_class_init), (gst_mixer_options_init),
34424         (gst_mixer_options_dispose):
34425         * gst-libs/gst/mixer/mixeroptions.h:
34426           Add GstMixerOptions.
34427         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34428           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34429           broken device detection on computers with multiple OSS sound
34430           cards.
34431
34432 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34433
34434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34435           fixate nicely even when the peer is not negotiating
34436
34437 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34438
34439         * gst/audioconvert/gstaudioconvert.c:
34440         (gst_audio_convert_parse_caps):
34441           make sure we don't allow depth > width
34442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34443           fixate endianness to G_BYTE_ORDER as default
34444         * gst/audioscale/gstaudioscale.c:
34445           we don't handle another endianness as host-endianness
34446
34447 2004-05-25  David Schleef  <ds@schleef.org>
34448
34449         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34450
34451 2004-05-24  Benjamin Otte  <otte@gnome.org>
34452
34453         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34454         (gst_oggvorbisenc_setup):
34455           properly fail when we can't setup the vorbis encoder due to
34456           unsupported settings
34457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34458         (gst_vorbisenc_setup):
34459           same
34460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34461           fix case where warnings occured when one pad was unlinked while the
34462           other's link function was called
34463
34464 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34465
34466         * gst/tcp/Makefile.am:
34467           use GST_ENABLE_NEW
34468
34469 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34470
34471         * gst-libs/gst/resample/private.h:
34472           don't use optimizations that are #if 0'ed
34473
34474 2004-05-24  Wim Taymans  <wim@fluendo.com>
34475
34476         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34477         Fix potential division by zero error and hopefully get
34478         the position query right to get correct timestamps on avi
34479         audio.
34480
34481 2004-05-24  Wim Taymans  <wim@fluendo.com>
34482
34483         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34484         (gst_videoscale_scale_nearest_str2),
34485         (gst_videoscale_scale_nearest_str4),
34486         (gst_videoscale_scale_nearest_32bit),
34487         (gst_videoscale_scale_nearest_24bit),
34488         (gst_videoscale_scale_nearest_16bit):
34489         Fix the scaling algorithm and avoid a buffer overflow.
34490         removed the while loop in the scaling function as it
34491         was used for point sampling only.
34492
34493 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34494
34495         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34496         (gst_id3_tag_class_init), (gst_id3_tag_init),
34497         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34498         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34499         (gst_id3_tag_send_tag_event):
34500           lots of fixes to make id3mux work and id3demux work correctly
34501
34502 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34503
34504         * ext/Makefile.am:
34505           add rules to build shout2send (was removed by accident
34506           when this module was no more marked experimental/broken)
34507
34508 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34509
34510         * ext/shout2/gstshout2.c:
34511         * ext/shout2/gstshout2.h:
34512           adding a "connection problem" signal to shout2send
34513           (fixes #142954)
34514
34515 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34516
34517         * ext/kio/kioreceiver.cpp:
34518         * ext/kio/kioreceiver.h:
34519           fix sign comparison issues
34520
34521 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34522
34523         * gst/cdxaparse/gstcdxaparse.c:
34524         * gst/cdxaparse/gstcdxaparse.h:
34525           some renaming
34526           add some checks/sanity
34527           prepare for seek addition
34528
34529         * sys/sunaudio/gstsunaudio.c:
34530           remove exported dupe init function
34531
34532 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34533
34534         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34535         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34536           Fix format conversion and position querying.
34537         * gst/debug/progressreport.c: (gst_progressreport_report):
34538           Don't output a bogus total value that we didn't query.
34539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34540           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34541           only a blank window after xine has been used.
34542
34543 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34544
34545         * m4/as-arts.m4:
34546           sync with upstream version to fix test on FC2
34547           readd with -ko to preserve Id header
34548
34549 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34550
34551         * configure.ac:
34552           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34553         * gst/tcp/gsttcpclientsrc.c: idem
34554         * gst/tcp/gsttcpserversink.c: idem
34555         * gst/tcp/gsttcpserversrc.c: idem
34556         * m4/gst-fionread.m4: idem
34557
34558         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34559
34560         * configure.ac: enable speex plugin for speex 1.1.5+
34561         * ext/speex/gstspeexenc.c: fix cast warning
34562
34563         * ext/esd/README: fix typo
34564
34565 2004-05-20  David Schleef  <ds@schleef.org>
34566
34567         * configure.ac: Minor cosmetic change to convince the buildbot to
34568         reautogen.
34569         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34570         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34571         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34572         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34573         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34574         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34575         More hacking.  Plays audio now.
34576
34577 2004-05-20  David Schleef  <ds@schleef.org>
34578
34579         * configure.ac:
34580         * sys/Makefile.am:
34581
34582 2004-05-20  David Schleef  <ds@schleef.org>
34583
34584         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34585         * sys/osxaudio/gstosxaudio.c:
34586         * sys/osxaudio/gstosxaudioelement.c:
34587         * sys/osxaudio/gstosxaudioelement.h:
34588         * sys/osxaudio/gstosxaudiosink.c:
34589         * sys/osxaudio/gstosxaudiosink.h:
34590         * sys/osxaudio/gstosxaudiosrc.c:
34591         * sys/osxaudio/gstosxaudiosrc.h:
34592
34593 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34594
34595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34596         (gst_vorbisenc_chain):
34597           put the codec headers on the caps as streamheader as well as
34598           pushing them out
34599
34600 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34601
34602         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34603         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34604         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34605         split up push_packet into two functions
34606
34607 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34608
34609         * gst/tcp/.cvsignore:
34610           ignore enums
34611         * gst/tcp/Makefile.am:
34612         * gst/tcp/README:
34613         * gst/tcp/gsttcp.c:
34614         * gst/tcp/gsttcp.h:
34615         * gst/tcp/gsttcpclientsink.c:
34616         * gst/tcp/gsttcpclientsink.h:
34617         * gst/tcp/gsttcpclientsrc.c:
34618         * gst/tcp/gsttcpclientsrc.h:
34619         * gst/tcp/gsttcpplugin.c:
34620         * gst/tcp/gsttcpserversink.c:
34621         * gst/tcp/gsttcpserversink.h:
34622         * gst/tcp/gsttcpserversrc.c:
34623         * gst/tcp/gsttcpserversrc.h:
34624           add new tcp elements
34625
34626 2004-05-19  Wim Taymans  <wim@fluendo.com>
34627
34628         * gst/law/mulaw-conversion.c: (mulaw_encode):
34629         Fix overflow bug in ulaw encoding.
34630
34631 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34632
34633         * ext/mad/gstmad.c: (gst_mad_handle_event):
34634           don't unref the event twice
34635
34636 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34637
34638         * configure.ac:
34639           remove -Wno-sign-compare
34640
34641 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34642
34643         * configure.ac:
34644           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34645           if you want to work against glib 2.2 and 2.4
34646
34647 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34648
34649         * gst/tcp/Makefile.am:
34650         * gst/tcp/gsttcp.c:
34651         * gst/tcp/gsttcp.h:
34652         * gst/tcp/gsttcpsink.h:
34653         * gst/tcp/gsttcpsrc.h:
34654           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34655
34656 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34657
34658         * gst/debug/tests.c: (md5_get_value):
34659           fix segfault on gst-inspect
34660
34661 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34662
34663         * gst/debug/testplugin.c:
34664         * gst/debug/tests.c:
34665         * gst/debug/tests.h:
34666           add new extensible and configurable testing element. Current tests
34667           include buffer count, stream length, timestamp/duration matching and
34668           md5.
34669         * gst/debug/Makefile.am:
34670         * gst/debug/gstdebug.c: (plugin_init):
34671           add infrastructure for new element
34672
34673 2004-05-19  Johan Dahlin  <johan@gnome.org>
34674
34675         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34676         ending of the array. Fixes gst-inspect segfault on ppc.
34677
34678 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34679
34680         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34681
34682         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34683
34684 2004-05-18  David Schleef  <ds@schleef.org>
34685
34686         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34687         warnings (bugs, actually) noticed by gcc but not forte.
34688
34689 2004-05-18  David Schleef  <ds@schleef.org>
34690
34691         * sys/sunaudio/Makefile.am:
34692         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34693
34694 2004-05-18  David Schleef  <ds@schleef.org>
34695
34696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34697         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34698         to allow qtdemux to use non-seekable streams. (bug #142272)
34699
34700 2004-05-18  David Schleef  <ds@schleef.org>
34701
34702         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34703         (gst_resample_sinc_ft_float): Remove use of static temporary
34704         buffer.  This code was obviously not supposed to last long, but
34705         it's stuck in our ABI, so it required a little hack to make it
34706         ABI-compatible.  Fixes #142585.
34707         * gst-libs/gst/resample/resample.h: same.
34708
34709 2004-05-18  David Schleef  <ds@schleef.org>
34710
34711         * configure.ac: Add sunaudio
34712         * examples/Makefile.am: make gstplay depend on gconf
34713         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34714         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34715         (convert_table_lookup), (img_convert): remove c99-isms
34716         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34717           unsigned, to fix a warning on Solaris
34718         * gst/mpeg1sys/systems.c: bcopy->memcpy
34719         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34720         * sys/Makefile.am: Add sunaudio
34721
34722 2004-05-18  Wim Taymans  <wim@fluendo.com>
34723
34724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34725         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34726         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34727         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34728         (gst_ogg_mux_loop):
34729         Fix an ugly memleak where the muxer didn't flush enough ogg
34730         pages. This also resulted in badly muxed ogg files.
34731
34732 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34733
34734         * gst/asfdemux/asfheaders.c :
34735         * gst/asfdemux/asfheaders.h :
34736         * gst/asfdemux/gstasfdemux.c :
34737           - fix ASF_OBJ_PADDING guid
34738           - add 3 new object guids (language list, metadata,
34739             extended stream properties)
34740           - add a function to parse extended header objects
34741
34742 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34743
34744         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34745           remove leftover debugging g_print
34746
34747 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34748
34749         * ext/mad/gstmad.c: (gst_mad_handle_event):
34750           Fix for when the first format in a discont event is not a
34751           byte-based one. Should fix #137710.
34752
34753 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34754
34755         * m4/a52.m4 : fix compilation with -Wall -Werror
34756         * m4/libfame.m4 : idem
34757         * m4/libmikmod.m4 : idem
34758
34759 2004-05-17  Benjamin Otte  <otte@gnome.org>
34760
34761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34762           signal the new tags before giving up the reference
34763
34764 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34765
34766         * ext/shout2/gstshout2.c:
34767           use application/ogg instead of application/x-ogg (patch by Patrick
34768           Guimond, fixes #142432)
34769         * sys/oss/gstosselement.c: (gst_osselement_reset),
34770         (gst_osselement_sync_parms):
34771           don't set fragment size unless specified (fixes #142493)
34772
34773 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34774
34775         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34776           fixes #142664
34777
34778 2004-05-17  Benjamin Otte  <otte@gnome.org>
34779
34780         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34781           compute offsets correctly for internal buffers so timestamps are set
34782           correctly when we can't seek. Also handle cases where there are no
34783           offsets. (based on a patch by David Moore, fixes #142507)
34784
34785 2004-05-17  Benjamin Otte  <otte@gnome.org>
34786
34787         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34788           use correct variable when determining amount of data to skip so we
34789           don't skip into the void and segfault
34790
34791 2004-05-16  Benjamin Otte  <otte@gnome.org>
34792
34793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34794           Hi, I'm a memleak
34795
34796 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34797
34798         * gst/asfdemux/gstasfdemux.c:
34799           - fix a mem leak and always propagate tags
34800           - add WMV3 to known video codecs (but no decoder yet)
34801           - replace "surplus data" at end of audio header for what
34802             it is : codec specific data
34803           - fix a typo
34804
34805 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34806
34807         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34808
34809         * gst-libs/gst/audio/audioclock.c:
34810           Fix wrong return type (#142205).
34811
34812 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34813
34814         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34815           Ignore CRCs by default (fixes #142566).
34816
34817 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34818
34819         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34820         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34821         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34822         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34823         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34824         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34825           Fix for cases where we fail to attach to a mixer.
34826
34827 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34828
34829         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34830           Don't touch events after not owning them anymore.
34831         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34832         (gst_wavparse_fmt), (gst_wavparse_other),
34833         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34834         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34835         (gst_wavparse_srcpad_event):
34836         * gst/wavparse/gstwavparse.h:
34837           Add seeking, fix querying.
34838
34839 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34840
34841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34842           - process comments even if they don't end with \0\0
34843             g_convert would ignore them if present and works well without them
34844
34845 2004-05-16  Benjamin Otte  <otte@gnome.org>
34846
34847         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34848           simplify caps
34849
34850 2004-05-16  Benjamin Otte  <otte@gnome.org>
34851
34852         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34853           don't write to memory we might not write to - g_convert does that
34854           for us anyway (fixes #142613)
34855         (gst_asf_demux_audio_caps):
34856           comment out gst_util_dump_mem
34857
34858 2004-05-16  Benjamin Otte  <otte@gnome.org>
34859
34860         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34861           compute correct expected timestamps after seek (broken since
34862           last commit)
34863         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34864           rename element and debugging category to gdkpixbufscale
34865
34866 2004-05-16  Benjamin Otte  <otte@gnome.org>
34867
34868         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34869           add error checking to snd_pcm_delay and remove duplicate call to
34870           snd_pcm_delay that caused issues (see inline code comments)
34871         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34872           make more readable and fix return value when snd_pcm_delay fails
34873         (fixes #142586)
34874
34875 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34876         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34877         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34878         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34879         (gst_pixbufscale_link), (gst_pixbufscale_init),
34880         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34881         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34882         (gst_pixbufscale_get_property), (pixbufscale_init):
34883         * ext/gdk_pixbuf/pixbufscale.h:
34884         Add these files I forgot earlier
34885
34886 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34887         * ext/gdk_pixbuf/Makefile.am:
34888         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34889         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34890         Add new pixbufscale element to scale RGB video
34891         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34892         and HYPER interpolation correctly.
34893         * ext/theora/theoraenc.c: (theora_enc_chain),
34894         Discard buffer and return if explicit caps could not be set
34895         (theora_enc_get_property):
34896         Make _get return kbps for the bitrate consistent with
34897         the _set function.
34898
34899
34900 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34901
34902         * ext/libvisual/visual.c: (gst_visual_chain):
34903           add missing visual_audio_analyze
34904
34905 2004-05-14  David Schleef  <ds@schleef.org>
34906
34907         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34908         is killed while we're playing.
34909         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34910         gst_element_no_more_pads().
34911
34912 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34913
34914         * gst-libs/gst/riff/riff-read.c :
34915           - fix INFO tag extraction in RIFF/AVI files
34916             because gst_event_unref (event) also freed taglist
34917           - avoid a mem leak
34918
34919 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34920
34921         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34922         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34923
34924         * gst/auparse/gstauparse.c :
34925           - add code (commented for now) to support audio/x-adpcm on src pad
34926             (we have no decoder for those layout yet)
34927
34928         * gst/cdxaparse/gstcdxaparse.c :
34929         * gst/cdxaparse/gstcdxaparse.h :
34930           - partial rewrite using RiffRead (ripped iain's wavparse code)
34931
34932         * gst/rtp/gstrtpL16enc.c : typo
34933         * gst/rtp/gstrtpgsmenc.c : typo
34934
34935 2004-05-13  Benjamin Otte  <otte@gnome.org>
34936
34937         * configure.ac:
34938           check for exact version of libvisual, it's not supposed to be
34939           API/ABI stable yet
34940
34941 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34942
34943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34944           signal no-more-pads
34945
34946 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34947
34948         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34949         Report which format was used for GST_FORMAT_DEFAULT
34950         * gst/debug/Makefile.am:
34951         * gst/debug/gstdebug.c: (plugin_init):
34952         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34953         (gst_progressreport_class_init), (gst_progressreport_init),
34954         (gst_progressreport_report), (gst_progressreport_set_property),
34955         (gst_progressreport_get_property), (gst_progressreport_chain),
34956         (gst_progressreport_plugin_init):
34957         Add progressreport element for testing.
34958
34959 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34960
34961         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34962         * sys/v4l/gstv4lsrc.h:
34963         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34964         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34965         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34966         (gst_v4lsrc_grab_frame):
34967           add more debugging
34968           send a discont at start
34969
34970 2004-05-12  Colin Walters  <walters@redhat.com>
34971
34972         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34973         inflooping if we can't find a chunk.  Or in other words, don't blow
34974         chunks if we don't have a chunk to blow.
34975
34976 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34977         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34978         Remove old debug output
34979         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34980         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34981         (gst_dvdec_set_property), (gst_dvdec_get_property):
34982         Change the quality setting to an enum, so it works from gst-launch
34983         Don't renegotiate a non-linked pad. Allows audio only decoding.
34984         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34985         (gst_deinterlace_link), (gst_deinterlace_init):
34986         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34987         (gst_videodrop_link):
34988         Some caps negotiation fixes
34989
34990 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34991
34992         * ext/tarkin/gsttarkin.c :
34993           - Change RANK from NONE to PRIMARY
34994         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34995           - Change RANK from NONE to MARGINAL
34996         * ext/divx/gstdivxenc.c :
34997           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34998
34999 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35000
35001         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35002         (gst_vorbisenc_push_packet):
35003           copy a function that was added between 1.0 and 1.0.1 until we
35004           depend on worthwhile features of post-1.0
35005
35006 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35007
35008         * configure.ac:
35009           enable shout2 by default
35010         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35011         (gst_shout2send_base_init), (gst_shout2send_init),
35012         (gst_shout2send_connect), (gst_shout2send_change_state):
35013         * ext/shout2/gstshout2.h:
35014           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35015           #142262)
35016         * ext/theora/theora.c: (plugin_init):
35017           don't set rank on encoders
35018
35019 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35020
35021         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35022           Use codec_data property instead of flag1 and flag2 for wma
35023
35024 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35025
35026         * gst/cdxaparse/gstcdxaparse.c :
35027           - Add mpegversion to CAPS to make it link
35028           - Rank is as GST_RANK_SECONDARY instead of NONE
35029         * gst/auparse/gstauparse.c :
35030           - Document all audio encoding we can encounter from Solaris 9
35031             headers and libsndfile information.
35032           - Increase max. rate from 48000 to 192000 (to match other elements)
35033           - Don't try to play junk data between header and samples
35034
35035 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35036
35037         * ext/libvisual/visual.c: (gst_visual_getcaps):
35038           use the right caps depending on endianness (I hope)
35039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35040           use GST_RANK_NONE for all non-decoding elements or spider gets
35041           mighty confused
35042
35043 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35044
35045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35046           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35047
35048 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35049
35050         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35051         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35052         (gst_switch_loop), (gst_switch_get_type):
35053           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35054           HEADERS. Had to be said.
35055
35056 2004-05-10  David Schleef  <ds@schleef.org>
35057
35058         * configure.ac: Add prototype Dirac support.
35059         * ext/Makefile.am:
35060         * ext/dirac/Makefile.am:
35061         * ext/dirac/gstdirac.cc:
35062         * ext/dirac/gstdiracdec.cc:
35063
35064 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35065
35066         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35067         (gst_auparse_init), (gst_auparse_chain),
35068         (gst_auparse_change_state):
35069           Hack around spider. Remove me some day please.
35070
35071 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35072
35073         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35074           Fix for some uninitialized variables in previous patch, also
35075           makes it work. Fixes #142286 while we're at it.
35076
35077 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35078
35079         * gst/auparse/gstauparse.c:
35080                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35081                 only unsupported formats are ADPCM/CCITT G.72x
35082                 reviewed by Ronald
35083         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35084
35085 2004-05-10  Wim Taymans  <wim@fluendo.com>
35086
35087         * ext/vorbis/Makefile.am:
35088         * ext/vorbis/README:
35089         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35090         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35091         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35092         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35093         (gst_oggvorbisenc_convert_sink),
35094         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35095         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35096         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35097         (get_constraints_string), (update_start_message),
35098         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35099         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35100         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35101         * ext/vorbis/oggvorbisenc.h:
35102         * ext/vorbis/vorbis.c: (plugin_init):
35103         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35104         (raw_caps_factory), (gst_vorbisenc_class_init),
35105         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35106         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35107         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35108         * ext/vorbis/vorbisenc.h:
35109         Added a raw vorbis encoder to be used with the oggmuxer.
35110         We still need the old encoder for some gnome applications,
35111         read the README to find out how that works.
35112         The raw encoder is called "rawvorbisenc" until 0.9.
35113
35114 2004-05-10  Wim Taymans  <wim@fluendo.com>
35115
35116         * ext/ogg/gstogg.c: (plugin_init):
35117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35118         (gst_ogg_print):
35119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35120         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35121         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35122         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35123         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35124         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35125         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35126         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35127         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35128         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35129         Added an ogg muxer.
35130         Small typo fixes in the demuxer.
35131
35132 2004-05-10  Wim Taymans  <wim@fluendo.com>
35133
35134         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35135         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35136         (theora_enc_change_state), (theora_enc_set_property),
35137         (theora_enc_get_property):
35138         Mark the last packet with an EOS flag which is not really needed
35139         in gstreamer.
35140         Do some better video framerate initialisation.
35141         Update the buffer timestamp.
35142
35143 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35144
35145         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35146         Return the result of the parent state change call
35147
35148 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35149
35150         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35151         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35152         * gst/law/alaw-encode.c : (idem)
35153         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35154         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35155         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35156
35157 2004-05-09  Benjamin Otte  <otte@gnome.org>
35158
35159         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35160           don't use a fixed buffer size when writing variable length data to
35161           it. Fixes memory corruption and makes alsasrc work
35162
35163 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35164
35165         * ext/gnomevfs/gstgnomevfssink.c:
35166         (_gst_boolean_allow_overwrite_accumulator),
35167         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35168           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35169           RUN_LAST, and don't use that to set the accumulator value because
35170           then it's always FALSE.
35171
35172 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35173
35174         * gst-libs/gst/riff/riff-media.c:
35175         (gst_riff_create_video_caps_with_data),
35176         (gst_riff_create_audio_caps),
35177         (gst_riff_create_audio_template_caps):
35178         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35179           Fix for unaligned RIFF files (i.e. where all the chunks together
35180           in a LIST chunk are not of the same size as the size given in
35181           the LIST chunk header). Fixes several odd WAVE files. Also fix
35182           ADPCM (block_align property) in audio, so that wavparse based
35183           on this works now as it used to stand-alone.
35184
35185 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35186
35187         reviewed by Benjamin Otte  <otte@gnome.org>
35188
35189         * ext/a52dec/gsta52dec.c:
35190         * ext/divx/gstdivxdec.c:
35191         * ext/divx/gstdivxenc.c:
35192         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35193         * ext/faac/gstfaac.c: (gst_faac_base_init):
35194         * ext/faad/gstfaad.c: (gst_faad_base_init):
35195         * ext/ivorbis/vorbisfile.c:
35196         * ext/lame/gstlame.c:
35197         * ext/libfame/gstlibfame.c:
35198         * ext/mpeg2enc/gstmpeg2enc.cc:
35199         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35200         * ext/sidplay/gstsiddec.cc:
35201         * ext/speex/gstspeexdec.c:
35202         * ext/speex/gstspeexenc.c:
35203         * ext/xvid/gstxviddec.c:
35204         * ext/xvid/gstxvidenc.c:
35205           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35206           (fixes #142193)
35207
35208 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35209
35210         * ext/alsa/gstalsa.c: (device_list),
35211         (gst_alsa_class_probe_devices):
35212         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35213           Fix alsa oddness in mixer after the combination of using mixer
35214           in source/sink elements and using hw:x,y instead of just hw:x.
35215
35216 2004-05-09  Benjamin Otte  <otte@gnome.org>
35217
35218         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35219         (gst_wavparse_create_sourcepad):
35220           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35221           sourcepads
35222
35223 2004-05-09  Benjamin Otte  <otte@gnome.org>
35224
35225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35226           allow discont events before caps nego
35227
35228 2004-05-08  Benjamin Otte  <otte@gnome.org>
35229
35230         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35231           don't leak events
35232
35233 2004-05-08  Benjamin Otte  <otte@gnome.org>
35234
35235         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35236         (gst_level_change_state), (gst_level_init):
35237         * gst/level/gstlevel.h:
35238           figure out if we're initialized directly instead of keeping a
35239           variable that's wrong in 90% of cases
35240           don't initialize pads and then leak them and use a new unitialized
35241           pad. (fixes #142084)
35242           these were bugs so n00bish I didn't find them for an hour :/
35243
35244 2004-05-08 Iain <iain@prettypeople.org>
35245
35246         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35247         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35248         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35249         return the length that was read.
35250         (gst_riff_read_strf_auds): Allow fmt tags as well.
35251
35252 2004-05-07  David Schleef  <ds@schleef.org>
35253
35254         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35255         signed char assumption in faad.h.
35256
35257 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35258
35259         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35260           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35261
35262 2004-05-07  Colin Walters  <walters@redhat.com>
35263
35264         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35265         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35266         function.
35267         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35268         Add dispose function.
35269
35270 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35271         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35272           Fix caps nego and pad templates. RGB mode caps should
35273           work now.
35274         * ext/dvdnav/gst-dvd:
35275           Move mpeg2dec inside the thread because otherwise the
35276           queue rejects cap changes mid-stream
35277         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35278         (gst_mpeg2dec_flush_decoder):
35279           For mpeg2dec > 0.4.0, call the flush function instead of
35280           manually extracting all in-flight frames.
35281         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35282         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35283           Change mime type video/dv go video/x-dv to match the
35284           rest of gst-plugins
35285
35286 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35287
35288         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35290         (gst_alsa_sink_class_init):
35291         * ext/alsa/gstalsasink.h:
35292         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35293         (gst_alsa_src_class_init):
35294         * ext/alsa/gstalsasrc.h:
35295           Make alsasink/src a subclass of alsamixer so that mixer stuff
35296           shows up in gst-rec. Needs some finetuning.
35297
35298 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35299
35300         * ext/lame/gstlame.c: (gst_lame_chain):
35301           simplify
35302         * ext/mad/gstmad.c: (gst_mad_handle_event):
35303           fix event leak
35304         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35305           be able to detect mp3 files < 4096 bytes
35306
35307 2004-05-06  Wim Taymans  <wim@fluendo.com>
35308
35309         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35310         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35311         (theora_enc_set_property), (theora_enc_get_property):
35312         Also encode the first frame, cleanup some code.
35313
35314 2004-05-06  Wim Taymans  <wim@fluendo.com>
35315
35316         * ext/mpeg2enc/gstmpeg2enc.cc:
35317         Forward events first before deciding that negotiation was
35318         not performed.
35319
35320 2004-05-06  Wim Taymans  <wim@fluendo.com>
35321
35322         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35323         First process the events before deciding that negotiation
35324         was not performed.
35325
35326 2004-05-06  Wim Taymans  <wim@fluendo.com>
35327
35328         * ext/theora/Makefile.am:
35329         * ext/theora/theora.c: (plugin_init):
35330         * ext/theora/theoradec.c: (theora_dec_change_state):
35331         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35332         (gst_theora_enc_class_init), (gst_theora_enc_init),
35333         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35334         (theora_enc_chain), (theora_enc_change_state),
35335         (theora_enc_set_property), (theora_enc_get_property):
35336         Added a theora encoder, grouped the encoder and decoder into the
35337         same plugin.
35338
35339 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35340
35341         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35342         (gst_jpegenc_chain):
35343         fix DURATION on outgoing buffers
35344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35345         debug using time formats
35346         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35348         (gst_xvimagesink_sink_link):
35349         windows with width/height 0 generate X errors, so don't allow them
35350
35351 2004-05-05  Wim Taymans  <wim@fluendo.com>
35352
35353         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35354         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35355         (gst_mpeg2dec_negotiate_format):
35356         * ext/mpeg2dec/gstmpeg2dec.h:
35357           removed the static pad template so that we can add the
35358           more accurate framerate value to the caps.
35359
35360
35361 2004-05-04  Benjamin Otte  <otte@gnome.org>
35362
35363         * configure.ac:
35364           check for kdemacros.h, too (should fix #141821)
35365         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35366           don't crash if no header was sent, but nicely error out (fixes part
35367           of #141554)
35368
35369 2004-05-04  Wim Taymans  <wim@fluendo.com>
35370
35371         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35372         parent dispose function to avoid segfault on destroy.
35373
35374 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35375
35376         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35377         (plugin_init):
35378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35379         (gst_xvimagesink_sink_link):
35380         clean up debugging caps
35381         also recreate xvimage when format has changed
35382
35383 2004-05-04  Benjamin Otte  <otte@gnome.org>
35384
35385         * ext/libvisual/Makefile.am:
35386         * ext/libvisual/visual.c: (gst_visual_class_init),
35387         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35388         (gst_visual_srclink), (gst_visual_chain),
35389         (gst_visual_change_state), (plugin_init):
35390           use a GstAdapter to correctly adapt buffer sizes - allows using a
35391           framerate
35392
35393 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35394
35395         * sys/v4l/gstv4lelement.h:
35396         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35398         (gst_v4lsrc_buffer_free):
35399         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35400         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35401         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35402         (gst_v4lsrc_requeue_frame):
35403         move some debugging categories around
35404         query for fps index and set accordingly if found
35405
35406 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35407
35408         * ext/lame/gstlame.c:
35409         correct defaults that lame_init puts out of range
35410
35411 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35412
35413         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35414         (gst_divxenc_class_init):
35415         fix range since -1 is the default
35416         * gst/mpeg1sys/gstmpeg1systemencode.c:
35417         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35418         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35419         (gst_rtjpegdec_chain):
35420         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35421         (gst_rtjpegenc_chain):
35422         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35423         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35424         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35425         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35426         * sys/v4l/gstv4lsrc.c:
35427         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35428         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35429         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35430         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35431         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35432           remove gst_info calls
35433
35434 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35435
35436         * Makefile.am:
35437         * po/af.po:
35438         * po/az.po:
35439         * po/en_GB.po:
35440         * po/nl.po:
35441         * po/sr.po:
35442         * po/sv.po:
35443           Updated translations
35444
35445 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35446
35447         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35448           refactor/comment code
35449
35450 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35451
35452         * gst/asfdemux/Makefile.am:
35453         * gst/asfdemux/asfheaders.c:
35454         * gst/asfdemux/asfheaders.h:
35455         * gst/asfdemux/gstasf.c: (plugin_init):
35456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35457         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35458         (gst_asf_demux_setup_pad):
35459         * gst/asfdemux/gstasfdemux.h:
35460         * gst/asfdemux/gstasfmux.c:
35461         * gst/asfdemux/gstasfmux.h:
35462           Add tagging support to demuxer, split out registration in its own
35463           file instead of in demux (hacky), and prevent having some tables
35464           in our memory multiple times (in asfheaders.h).
35465
35466 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35467
35468         * gst/matroska/matroska-demux.c:
35469         (gst_matroska_demux_parse_metadata):
35470         * gst/matroska/matroska-ids.h:
35471           Basic tag reading support.
35472
35473 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35474
35475         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35476           Really detect ac-3 audio.
35477         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35478           really detect matroska files (off-by-1).
35479
35480 2004-04-30  David Schleef  <ds@schleef.org>
35481
35482         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35483         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35484         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35485         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35486         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35487         hackage -- parse a lot more atoms, extract a few tags.  One might even
35488         mistake this for tag support.  Maybe it is.
35489         * gst/qtdemux/qtdemux.h:
35490
35491 2004-04-30  Colin Walters  <walters@verbum.org>
35492
35493         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35494
35495 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35496
35497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35498         (gst_ffmpegcolorspace_getcaps):
35499           remove broken nego fix
35500
35501 2004-04-30  Benjamin Otte  <otte@gnome.org>
35502
35503         * configure.ac:
35504         * ext/Makefile.am:
35505         * ext/libvisual/Makefile.am:
35506         * ext/libvisual/visual.c:
35507           add initial support for libvisual (http://libvisual.sourceforge.net)
35508           libvisual is still quite alpha, so expect crashes in there :)
35509
35510 2004-04-29  David Schleef  <ds@schleef.org>
35511
35512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35513         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35514         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35515         code; you will no longer respect me.
35516
35517 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35518
35519         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35520         * ext/alsa/gstalsa.h :
35521         change alsa pcm device discovery to find more than 1 device
35522         per card. code review by Ronald.
35523
35524 2004-04-29  David Schleef  <ds@schleef.org>
35525
35526         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35527         Add a check for a driver bug on FreeBSD.  (bug #140565)
35528
35529 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35530
35531         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35532         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35533         (gst_jpegenc_getcaps):
35534           move format setting to inner loop
35535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35536         (gst_ffmpegcolorspace_getcaps):
35537           use GST_PAD_CAPS if available so that we use already negotiated
35538           caps
35539         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35540         (qtdemux_parse_moov), (qtdemux_parse):
35541           extra debugging
35542         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35543         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35544           move hardcoded path to DEFINE
35545
35546 2004-04-28  David Schleef  <ds@schleef.org>
35547
35548         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35549         (bug #140064)
35550
35551 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35552
35553         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35554           Don't probe for playback device if we're a source element. Fixes
35555           #139658.
35556
35557 2004-04-29  Benjamin Otte  <otte@gnome.org>
35558
35559         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35560         (gst_id3_tag_chain):
35561           rewrite buffer offset
35562
35563 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35564
35565         * configure.ac:
35566         * ext/Makefile.am:
35567         * ext/dts/Makefile.am:
35568         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35569         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35570         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35571         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35572         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35573         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35574         (plugin_init):
35575         * ext/dts/gstdtsdec.h:
35576           New DTS decoder.
35577         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35578         (gst_faad_srcconnect):
35579           Add ESDS atom handling (.m4a).
35580
35581 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35582
35583         * ext/divx/gstdivxdec.c: (plugin_init):
35584           Remove comment that makes no sense.
35585         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35586           Fix for obvious typo that resulted in warnings during gst-register.
35587         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35588         (gst_xviddec_sink_link):
35589           Fix caps negotiation a bit better.
35590         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35591           We call this 'codec_data', not 'esds'.
35592
35593 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35594
35595         * gst/monoscope/gstmonoscope.c:
35596           make sure we only provide 256x128
35597         * gst/monoscope/monoscope.c: (monoscope_init):
35598           assert size of 256x128
35599
35600 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35601
35602         * Makefile.am:
35603         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35604         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35605           fixate to max width and height of device
35606
35607 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35608
35609         * Makefile.am:
35610         * sys/v4l/gstv4l.c:
35611         * sys/v4l/gstv4lsrc.c:
35612         * sys/v4l/v4l_calls.c:
35613         * sys/v4l/v4lsrc_calls.c:
35614           fix for qc-usb driver which fakes having more than one buffer
35615           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35616           buffer_free override
35617           add debugging
35618
35619 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35620
35621         * Makefile.am:
35622         * gst/videotestsrc/gstvideotestsrc.c:
35623         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35624         (gst_videotestsrc_init), (gst_videotestsrc_get),
35625         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35626         * gst/videotestsrc/gstvideotestsrc.h:
35627           add num-buffers property
35628
35629         2004-04-26  Benjamin Otte  <otte@gnome.org>
35630
35631         * ext/mad/gstid3tag.c: (plugin_init):
35632           set id3mux rank to NONE so it doesn't confuse spider
35633           require audio/mpeg,mpegversion=1 in id3mux
35634
35635 2004-04-26  Benjamin Otte  <otte@gnome.org>
35636
35637         * configure.ac:
35638           detect faad correctly as non-working if it's indeed non-working
35639
35640 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35641
35642         * Makefile.am:
35643         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35644         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35645         fix _getcaps so it only negotiates to its supported format
35646
35647 2004-04-25  Benjamin Otte  <otte@gnome.org>
35648
35649         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35650           fix memleak
35651
35652 2004-04-23  Benjamin Otte  <otte@gnome.org>
35653
35654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35655           audio/x-raw-int with height rules! not. Now it's depth.
35656
35657 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35658
35659         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35660         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35661         (gst_wavparse_loop):
35662           Missing variable initialization. Add handling of DVI ADPCM. Fix
35663           mis-parsing of LIST chunks. This works around a bug where we mis-
35664           parse non-aligning LIST chunks (so LIST chunks where the contents
35665           don't align with the actual LIST size). The correct fix is to use
35666           rifflib, I'm not going to fix wavparse - too much work. All this
35667           fixes #104878.
35668
35669 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35670
35671         reviewed by Benjamin Otte  <otte@gnome.org>
35672
35673         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35674           fix shoutcast not working (fixes #140844)
35675
35676 2004-04-22  Benjamin Otte  <otte@gnome.org>
35677
35678         * ext/hermes/gsthermescolorspace.c:
35679         (gst_hermes_colorspace_caps_remove_format_info):
35680         * gst/colorspace/gstcolorspace.c:
35681         (gst_colorspace_caps_remove_format_info):
35682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35683         (gst_ffmpegcolorspace_caps_remove_format_info):
35684           s/gst_caps_simplify/gst_caps_do_simplify/
35685
35686 2004-04-22  Benjamin Otte  <otte@gnome.org>
35687
35688         * gst-libs/gst/riff/riff-media.c:
35689         (gst_riff_create_video_caps_with_data):
35690           mpegversion is an int
35691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35692           don't try to create pad templates with NULL caps, use any caps
35693           instead.
35694
35695 2004-04-20  David Schleef  <ds@schleef.org>
35696
35697         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35698         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35699         (bug #140384)
35700
35701 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35702
35703         reviewed by David Schleef
35704
35705         * ext/mad/gstid3tag.c: Add stdlib.h
35706         * gst/rtp/gstrtpgsmenc.c: same
35707         * gst/tags/gstid3tag.c: same
35708         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35709         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35710         GST_DISABLE_LOADSAVE use.
35711         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35712         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35713         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35714         atol(3)).
35715         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35716         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35717         strtoul(3)).
35718         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35719         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35720         $(ID3_CFLAGS).
35721         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35722         $(LIBFAME_CFLAGS).
35723
35724 2004-04-20  David Schleef  <ds@schleef.org>
35725
35726         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35727         last checkin.  Same idea.
35728
35729 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35730
35731         reviewed by David Schleef
35732
35733         * configure.ac: bump required gstreamer version to 0.8.1.1
35734         because of following changes [--ds]
35735
35736         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35737         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35738         (gst_riff_read_header):  Use GST_READ_UINT*
35739         macros to access possibly unaligned memory.
35740
35741         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35742         (mp3_type_find):  Use GST_READ_UINT*
35743         macros to access possibly unaligned memory.
35744         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35745         (speex_type_find): Likewise
35746
35747         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35748
35749         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35750         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35751         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35752         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35753         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35754         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35755         macros to access possibly unaligned memory.
35756
35757         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35758         Likewise.
35759
35760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35761         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35762
35763         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35764         Likewise.
35765
35766         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35767         (gst_mpeg2subt_chain_subtitle): Likewise.
35768
35769         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35770         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35771         Likewise.
35772
35773         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35774         Likewise.
35775
35776         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35777         Likewise.
35778
35779         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35780         Likewise.
35781
35782 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35783
35784         * configure.ac:
35785           update required version of GStreamer because of GST_TIME_FORMAT
35786
35787 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35788
35789         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35790           remove leftover g_print
35791         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35792           don't try setting only a subset of the caps. We don't want to kill
35793           autoplugging on purpose
35794
35795 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35796
35797         * sys/ximage/ximagesink.c: (plugin_init):
35798         * sys/xvimage/xvimagesink.c: (plugin_init):
35799           add debugging categories
35800
35801 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35802
35803         * po/en_GB.po:
35804         * po/LINGUAS:
35805           Adding en_GB translation (Gareth Owen)
35806
35807 2004-04-20  David Schleef  <ds@schleef.org>
35808
35809         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35810         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35811         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35812         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35813         A number of new features and hacks to extract the esds atom and
35814         put it into the caps.  (bug #137724)
35815
35816 2004-04-19  David Schleef  <ds@schleef.org>
35817
35818         * gconf/Makefile.am: Fix for non-GNU make
35819         * gst-libs/gst/Makefile.am: Change directory order to handle
35820         GstPlay linking with gstinterfaces
35821         * gst-libs/gst/audio/make_filter: make use of tr portable
35822         * gst-libs/gst/play/Makefile.am: Add intended \
35823         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35824         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35825         function prototype instead of void *.
35826         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35827         macro.
35828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35829         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35830         * gst/videofilter/make_filter: make use of tr portable
35831         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35832
35833 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35834
35835         * po/LINGUAS:
35836         * po/uk.po:
35837           Added Ukrainian translation (Maxim V. Dziumanenko)
35838
35839 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35840
35841         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35842         (gst_gsmdec_link), (gst_gsmdec_chain):
35843           Fix capsnego, simplify chain function slightly.
35844         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35845           Add GSM.
35846
35847 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35848
35849         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35850         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35851         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35852           Hack to make wavparse work with spider (always -> sometimes pad).
35853           Fixes #135862 && #140411.
35854
35855 2004-04-18  Benjamin Otte  <otte@gnome.org>
35856
35857         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35858         (gst_osselement_rate_probe_check),
35859         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35860           get rid of \n in debug output
35861
35862 2004-04-17  Iain <iain@prettypeople.org>
35863
35864         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35865         not just EOS.
35866
35867 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35868
35869         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35870         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35871         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35872         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35873         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35874         (gst_id3_tag_change_state), (plugin_init):
35875           deprecate id3tag element and replace with id3demux/id3mux.
35876           great side effect: this ugly file is now even uglier, yay!
35877         * ext/mad/gstmad.h:
35878           remove non-available function
35879           update for new get_type
35880
35881 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35882
35883         * configure.ac:
35884           require mpeg2dec >= 0.4.0
35885
35886 2004-04-17  Benjamin Otte  <otte@gnome.org>
35887
35888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35889         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35890         (gst_xvimagesink_set_xwindow_id):
35891           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35892           assorted cleanup fixes.
35893
35894 2004-04-16  David Schleef  <ds@schleef.org>
35895
35896         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35897         * sys/xvimage/xvimagesink.h: same
35898
35899 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35900
35901         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35902           Fix GST_ELEMENT_ERROR with (NULL)
35903
35904 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35905
35906         * gst-libs/gst/riff/riff-media.c:
35907         (gst_riff_create_video_caps_with_data):
35908           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35909
35910 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35911
35912         * gst-libs/gst/riff/riff-media.c:
35913         (gst_riff_create_video_caps_with_data),
35914         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35915         (gst_riff_create_video_template_caps),
35916         (gst_riff_create_audio_template_caps):
35917         * gst-libs/gst/riff/riff-media.h:
35918         * gst-libs/gst/riff/riff-read.c:
35919         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35920         * gst-libs/gst/riff/riff-read.h:
35921         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35922           Add MS RLE support. I added some functions to read out strf chunks
35923           into strf chunks and the data behind it. This is usually color
35924           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35925           caps creation. Lastly, add ADPCM (similar to wavparse - which
35926           should eventually be rifflib based).
35927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35928         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35929         * gst/matroska/matroska-demux.h:
35930           Remove placeholders for some prehistoric tagging system. Didn't add
35931           support for any tag system really anyway.
35932         * gst/qtdemux/qtdemux.c:
35933           Add support for audio/x-m4a (MPEG-4) through spider.
35934         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35935         (gst_wavparse_loop):
35936           ADPCM support (#135862). Increase max. buffer size because we
35937           cannot split buffers for ADPCM (screws references) and I've seen
35938           files with 2048 byte chunks. 4096 seems safe for now.
35939
35940 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35941
35942         * configure.ac: bump nano to 1
35943
35944 === release 0.8.1 ===
35945
35946 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35947
35948         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35949
35950 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35951
35952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35953           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35954           Fixes #140058
35955
35956 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35957
35958         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35959           lower rank of dvddemux so that it's not used for mpeg playback.
35960
35961 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35962
35963         * configure.ac:
35964           save libs correctly when checking mad
35965
35966 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35967
35968         * ext/mad/gstid3tag.c: (plugin_init):
35969           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35970
35971 2004-04-13  David Schleef  <ds@schleef.org>
35972
35973         * common/m4/gst-feature.m4: Call -config scripts with
35974         --plugin-libs if it is supported.
35975         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35976         JPEG images are image/jpeg.
35977         * gst/debug/Makefile.am:
35978         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35979         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35980         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35981         (gst_negotiation_plugin_init): Add a property that acts like
35982         filter caps.
35983         * testsuite/gst-lint:  Move license checking to be a standard
35984         test.
35985
35986 2004-04-13  David Schleef  <ds@schleef.org>
35987
35988         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35989         patch from Sebastien Cote (bug #139958)
35990
35991 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35992
35993         * examples/gstplay/Makefile.am:
35994         * examples/gstplay/player.c: (main):
35995           make the commandline player example use gconf settings
35996
35997 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35998
35999         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36000         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36001         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36002           init/end library during state transition, not object
36003           creation/disposal.  get rid of custom dispose handler.
36004
36005
36006 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36007
36008         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36009         be a symlink
36010
36011 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36012
36013         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36014           Handle JUNK chunks inside data section. Prevents warnings.
36015
36016 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36017
36018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36019         (gst_riff_create_video_template_caps):
36020           Add MS video v1.
36021         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36022         (gst_avi_demux_stream_data):
36023           Add support for "rec-list" chunks.
36024
36025 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36026
36027         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36028           Fix another codecname mismatch.
36029
36030 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36031
36032         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36033           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36034           so that MJPEG plays back.
36035
36036 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36037
36038         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36039         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36040         * gst/mpeg1videoparse/gstmp1videoparse.h:
36041           Fix for some slight mis-cuts in buffer parsing, and for some
36042           potential overflows or faults-causers. Adds disconts. Also fixes
36043           #139105 while we're at it.
36044
36045 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36046
36047         * configure.ac:
36048         * sys/v4l2/gstv4l2element.h:
36049           Workaround for missing struct v4l2_buffer declaration in Suse 9
36050           and Mandrake 10 linux/videodev2.h header file (#135919).
36051
36052 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36053
36054         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36055           Bail out if no filename was given.
36056
36057 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36058
36059         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36060         (gst_v4l2_fourcc_from_structure):
36061           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36062           Y41B somewhere).
36063
36064 2004-04-09  Benjamin Otte  <otte@gnome.org>
36065
36066         * ext/gnomevfs/gstgnomevfssink.c:
36067         (_gst_boolean_allow_overwrite_accumulator),
36068         (gst_gnomevfssink_class_init):
36069           fix erase signal - if any handler returns false the file will not be
36070           overwritten. If no handler is connected, the file will not be
36071           overwritten either.
36072           renamed signal to "allow-overwrite"
36073         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36074           free string when adding it to ID3 failed
36075         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36076           unref event when done
36077         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36078           free caps
36079         * gst/typefind/gsttypefindfunctions.c:
36080         (mpeg_video_stream_type_find):
36081           fix invalid read
36082
36083 2004-04-08  David Schleef  <ds@schleef.org>
36084
36085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36086         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36087
36088 2004-04-08  David Schleef  <ds@schleef.org>
36089
36090         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36091         we don't support (bug #139532)
36092
36093 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36094
36095         * ext/mad/gstmad.c: (gst_mad_handle_event),
36096         (gst_mad_check_caps_reset), (gst_mad_chain),
36097         (gst_mad_change_state):
36098           only set explicit caps if they haven't been set before for
36099           this stream.  MPEG-audio sample rate/channels aren't allowed
36100           to change in-stream.
36101           Fixes #139382
36102
36103 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36104
36105         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36106         (_gst_boolean_did_something_accumulator),
36107         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36108         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36109         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36110         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36111         (gst_gnomevfssink_change_state):
36112           Fix erase signal. Don't erase by default. Remove handoff signal.
36113           Remove erase property. Don't segfault. General cleanup.
36114
36115 2004-04-07  Benjamin Otte  <otte@gnome.org>
36116
36117         * gst-libs/gst/gconf/test-gconf.c: (main):
36118           add missing gst_init
36119
36120 2004-04-07  Benjamin Otte  <otte@gnome.org>
36121
36122         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36123           free the mutexes, too
36124
36125 2004-04-07  Benjamin Otte  <otte@gnome.org>
36126
36127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36128           actually free the URI string
36129         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36130           compute offset correctly when passing discont events
36131         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36132           don't leak discont events
36133         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36134           add some missing breaks so caps aren't copied randomly
36135         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36136           if we realloc memory, we better use it
36137
36138 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36139
36140         * ext/mad/gstmad.c: (normal_seek):
36141           fix GST_FORMAT_TIME usage
36142
36143 2004-04-05  David Schleef  <ds@schleef.org>
36144
36145         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36146         a deprecated function (hack!)
36147
36148 2004-04-05  Benjamin Otte  <otte@gnome.org>
36149
36150         * ext/esd/esdmon.c: (gst_esdmon_get):
36151           fix nonterminated vararg and memleak
36152
36153 2004-04-05  Benjamin Otte  <otte@gnome.org>
36154
36155         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36156         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36157         (gst_ladspa_set_property), (gst_ladspa_get_property),
36158         (gst_ladspa_instantiate), (gst_ladspa_activate),
36159         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36160           clean up debugging
36161
36162 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36163
36164         reviewed by Benjamin Otte  <otte@gnome.org>
36165
36166         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36167           check for broken LADSPA parameters (fixes #138635)
36168
36169 2004-04-05  Benjamin Otte  <otte@gnome.org>
36170
36171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36172           advertise buffer-frames correctly on sinkpads
36173
36174 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36175
36176         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36177         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36178         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36179         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36180         (gst_mad_check_caps_reset), (gst_mad_chain):
36181         add more debugging, only reset caps when we're not in error state
36182
36183 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36184
36185         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36186
36187 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36188
36189         reviewed by Benjamin Otte  <otte@gnome.org>
36190
36191         * configure.ac:
36192           fix == in test(1) operator
36193
36194 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36195
36196         reviewed by Benjamin Otte  <otte@gnome.org>
36197
36198         * configure.ac:
36199           fix --export-symblos-regex to a working regex.
36200
36201 2004-04-04  Benjamin Otte  <otte@gnome.org>
36202
36203         * sys/oss/.cvsignore:
36204           add for oss_probe
36205
36206 2004-04-03  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36207
36208         reviewed by Benjamin Otte  <otte@gnome.org>
36209
36210         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36211           add missing 'new_media' argument (fixes #138168)
36212         * gst/matroska/matroska-demux.c:
36213         (gst_matroska_demux_handle_seek_event):
36214           add vararg terminator (fixes #138169)
36215
36216 2004-04-02  David Schleef  <ds@schleef.org>
36217
36218         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36219         disted (bug #138914)
36220
36221 2004-04-01  Benjamin Otte  <otte@gnome.org>
36222
36223         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36224         (gst_alsa_close_audio):
36225           handle case better where a soundcard can't pause
36226         * ext/ogg/gstoggdemux.c:
36227           don't crash when we get events but don't have pads yet
36228
36229 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36230
36231         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36232           throw an error if we couldn't probe any caps.
36233
36234 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36235
36236         * ext/dvdnav/gst-dvd:
36237         Add a really simple sample DVD player
36238
36239 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36240
36241         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36242         (gst_a52dec_push), (gst_a52dec_handle_event),
36243         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36244         (gst_a52dec_change_state):
36245         * ext/a52dec/gsta52dec.h:
36246           Use a debug category, Output timestamps correctly
36247           Emit tag info, Handle events, tell liba52dec about cpu
36248           capabilities so it can use MMX etc.
36249         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36250           Fix a crasher accessing invalid memory
36251         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36252         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36253         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36254         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36255         (dvdnavsrc_query):
36256           Some support for byte-format seeking.
36257           Small fixes for still frames and menu button overlays
36258         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36259         (gst_mpeg2dec_alloc_buffer):
36260           Use a debug category. Adjust the report level of several items to
36261           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36262           so it doesn't lose the GstBuffer pointer
36263         * gst/debug/Makefile.am:
36264         * gst/debug/gstdebug.c: (plugin_init):
36265         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36266         (gst_navseek_base_init), (gst_navseek_class_init),
36267         (gst_navseek_init), (gst_navseek_seek),
36268         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36269         (gst_navseek_get_property), (gst_navseek_chain),
36270         (gst_navseek_plugin_init):
36271         * gst/debug/gstnavseek.h:
36272           Add the navseek debug element for seeking back and forth in a
36273           video stream using arrow keys.
36274         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36275         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36276         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36277         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36278         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36279         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36280         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36281         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36282         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36283         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36284         * gst/mpeg2sub/gstmpeg2subt.h:
36285           Pretty much a complete rewrite. Now a loopbased element. May still
36286           require work to properly synchronise subtitle buffers.
36287         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36288         (gst_dvd_demux_send_subbuffer):
36289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36290           Don't attempt to create subbuffers of size 0
36291           Reduce a couple of error outputs to warnings.
36292         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36293         (gst_y4mencode_chain):
36294         Output the y4m frame header correctly.
36295
36296 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36297
36298         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36299           throw errors instead of allowing SIGFPE
36300
36301 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36302
36303         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36304         (gst_gconf_render_bin_from_key):
36305           leak plugging and style fixing
36306
36307 2004-03-31  David Schleef  <ds@schleef.org>
36308
36309         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36310         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36311         (bug #138225)
36312         * gst/debug/Makefile.am:
36313         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36314         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36315         plugin.
36316         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36317         (gst_negotiation_base_init), (gst_negotiation_class_init),
36318         (gst_negotiation_init), (gst_negotiation_getcaps),
36319         (gst_negotiation_pad_link), (gst_negotiation_chain),
36320         (gst_negotiation_set_property), (gst_negotiation_get_property),
36321         (gst_negotiation_plugin_init):  New element to talk about random
36322         negotiation things happening in a pipeline.
36323
36324 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36325
36326         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36327           fix integer addition with help of Stefan Kost
36328
36329 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36330
36331         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36332
36333 2004-03-30  David Schleef  <ds@schleef.org>
36334
36335         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36336         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36337         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36338         (bug #137504)
36339         * ext/mpeg2dec/gstmpeg2dec.h:
36340
36341 2004-03-30  David Schleef  <ds@schleef.org>
36342
36343         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36344
36345 2004-03-30  David Schleef  <ds@schleef.org>
36346
36347         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36348         Michael Petullo) to handle .mov
36349
36350 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36351
36352         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36353         (gst_osselement_rate_check_rate):
36354           probe caps correctly for sound cards that only support one format
36355
36356 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36357
36358         * ext/kio/kiosrc.cpp: (process_events):
36359           update handling event processing if inside KDE - untested
36360
36361 2004-03-29  David Schleef  <ds@schleef.org>
36362
36363         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36364         by 2 to not interfere with other colorspaces.
36365         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36366         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36367         one to not interfere with ffmpeg_colorspace.
36368
36369 2004-03-29  David Schleef  <ds@schleef.org>
36370
36371         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36372         aren't in the caps.
36373         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36374         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36375
36376 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36377
36378         * gst-libs/gst/riff/riff-media.c:
36379           fail on error, don't try to set stuff on NULL caps
36380
36381 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36382
36383         * configure.ac:
36384         * ext/Makefile.am:
36385         * ext/kio/Makefile.am:
36386         * ext/kio/kioreceiver.cpp:
36387         * ext/kio/kioreceiver.h:
36388         * ext/kio/kiosrc.cpp:
36389         * ext/kio/kiosrc.h:
36390           add experimental kiosrc plugin
36391         * ext/alsa/gstalsaplugin.c: (plugin_init):
36392           initialize debugging category only when we're sure registering the
36393           plugins worked.
36394
36395 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36396
36397         * examples/gstplay/player.c: (main):
36398         * gst-libs/gst/play/play.c: (gst_play_class_init),
36399         (gst_play_set_location), (gst_play_set_data_src),
36400         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36401         (gst_play_set_visualization), (gst_play_connect_visualization):
36402           check return values of element_set_state and return FALSE where
36403           failed
36404
36405 2004-03-29  Benjamin Otte  <otte@gnome.org>
36406
36407         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36408           try harder to check if an event is really a discont
36409
36410 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36411
36412         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36413         * po/az.po:
36414
36415 2004-03-28  Benjamin Otte  <otte@gnome.org>
36416
36417         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36418         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36419         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36420           get rid of non-standard "..." ranges in case statements.
36421
36422 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36423
36424         * gst/mpegstream/gstmpegdemux.c:
36425         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36426         specific functionality split to the new dvddemux element.
36427         * gst/mpegstream/gstdvddemux.c:
36428         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36429         streams, derived from mpegdemux.
36430         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36431         up. SCR based timestamp rewriting can be turned off (will probably
36432         completely disappear soon).
36433         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36434         hacking. General cleanup. All printf statements replaced by
36435         debugging messages. Almost complete libdvdnav support.
36436         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36437         by events. New properties for audio and subpicture languages.
36438         (dvdnavsrc_update_highlight): Now uses events.
36439         (dvdnavsrc_user_op): Cleaned up.
36440         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36441         based). Lots of cleanup, and propper support for most libdvdnav
36442         events.
36443         (dvdnavsrc_make_dvd_event): New function.
36444         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36445         (dvdnavsrc_make_clut_change_event): New function.
36446
36447 2004-03-26  Benjamin Otte  <otte@gnome.org>
36448
36449         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36450           fix bug where typefinding would claim it's theora whenever less then
36451           7 bytes of data were available
36452
36453 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36454
36455         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36456         (gst_alawdec_base_init), (gst_alawdec_class_init),
36457         (gst_alawdec_init), (gst_alawdec_chain):
36458         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36459         (gst_alawenc_base_init), (gst_alawenc_class_init),
36460         (gst_alawenc_init), (gst_alawenc_chain):
36461         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36462         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36463         (gst_mulawdec_init), (gst_mulawdec_chain):
36464         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36465         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36466         (gst_mulawenc_init), (gst_mulawenc_chain):
36467           Fix capsnego in all four, remove the unused property functions and
36468           simplify the chain functions slightly. I guess we could use macros
36469           or something similar for those, since the code is so similar, but
36470           I'm currently too lazy...
36471
36472 2004-03-24  David Schleef  <ds@schleef.org>
36473
36474         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36475         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36476         (gst_osselement_get_format_structure),
36477         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36478         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36479         (gst_osselement_rate_int_compare): Add code to handle rate probing
36480         (bug #120883)
36481         * sys/oss/gstosselement.h: same
36482         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36483         Use rate probing provided by osselement.
36484         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36485
36486 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36487
36488         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36489         (gst_xvidenc_get_property):
36490           ulong/int mess-up.
36491
36492 2004-03-24  David Schleef  <ds@schleef.org>
36493
36494         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36495         (gst_speexdec_init):
36496         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36497         (gst_speexenc_init):  Create the pad template correctly (from
36498         the static pad template, not a NULL pointer.)
36499
36500 2004-03-25  Benjamin Otte  <otte@gnome.org>
36501
36502         * gst/debug/Makefile.am:
36503         * gst/debug/breakmydata.c:
36504           add element that quasi-randomly changes bytes in the stream.
36505           Intended use is robustness checking of demuxers and decoders in
36506           media tests.
36507
36508 2004-03-24  Benjamin Otte  <otte@gnome.org>
36509
36510         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36511         (gst_alsa_probe_hw_params):
36512         * ext/alsa/gstalsa.h:
36513           debugging output fixes
36514
36515 2004-03-24  Benjamin Otte  <otte@gnome.org>
36516
36517         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36518           don't g_return_if_fail if element is PLAYING, fail silently as every
36519           other element.
36520         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36521           only fix needed for cast lvalue issues in gst-plugins
36522         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36523           add proxy_getcaps
36524
36525 2004-03-24  Benjamin Otte  <otte@gnome.org>
36526
36527         * gst/level/gstlevel.c: (gst_level_init):
36528           add proxying getcaps function, so level doesn't advertise impossible
36529           caps
36530
36531 2004-03-24  David Schleef  <ds@schleef.org>
36532
36533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36534         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36535         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36536         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36537         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36538         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36539         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36540         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36541         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36542         messages.  Divide the chunk size by the compression ratio
36543         (needed for MACE audio)
36544
36545 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36546
36547         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36548           Fix buffer overflow read error.
36549
36550 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36551
36552         * ext/alsa/gstalsa.h:
36553           Remove unused entry.
36554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36555           Add cinepak.
36556         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36557         (gst_videodrop_link), (gst_videodrop_chain):
36558           Fix, sort of. Was horribly broken with new capsnego. Bah...
36559
36560 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36561
36562         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36563         (plugin_init):
36564         Add a monkeysaudio typefind function
36565
36566 2004-03-23  Johan Dahlin  <johan@gnome.org>
36567
36568         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36569         (gst_play_video_fixate): Check so the structure has the field
36570         before trying to fixate them, this makes it possible to have
36571         fakesinks for video and audio output without printing errors on
36572         the output console.
36573
36574 2004-03-22  David Schleef  <ds@schleef.org>
36575
36576         * sys/oss/Makefile.am:
36577         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36578         (check_rate), (add_rate):  Rate probing test app.
36579
36580 2004-03-21  Benjamin Otte  <otte@gnome.org>
36581
36582         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36583         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36584           add a fixation function that pretty much does the right thing (fixes
36585           #137556)
36586
36587 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36588
36589         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36590
36591 2004-03-20  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36592
36593         reviewed by: Benjamin Otte  <otte@gnome.org>
36594
36595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36596           terminate gst_event_new_discontinuous correctly (fixes parts of
36597           #137711)
36598
36599 2004-03-19  David Schleef  <ds@schleef.org>
36600
36601         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36602         since it doesn't depend on X, and it's part of our ABI.
36603
36604 2004-03-19  Iain <iain@prettypeople.org>
36605
36606         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36607         is_int in the structure, not the local variable.
36608
36609 2004-03-19  David Schleef  <ds@schleef.org>
36610
36611         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36612         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36613         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36614         Improvements in caps negotiation.
36615
36616 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36617
36618         * po/LINGUAS:
36619         * po/af.po:
36620           adding Afrikaans (Petri Jooste)
36621
36622 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36623
36624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36625         (gst_ffmpegcolorspace_chain):
36626         throw error instead of g_critical (#137588)
36627
36628 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36629
36630         * Makefile.am:
36631         * configure.ac:
36632           dist common and m4 correctly
36633         * po/sv.po:
36634
36635 2004-03-17  David Schleef  <ds@schleef.org>
36636
36637         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36638         (bug #137348)
36639
36640 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36641
36642         * po/LINGUAS:
36643         * po/sv.po:
36644           adding Swedish translation (Christian Rose)
36645
36646 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36647
36648         * Makefile.am: use release.mak
36649
36650 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36651
36652         * common/ChangeLog:
36653         * common/gst-autogen.sh:
36654           add some explanation about the version detection
36655         * configure.ac:
36656           fix X check
36657
36658 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36659
36660         * configure.ac: bump nano to 1
36661
36662 === release 0.8.0 ===
36663
36664 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36665
36666         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36667
36668 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36669
36670         * configure.ac:
36671           update libtool version
36672         * gst-libs/gst/media-info/Makefile.am:
36673           actually use libtool version
36674
36675 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36676
36677         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36678
36679 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36680
36681         * configure.ac:
36682         * gst-plugins.spec.in:
36683         * pkgconfig/Makefile.am:
36684         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36685         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36686         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36687         * pkgconfig/gstreamer-libs.pc.in:
36688         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36689         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36690         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36691         * pkgconfig/gstreamer-plugins.pc.in:
36692           remove @VERSION@ from some of the pc files since core and plugins
36693           are decoupled.
36694           created gstreamer-plugins.pc as it's a better name, but keeping
36695           -libs around for now to get fixes upstream done first.
36696
36697 2004-03-15  Julien MOUTTE <julien@moutte.net>
36698
36699         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36700         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36701         * gst-libs/gst/play/play.h:
36702
36703 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36704
36705         * *.c, *.cc: don't mix tabs and spaces
36706
36707 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36708
36709         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36710           use the new ffmpegcolorspace
36711         * gst-plugins.spec.in:
36712           package new colorspace and media-info
36713         * configure.ac:
36714         * pkgconfig/Makefile.am:
36715           fix some more disting issues
36716         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36717         * pkgconfig/gstreamer-media-info.pc.in:
36718           generate media-info pc files
36719
36720 2004-03-15  Johan Dahlin  <johan@gnome.org>
36721
36722         * *.h: Revert indenting
36723
36724 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36725
36726         * configure.ac:
36727           adding ffmpegcolorspace element
36728         * gst/ffmpegcolorspace/Makefile.am:
36729         * gst/ffmpegcolorspace/avcodec.h:
36730         * gst/ffmpegcolorspace/common.h:
36731         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36732         * gst/ffmpegcolorspace/dsputil.h:
36733         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36734         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36735         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36736         (gst_ffmpeg_caps_to_pix_fmt):
36737         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36739         (gst_ffmpegcolorspace_caps_remove_format_info),
36740         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36741         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36742         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36743         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36744         (gst_ffmpegcolorspace_set_property),
36745         (gst_ffmpegcolorspace_get_property),
36746         (gst_ffmpegcolorspace_register):
36747         * gst/ffmpegcolorspace/imgconvert.c:
36748         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36749         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36750         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36751         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36752         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36753         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36754         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36755         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36756         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36757         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36758         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36759         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36760         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36761         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36762         (img_get_alpha_info), (deinterlace_line),
36763         (deinterlace_line_inplace), (deinterlace_bottom_field),
36764         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36765         * gst/ffmpegcolorspace/imgconvert_template.h:
36766         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36767         * gst/ffmpegcolorspace/mmx.h:
36768         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36769           adding ffmpegcolorspace element supplied by Ronald after cleaning
36770           up and pulling in the right bits of upstream source.
36771           I'm sure a better C/compiler wizard could do some cleaning up (for
36772           example use GLIB's malloc stuff), but as a first pass this
36773           works very well
36774
36775 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36776
36777         * ext/alsa/gstalsa.h:
36778           I assume Ronald forgot to commit the change to have cardname
36779           as a struct member.  Expect some public spanking at the next
36780           opportunity.
36781
36782 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36783
36784         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36785         (gst_alsa_open_audio), (gst_alsa_close_audio):
36786         * ext/alsa/gstalsa.c:
36787           Don't open the device if we're a mixer (= padless).
36788         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36789         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36790         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36791           Open mixer during state change rather than during object
36792           initialization. Also, get a device name. Currently in a somewhat
36793           hackish fashion, but I didn't really find something better.
36794
36795 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36796
36797         * *.c, *.h: run gst-indent
36798
36799 2004-03-14  Benjamin Otte  <otte@gnome.org>
36800
36801         * gst/modplug/gstmodplug.cc:
36802         * gst/modplug/gstmodplug.h:
36803           set correct timestamps on outgoing buffers
36804
36805 2004-03-14  Benjamin Otte  <otte@gnome.org>
36806
36807         * gst/modplug/gstmodplug.cc:
36808           handle events - don't do crap when a discont arrives that's not
36809           necessary
36810           This allows correct loading and playback of mods in Rhythmbox
36811
36812 2004-03-14  Benjamin Otte  <otte@gnome.org>
36813
36814         * configure.ac:
36815         * gst-libs/gst/gconf/Makefile.am:
36816         * pkgconfig/Makefile.am:
36817           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36818           they get rebuilt properly
36819         * configure.ac:
36820           when checking for vorbis, try pkgconfig first.
36821         * gst/modplug/gstmodplug.cc:
36822           add fixate function
36823
36824 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36825
36826         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36827           Fix for obvious mistake, where we first shift the offset and then
36828           read a samplesize element assuming the old offset. Note that this
36829           part still has something weird, i.e. my movies containing those
36830           don't actually play well, but at least there's something that looks
36831           like sound now.
36832
36833 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36834         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36835         (plugin_init):
36836         Add a typefind function for speex format
36837
36838 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36839
36840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36841         (gst_asf_demux_setup_pad):
36842           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36843           instead of 0. Reason is simple: some elements have a fps range
36844           of 1-max instead of 0-max. So now ASF video actually works.
36845
36846 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36847
36848         * po/LINGUAS:
36849         * po/sr.po:
36850           adding serbian as a language
36851
36852 2004-03-13  Benjamin Otte  <otte@gnome.org>
36853
36854         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36855           return taglist correctly from _get function, don't gst_pad_push it.
36856           (fixes #137042)
36857
36858 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36859         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36860
36861 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36862
36863         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36864         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36865         (gst_alsa_mixer_track_new):
36866         * ext/alsa/gstalsamixertrack.h:
36867           Fix ancient leftovers... MixerTrack is a GObject.
36868
36869 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36870
36871         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36872         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36873           Don't block during probing...
36874
36875 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36876
36877         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36878         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36879         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36880         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36881         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36882         (gst_alsa_open_audio), (gst_alsa_close_audio):
36883         * ext/alsa/gstalsa.h:
36884           Add propertyprobe interface implementation, add some device-name
36885           property, all this so that it looks good in gnome-volume-control.
36886
36887 2004-03-12  David Schleef  <ds@schleef.org>
36888
36889         * configure.ac: the Hermes library controls hermescolorspace, not
36890         colorspace.
36891         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36892         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36893         not /* */
36894         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36895         * ext/sdl/sdlvideosink.h: ditto.
36896         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36897
36898 2004-03-12  Benjamin Otte  <otte@gnome.org>
36899
36900         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36901         (gst_x_overlay_got_xwindow_id):
36902         * gst-libs/gst/xoverlay/xoverlay.h:
36903           replace XID with unsigned long to get rid of the xlibs dependency in
36904           XOverlay (fixes #137004)
36905
36906 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36907         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36908         (gst_agingtv_setup):
36909         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36910         (gst_dicetv_base_init), (gst_dicetv_class_init),
36911         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36912         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36913         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36914         (gst_edgetv_setup), (gst_edgetv_rgb32):
36915         * gst/effectv/gsteffectv.c:
36916         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36917         (gst_quarktv_set_property):
36918         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36919         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36920         (gst_revtv_setup), (gst_revtv_rgb32):
36921         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36922         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36923         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36924         (gst_shagadelictv_rgb32):
36925         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36926         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36927         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36928         * gst/effectv/gstwarp.c:
36929         Port everything that can be ported to videofilter and fix up the caps.
36930         Can someone with a big-endian machine please check these?
36931
36932 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36933
36934         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36935         (gst_osssink_chain), (gst_osssink_change_state):
36936           Latest fixes for A/V sync, audio playback and such. This is about
36937           all... MPEG playback issues are mostly related to the async build-
36938           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36939
36940 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36941
36942         patch from: Stephane Loeuillet
36943
36944         * configure.ac:
36945           use pkg-config for some libraries, falling back to the old .m4 way
36946           (fixes #131270)
36947         * m4/libdv.m4:
36948           removed
36949
36950 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36951
36952         * configure.ac:
36953         * tools/Makefile.am:
36954         * tools/Makefile.in:
36955         * tools/gst-launch-ext-m.m:
36956         * tools/gst-launch-ext.1.in:
36957         * tools/gst-visualise-m.m:
36958         * tools/gst-visualise.1:
36959         * tools/gst-visualise.1.in:
36960           reorganizing generation of script tools
36961
36962 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36963
36964         * ext/divx/gstdivxdec.c:
36965           Downgrade priority. We prefer ffdec_mpeg4.
36966         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36967         (gst_faad_chain), (gst_faad_change_state):
36968           Fix capsnego. Doesn't work for some sounds because we don't have
36969           a 5:1 to stereo element.
36970         * ext/xvid/gstxvid.c: (plugin_init):
36971           Add priority.
36972         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36973         (gst_osssink_change_state):
36974           Add discont handling.
36975
36976 2004-03-09  Colin Walters  <walters@verbum.org>
36977
36978         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36979         conversion.
36980
36981 2004-03-09  Benjamin Otte  <otte@gnome.org>
36982
36983         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36984           the signals take 2 arguments
36985
36986 2004-03-09  David Schleef  <ds@schleef.org>
36987
36988         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36989         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36990         * ext/alsa/gstalsa.h:
36991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36992
36993 2004-03-09  Benjamin Otte  <otte@gnome.org>
36994
36995         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36996         (gst_mikmod_change_state):
36997         * ext/mikmod/gstmikmod.h:
36998           make mikmod's loop function not loop infinitely and call
36999           gst_element_yield anymore
37000         * gst/modplug/gstmodplug.cc:
37001           fix pad negotiation (fixes #136590)
37002
37003 2004-03-09  David Schleef  <ds@schleef.org>
37004
37005         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37006         doesn't conflict with the internal colorspace plugin.
37007         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37008         satisfy the crappy-ass shell shipped by a certain vendor.
37009         * gst/videofilter/make_filter: same (bug #135299)
37010
37011 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37012
37013         * configure.ac: bump nano to 1
37014
37015 === release 0.7.6 ===
37016
37017 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37018
37019         * configure.in: releasing 0.7.6, "There"
37020
37021 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37022
37023         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37024         * pkgconfig/gstreamer-play.pc.in:
37025           synchronize the two
37026
37027 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37028
37029         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37030         (cdparanoia_open), (cdparanoia_event):
37031           fix/add error handling
37032         * po/POTFILES.in:
37033           add cdparanoia source
37034         * tools/Makefile.am:
37035           make scripts executable
37036
37037 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37038
37039         * configure.ac:
37040         * ext/vorbis/Makefile.am:
37041         * sys/Makefile.am:
37042           remove id3types, vorbisfile and xvideosink from the build (#133783)
37043
37044 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37045
37046         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37047           Fix metadata read crash (#136537).
37048
37049 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37050
37051         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37052         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37053           adding mime types, fixing the one-stop function
37054
37055 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37056
37057         * ext/nas/nassink.c and /ext/nas/nassink.h:
37058         More NAS love from Arwed von Merkatz
37059         So lets all sing 'Can you feel the NAS tonight'
37060
37061 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37062
37063         * tools/gst-launch-ext.in:
37064         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37065
37066 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37067
37068         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37069         (gst_mpeg2dec_init):
37070         remove the user_data pad for now, because it is being used in
37071         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37072         If someone knows how to fix this properly, please do.
37073
37074 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37075
37076         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37077         (gst_osssink_get_time):
37078         add a warning, IMO this won't get triggered anymore, remove later
37079
37080 2004-03-07  David Schleef  <ds@schleef.org>
37081
37082         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37083         format (bug #136470)
37084
37085 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37086
37087         * gst-libs/Makefile.am:
37088         * gst-libs/gst/media-info/Makefile.am:
37089         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37090         (error_callback), (gst_media_info_error_create),
37091         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37092         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37093         * gst-libs/gst/media-info/media-info-priv.h:
37094         * gst-libs/gst/media-info/media-info-test.c: (main):
37095         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37096         (gst_media_info_class_init), (gst_media_info_instance_init),
37097         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37098         (gst_media_info_read_idler), (gst_media_info_read):
37099         * gst-libs/gst/media-info/media-info.h:
37100         fixed, should work now
37101
37102 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37103
37104         * ext/nas/nassink.c:
37105         A bunch of NAS fixes from Arwed von Merkatz
37106
37107 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37108
37109         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37110         (qtdemux_parse_trak):
37111           Fix crash (j might be greater than n_samples, in which case we're
37112           writing outside the allocated space for the array) and memleak.
37113
37114 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37115
37116         * sys/oss/gstosssink.c: (gst_osssink_chain):
37117           And another caller that couldn't handle delay < 0 (unsigned
37118           integer overflow). Video now continues playing on an audio
37119           buffer underrun, and the clock continues working. Audio still
37120           stalls.
37121
37122 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37123
37124         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37125         (gst_osssink_get_time):
37126           get_delay() may return values lower than 0. In those cases, we
37127           should not actually cast to *unsigned* int64, that will break
37128           stuff horribly. In my case, it screwed up A/V sync in movies
37129           in totem rather badly.
37130
37131 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37132
37133         * ext/faac/gstfaac.c: (gst_faac_chain):
37134         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37135         * ext/libpng/gstpngenc.c: (user_write_data):
37136         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37137         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37138         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37139         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37140         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37141         of any buffer), should fix some leaks. I hope I didn't unref buffers
37142         that shouldn't be...
37143
37144 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37145
37146         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37147         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37148         (error_callback), (gmi_reset), (gmi_seek_to_track),
37149         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37150         (gmip_find_type_post), (gmip_find_stream_post),
37151         (gmip_find_track_streaminfo_post):
37152         * gst-libs/gst/media-info/media-info-priv.h:
37153         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37154         (info_print), (main):
37155         * gst-libs/gst/media-info/media-info.c:
37156         (gst_media_info_error_create), (gst_media_info_error_element),
37157         (gst_media_info_instance_init), (gst_media_info_get_property),
37158         (gst_media_info_new), (gst_media_info_set_source),
37159         (gst_media_info_read_idler), (gst_media_info_read):
37160         * gst-libs/gst/media-info/media-info.h:
37161           first pass at making this work again.  This seems to work on
37162           tagged ogg/vorbis and mp3 files.
37163
37164 2004-03-06  Benjamin Otte  <otte@gnome.org>
37165
37166         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37167           fix huge leak: gst_buffer_merge doesn't unref the first argument
37168           itself.
37169
37170 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37171
37172         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37173           report layer/mode/emphasis
37174
37175 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37176
37177         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37178
37179 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37180
37181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37182           signal serial
37183
37184 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37185
37186         * ext/vorbis/vorbis.c: (plugin_init):
37187         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37188         (gst_vorbis_dec_init), (vorbis_dec_event):
37189         add debug category
37190         make vorbisdec handle _BYTE and _TIME queries
37191
37192 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37193
37194         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37195           from the xing header
37196
37197 2004-03-06  Benjamin Otte  <otte@gnome.org>
37198
37199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37200         (gst_audio_convert_link), (gst_audio_convert_change_state),
37201         (gst_audio_convert_buffer_from_default_format):
37202           do conversions from/to float correctly, fix some caps nego errors,
37203           export correct supported caps in template and getcaps, use correct
37204           caps in try_set_caps functions
37205
37206 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37207
37208         For some reason, I only committed a ChangeLog entry yesterday and
37209         not the corresponding code...
37210         * ext/mad/gstmad.c: Fix detection of Xing headers
37211         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37212
37213 2004-03-06  Benjamin Otte  <otte@gnome.org>
37214
37215         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37216         (gst_ogg_demux_src_query):
37217           make sure to handle the case where there's no current chain
37218           gracefully.
37219
37220 2004-03-05  David Schleef  <ds@schleef.org>
37221
37222         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37223         Add fixate function. (bug #131128)
37224         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37225         (gst_sdlvideosink_fixate):  Add fixate function.
37226         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37227         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37228         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37229         Fix missing break that was causing ulaw to be interpreted as
37230         raw int.
37231
37232 2004-03-05  David Schleef  <ds@schleef.org>
37233
37234         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37235         Fix code that ignores return value of gst_buffer_merge().
37236         (bug #114560)
37237         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37238         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37239         * testsuite/gst-lint:  Check for above.
37240
37241 2004-03-05  David Schleef  <ds@schleef.org>
37242
37243         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37244         caps and throw an element error.  (bug #136334)
37245
37246 2004-03-05  David Schleef  <ds@schleef.org>
37247
37248         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37249         (gst_faad_chain): Fix negotiation.
37250         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37251         key and button events.
37252         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37253         dung heap of code.
37254         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37255         depends on gconf
37256         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37257         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37258         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37259         function to encourage better negotiation, particularly between
37260         audioconvert and osssink.
37261         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37262         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37263         more important.
37264         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37265         typefinding.
37266         * gst/vbidec/vbiscreen.c:  Add glib header
37267         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37268
37269 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37270
37271         * ext/mad/gstmad.c: Fix detection of Xing headers
37272         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37273
37274 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37275
37276         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37277         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37278           debug updates
37279
37280 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37281
37282         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37283         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37284         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37285         files, and report the parsed length as a GST_TAG_DURATION tag.
37286         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37287
37288 2004-03-05  Benjamin Otte  <otte@gnome.org>
37289
37290         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37291           convert channels correctly. convert correctly to unsigned.
37292
37293 2004-03-05  Julien MOUTTE <julien@moutte.net>
37294
37295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37296         we have a window before clearing it.
37297
37298 2004-03-05  Julien MOUTTE <julien@moutte.net>
37299
37300         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37301         have a window before clearing it.
37302
37303 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37304
37305         * gconf/gstreamer.schemas.in:
37306         * gst-libs/gst/gconf/Makefile.am:
37307           version installation path the same way as for 0.6
37308         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37309         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37310         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37311           remove comment that was fixed
37312
37313 2004-03-05  David Schleef  <ds@schleef.org>
37314
37315         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37316         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37317         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37318         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37319         Add prototype code for handling seeking and querying.
37320
37321 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37322
37323         * examples/gstplay/player.c: (main):
37324           Initialize variables to NULL. Prevents a segfault because the
37325           (uninitialized) variable is not NULL, resulting in a crash on
37326           trying to reach error->message.
37327
37328 2004-03-05  Benjamin Otte  <otte@gnome.org>
37329
37330         * gst/audioconvert/gstaudioconvert.c:
37331         (gst_audio_convert_buffer_to_default_format):
37332         make float=>int conversion work correctly even in cornercases.
37333
37334 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37335
37336         * debian/README.Debian:
37337         * debian/build-deps:
37338         * debian/changelog:
37339         * debian/control:
37340         * debian/control.in:
37341         * debian/copyright:
37342         * debian/gstreamer-a52dec.files:
37343         * debian/gstreamer-aa.files:
37344         * debian/gstreamer-alsa.files:
37345         * debian/gstreamer-alsa.manpages:
37346         * debian/gstreamer-arts.files:
37347         * debian/gstreamer-artsd.files:
37348         * debian/gstreamer-audiofile.files:
37349         * debian/gstreamer-avifile.files:
37350         * debian/gstreamer-cdparanoia.files:
37351         * debian/gstreamer-colorspace.files:
37352         * debian/gstreamer-doc.files:
37353         * debian/gstreamer-dv.files:
37354         * debian/gstreamer-dvd.files:
37355         * debian/gstreamer-esd.files:
37356         * debian/gstreamer-festival.files:
37357         * debian/gstreamer-flac.files:
37358         * debian/gstreamer-gconf.conffiles:
37359         * debian/gstreamer-gconf.files:
37360         * debian/gstreamer-gconf.postinst:
37361         * debian/gstreamer-gnomevfs.files:
37362         * debian/gstreamer-gsm.files:
37363         * debian/gstreamer-http.files:
37364         * debian/gstreamer-jack.files:
37365         * debian/gstreamer-jpeg.files:
37366         * debian/gstreamer-mad.files:
37367         * debian/gstreamer-mikmod.files:
37368         * debian/gstreamer-misc.files:
37369         * debian/gstreamer-mpeg2dec.files:
37370         * debian/gstreamer-oss.files:
37371         * debian/gstreamer-plugin-apps.files:
37372         * debian/gstreamer-plugin-apps.manpages:
37373         * debian/gstreamer-plugin-libs-dev.files:
37374         * debian/gstreamer-plugin-libs.files:
37375         * debian/gstreamer-plugin-template.postinst:
37376         * debian/gstreamer-plugin-template.postrm:
37377         * debian/gstreamer-sdl.files:
37378         * debian/gstreamer-sid.files:
37379         * debian/gstreamer-vorbis.files:
37380         * debian/gstreamer-x.files:
37381         * debian/mk.control:
37382         * debian/rules:
37383         Debian package info not maintained here.
37384
37385 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37386
37387         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37388         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37389         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37390         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37391         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37392         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37393         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37394         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37395         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37396         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37397         * gst-libs/gst/colorbalance/colorbalance.c:
37398         (gst_color_balance_class_init):
37399         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37400         (gst_color_balance_channel_class_init):
37401         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37402         * gst-libs/gst/play/play.c: (gst_play_class_init):
37403         * gst-libs/gst/propertyprobe/propertyprobe.c:
37404         (gst_property_probe_iface_init):
37405         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37406         * gst-libs/gst/tuner/tunerchannel.c:
37407         (gst_tuner_channel_class_init):
37408         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37409         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37410         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37411         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37412         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37413         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37414         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37415         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37416         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37417           fix signals to use - instead of _
37418         * ext/libcaca/gstcacasink.h:
37419         * ext/sdl/sdlvideosink.h:
37420           fix header rename
37421
37422 2004-03-04  David Schleef  <ds@schleef.org>
37423
37424         * testsuite/gst-lint:  Add a check for bad signal names.
37425
37426 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37427
37428         reviewed by David Schleef
37429
37430         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37431         modified the alpha channel and caused a warning. (bug #136192)
37432
37433 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37434
37435         * gst-plugins.spec.in:
37436         Change names of plugins to actually be correct. Try to keep things
37437         alphabetical to avoid getting beat up by Thomas
37438
37439 2004-03-03  Julien MOUTTE <julien@moutte.net>
37440
37441         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37442         Using ximagesink as a default if no gconf key found. We should
37443         probably consider using alsasink instead of osssink for the audio
37444         part.
37445
37446 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37447
37448         * configure.ac:
37449           fix --with-plugins, don't think it ever worked before
37450         * gst-plugins.spec.in:
37451           even more updates
37452
37453 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37454
37455         * ext/sdl/sdlvideosink.h:
37456         * sys/ximage/ximagesink.h:
37457         * sys/xvideo/xvideosink.h:
37458         * sys/xvimage/xvimagesink.h:
37459           Fix for move of gstvideosink.h -> videosink.h.
37460
37461 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37462
37463         * gst-libs/gst/xwindowlistener/Makefile.am:
37464           this is a plugin library, not a library
37465
37466 2004-03-01  David Schleef  <ds@schleef.org>
37467
37468         * AUTHORS:  Added some names.  Add yourself if you're still
37469         missing.
37470
37471 2004-03-01  David Schleef  <ds@schleef.org>
37472
37473         * MAINTAINERS: Add
37474
37475 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37476
37477         * gst-plugins.spec.in: clean up spec file
37478
37479 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37480
37481         * gst-libs/gst/video/Makefile.am:
37482         * gst-libs/gst/video/gstvideosink.c:
37483         * gst-libs/gst/video/gstvideosink.h:
37484           rename gstvideosink.h to videosink.h to match other headers
37485         * gst/mixmatrix/Makefile.am:
37486           fix plugin filename
37487         * gst/tags/Makefile.am: fix plugin filename
37488
37489 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37490
37491         * gst/tags/Makefile.am: fix plugin filename
37492
37493 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37494
37495         * examples/gstplay/player.c: (got_time_tick), (main):
37496           add error handler
37497           display time_tick more readably
37498         * gst/mixmatrix/Makefile.am:
37499           fix plugin file name
37500
37501 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37502
37503         * sys/oss/gstosselement.c: (gst_osselement_probe),
37504         (device_combination_append), (gst_osselement_class_probe_devices):
37505         * sys/oss/gstosselement.h:
37506           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37507           on my system using alsa oss emulation, fixes bug #135597
37508
37509 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37510
37511         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37512         (gst_videodrop_chain), (gst_videodrop_change_state):
37513         * gst/videodrop/gstvideodrop.h:
37514           Work based on timestamp of input data, not based on the expected
37515           framerate from the input. The consequence is that this element now
37516           not only scales framerates, but also functions as a framerate
37517           corrector or framerate stabilizer/constantizer.
37518
37519 2004-02-27  David Schleef  <ds@schleef.org>
37520
37521         patches from jmmv@menta.net (Julio M. Merino Vidal)
37522
37523         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37524         GST_ELEMENT_ERROR call (bug #135634)
37525         * gst/interleave/interleave.c: (interleave_buffered_loop),
37526         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37527         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37528         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37529         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37530         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37531         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37532         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37533         Fix GST_ELEMENT_ERROR call.
37534         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37535         GST_ELEMENT_ERROR call.
37536
37537 2004-02-27  Benjamin Otte  <otte@gnome.org>
37538
37539         * gst-libs/gst/audio/audio.h:
37540           add macro to make sure header isn't included twice
37541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37542           don't use gst_buffer_free
37543         * gst/playondemand/filter.func:
37544           don't use gst_data_free. Free data only once.
37545
37546 2004-02-26  David Schleef  <ds@schleef.org>
37547
37548         * gst-libs/gst/colorbalance/Makefile.am:
37549         * gst-libs/gst/mixer/Makefile.am:
37550         * gst-libs/gst/tuner/Makefile.am:
37551         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37552         should not be disted, -marshal.h files should not be installed,
37553         and -enum.h files _should_ be installed.  Fix to make this the
37554         case.
37555
37556 === release 0.7.5 ===
37557
37558 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37559
37560         * configure.ac: release 0.7.5, "Under The Sea"
37561
37562 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37563
37564         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37565         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37566         * gst/videoscale/gstvideoscale.c:
37567         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37568           assorted debug/warning fixes
37569
37570 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37571
37572         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37573         (gst_videoscale_init), (gst_videoscale_chain),
37574         (gst_videoscale_set_property), (plugin_init):
37575         * gst/videoscale/gstvideoscale.h:
37576         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37577         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37578         (gst_videoscale_planar400), (gst_videoscale_packed422),
37579         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37580         (gst_videoscale_24bit), (gst_videoscale_16bit),
37581         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37582         (gst_videoscale_scale_plane_slow),
37583         (gst_videoscale_scale_point_sample),
37584         (gst_videoscale_scale_nearest),
37585         (gst_videoscale_scale_nearest_str2),
37586         (gst_videoscale_scale_nearest_str4),
37587         (gst_videoscale_scale_nearest_32bit),
37588         (gst_videoscale_scale_nearest_24bit),
37589         (gst_videoscale_scale_nearest_16bit):
37590         add debugging category and use it properly
37591         fix use of GST_PTR_FORMAT
37592
37593 2004-02-25  Andy Wingo  <wingo@pobox.com>
37594
37595         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37596         push only when channel->buffer is NULL. Prevents segfaults doing
37597         the state change after a nonlocal exit, like a scheme exception.
37598
37599         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37600         Handle the case where the intersected caps is empty.
37601
37602 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37603
37604         * gst/law/mulaw-decode.c: (mulawdec_link):
37605         * gst/law/mulaw.c: (plugin_init):
37606           fix mulawdec so it actually works again
37607
37608 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37609
37610         reviewed by: David Schleef  <ds@schleef.org>
37611
37612         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37613         (gst_gamma_init), (gst_gamma_set_property),
37614         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37615         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37616         for RGB, with separate r g and b correction factors. (#131167)
37617
37618 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37619
37620         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37621           only signal tags for bitrate if they're > 0 (#134894)
37622
37623 2004-02-24  David Schleef  <ds@schleef.org>
37624
37625         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37626         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37627         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37628         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37629         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37630         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37631         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37632         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37633         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37634         category.  Attempt to fix timestamp calculation.
37635
37636 2004-02-24  Johan Dahlin  <johan@gnome.org>
37637
37638         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37639
37640 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37641
37642         * configure.ac:
37643         * gconf/Makefile.am:
37644         * gconf/gstreamer.schemas:
37645         * gst-libs/gst/gconf/Makefile.am:
37646         * gst-libs/gst/gconf/gconf.c:
37647           version gconf schemas and install locations
37648
37649 2004-02-23  Benjamin Otte  <otte@gnome.org>
37650
37651         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37652         (gst_xine_input_subclass_init):
37653           call parent dispose.
37654           change pad template for CD reader correctly
37655         * ext/xine/Makefile.am:
37656         * ext/xine/gstxine.h:
37657         * ext/xine/xine.c: (plugin_init):
37658         * ext/xine/xineaudiosink.c:
37659           wrap audio sinks, too
37660         * gst-libs/gst/resample/private.h:
37661         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37662         (gst_resample_reinit), (gst_resample_scale),
37663         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37664         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37665         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37666         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37667         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37668         * gst-libs/gst/resample/resample.h:
37669         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37670         (gst_audioscale_class_init), (gst_audioscale_link),
37671         (gst_audioscale_get_buffer), (gst_audioscale_init),
37672         (gst_audioscale_chain), (gst_audioscale_set_property),
37673         (gst_audioscale_get_property):
37674         * gst/audioscale/gstaudioscale.h:
37675           s/resample_*/gst_resample_*/i to not clobber namespaces
37676
37677 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37678
37679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37680         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37681         (gst_riff_create_video_template_caps),
37682         (gst_riff_create_audio_template_caps),
37683         (gst_riff_create_iavs_template_caps):
37684         * gst-libs/gst/riff/riff-media.h:
37685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37686         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37687         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37688         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37690         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37691         (gst_matroska_demux_plugin_init): First batch implementing audio and
37692         video codec tags in demuxers.
37693
37694 2004-02-22  Benjamin Otte  <otte@gnome.org>
37695
37696         * ext/xine/Makefile.am:
37697         * ext/xine/gstxine.h:
37698         * ext/xine/xine.c: (plugin_init):
37699         * ext/xine/xineinput.c:
37700           add input plugin wrapper. Playback from files, http, mms and cdda
37701           works.
37702         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37703           remove leftover G_GNUC_UNUSED
37704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37705         (gst_asf_demux_identify_guid):
37706           improve debugging output
37707
37708 2004-02-22  Benjamin Otte  <otte@gnome.org>
37709
37710         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37711
37712         * autogen.sh:
37713           replace test -e with test -x for mkinstalldirs to be more portable.
37714           (fixes #134816)
37715
37716 2004-02-22  Benjamin Otte  <otte@gnome.org>
37717
37718         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37719
37720         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37721           set rank to PRIMARY
37722         * gst/volume/gstvolume.c: (plugin_init):
37723           set rank to NONE
37724         fixes #134960
37725
37726 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37727
37728         reviewed by Benjamin Otte  <otte@gnome.org>
37729
37730         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37731           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37732
37733 2004-02-22  Benjamin Otte  <otte@gnome.org>
37734
37735         * configure.ac:
37736           export [_]*{gst,Gst,GST}.* symbols from plugins
37737
37738 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37739
37740         reviewed by: Benjamin Otte  <otte@gnome.org>
37741
37742         * ext/lame/gstlame.c: (add_one_tag):
37743         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37745         (gst_vorbisenc_metadata_set1):
37746         * gst/tags/gstid3tag.c:
37747         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37748           apply fixes from bugs #135042 (lame can't write tags) and #133817
37749           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37750
37751 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37752
37753         * configure.ac: Export only gst_plugin_desc from plugins.
37754          Note that this change only makes any effect with Linux using libtool
37755          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37756          fine. And don't try to have several versions of libtool in different
37757          directories.
37758
37759 2004-02-20  Andy Wingo  <wingo@pobox.com>
37760
37761         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37762         interleave respectively.
37763
37764         * gst/interleave/deinterleave.c: New plugin: deinterleave
37765         (replaces on oneton).
37766         * gst/interleave/interleave.c: New plugin: interleave.
37767         * gst/interleave/plugin.h: Support file.
37768         * gst/interleave/plugin.c: Support file.
37769
37770         * configure.ac: Remove intfloat and oneton, add interleave.
37771
37772         * ext/sndfile/gstsf.c: Handle events better.
37773
37774         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37775         and float2int operation. int2float has scheduling problems as
37776         noted in in2float_chain.
37777
37778 2004-02-20  Benjamin Otte  <otte@gnome.org>
37779
37780         * ext/xine/Makefile.am:
37781         * ext/xine/gstxine.h:
37782         * ext/xine/xine.c:
37783         * ext/xine/xineaudiodec.c:
37784         * ext/xine/xinecaps.c:
37785           add first version of xine plugin wrapper. Currently only wraps the
37786           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37787         * configure.ac:
37788         * ext/Makefile.am:
37789           add xine plugin wrapper, disabled by default. Use --enable-xine to
37790           build. Note that it'll segfault on gst-register if you don't remove
37791           the goom and tvtime post plugins from xine.
37792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37793         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37794           add extradata parsing for QDM2.
37795           change around debugging prints.
37796
37797 2004-02-19  Benjamin Otte  <otte@gnome.org>
37798
37799         * ext/lame/gstlame.c: (gst_lame_chain):
37800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37801           use gst_tag_list_insert when you want to insert tags
37802
37803 2004-02-18  David Schleef  <ds@schleef.org>
37804
37805         * configure.ac:  Move massink to gst-rotten
37806         * ext/Makefile.am:
37807         * ext/mas/Makefile.am:
37808         * ext/mas/massink.c:
37809         * ext/mas/massink.h:
37810
37811 2004-02-18  David Schleef  <ds@schleef.org>
37812
37813         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37814         typefinding, since it seems to be worse than nothing.
37815         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37816         atom to recognize .mp4 and .m4a files as video/quicktime.
37817
37818 2004-02-18  David Schleef  <ds@schleef.org>
37819
37820         * gst/sine/demo-dparams.c: (quit_live),
37821         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37822         Use double dparams, not float.
37823         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37824         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37825         sync'd elements don't really work correctly.
37826         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37827         (volume_update_volume), (volume_get_property):  Change dparam
37828         to double.
37829
37830 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37831
37832         * sys/ximage/ximagesink.c:
37833         (gst_ximagesink_xwindow_update_geometry),
37834         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37835         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37836         (gst_ximagesink_init): Rework the way software video scaling works. So
37837         now we check on each chain call if the video frames are feeling the
37838         window. If not we try to renegotiate caps. On failure we memorize that
37839         and we won't try again for that PLAYING sessions.
37840         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37841         failure.
37842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37843         synchronous flag.
37844
37845 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37846
37847         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37848           break up _link so we can give a better debug message for errors
37849
37850 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37851
37852         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37853           set up debug category
37854
37855 2004-02-18  Julien MOUTTE <julien@moutte.net>
37856
37857         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37858         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37859         the way renegotiation work. The event handling function is not taking
37860         care of external windows and renegotiate method check for pad flags
37861         NEGOTIATING. Should fix : #133209
37862
37863 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37864
37865         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37866         pad is negotiating before trying renegotiation.
37867
37868 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37869
37870         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37871           pass on all possible mime types as typefind hints
37872
37873 2004-02-17  Julien MOUTTE <julien@moutte.net>
37874
37875         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37877         possible SHM leak if we crash. All other apps using XShm are doing
37878         that.
37879
37880 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37881
37882         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37883         (gst_ximagesink_expose): Renegotiate size on expose.
37884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37885         size on expose.
37886
37887 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37888
37889         * testsuite/alsa/sinesrc.c:
37890           cosmetic fix to fix compile issue with gcc 2.95.4
37891
37892 2004-02-16  Julien MOUTTE <julien@moutte.net>
37893
37894         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37895         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37896         failed opening the audio device.
37897         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37898         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37899         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37900         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37901         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37902         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37903         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37904         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37905         Removing some useless g_return_if_fail like wingo suggested.
37906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37907         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37908         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37909         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37910         (gst_xvimagesink_update_colorbalance),
37911         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37912         (gst_xvimagesink_xcontext_clear),
37913         (gst_xvimagesink_get_fourcc_from_caps),
37914         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37915         (gst_xvimagesink_set_xwindow_id),
37916         (gst_xvimagesink_colorbalance_list_channels),
37917         (gst_xvimagesink_colorbalance_set_value),
37918         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37919         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37920
37921 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37922
37923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37924           throw error when not negotiated instead of asserting
37925
37926 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37927
37928         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37929         correct data refcounting.
37930
37931 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37932
37933         * gst/switch/gstswitch.c: (gst_switch_change_state),
37934         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37935         change, mostly the EOS flag.
37936
37937 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37938
37939         * examples/gstplay/player.c: (got_eos), (main): Adding some
37940         output for debugging.
37941         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37942         timeouts if we go to any state different from PLAYING.
37943         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37944         more EOS bugs in riff lib.
37945
37946 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37947
37948         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37949         visualization until i find a way to fix switch correctly.
37950         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37951         EOS arrives.
37952         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37953         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37954         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37955         Reworked switch to get a more correct behaviour with events and refing
37956         of data stored in sinkpads.
37957         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37958         we don't pull from a pad in EOS.
37959
37960 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37961
37962         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37963           remove v1 tag even if we can't read it (makes sure we don't detect
37964           it again)
37965
37966 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37967
37968         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37969         (gst_alsa_xrun_recovery):
37970         * ext/alsa/gstalsa.h:
37971           try xrun recovery when wait failed. Make xrun recovery function
37972           return TRUE/FALSE to indicate success. (might fix #134354)
37973
37974 2004-02-13  David Schleef  <ds@schleef.org>
37975
37976         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37977         (dynparm_value_changed), (main): Convert from float to double.
37978         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37979
37980 2004-02-13  David Schleef  <ds@schleef.org>
37981
37982         * gst/silence/gstsilence.c: (gst_silence_class_init),
37983         (gst_silence_set_clock), (gst_silence_get),
37984         (gst_silence_set_property), (gst_silence_get_property):
37985         * gst/silence/gstsilence.h: Add sync property.
37986         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37987         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37988         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37989         * gst/sine/gstsinesrc.h: Add sync property.
37990
37991 2004-02-13  David Schleef  <ds@schleef.org>
37992
37993         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37994         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37995
37996 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37997
37998         * configure.ac:
37999         * ext/Makefile.am:
38000         * gst-libs/ext/Makefile.am:
38001           move ffmpeg plugin to gst-ffmpeg module
38002
38003 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38004
38005         * configure.ac: use GST_ARCH to detect architecture
38006
38007 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38008
38009         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38010
38011 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38012
38013         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38014           classify LADSPA plugins based on number of src/sink pads
38015           (#133663, Stefan Kost)
38016         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38017           fix dparams registration
38018           (#133528, Stefan Kost)
38019         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38020           fix use of isprint and use g_ascii_isprint instead
38021           (#133316, Stefan Kost)
38022
38023 2004-02-11  David Schleef  <ds@schleef.org>
38024
38025         Convert a few inner loops to use liboil.  This is currently
38026         optional, and is only enabled if liboil is present (duh!).
38027         * configure.ac: Check for liboil-0.1
38028         * gst/intfloat/Makefile.am:
38029         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38030         (gst_int2float_chain_gint16):
38031         * gst/videofilter/Makefile.am:
38032         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38033         (tablelookup_u8), (gst_videobalance_planar411):
38034         * gst/videotestsrc/Makefile.am:
38035         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38036         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38037         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38038         (paint_hline_RGB565), (paint_hline_xRGB1555):
38039
38040 2004-02-11  David Schleef  <ds@schleef.org>
38041
38042         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38043         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38044         (gst_colorspace_getcaps), (gst_colorspace_link),
38045         (gst_colorspace_base_init), (gst_colorspace_init),
38046         (gst_colorspace_chain), (gst_colorspace_change_state),
38047         (plugin_init): Merge Ronald's patch (bug #117897) and update
38048         for new caps and negotiation.  Seems to work, although it
38049         shows off bugs in lcs.
38050
38051 2004-02-11  David Schleef  <ds@schleef.org>
38052
38053         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38054         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38055
38056 2004-02-11  David Schleef  <ds@schleef.org>
38057
38058         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38059         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38060         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38061         Add server and port properties
38062
38063 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38064
38065         * m4/a52.m4:
38066         * m4/aalib.m4:
38067         * m4/as-ffmpeg.m4:
38068         * m4/as-liblame.m4:
38069         * m4/as-slurp-ffmpeg.m4:
38070         * m4/check-libheader.m4:
38071         * m4/esd.m4:
38072         * m4/freetype2.m4:
38073         * m4/gconf-2.m4:
38074         * m4/glib.m4:
38075         * m4/gst-alsa.m4:
38076         * m4/gst-artsc.m4:
38077         * m4/gst-ivorbis.m4:
38078         * m4/gst-matroska.m4:
38079         * m4/gst-sdl.m4:
38080         * m4/gst-shout2.m4:
38081         * m4/gst-sid.m4:
38082         * m4/gtk.m4:
38083         * m4/libdv.m4:
38084         * m4/libfame.m4:
38085         * m4/libmikmod.m4:
38086         * m4/ogg.m4:
38087         * m4/vorbis.m4:
38088           fix underquotedness of macros (#133800)
38089         * m4/as-avifile.m4:
38090         * m4/xmms.m4:
38091           removed because no longer used
38092
38093 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38094
38095         * configure.ac:
38096           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38097           by autopoint (fixes #132996)
38098
38099 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38100
38101         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38102         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38103         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38104         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38105           fix memleaks
38106
38107 2004-02-11  David Schleef  <ds@schleef.org>
38108
38109         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38110         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38111         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38112         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38113         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38114         (gst_jpegenc_class_init), (gst_jpegenc_init),
38115         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38116         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38117         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38118         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38119
38120 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38121
38122         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38123         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38124         * ext/mikmod/gstmikmod.h:
38125           fix caps negotiation in mikmod
38126         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38127           output debug information
38128
38129 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38130
38131         * gst-libs/gst/colorbalance/Makefile.am:
38132         * gst-libs/gst/navigation/Makefile.am:
38133         * gst-libs/gst/xoverlay/Makefile.am:
38134           remove unused GST_OPT_CFLAGS from Makefiles
38135           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38136
38137 2004-02-07  David Schleef  <ds@schleef.org>
38138
38139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38140         push events to pads that haven't been created (#133508)
38141
38142 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38143
38144         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38145         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38146         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38147         (gst_dvdec_loop), (gst_dvdec_change_state):
38148         Second attempt at committing a working dvdec element.
38149
38150 2004-02-06  David Schleef  <ds@schleef.org>
38151
38152         Build fixes for OS X: (see #129600)
38153         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38154         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38155         (gst_riff_read_strf_iavs):
38156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38157         (gst_avi_demux_stream_odml):
38158         * gst/playondemand/Makefile.am:
38159         * gst/rtp/rtp-packet.c:
38160
38161 2004-02-05  David Schleef  <ds@schleef.org>
38162
38163         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38164         last change, because it Just Doesn't Compile.
38165
38166 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38167
38168         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38169           skip undecodable id3v2 tag instead of keeping it
38170
38171 2004-02-05  David Schleef  <ds@schleef.org>
38172
38173         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38174         Unref leaked buffer.  (Noticed by Ronald)
38175
38176 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38177
38178         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38179         Sync requires with other checks.  >= vs =.
38180
38181 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38182
38183         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38184         (gst_dvdec_video_link), (gst_dvdec_loop):
38185         * ext/dv/gstdvdec.h:
38186           rework the caps negotiation so that dvdec works again instead
38187           of just segfaulting.
38188
38189 === release 0.7.4 ===
38190
38191 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38192
38193         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38194         * configure.ac: changed for release
38195
38196 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38197
38198         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38199         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38200         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38201         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38202           reworked patch by David Lehn to fix libdir and includedir for
38203           uninstalled libraries
38204           removed play and gconf from gstreamer-libs since they have their
38205           own pkgconfig files
38206
38207 2004-02-04  David Schleef  <ds@schleef.org>
38208
38209         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38210         memleak.
38211
38212 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38213
38214         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38215           use correct GST_TAG_ENCODER tag
38216
38217 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38218
38219         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38220           be sure to stop the clock when going to paused
38221         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38222           reset number of transmitted when going to ready.
38223         fixes #132935
38224
38225 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38226
38227         reviewed by Benjamin Otte
38228
38229         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38230           extract track count (fixes #133410)
38231
38232 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38233
38234         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38235           that should be !=, not == (fixes #132519)
38236
38237 2004-02-04  David Schleef  <ds@schleef.org>
38238
38239         Make sure set_explicit_caps() is called before adding pad.
38240         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38241         * gst/id3/gstid3types.c: (gst_id3types_loop):
38242         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38243         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38244
38245 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38246
38247         * configure.ac:
38248           bump nano to 2, first prerelease
38249           put back AM_PROG_LIBTOOL
38250
38251 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38252
38253         * testsuite/alsa/Makefile.am:
38254           these are user test apps, not automatic testsuite tests
38255
38256 2004-02-04  David Schleef  <ds@schleef.org>
38257
38258         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38259         * gst/mpeg1videoparse/gstmp1videoparse.c:
38260         (mp1videoparse_parse_seq):
38261         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38263         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38264         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38265         (gst_xvideosink_getcaps):
38266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38267         * testsuite/gst-lint: more tests
38268
38269 2004-02-04  David Schleef  <ds@schleef.org>
38270
38271         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38272         with the code that they would expand to.
38273         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38274         (gst_flacdec_get_src_query_types),
38275         (gst_flacdec_get_src_event_masks):
38276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38277         (gst_gnomevfssrc_get_query_types),
38278         (gst_gnomevfssrc_get_event_mask):
38279
38280 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38281
38282         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38283         (gst_sinesrc_dispose):
38284           fix memleak by properly disposing sinesrc
38285
38286 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38287
38288         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38289         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38290         an overlay to redraw the image because it has been exposed.
38291         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38292         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38293         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38294         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38295         interface
38296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38297         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38298         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38299         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38300         interface
38301
38302 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38303
38304         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38305           more memleak fixage
38306
38307 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38308
38309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38310         * gst/typefind/gsttypefindfunctions.c:
38311           fix memleaks shown by gst-typefind
38312
38313 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38314
38315         * common/glib-gen.mak:
38316           add hack rule to touch .Plo files
38317         * gst-libs/gst/colorbalance/Makefile.am:
38318         * gst-libs/gst/mixer/Makefile.am:
38319         * gst-libs/gst/play/Makefile.am:
38320         * gst-libs/gst/tuner/Makefile.am:
38321           remove glib_root variable
38322
38323 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38324
38325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38326           set explicit caps before adding the element, so the autopluggers can
38327           plug correctly.
38328         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38329         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38330         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38331         (dv_type_find):
38332           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38333           argument.
38334
38335 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38336
38337         * gst-libs/gst/colorbalance/Makefile.am:
38338         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38339         * gst-libs/gst/colorbalance/colorbalance.c:
38340         * gst-libs/gst/colorbalance/colorbalance.h:
38341         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38342         * gst-libs/gst/mixer/Makefile.am:
38343         * gst-libs/gst/mixer/mixer-marshal.list:
38344         * gst-libs/gst/mixer/mixer.c:
38345         * gst-libs/gst/mixer/mixer.h:
38346         * gst-libs/gst/mixer/mixermarshal.list:
38347         * gst-libs/gst/play/Makefile.am:
38348         * gst-libs/gst/play/play.h:
38349         * gst-libs/gst/tuner/Makefile.am:
38350         * gst-libs/gst/tuner/tuner-marshal.list:
38351         * gst-libs/gst/tuner/tuner.c:
38352         * gst-libs/gst/tuner/tuner.h:
38353         * gst-libs/gst/tuner/tunermarshal.list:
38354           use new glib-gen.mak snippet to clean up Makefile.am
38355           fix various bugs in Makefile.am's
38356
38357 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38358
38359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38360           handle chain parsing correctly in the multichain case
38361         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38362         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38363         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38364         (theora_dec_chain):
38365           handle events and queries correctly
38366
38367 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38368
38369         * .cvsignore:
38370         Ignore generated file _stdint.h.
38371
38372 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38373
38374         * gst-libs/gst/colorbalance/Makefile.am:
38375         * gst-libs/gst/colorbalance/colorbalance.h:
38376         * gst-libs/gst/mixer/Makefile.am:
38377         * gst-libs/gst/mixer/mixer.h:
38378         * gst-libs/gst/play/Makefile.am:
38379         * gst-libs/gst/play/play.h:
38380         * gst-libs/gst/tuner/Makefile.am:
38381         * gst-libs/gst/tuner/tuner.h:
38382         Generate enum type code with glib-mkenums.
38383         * gst-libs/gst/colorbalance/.cvsignore:
38384         * gst-libs/gst/mixer/.cvsignore:
38385         * gst-libs/gst/play/.cvsignore:
38386         * gst-libs/gst/tuner/.cvsignore:
38387         Ignore generated files.
38388
38389 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38390
38391         * gst-libs/gst/audio/.cvsignore:
38392         Ignore generated file.
38393         * gst-libs/gst/audio/Makefile.am:
38394         Do not install example filter.
38395
38396 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38397
38398         * examples/switch/.cvsignore:
38399         Ignore generated file.
38400
38401 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38402
38403         * common/m4/ax_create_stdint_h.m4:
38404         * configure.ac:
38405           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38406           _stdint.h.
38407         * Makefile.am:
38408           remove generated _stdint.h in DISTCLEANFILES
38409         * ext/a52dec/gsta52dec.c:
38410           include _stdint.h for a52dec. (should fix #133064)
38411
38412 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38413
38414         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38415         (gst_tag_to_vorbis_comments):
38416         Add replaygain support to vorbistag
38417
38418 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38419         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38420         (gst_ffmpeg_caps_to_extradata):
38421           Fix SVQ3 caps flag properties
38422           Use glib macro for bytes swap
38423
38424 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38425
38426         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38427         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38428         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38429         * ext/sndfile/gstsf.c: (plugin_init):
38430         * gst/avi/gstavi.c: (plugin_init):
38431         * sys/dxr3/dxr3init.c: (plugin_init):
38432         * sys/oss/gstossaudio.c: (plugin_init):
38433         * sys/v4l/gstv4l.c: (plugin_init):
38434         * sys/v4l2/gstv4l2.c: (plugin_init):
38435           remove textdomain calls
38436         * po/nl.po:
38437           update Dutch translation
38438
38439 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38440
38441         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38442         (gst_play_set_audio_sink): Moving volume in the audio thread for
38443         instantaneous volume change. Maybe i will add another volume in front
38444         of visualization later, not sure yet though.
38445
38446 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38447
38448         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38449         (gst_ximagesink_handle_xevents): Better X events handling, only take
38450         the latest events for configure and motion.
38451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38452
38453 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38454
38455         reviewed by: David Schleef  <ds@schleef.org>
38456
38457         Fix memory leaks:
38458         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38459         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38460
38461 2004-02-02  David Schleef  <ds@schleef.org>
38462
38463         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38464         of lines.
38465         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38466         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38467         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38468         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38469         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38470         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38471         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38472         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38473         (gst_float2_2_int_link):
38474         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38475         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38476         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38477         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38478         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38479         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38480         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38481         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38482         * testsuite/gst-lint: Add tests for bzero and ;;
38483
38484 2004-02-02  David Schleef  <ds@schleef.org>
38485
38486         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38487
38488 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38489
38490         * ext/aalib/gstaasink.c: (gst_aasink_open):
38491         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38492         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38493         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38494         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38495         (gst_afsink_close_file):
38496         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38497         (gst_afsrc_close_file):
38498         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38499         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38500         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38501         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38502         * ext/esd/esdmon.c: (gst_esdmon_get):
38503         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38504         * ext/faac/gstfaac.c: (gst_faac_chain):
38505         * ext/faad/gstfaad.c: (gst_faad_chain):
38506         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38507         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38508         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38509         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38510         (gst_flacdec_loop):
38511         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38512         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38513         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38514         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38515         (gst_gnomevfssink_close_file):
38516         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38517         (gst_gnomevfssrc_open_file):
38518         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38519         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38520         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38521         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38522         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38523         * ext/mad/gstmad.c: (gst_mad_chain):
38524         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38525         * ext/mpeg2dec/gstmpeg2dec.c:
38526         * ext/mpeg2enc/gstmpeg2enc.cc:
38527         * ext/mplex/gstmplex.cc:
38528         * ext/mplex/gstmplexibitstream.cc:
38529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38530         (gst_ogg_demux_push):
38531         * ext/raw1394/gstdv1394src.c:
38532         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38533         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38534         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38535         (gst_sf_loop):
38536         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38537         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38538         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38539         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38541         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38542         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38543         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38544         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38545         (gst_riff_read_element_data), (gst_riff_read_seek),
38546         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38547         * gst/adder/gstadder.c: (gst_adder_loop):
38548         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38549         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38550         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38551         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38552         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38553         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38554         * gst/goom/gstgoom.c: (gst_goom_chain):
38555         * gst/id3/gstid3types.c: (gst_id3types_loop):
38556         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38557         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38558         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38559         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38560         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38561         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38562         (gst_ebml_read_float), (gst_ebml_read_header):
38563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38564         (gst_matroska_demux_parse_blockgroup):
38565         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38566         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38567         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38568         * gst/silence/gstsilence.c: (gst_silence_get):
38569         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38570         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38571         * gst/speed/gstspeed.c: (speed_loop):
38572         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38574         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38575         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38576         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38577         (gst_wavparse_loop):
38578         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38579         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38580         (dxr3audiosink_close):
38581         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38582         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38583         (dxr3videosink_close), (dxr3videosink_write_data):
38584         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38585         * sys/oss/gstosssink.c: (gst_osssink_chain):
38586         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38587         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38588         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38590         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38591         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38592         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38593         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38594         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38595         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38596         (gst_v4l_set_audio):
38597         * sys/v4l/v4l_calls.h:
38598         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38599         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38600         (gst_v4lmjpegsink_playback_init),
38601         (gst_v4lmjpegsink_playback_start):
38602         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38603         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38604         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38605         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38606         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38607         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38608         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38609         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38610         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38611         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38612         (gst_v4l2_get_output), (gst_v4l2_set_output),
38613         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38614         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38615         (gst_v4l2_set_attribute):
38616         * sys/v4l2/v4l2_calls.h:
38617         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38618         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38619         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38620         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38621         (gst_v4l2src_capture_stop):
38622         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38623         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38624         (gst_ximagesink_chain):
38625         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38626         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38627         (gst_xvideosink_xwindow_new):
38628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38629         (gst_xvimagesink_chain):
38630
38631 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38632
38633         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38634         (gst_volume_get_volume), (volume_class_init), (volume_init),
38635         (volume_chain_int16), (volume_update_volume):
38636         * gst/volume/gstvolume.h:
38637           make code more readable by removing magic numbers
38638           make mixer interface export 0-100 range
38639           make it internally map to 0.0-1.0 range so users don't distort
38640           output by putting the sliders at full volume
38641
38642 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38643
38644         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38645         (gst_play_state_change), (gst_play_seek_to_time):
38646         block the tick callback for 0.5 secs after doing a seek
38647
38648 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38649
38650         * gst-libs/gst/play/play.c: (gst_play_new):
38651           check for GError
38652
38653 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38654
38655         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38656         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38657         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38658         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38660         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38661
38662 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38663
38664         * configure.ac:
38665         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38666           check for a function added in vorbis 1.1
38667
38668 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38669
38670         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38671         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38672           really start/stop clock only on PLAYING <=> PAUSED
38673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38674           remove \n from debugging lines
38675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38676           make it work when seeking does not
38677         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38678           reset on DISCONT
38679
38680 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38681
38682         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38683           start clock on PAUSED=>PLAYING, not later
38684         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38685           extract correct time for different discont formats
38686         (gst_alsa_sink_get_time):
38687           don't segfault when no format is negotiated yet, just return 0
38688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38689         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38690         (gst_ogg_pad_push):
38691           handle flush and discont events correctly
38692         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38693           handle discont events correctly
38694
38695 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38696
38697         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38698         (gst_play_error_create), (gst_play_error_plugin),
38699         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38700         * gst-libs/gst/play/play.h:
38701           add error handling during creation
38702         * examples/gstplay/player.c: (main):
38703           use new gst_play_new
38704
38705
38706 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38707
38708         * ext/theora/theoradec.c: (theora_dec_chain):
38709           make comments work
38710         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38711         (vorbis_dec_src_event), (vorbis_dec_chain):
38712           add encoder tag, fix tag reading to be more error tolerant, change
38713           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38714           gst_pad_event_default.
38715         * gst/tags/gstvorbistag.c:
38716         (gst_tag_list_from_vorbiscomment_buffer):
38717           undefine function specific define at end of function
38718
38719 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38720
38721         * ext/flac/gstflac.c: (plugin_init):
38722         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38723         * ext/flac/gstflacdec.h:
38724         * ext/flac/gstflacenc.h:
38725           Fix typos
38726
38727 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38728
38729         * examples/gstplay/player.c: s/gstplay.h/play.h/
38730
38731 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38732
38733         * gst-libs/gst/play/Makefile.am:
38734         * gst-libs/gst/play/gstplay.c:
38735         * gst-libs/gst/play/gstplay.h:
38736         * gst-libs/gst/play/play.c:
38737           more surgery, operation complete
38738
38739 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38740
38741         * gst-libs/gst/play/play.old.c:
38742         * gst-libs/gst/play/play.old.h:
38743           after CVS surgery by moving, remove
38744         * gst-libs/gst/play/playpipelines.c:
38745           remove
38746
38747         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38748           add negotiation error
38749
38750 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38751
38752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38753         (gst_ogg_demux_push):
38754           add some seeking debug info
38755           send a flush when seeking
38756
38757 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38758
38759         * configure.ac:
38760           use AC_C_INLINE
38761         * configure.ac:
38762         * ext/Makefile.am:
38763         * ext/theora/Makefile.am:
38764         * ext/theora/theoradec.c:
38765           add theora video decoder. Does just do simple decoding for now and
38766           has been tested against Theora cvs only. It only works when theora
38767           is compiled with --enable-static.
38768         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38769           always reset packetno on DISCONT
38770
38771 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38772
38773         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38774           Fix audio.
38775
38776 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38777
38778         * gst/mpegaudioparse/gstmpegaudioparse.c:
38779         (mp3_type_frame_length_from_header):
38780           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38781
38782 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38783
38784         * ext/esd/esdsink.c: (gst_esdsink_init):
38785           Since we have static pad template caps, we don't need to negotiate;
38786           either the core errors out or we know the format.
38787
38788 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38789
38790         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38791         (gst_riff_read_seek):
38792         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38793         (gst_ebml_read_seek):
38794           Fix event handling.
38795
38796 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38797
38798         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38799           removee video/x-theora from vp3 decoder, it doesn't handle raw
38800           theora streams
38801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38802           fix bug with finalizing element that never went to PAUSED
38803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38804           length and position queries were swapped
38805         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38806         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38807         (vorbis_dec_src_event):
38808           implement querying time and bytes
38809
38810 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38811
38812         * just about every source file:
38813           gst_element_error -> GST_ELEMENT_ERROR
38814
38815 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38816
38817         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38818         emiting FLUSH and even before DISCONT.
38819         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38820         get the best instant seeking as possible yay!
38821
38822 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38823
38824         * gst/mpeg1videoparse/gstmp1videoparse.c:
38825         (gst_mp1videoparse_real_chain):
38826           Committed wrong version last week... Grr... Didn't notice until now.
38827
38828 2004-01-29  Julien MOUTTE <julien@moutte.net>
38829
38830         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38832         have_xwindow_id signal in xwindow_create.
38833
38834 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38835
38836         * ext/ogg/gstoggdemux.c:
38837           lots of changes - mainly support for chained bitstreams, seeking,
38838           querying and bugfixes of course
38839         * ext/vorbis/Makefile.am:
38840         * ext/vorbis/vorbisdec.c:
38841         * ext/vorbis/vorbisdec.h:
38842           add vorbisdec raw vorbis decoder
38843         * ext/vorbis/vorbis.c: (plugin_init):
38844           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38845         * gst/intfloat/Makefile.am:
38846         * gst/intfloat/float22int.c:
38847         * gst/intfloat/float22int.h:
38848         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38849           add float2intnew plugin. It converts multichannel interleaved float to
38850           multichannel interleaved int. The name should probably be changed.
38851         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38852         (plugin_init):
38853           add typefinding for raw theora video so oggdemux can detect it.
38854
38855 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38856
38857         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38858         sink element first.
38859         * gst/videoscale/gstvideoscale.c:
38860         (gst_videoscale_handle_src_event): Fixing src event handler.
38861
38862 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38863
38864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38865         (gst_v4lsrc_open), (gst_v4lsrc_close),
38866         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38867         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38868         * sys/v4l/gstv4lsrc.h:
38869         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38870         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38871           Implement resizing... Hack. But that's why v4l is b0rked...
38872
38873 2004-01-28  Julien MOUTTE <julien@moutte.net>
38874
38875         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38876         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38877         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38878         (gst_ximagesink_xwindow_destroy):
38879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38880         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38881         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38882         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38883         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38884         correctly cleaning the image created to check xshm calls on succes,
38885         added a lot of XSync calls in X11 functions, and fixed a segfault when
38886         no image format was defined before negotiation happened.
38887
38888 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38889
38890         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38891           use gst_element_get_time to get correct time
38892
38893 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38894
38895         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38896         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38897         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38899         (gst_xvimagesink_check_xshm_calls),
38900         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38901         X plugins are now able to detect that XShm calls will fail even if the
38902         server claims that it has XShm support (remote displays most of the
38903         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38904         so that we use non XShm functions. This feature is almost useless for
38905         xvimagesink as Xv is not supported on remote displays anyway, but
38906         it might happen than even on the local display XShm calls fail.
38907
38908 2004-01-27  David Schleef  <ds@schleef.org>
38909
38910         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38911         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38912         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38913         changed esdsink to only use 44100,16,2, since esd sucks at rate
38914         conversion and esdsink has had difficulty negotiating.
38915
38916 2004-01-27  Julien MOUTTE <julien@moutte.net>
38917
38918         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38919         (gst_play_seek_to_time): Fixing the way to get current position.
38920
38921 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38922
38923         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38924           use gst_element_get_time to get correct time
38925
38926 2004-01-27  Julien MOUTTE <julien@moutte.net>
38927
38928         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38929         fix ever... Inverting 2 lines of code make spider autoplug correctly
38930         tagged mp3 !
38931
38932 2004-01-27  David Schleef  <ds@schleef.org>
38933
38934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38935         Use gst_pad_try_set_caps_nonfixed().
38936
38937 2004-01-27  David Schleef  <ds@schleef.org>
38938
38939         * gst/ac3parse/gstac3parse.c: update to checklist 5
38940         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38941         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38942         * gst/audioscale/gstaudioscale.c: same
38943         * gst/auparse/gstauparse.c: same
38944         * gst/avi/gstavidemux.c: same
38945
38946 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38947
38948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38949           stop processing after EOS
38950
38951 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38952
38953         * gst/asfdemux/asfheaders.h:
38954         * gst/asfdemux/gstasfdemux.c:
38955         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38956         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38957         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38958           lot's of fixes to make data extraction simpler and get the code
38959           architecture and compiler independant. Add debugging category
38960         * gst/goom/gstgoom.c: (gst_goom_change_state):
38961           reset channel count on PAUSED=>READY, not READY=>PAUSED
38962
38963 2004-01-26  Colin Walters  <walters@verbum.org>
38964
38965         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38966         code to pull a bigger buffer in iradio mode.  This as a side effect
38967         makes typefinding work.
38968
38969 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38970
38971         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38972         Fix SVQ3 decoding on PPC
38973
38974 2004-01-26  Julien MOUTTE <julien@moutte.net>
38975
38976         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38977         that one managed to stay there... Fixed.
38978
38979 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38980
38981         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38982         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38983         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38984         (qtdemux_video_caps):
38985         * gst/qtdemux/qtdemux.h:
38986         Add SVQ3 specific flags to qtdemux and ffmpeg
38987
38988 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38989
38990         * gst-libs/gst/audio/audio.h:
38991           remove buffer-frames from audio caps
38992         * gst/audioconvert/gstaudioconvert.c:
38993           fix plugin to really work.
38994
38995 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38996
38997         * gst-libs/gst/mixer/mixer.c:
38998         * gst-libs/gst/propertyprobe/propertyprobe.c:
38999         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39000         (gst_tuner_find_channel_by_name):
39001         * gst-libs/gst/tuner/tuner.h:
39002           Add gtk-doc style comments. Also fix a function name.
39003
39004 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39005
39006         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39007         (gst_divxdec_negotiate):
39008           Fix for new capsnego - also fixes gst-player with divxdec.
39009
39010 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39011
39012         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39013         (gst_play_identity_handoff), (gst_play_set_location),
39014         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39015         try in visualization implementation. Still have an issue with switch
39016         blocking when pulling from video_queue and only audio comes out of
39017         spider.
39018         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39019         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39020         release method. And check if the pad is usable before pulling.
39021
39022 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39023
39024         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39025         (gst_videobalance_init),
39026         (gst_videobalance_colorbalance_list_channels),
39027         (gst_videobalance_colorbalance_set_value),
39028         (gst_videobalance_colorbalance_get_value),
39029         (gst_videobalance_update_properties),
39030         (gst_videobalance_update_tables_planar411),
39031         (gst_videobalance_planar411):
39032         * gst/videofilter/gstvideobalance.h:
39033           Implement lookup-tables. +/- 10x faster.
39034
39035 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39036
39037         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39038         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39039           The index reading was broken. The rest worked fine, but the whole
39040           goal of my rewrite was to make avidemux readable, and this was
39041           not at all readable. Please use typed variables.
39042
39043 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39044
39045         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39046           Additional pad usability check.
39047         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39048         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39049         (gst_mp1videoparse_real_chain):
39050           Fix MPEG video stream parsing. The original plugin had several
39051           issues, including not timestamping streams where the source was
39052           not timestamped (this happens with PTS values in mpeg system
39053           streams, but MPEG video is also a valid stream on its own so
39054           that needs timestamps too). We use the display time code for that
39055           for now. Also, if one incoming buffer contains multiple valid
39056           frames, we push them all on correctly now, including proper EOS
39057           handling. Lastly, several potential segfaults were fixed, and we
39058           properly sync on new sequence/gop headers to include them in next,
39059           not previous frames (since they're header for the next frame, not
39060           the previous). Also see #119206.
39061         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39062         (bpf_from_header):
39063           Move caps setting so we only do it after finding several valid
39064           MPEG-1 fraes sequentially, not right after the first one (which
39065           might be coincidental).
39066         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39067         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39068         (plugin_init):
39069           Add unsynced MPEG video stream typefinding, and change some
39070           probability values so we detect streams rightly. The idea is as
39071           follows: I can have an unsynced system stream which contains
39072           video. In the current code, I would randomly get a type for either
39073           system or video stream type found, because the probabilities are
39074           being calculated rather randomly. I now use fixed values, so we
39075           always prefer system stream if that was found (and that is how it
39076           should be). If no system stream was found, we can still identity                the stream as video-only.
39077
39078 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39079
39080         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39081         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39082           don't write to buffer. Extract data without the need of
39083           __attribute__ ((packed))
39084
39085 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39086
39087         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39088         (mpeg1_sys_type_find):
39089           Fix MPEG-1 stream typefinding.
39090
39091 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39092
39093         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39094           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39095
39096 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39097
39098         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39099         * ext/esd/gstesd.c: (plugin_init):
39100           private debugging, better error reporting
39101
39102 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39103
39104         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39105         (gst_riff_read_init), (gst_riff_read_change_state):
39106         * gst-libs/gst/riff/riff-read.h:
39107           Remove stuff fromold metadata system.
39108
39109 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39110
39111         * ext/ogg/gstoggdemux.c:
39112           Fix wrong file comment.
39113         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39114         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39115           Add metadata reading properly.
39116
39117 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39118
39119         * ext/Makefile.am:
39120           Fix nas DIST_SUBDIRS
39121           Uraeus:
39122           Fix bug where make distcheck doesn't get run on adding stuff to
39123           the build.
39124
39125 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39126
39127         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39128         * ext/divx/gstdivxdec.h:
39129           Fix divx3 ("msmpeg4") playback using divxdec.
39130
39131 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39132
39133         * gst/typefind/gsttypefindfunctions.c:
39134         (mp3_type_frame_length_from_header): fix bug in length computation
39135         (mp3_type_find): improve debugging output
39136
39137 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39138
39139         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39140         (gst_play_set_location), (gst_play_seek_to_time),
39141         (gst_play_set_audio_sink), (gst_play_set_visualization),
39142         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39143         the pipeline from scratch. Visualization is back and switch went out as
39144         i realized it was not possible to use the way i wanted.
39145         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39146         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39147         clearing in state change from READY to NULL. So that one can clean the
39148         X ressources keeping the element.
39149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39150         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39151         (gst_xvimagesink_colorbalance_set_value),
39152         (gst_xvimagesink_colorbalance_get_value),
39153         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39154         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39155         change from READY to NULL and fixed some stupid bugs in colorbalance
39156         get/set values. Also added the following feature : when nobody tries to
39157         set some values to the colorbalance levels before the xcontext is
39158         grabbed, then when creating channels list from Xv attributes we set the
39159         internal values to the Xv defaults. This way we handle buggy Xv drivers
39160         that set default hue values far from the middle of the range (Thanks
39161         to Jon Trowbridge for pointing that issue).
39162         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39163         colorbalance levels have been set before xcontext is grabbed.
39164
39165 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39166
39167         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39168           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39169           it might block operations (which is bad for a mixer).
39170
39171 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39172
39173         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39174         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39175         (gmip_find_type_pre):
39176         * gst-libs/gst/media-info/media-info-priv.h:
39177         * gst-libs/gst/media-info/media-info.c:
39178         (gst_media_info_instance_init), (gst_media_info_read_idler):
39179         add fakesink to get caps on decoder src pad again
39180         fix callback prototype to match new have_type signal signature
39181
39182 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39183
39184         * gst/adder/gstadder.c: (gst_adder_link):
39185           fix non-compile and cut-n-paste code
39186
39187 2004-01-21  David Schleef  <ds@schleef.org>
39188
39189         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39190         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39191         (gst_swfdec_init), (gst_swfdec_change_state):
39192         * ext/swfdec/gstswfdec.h:
39193         Fix negotiation.
39194         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39195         (gst_adder_request_new_pad): Fix negotiation.
39196         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39197         Add a fixate function.
39198         * gst/intfloat/gstfloat2int.c:
39199         * gst/intfloat/gstfloat2int.h:
39200         * gst/intfloat/gstint2float.c:
39201         * gst/intfloat/gstint2float.h:
39202         Completely rewrite the negotiation.  Doesn't quite work yet,
39203         due to some buffer-frames problem.
39204
39205 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39206
39207         * ext/gnomevfs/gstgnomevfssrc.c:
39208         * sys/v4l2/v4l2_calls.h:
39209           fix includes for distcheck
39210
39211 2004-01-21  Christian Schaller <uraeus@gnome.org>
39212
39213         * ext/nas/
39214         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39215         based on earlier patch from Laurent Vivier
39216
39217 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39218
39219         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39220         Fix wma caps property
39221         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39222         Fix typo (flags1 and flags2)
39223
39224 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39225
39226         * gst-libs/gst/media-info/media-info-priv.c:
39227         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39228         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39229         (gmip_find_stream), (gmip_find_track_metadata),
39230         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39231         (gmip_find_track_format):
39232         * gst-libs/gst/media-info/media-info-priv.h:
39233         * gst-libs/gst/media-info/media-info-test.c: (main):
39234         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39235         (gst_media_info_read_idler), (gst_media_info_read):
39236         * gst-libs/gst/media-info/media-info.h:
39237           register debugging category and use it for debugging
39238
39239 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39240
39241         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39242         (gst_vorbisfile_new_link):
39243           signal streaminfo through tags
39244
39245 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39246
39247         * ext/mplex/gstmplex.cc:
39248         * ext/mplex/gstmplexibitstream.cc:
39249           g++ doesn't like NULL in our i18n/error macros, should be
39250           either (NULL) or ("").
39251
39252 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39253
39254         * sys/dxr3/dxr3audiosink.c:
39255         * sys/dxr3/dxr3init.c:
39256         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39257         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39258           Fix more error error error errors (missing includes here).
39259
39260 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39261
39262         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39263           fix thomas' error errors.
39264
39265 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39266
39267         * ext/mpeg2enc/gstmpeg2enc.cc:
39268           fix error errors.
39269
39270 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39271
39272         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39273         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39274           Fix for new error system.
39275
39276 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39277
39278         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39279           fix for new error reporting
39280
39281 2004-01-20  David Schleef  <ds@schleef.org>
39282
39283         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39284         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39285         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39286         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39287         and neither is 100+, most likely.
39288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39289         (gst_xvimagesink_getcaps): same
39290
39291 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39292
39293         * configure.ac:
39294           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39295           clashes with ffmpeg.
39296
39297 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39298
39299         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39300         (gst_switch_init): Fixed switch element : proxying link and setting
39301         caps from src to sink on request.
39302
39303 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39304
39305         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39306         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39307         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39308         fix element_error
39309
39310 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39311
39312         * sys/v4l/v4l_calls.h:
39313         * sys/v4l2/v4l2_calls.h:
39314           element_error fixes
39315
39316 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39317
39318         * gst-libs/gst/gst-i18n-plugin.h:
39319           add locale.h
39320           remove config.h inclusion
39321
39322 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39323
39324         * autogen.sh:
39325           adding autopoint invocation
39326         * Makefile.am:
39327         * configure.ac:
39328         * gst-libs/gst/gettext.h:
39329           adding gettext bits
39330         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39331         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39332         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39333         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39334         (gst_gnomevfssink_close_file):
39335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39336         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39337         * gst-libs/gst/gst-i18n-plugin.h:
39338         * gst/avi/gstavi.c: (plugin_init):
39339         * sys/dxr3/dxr3init.c: (plugin_init):
39340         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39341         * sys/oss/gstossaudio.c: (plugin_init):
39342         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39343         * sys/v4l/gstv4l.c: (plugin_init):
39344         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39345         * sys/v4l2/gstv4l2.c: (plugin_init):
39346         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39347         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39348         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39349         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39350         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39351         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39352           make sure locale and translation domain are set
39353           fix translated strings
39354         * po/.cvsignore:
39355         * po/LINGUAS:
39356         * po/Makevars:
39357         * po/POTFILES.in:
39358         * po/nl.po:
39359           put translation files into place
39360         * sys/xvideo/imagetest.c: (main):
39361         * ext/dv/demo-play.c: (main):
39362           fix unnecessary translations
39363
39364 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39365
39366         * ext/sndfile/gstsf.c:
39367         * gst/avi/gstavimux.c:
39368         * ext/audiofile/gstafsink.c:
39369         * ext/audiofile/gstafsrc.c:
39370         * ext/gnomevfs/gstgnomevfssink.c:
39371         * ext/gnomevfs/gstgnomevfssrc.c:
39372         * sys/oss/gstosselement.c:
39373         * sys/v4l/v4l_calls.h:
39374           fix i18n include
39375
39376 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39377
39378         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39379         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39380         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39381         (gst_v4l2_get_output), (gst_v4l2_set_output),
39382         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39383         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39384         (gst_v4l2_set_attribute):
39385         update to new error handling
39386
39387 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39388
39389         * ext/sidplay/gstsiddec.cc:
39390         * gst/modplug/gstmodplug.cc:
39391           parenthese NULL because C++ seems angry about it
39392
39393 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39394
39395         * gst-libs/gst/gst-i18n-plugin.h:
39396           add skeleton i18n stuff, but needs to be further implemented
39397
39398 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39399
39400         * examples/gstplay/player.c: (main):
39401         * ext/aalib/gstaasink.c: (gst_aasink_open):
39402         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39404         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39405         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39406         (gst_afsink_close_file):
39407         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39408         (gst_afsrc_close_file):
39409         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39410         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39411         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39412         * ext/esd/esdmon.c: (gst_esdmon_get):
39413         * ext/esd/esdsink.c: (gst_esdsink_chain):
39414         * ext/faac/gstfaac.c: (gst_faac_chain):
39415         * ext/faad/gstfaad.c: (gst_faad_chain):
39416         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39417         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39418         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39419         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39420         (gst_flacdec_loop):
39421         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39422         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39423         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39424         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39425         (gst_gnomevfssink_close_file):
39426         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39427         (gst_gnomevfssrc_open_file):
39428         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39429         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39430         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39431         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39432         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39433         * ext/mad/gstmad.c: (gst_mad_chain):
39434         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39435         * ext/mpeg2dec/gstmpeg2dec.c:
39436         * ext/mpeg2enc/gstmpeg2enc.cc:
39437         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39438         * ext/mplex/gstmplex.cc:
39439         * ext/mplex/gstmplexibitstream.cc:
39440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39441         (gst_ogg_demux_push), (gst_ogg_pad_push):
39442         * ext/raw1394/gstdv1394src.c:
39443         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39444         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39445         * ext/sidplay/gstsiddec.cc:
39446         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39447         (gst_sf_loop):
39448         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39449         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39450         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39451         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39452         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39453         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39454         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39455         * gst-libs/gst/Makefile.am:
39456         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39457         (gst_riff_read_element_data), (gst_riff_read_seek),
39458         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39459         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39460         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39461         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39462         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39463         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39464         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39465         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39466         * gst/goom/gstgoom.c: (gst_goom_chain):
39467         * gst/id3/gstid3types.c: (gst_id3types_loop):
39468         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39469         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39470         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39471         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39472         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39473         (gst_ebml_read_float), (gst_ebml_read_header):
39474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39475         (gst_matroska_demux_parse_blockgroup):
39476         * gst/modplug/gstmodplug.cc:
39477         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39478         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39479         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39480         * gst/silence/gstsilence.c: (gst_silence_get):
39481         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39482         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39483         * gst/speed/gstspeed.c: (speed_loop):
39484         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39485         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39486         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39487         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39488         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39489         (gst_wavparse_loop):
39490         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39491         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39492         (dxr3audiosink_close):
39493         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39494         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39495         (dxr3videosink_close), (dxr3videosink_write_data):
39496         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39497         * sys/oss/gstosselement.h:
39498         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39499         (gst_osssink_chain):
39500         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39501         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39502         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39504         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39505         (gst_v4l_enable_overlay):
39506         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39507         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39508         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39509         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39510         (gst_v4l_set_audio):
39511         * sys/v4l/v4l_calls.h:
39512         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39513         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39514         (gst_v4lmjpegsink_playback_init),
39515         (gst_v4lmjpegsink_playback_start):
39516         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39517         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39518         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39519         (gst_v4lmjpegsrc_requeue_frame):
39520         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39521         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39522         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39523         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39524         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39525         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39526         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39527         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39528         (gst_v4l2src_capture_stop):
39529         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39530         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39531         (gst_ximagesink_chain):
39532         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39533         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39534         (gst_xvideosink_xwindow_new):
39535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39536         (gst_xvimagesink_chain):
39537         use new error signal, function and categories
39538
39539 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39540
39541         * configure.ac:
39542         * ext/Makefile.am:
39543         * ext/musicbrainz/gsttrm.c:
39544         * ext/musicbrainz/gsttrm.h:
39545         * ext/musicbrainz/Makefile.am:
39546         Add a trm plugin
39547
39548 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39549
39550         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39551         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39552         synchronous property for debugging.
39553         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39555         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39556         smaller block, fixing indent.
39557
39558 2004-01-16  David Schleef  <ds@schleef.org>
39559
39560         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39561         property affects the video stream.
39562         * sys/xvimage/xvimagesink.c:
39563         * sys/xvimage/xvimagesink.h:
39564         Add synchronous property for debugging.  Should probably be
39565         disabled in non-CVS builds.  Make sure that the Xv attribute
39566         exists before we set it (crash!).  Fix a silly float bug that
39567         caused colorbalance to just not work.
39568
39569 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39570
39571         * tools/gst-launch-ext.in - update for new plugins
39572
39573 2004-01-16  David Schleef  <ds@schleef.org>
39574
39575         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39576         already-freed caps.
39577
39578 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39579
39580         * Update spec for new colorspace plugin and libcaca plugin
39581         * Fix compilation of libcaca plugin (clock -> id)
39582
39583 2004-01-16  Julien MOUTTE <julien@moutte.net>
39584
39585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39586         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39587         (gst_xvimagesink_set_xwindow_id),
39588         (gst_xvimagesink_colorbalance_set_value),
39589         (gst_xvimagesink_colorbalance_get_value),
39590         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39591         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39592         correct colorbalance properties. They can now be set when the element
39593         is still in NULL state. The values will be committed to the Xv Port
39594         when xcontext is initialized.
39595         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39596         brightness int values in the GstXvImagesink structure.
39597
39598 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39599
39600         * gst-libs/gst/Makefile.am:
39601           restructure so having local patches works easier.
39602
39603 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39604
39605         * ext/mpeg2enc/Makefile.am:
39606         * ext/mpeg2enc/gstmpeg2enc.cc:
39607         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39608           Bugfix with respect to EOS handling.
39609
39610 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39611
39612         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39613           Link with right caps (else, it segfaults).
39614         * ext/mplex/gstmplexjob.cc:
39615           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39616
39617 2004-01-15  David Schleef  <ds@schleef.org>
39618
39619         * gst-libs/gst/audio/Makefile.am:
39620         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39621         from the template.
39622         * gst-libs/gst/audio/gstaudiofilter.c:
39623         * gst-libs/gst/audio/gstaudiofilter.h:
39624         Add bytes_per_sample and size and n_samples calculation.
39625         * gst-libs/gst/audio/gstaudiofilterexample.c:
39626         Remove, now autogenerated.
39627         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39628         Moved from gstaudiofilterexample, object name changed, code added
39629         so that it actually works.
39630         * gst-libs/gst/audio/make_filter:
39631         Script to build an audiofilter subclass from the template.
39632         * gst/colorspace/Makefile.am:
39633         * gst/colorspace/yuv2yuv.c:
39634         Remove file, since it's GPL, and we don't use it.
39635
39636 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39637
39638         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39640         them use the buffer free function to test how the buffer was allocated.
39641
39642 2004-01-15  David Schleef  <ds@schleef.org>
39643
39644         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39645         that handles osssink fallback.
39646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39647         (gst_audio_convert_getcaps):
39648         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39649         Add audio/x-qdm2 for QDM2 audio.
39650         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39651         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39652         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39653         Decrease minimum size to 16x16.
39654         * gst/wavparse/gstwavparse.c:
39655         Convert disabled pad template caps to new caps.
39656         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39658         (gst_xvimagesink_chain): Throw element error when display cannot
39659         be opened.  Increase minimum framerate to 1.0.  Check the data
39660         free function on a buffer to make sure it is the type we expect
39661         before manipulating it.
39662
39663 2004-01-15  Julien MOUTTE <julien@moutte.net>
39664
39665         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39666         (gst_videobalance_colorbalance_set_value): Implement passthru if
39667         settings are in the middle.
39668         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39669
39670 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39671
39672         * gst/videofilter/Makefile.am:
39673         * gst/volume/Makefile.am:
39674           Since we use videofilter symbols, link to it.
39675
39676 2004-01-15  Julien MOUTTE <julien@moutte.net>
39677
39678         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39679         mixer interface type to HARDWARE.
39680         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39681         type to SOFTWARE.
39682         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39683         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39684         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39685         (gst_volume_interface_init), (gst_volume_list_tracks),
39686         (gst_volume_set_volume), (gst_volume_get_volume),
39687         (gst_volume_set_mute), (gst_volume_mixer_init),
39688         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39689         (volume_init): Implementing mixer interface.
39690         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39691         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39692         (gst_osselement_change_state): Removing some trailing commas in
39693         structures.
39694         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39695         interface type to HARDWARE.
39696         * sys/v4l/gstv4lcolorbalance.c:
39697         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39698         type to HARDWARE.
39699         * sys/v4l2/gstv4l2colorbalance.c:
39700         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39701         interface type to HARDWARE.
39702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39703         same code than ximagesink for event handling.
39704
39705 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39706
39707         * ext/snapshot/Makefile.am:
39708         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39709         (gst_snapshot_chain):
39710         * ext/snapshot/gstsnapshot.h:
39711           This has to be a joke... Snapshot should be connected to a tee,
39712           colorspace element before it and EOS after that, where the other
39713           src of the tee receives normal data.
39714           The current way is *wrong*.
39715
39716 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39717
39718         * ext/hermes/gsthermescolorspace.c:
39719           Fix another compile error. Same as below.
39720
39721 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39722
39723         * gst/colorspace/gstcolorspace.c:
39724         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39725         (gst_colorspace_i420_to_yv12):
39726           Fix compiling... Didn't test if it actually works.
39727
39728 2004-01-15  David Schleef  <ds@schleef.org>
39729
39730         * configure.ac:
39731         * gst/colorspace/Makefile.am:
39732         * gst/colorspace/gstcolorspace.c:
39733         * gst/colorspace/gstcolorspace.h:
39734         * gst/colorspace/yuv2rgb.c:
39735         * gst/colorspace/yuv2rgb.h:
39736         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39737         code and GPL code.  Fix for new caps negotiation.  Rewrite
39738         much of the format handling code, and some of the conversion
39739         code.  Basically, rewrote almost everything.  This element
39740         handles I420, YV12 to RGB conversions.
39741         * ext/hermes/Makefile.am:
39742         * ext/hermes/gsthermescolorspace.c:
39743         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39744         Remove non-Hermes related code.  This element handles lots of
39745         RGB to RGB conversions, but no YUV.
39746         * ext/hermes/gstcolorspace.c:
39747         * ext/hermes/gstcolorspace.h:
39748         * ext/hermes/rgb2yuv.c:
39749         * ext/hermes/yuv2rgb.c:
39750         * ext/hermes/yuv2rgb.h:
39751         * ext/hermes/yuv2rgb_mmx16.s:
39752         * ext/hermes/yuv2yuv.c:
39753         * ext/hermes/yuv2yuv.h:
39754         Remove old code.
39755
39756 2004-01-14  Colin Walters  <walters@verbum.org>
39757
39758         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39759         they've already been.
39760
39761 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39762
39763         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39764           assume tag mode when pad is not connected
39765
39766 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39767
39768         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39769           Don't update the time of the clock
39770         (gst_alsa_sink_loop):
39771           sync to the clock given to alsasink, not the own clock
39772         * sys/oss/gstosssink.c: (gst_osssink_chain):
39773           sync to the clock
39774         (gst_osssink_change_state):
39775           activate the clock
39776         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39778           remove bogus code that made DISCONT events unhandled
39779         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39780           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39781           #131502)
39782         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39783         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39784         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39785           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39786           2nd warning in bug #131502)
39787
39788 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39789
39790         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39791         (gst_videobalance_colorbalance_set_value),
39792         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39793         for colorbalance interface implementation.
39794         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39795         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39796         (gst_ximagesink_dispose), (gst_ximagesink_init),
39797         (gst_ximagesink_class_init): Adding DISPLAY property.
39798         * sys/ximage/ximagesink.h: Adding display_name to store display.
39799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39800         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39801         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39802         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39803         properties (they still need polishing though for gst-launch use : no
39804         xcontext yet, i ll do that tomorrow).
39805         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39806
39807 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39808
39809         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39810         (gst_play_set_location), (gst_play_set_visualization): Preparing
39811         switch integration, adding videobalance in the pipeline.
39812
39813 2004-01-14  Julien MOUTTE <julien@moutte.net>
39814
39815         * gst-libs/gst/colorbalance/colorbalance.c:
39816         (gst_color_balance_class_init): Adding a default type.
39817         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39818         the type.
39819         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39820         (gst_videobalance_dispose), (gst_videobalance_class_init),
39821         (gst_videobalance_init), (gst_videobalance_interface_supported),
39822         (gst_videobalance_interface_init),
39823         (gst_videobalance_colorbalance_list_channels),
39824         (gst_videobalance_colorbalance_set_value),
39825         (gst_videobalance_colorbalance_get_value),
39826         (gst_videobalance_colorbalance_init): Implementing colorbalance
39827         interface.
39828         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39829         list.
39830         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39831         bug which was triggering a BadAccess X error when setting an overlay
39832         before pad was really negotiated.
39833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39834         Using the colorbalance type macro.
39835
39836 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39837
39838         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39839         (gst_flacenc_chain):
39840           handle tags correctly
39841         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39842           extract ID3v1 tags correctly
39843
39844 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39845
39846         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39847         (plugin_init):
39848           Improve matroska typefinding for odd-typed headers...
39849
39850 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39851
39852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39853           Fix for using incremental number on padnames.
39854
39855 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39856
39857         * ext/divx/gstdivxdec.c:
39858         * ext/divx/gstdivxenc.c:
39859           Set category to divx4linux instead of divx (too generic).
39860         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39861         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39862         (gst_wavparse_loop), (gst_wavparse_change_state):
39863         * gst/wavparse/gstwavparse.h:
39864           fix parsing of WAV files with non-standard fmt-tag size and fix
39865           skipping of unrecognized chunks... Someone please fix this thing
39866           to use rifflib so all this is automated.
39867         * sys/v4l/Makefile.am:
39868         * sys/v4l2/Makefile.am:
39869           Add X_CFLAGS because we depend on X (for overlay).
39870
39871 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39872
39873         * ext/mpeg2dec/gstmpeg2dec.c:
39874           Don't issue a timestamp unless we tagged the frame
39875           with a PTS.
39876
39877 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39878
39879         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39880           Query the audio element to get the time, not the clock. We're
39881           interested in the element's time here.
39882
39883 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39884
39885         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39887         * ext/esd/esdsink.c: (gst_esdsink_chain):
39888         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39889         * ext/mas/massink.c: (gst_massink_chain):
39890         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39892         (gst_matroska_demux_parse_metadata):
39893         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39894         (gst_mpeg_parse_release_locks):
39895         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39896         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39897         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39898         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39899         (gst_osssink_change_state):
39900         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39901         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39902         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39903         (gst_xvideosink_release_locks):
39904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39905           use element time.
39906         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39907         (gst_alsa_clock_stop):
39908         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39909         (gst_audio_clock_get_internal_time):
39910           simplify for use with new clocking code.
39911         * testsuite/alsa/Makefile.am:
39912         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39913           fix testsuite for new caps system
39914
39915 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39916
39917         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39918         * ext/flac/gstflacenc.c: (add_one_tag):
39919           length is already host endian, no need to convert. Fixes playback of
39920           tagged files on PPC. (bug #128384)
39921
39922 2004-01-13  Julien MOUTTE <julien@moutte.net>
39923
39924         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39925         colorbalance interface stating if it is hardware based or software
39926         based.
39927         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39928         Removing a trailing comma.
39929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39930         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39931         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39932         the documentation seems to be wrong on the -1000 to 1000 interval.
39933
39934 2004-01-12  David Schleef  <ds@schleef.org>
39935
39936         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39937         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39938         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39939         Fix negotiation.  Add a bufferalloc function for the sink pad,
39940         and generally clean up some of the code.
39941
39942 2004-01-12  Julien MOUTTE <julien@moutte.net>
39943
39944         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39945         (gst_color_balance_channel_dispose): Adding safety check in dispose
39946         method.
39947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39948         (gst_xvimagesink_xcontext_clear),
39949         (gst_xvimagesink_interface_supported),
39950         (gst_xvimagesink_colorbalance_list_channels),
39951         (gst_xvimagesink_colorbalance_set_value),
39952         (gst_xvimagesink_colorbalance_get_value),
39953         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39954         Adding colorbalance interface support to set XV parameters such as
39955         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39956         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39957         interface.
39958
39959 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39960
39961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39962         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39963         (gst_audio_convert_init), (gst_audio_convert_set_property),
39964         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39965         (gst_audio_convert_link),
39966         (gst_audio_convert_buffer_to_default_format),
39967         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39968           - implement _getcaps and use it
39969           - improve linking
39970           - remove float caps since no float conversion is actually done
39971           - remove properties and arguments that were to be used for rate
39972             conversion
39973
39974 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39975
39976         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39977         (gst_audio_structure_set_int):
39978         * gst-libs/gst/audio/audio.h:
39979           add helper functions for _getcaps matching the standard audio
39980           templates
39981
39982 2004-01-12  David Schleef  <ds@schleef.org>
39983
39984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39985         Test that pad is negotiated before getting its caps.
39986
39987 2004-01-12  Julien MOUTTE <julien@moutte.net>
39988
39989         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39990         analyzing the pads of an element the bin is mostly in READY state so
39991         no caps were negotiated. This helper function needs to work with
39992         _get_caps directly then. I was not freeing them though, added that to
39993         fix the mem leak.
39994
39995 2004-01-12  Julien MOUTTE <julien@moutte.net>
39996
39997         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39999         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40000         than the free_func.
40001
40002 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40003
40004         * sys/oss/gstossaudio.c: (plugin_init):
40005         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40006         * sys/oss/gstosselement.h:
40007           make an oss debugging category
40008           make failure more descriptive
40009
40010 2004-01-11  David Schleef  <ds@schleef.org>
40011
40012         * ext/ffmpeg/gstffmpeg.c:
40013         * ext/ffmpeg/gstffmpegcodecmap.c:
40014         * ext/ffmpeg/gstffmpegdec.c:
40015         * ext/ffmpeg/gstffmpegenc.c:
40016         * ext/ffmpeg/gstffmpegprotocol.c:
40017         * ext/gdk_pixbuf/gstgdkanimation.c:
40018         * ext/jpeg/gstjpeg.c:
40019         * ext/libpng/gstpng.c:
40020         * ext/mpeg2dec/perftest.c:
40021         * ext/speex/gstspeex.c:
40022         * gst-libs/gst/resample/dtos.c:
40023         * gst/intfloat/gstintfloatconvert.c:
40024         * gst/oneton/gstoneton.c:
40025         * gst/rtjpeg/RTjpeg.c:
40026         * gst/rtp/gstrtp.c:
40027         * sys/dxr3/dxr3init.c:
40028         * sys/glsink/gstgl_nvimage.c:
40029         * sys/glsink/gstgl_pdrimage.c:
40030         * sys/glsink/gstglsink.c:
40031         * testsuite/gst-lint:
40032         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40033
40034 2004-01-11  David Schleef  <ds@schleef.org>
40035
40036         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40037         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40038         * ext/gdk_pixbuf/gstgdkanimation.c:
40039         (gst_gdk_animation_iter_create_pixbuf):
40040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40041         (gst_gdk_pixbuf_chain):
40042         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40043         * ext/jack/gstjack.c: (gst_jack_change_state):
40044         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40045         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40046         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40047         * gst/videofilter/gstvideofilter.c:
40048         (gst_videofilter_set_output_size):
40049         Remove all usage of gst_pad_get_caps(), and replace it with
40050         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40051
40052 2004-01-11  David Schleef  <ds@schleef.org>
40053
40054         * configure.ac:
40055         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40056         * ext/divx/gstdivxdec.c:
40057         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40058         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40059         handle images that span multiple buffers.  Now work with both
40060         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40061         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40062         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40063         video/video.h changes
40064         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40066         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40067         of GstData free function.
40068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40069         same.
40070
40071 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40072
40073         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40074         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40075         (gst_v4l2element_get_property):
40076         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40077           add norm, channel and frequency properties.
40078         * sys/v4l2/gstv4l2tuner.c:
40079           fixes for tuner interface changes
40080         * sys/v4l2/gstv4l2element.h:
40081         * sys/v4l2/gstv4l2src.c:
40082         * sys/v4l2/gstv4l2src.h:
40083         * sys/v4l2/v4l2src_calls.c:
40084         * sys/v4l2/v4l2src_calls.h:
40085           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40086
40087 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40088
40089         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40090         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40091         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40092         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40093         * gst-libs/gst/tuner/tuner.h:
40094           GObjects aren't const.
40095           Add find_by_name functions.
40096           Add checks to _changed functions.
40097         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40098         (gst_v4l_tuner_get_norm):
40099           Fixes for above.
40100
40101 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40102
40103         * gst-libs/gst/video/video.h:
40104           Fix caps template names to be understandable.
40105           Prefix everything with GST_VIDEO.
40106         * ext/aalib/gstaasink.c:
40107         * ext/divx/gstdivxdec.c:
40108         * ext/divx/gstdivxenc.c:
40109         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40110         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40111         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40112         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40113         * ext/libcaca/gstcacasink.c:
40114         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40115         * ext/snapshot/gstsnapshot.c:
40116         * ext/swfdec/gstswfdec.c:
40117         * ext/xvid/gstxviddec.c:
40118         * ext/xvid/gstxvidenc.c:
40119         * gst/chart/gstchart.c:
40120         * gst/deinterlace/gstdeinterlace.c:
40121         * gst/effectv/gsteffectv.c:
40122         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40123         * gst/goom/gstgoom.c:
40124         * gst/median/gstmedian.c:
40125         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40126         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40127         * gst/overlay/gstoverlay.c:
40128         * gst/smooth/gstsmooth.c:
40129         * gst/smpte/gstsmpte.c:
40130         * gst/synaesthesia/gstsynaesthesia.c:
40131         * gst/videocrop/gstvideocrop.c:
40132         * gst/videodrop/gstvideodrop.c:
40133         * gst/y4m/gsty4mencode.c:
40134         * sys/qcam/gstqcamsrc.c:
40135         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40136           Make them work with new video.h file.
40137         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40138         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40140         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40141           Make it work with new buffer allocation system.
40142
40143 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40144
40145         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40146         pad_alloc_buffer implementation to use ->srcpad
40147         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40148         pad_alloc_buffer implementation to use ->srcpad
40149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40150         pad_alloc_buffer implementation to use ->srcpad
40151         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40152         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40153         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40154         a reference to everything we need.
40155         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40157         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40158         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40159         a reference to everything we need.
40160         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40161
40162 2004-01-11  David Schleef  <ds@schleef.org>
40163
40164         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40165         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40166         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40167         structure members.
40168         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40169         value during a resize/renegotiation.
40170         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40171         gst_pad_alloc_buffer();
40172         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40173         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40174         structure members.
40175         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40176         Fix for rename of buffer private structure members.
40177         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40178         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40179         Fix for rename of buffer private structure members.
40180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40181         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40182         Fix for rename of buffer private structure members.
40183
40184 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40185
40186         reviewed by: David Schleef <ds@schleef.org>
40187
40188         * gst/videofilter/Makefile.am:
40189         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40190         from the patch by ds to fit in with recent make_filter changes.
40191
40192 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40193
40194         * configure.ac: Adding examples/switch/Makefile
40195         * examples/Makefile.am: Adding examples/switch
40196         * examples/switch/Makefile.am: Adding switcher example.
40197         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40198         (switch_timer), (main): Adding an example demonstrating switch usage
40199         with 2 videotestsrc showing different patterns.
40200         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40201         (gst_switch_init): Fixing switch with the new caps system.
40202
40203 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40204
40205         * gst-libs/gst/video/video.h:
40206           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40207           They should probably be like
40208           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40209
40210 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40211
40212         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40213         (qtdemux_parse_trak):
40214           fix audio chunk size/timestamp calculation
40215
40216 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40217
40218         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40219           fix SVQ3 caps
40220
40221 2004-01-11  Steve Baker  <steve@stevebaker.org>
40222
40223         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40224         (gst_agingtv_base_init), (gst_agingtv_class_init),
40225         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40226         (gst_agingtv_set_property), (gst_agingtv_get_property):
40227         Port agingTV to videofilter
40228
40229 2004-01-09  Julien MOUTTE <julien@moutte.net>
40230
40231         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40232         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40233
40234 2004-01-09  Julien MOUTTE <julien@moutte.net>
40235
40236         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40237         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40238         * gst-libs/gst/xoverlay/xoverlay.c:
40239         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40240         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40241         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40242         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40243         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40244         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40245         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40246         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40247         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40248         interface implementation to handle xid being 0 and fix some bugs
40249         triggered by Benjamin's testcase.
40250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40251         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40252         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40253         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40254         interface implementation to handle xid being 0 and fix some bugs
40255         triggered by Benjamin's testcase.
40256
40257 2004-01-09  David Schleef  <ds@schleef.org>
40258
40259         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40260         mouse pointer events.  It works.
40261
40262 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40263
40264         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40265           Use explicit caps - fix capsnego.
40266         * ext/xvid/gstxviddec.c:
40267         * ext/xvid/gstxvidenc.c:
40268           Remove macro-inside-macro which caused compile errors.
40269         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40270           Error out if it's not a RIFF file. Else we error out without
40271           gst_element_error() which is not good...
40272
40273 2004-01-08  David Schleef  <ds@schleef.org>
40274
40275         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40276         Fix pad_link function to handle formats that ffmpeg returns
40277         as multiple caps structures.
40278         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40279         Only complain if source buffer is _smaller_ than expected.
40280         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40281         (gst_videoscale_handle_src_event): Resize navigation events
40282         when passing them upstream.
40283         * gst/videotestsrc/gstvideotestsrc.c:
40284         * gst/videotestsrc/gstvideotestsrc.h:
40285         * gst/videotestsrc/videotestsrc.c:
40286         * gst/videotestsrc/videotestsrc.h:
40287         Rewrite many of the buffer painting functions to handle odd
40288         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40289         been verified to work with my video card.
40290         * testsuite/gst-lint:  Add check for elements calling
40291         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40292
40293 2004-01-08  David Schleef  <ds@schleef.org>
40294
40295         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40296         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40297
40298 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40299
40300         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40301         configure event is not emiting the desired size signal. That fixes
40302         aspect ratio issues with gst-player.
40303
40304 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40305
40306         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40307           Fix capsnego.
40308
40309 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40310
40311         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40312         public method to fire size signal.
40313
40314 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40315
40316         * examples/gstplay/Makefile.am: Adding the interface library.
40317         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40318         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40319         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40320         GST_IS_X_OVERLAY before signal connect.
40321         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40322         Removing the have_video_size signal.
40323         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40324         and associated public method.
40325         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40326         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40327         signal.
40328         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40329         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40330         signal.
40331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40332         Using XOverlay public method to fire size signal.
40333
40334 2004-01-07  David Schleef  <ds@schleef.org>
40335
40336         * gst/videofilter/Makefile.am:
40337         * gst/videofilter/gstvideotemplate.c:
40338         * gst/videofilter/make_filter:
40339         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40340         Convert make_filter to /bin/sh script.
40341
40342 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40343
40344         * gst/modplug/gstmodplug.cc: fix element description
40345
40346 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40347
40348         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40349         (got_video_size): Adding some new lines in g_print calls.
40350         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40351         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40352         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40353         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40354         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40355         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40356         Complete code review, reverting some stuff i disagree with, adding
40357         some fixes : time synchronization on invalid timestamps, renegotiation
40358         of private window.
40359         * sys/ximage/ximagesink.h:
40360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40361         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40362         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40363         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40364         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40365         (gst_xvimagesink_buffer_new),
40366         (gst_xvimagesink_navigation_send_event),
40367         (gst_xvimagesink_set_xwindow_id),
40368         (gst_xvimagesink_get_desired_size),
40369         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40370         stuff i disagree with, adding some fixes : Renegotiation of private
40371         window, implementing get_desired_size.
40372
40373 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40374
40375         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40376         (gst_afsink_handle_event):
40377         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40378         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40379         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40380         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40381         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40382           Fix for instantiate-test (see core). Also remove dead code from
40383           jpegenc (which still needs fixing, but that's lower on my TODO
40384           list...).
40385         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40386           Never return NULL as caps.
40387
40388 2004-01-07  David Schleef  <ds@schleef.org>
40389
40390         * configure.ac:
40391         * ext/Makefile.am:
40392         * ext/librfb/Makefile.am:
40393         * ext/librfb/gstrfbsrc.c:
40394         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40395         is the protocol used by VNC.
40396
40397 2004-01-07  David Schleef  <ds@schleef.org>
40398
40399         * gst/videofilter/gstvideotemplate.c:
40400         * gst/videofilter/gstvideotemplate.h:
40401         * gst/videofilter/make_filter:
40402         Merge videotemplate header into source file.
40403         * gst/effectv/Makefile.am:
40404         * gst/effectv/gsteffectv.c: (plugin_init):
40405         * gst/effectv/gstwarp.c:
40406         Make warpTV a subclass of videofilter.
40407
40408 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40409
40410         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40411           Add guard against invalid utf-8 conversions in mad. Just in case.
40412
40413 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40414
40415         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40416           Fix for bug shown by poisoning
40417
40418 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40419
40420         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40421         (gst_v4lmjpegsrc_buffer_free):
40422         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40423         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40424         (gst_v4lsrc_buffer_free):
40425           Fix for removed bufferpools.
40426
40427 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40428
40429         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40430         Fix caps negotiation.
40431
40432         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40433         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40434         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40435         (dvdnavsrc_event):
40436         * ext/mpeg2dec/gstmpeg2dec.c:
40437         * gst-libs/gst/navigation/navigation.c:
40438         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40439         * gst-libs/gst/navigation/navigation.h:
40440         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40441         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40443         Super-simple first version of mouse and keyboard events. Clicking
40444         on a DVD menu now works, although it may not take you where you
40445         expected.
40446
40447         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40448         * gst/videotestsrc/gstvideotestsrc.c:
40449         (gst_videotestsrc_src_fixate):
40450         These fixate functions were broken - they never actually
40451         fixated :)
40452
40453 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40454
40455         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40456         (gst_icecastsend_init):
40457           fix for new caps system.
40458         * gst-libs/gst/mixer/mixertrack.h:
40459         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40460           Add 'master track' flag (for tools like ACME that only want to
40461           change the main volume).
40462
40463 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40464
40465         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40466         (gst_xvid_csp_to_caps):
40467         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40468         * ext/xvid/gstxvidenc.c:
40469         ifdef out ARGB type when it isn't available
40470         in xvidcore 1.0.0beta2
40471
40472 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40473
40474         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40475           When we have received a new SCR right in the first buffer after
40476           a seek (so in the same cycle that handles the discont), we should
40477           handle the buffer instead of unreffing it, else we lose data.
40478
40479 2004-01-06  Iain <iain@prettypeople.org>
40480
40481         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40482           buffer-frames caps too.
40483
40484         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40485           caps that we need, don't destroy them all and rebuild them. And when
40486           creating src pads, use the src pad template rather than the sink...
40487
40488 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40489
40490         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40491           Add pad to element *after* setting functions such as event handler.
40492           Without this, the scheduler (opt) will link pads, set the event
40493           handler from the default event function (dispatcher in gstpad.c)
40494           and *after* that, we will set our own event function, which will
40495           thus never be used (and thus mpegdemux doesn't handle events).
40496
40497 2004-01-04  David Schleef  <ds@schleef.org>
40498
40499         Fix the fixate functions to handle new prototype:
40500         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40501         * gst/videotestsrc/gstvideotestsrc.c:
40502         (gst_videotestsrc_src_fixate):
40503         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40504         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40506
40507 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40508
40509         * sys/ximage/ximagesink.h:
40510         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40511         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40512         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40513         (gst_ximagesink_xoverlay_init):
40514           assorted fixes to make (re)embedding work
40515         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40516         (gst_ximagesink_get_desired_size):
40517           implement desired size additions to XOverlay
40518
40519 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40520
40521         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40522         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40523         (gst_x_overlay_got_desired_size):
40524         * gst-libs/gst/xoverlay/xoverlay.h:
40525           Add optional "desired size" signal and querying.
40526
40527 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40528
40529         * gst/matroska/matroska-demux.c:
40530         (gst_matroska_demux_parse_blockgroup):
40531           Fix EBML-laced block parsing. Diffs are relative to previous
40532           lace, not the first lace. Thanks to Mosu from the Matroska
40533           team for detecting this.
40534         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40535         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40536         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40537         (gst_wavparse_change_state):
40538         * gst/wavparse/gstwavparse.h:
40539           Quickfix for capsnego.
40540
40541 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40542
40543         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40544           Fix indenting, fix pad creation.
40545
40546 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40547
40548         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40549         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40550         (gst_xviddec_sink_link):
40551           Implement src_getcaps() so proper size caps is negotiated.
40552
40553 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40554
40555         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40556           Finish flac decoder on EOS. See #116178.
40557
40558 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40559
40560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40561         (gst_matroska_demux_add_stream):
40562         * gst/matroska/matroska-ids.h:
40563           Add getcaps() function to fix capsnego...
40564
40565 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40566
40567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40568         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40569         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40570           Fix more integer overflows. Again, see #126967.
40571
40572 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40573
40574         * ext/mpeg2dec/gstmpeg2dec.c:
40575           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40576           #130416.
40577
40578 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40579
40580         * configure.ac:
40581         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40582         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40583         * ext/xvid/gstxvid.h:
40584         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40585         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40586         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40587         (gst_xviddec_change_state):
40588         * ext/xvid/gstxviddec.h:
40589         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40590         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40591         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40592         (gst_xvidenc_link), (gst_xvidenc_set_property),
40593         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40594         * ext/xvid/gstxvidenc.h:
40595           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40596
40597 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40598
40599         * gst/rtp/rtp-packet.c:
40600           Add sys/types.h include, since OS X doesn't define in_addr_t
40601           in netinet/in.h, like it does on Linux (see #129600).
40602
40603 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40604
40605         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40606
40607         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40608           Correct logic of dispose function (see #129306).
40609
40610 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40611
40612         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40614         (gst_mpeg_parse_init):
40615         * gst/mpegstream/gstmpegparse.h:
40616           Remove clock (which was never provided, i.e. dead code), and
40617           also fix integer overflows at high PTS values (see #126967).
40618
40619 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40620
40621         * ext/flac/gstflacdec.c:
40622         * ext/libpng/gstpngenc.h:
40623         * ext/mikmod/gstmikmod.h:
40624           OS X fixes (see #126628).
40625
40626 2004-01-02  David Schleef  <ds@schleef.org>
40627
40628         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40629         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40630         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40631         (gst_mpeg_parse_class_init): Move pad template registration
40632         to class_init, since the derived class (mpegdemux) doesn't
40633         want them.
40634
40635 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40636
40637         * sys/ximage/Makefile.am:
40638         * sys/xvideo/Makefile.am:
40639         * sys/xvimage/Makefile.am:
40640           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40641           after installation (see #127664).
40642
40643 2004-01-02  David Schleef  <ds@schleef.org>
40644
40645         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40646         (gst_ffmpegenc_connect):  Negotiation fixes.
40647         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40648         Remove inappropriate gst_caps_free().
40649         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40650         Reenable Ronald's internal resize code, since the core handles
40651         it correctly now.
40652
40653 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40654
40655         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40656         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40658           Fix pad template stuff.
40659
40660 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40661
40662         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40663         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40664           fix signed integer reading/writing.
40665
40666 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40667
40668         * ext/alsa/README:
40669           Remove outdated document
40670
40671 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40672
40673         * gst/cutter/gstcutter.c: (gst_cutter_init):
40674           src pad was being created twice - oops.
40675
40676 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40677
40678         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40679           Comment out internal resize. It doesn't handle the resulting
40680           XEvent internally, does another try_set_caps() which leads to
40681           a really nice loop.
40682           Real fix will come when Julien and Dave are awake. ;).
40683
40684 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40685
40686         * ext/mpeg2enc/gstmpeg2enc.cc:
40687           fix const/nonconst compile issue.
40688
40689 2004-01-02  David Schleef  <ds@schleef.org>
40690
40691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40692         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40693         Add fixate function and a check for bad formats.
40694
40695 2004-01-01  David Schleef  <ds@schleef.org>
40696
40697         Negotiation fixes:
40698         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40699         (gst_audiofilter_init):
40700         * gst/debug/efence.c: (gst_efence_init):
40701         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40702         (gst_deinterlace_init):
40703         * gst/volume/gstvolume.c: (volume_connect):
40704
40705 2004-01-01  David Schleef  <ds@schleef.org>
40706
40707         Convert elements to use gst_pad_use_explicit_caps() where
40708         appropriate:
40709         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40710         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40711         (gst_afparse_open_file):
40712         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40713         (gst_afsrc_open_file):
40714         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40715         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40716         (gst_ffmpegdec_chain):
40717         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40718         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40719         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40720         (gst_gdk_pixbuf_chain):
40721         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40722         (gst_jpegdec_chain):
40723         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40724         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40725         (gst_mikmod_negotiate):
40726         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40727         (gst_mpeg2dec_negotiate_format):
40728         * ext/mpeg2enc/gstmpeg2enc.cc:
40729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40730         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40731         (gst_speexdec_sinkconnect):
40732         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40733         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40734         (gst_vorbisfile_new_link):
40735         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40736         (gst_ac3parse_chain):
40737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40738         (gst_asf_demux_setup_pad):
40739         * gst/auparse/gstauparse.c: (gst_auparse_init),
40740         (gst_auparse_chain):
40741         * gst/id3/gstid3types.c: (gst_id3types_loop):
40742         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40743         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40744         (mp1videoparse_parse_seq):
40745         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40746         (bpf_from_header):
40747         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40748         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40749         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40750         (gst_mpeg_parse_send_data):
40751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40752         (gst_qtdemux_add_stream):
40753         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40754         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40755         (gst_wavparse_parse_fmt):
40756
40757 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40758
40759         * configure.ac:
40760           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40761           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40762           it therefore uses the wrong include paths. Too bad... Note
40763           that 1.6.1.93 is not release yet. ;).
40764           Also add a check for mplex, which is now using the lib'ified
40765           mplex from mjpegtools, too.
40766         * ext/ffmpeg/gstffmpegcodecmap.c:
40767           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40768           issues. I don't think ffmpeg handles 3ivx correctly, so this
40769           probably won't work. But it won't hurt either.
40770         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40771         (gst_ffmpegdec_chain):
40772         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40773         (gst_ffmpegenc_chain_audio):
40774           Fix memleak in audio encoding. Close codec if open fails, this
40775           calls the cleanup routines so we can re-use the context.
40776         * ext/mpeg2enc/gstmpeg2enc.cc:
40777           Fix pad template names/types, fix memory issue with getcaps().
40778         * ext/mpeg2enc/gstmpeg2encoder.cc:
40779         * ext/mpeg2enc/gstmpeg2encoder.hh:
40780           Fix compile issue with new caps system (const thingy).
40781         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40782         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40783           We read a first frame right on initing, so that we have a caps
40784           when we init the output. This caps is cached in padprivate and
40785           read as first frame.
40786         * ext/mplex/Makefile.am:
40787         * ext/mplex/gstmplex.cc:
40788         * ext/mplex/gstmplex.h:
40789         * ext/mplex/gstmplex.hh:
40790         * ext/mplex/gstmplexibitstream.cc:
40791         * ext/mplex/gstmplexibitstream.hh:
40792         * ext/mplex/gstmplexjob.cc:
40793         * ext/mplex/gstmplexjob.hh:
40794         * ext/mplex/gstmplexoutputstream.cc:
40795         * ext/mplex/gstmplexoutputstream.hh:
40796           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40797           had issues, didn't do capsnego, supported only a subset of the
40798           mplex features and required a mplex fork in our local CVS. Plus
40799           that it worked agaist a very old mplex version. Rewriting was
40800           faster than updating it.
40801         * gst-libs/ext/Makefile.am:
40802         * gst-libs/ext/mplex/INSTRUCT:
40803         * gst-libs/ext/mplex/Makefile.am:
40804         * gst-libs/ext/mplex/README:
40805         * gst-libs/ext/mplex/TODO:
40806         * gst-libs/ext/mplex/ac3strm_in.cc:
40807         * gst-libs/ext/mplex/audiostrm.hh:
40808         * gst-libs/ext/mplex/audiostrm_out.cc:
40809         * gst-libs/ext/mplex/aunit.hh:
40810         * gst-libs/ext/mplex/bits.cc:
40811         * gst-libs/ext/mplex/bits.hh:
40812         * gst-libs/ext/mplex/buffer.cc:
40813         * gst-libs/ext/mplex/buffer.hh:
40814         * gst-libs/ext/mplex/fastintfns.h:
40815         * gst-libs/ext/mplex/format_codes.h:
40816         * gst-libs/ext/mplex/inputstrm.cc:
40817         * gst-libs/ext/mplex/inputstrm.hh:
40818         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40819         * gst-libs/ext/mplex/mjpeg_logging.cc:
40820         * gst-libs/ext/mplex/mjpeg_logging.h:
40821         * gst-libs/ext/mplex/mjpeg_types.h:
40822         * gst-libs/ext/mplex/mpastrm_in.cc:
40823         * gst-libs/ext/mplex/mpegconsts.cc:
40824         * gst-libs/ext/mplex/mpegconsts.h:
40825         * gst-libs/ext/mplex/mplexconsts.hh:
40826         * gst-libs/ext/mplex/multplex.cc:
40827         * gst-libs/ext/mplex/outputstream.hh:
40828         * gst-libs/ext/mplex/padstrm.cc:
40829         * gst-libs/ext/mplex/padstrm.hh:
40830         * gst-libs/ext/mplex/stillsstream.cc:
40831         * gst-libs/ext/mplex/stillsstream.hh:
40832         * gst-libs/ext/mplex/systems.cc:
40833         * gst-libs/ext/mplex/systems.hh:
40834         * gst-libs/ext/mplex/vector.cc:
40835         * gst-libs/ext/mplex/vector.hh:
40836         * gst-libs/ext/mplex/videostrm.hh:
40837         * gst-libs/ext/mplex/videostrm_in.cc:
40838         * gst-libs/ext/mplex/videostrm_out.cc:
40839         * gst-libs/ext/mplex/yuv4mpeg.cc:
40840         * gst-libs/ext/mplex/yuv4mpeg.h:
40841         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40842         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40843           We don't fork mjpegtools' mplex in our CVS anymore.
40844         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40845         (gst_avi_demux_add_stream):
40846         * gst/avi/gstavidemux.h:
40847           Add getcaps() function for proper caps nego. This makes some
40848           parts of AVI playback/reading work.
40849         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40850           Resize window on new capsnego. This is probably wrong, but
40851           I'm still committing it because with current capsnego, the
40852           first successfull capsnego is auto-fixated, therefore rounded
40853           down to the lowest values in the caps. this results in a 16x16
40854           XWindow that is not reized when real capsnego finishes.
40855           Dave, I see more cases of this, do you know a proper solution?
40856         * tools/gst-launch-ext.in:
40857           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40858
40859 2003-12-31  David Schleef  <ds@schleef.org>
40860
40861         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40862         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40863           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40864
40865 2003-12-30  David Schleef  <ds@schleef.org>
40866
40867         * ext/ffmpeg/gstffmpegcolorspace.c:
40868         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40869         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40870         (gst_ffmpegcsp_chain): Negotiation fixes
40871         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40872         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40873         (gst_audio_convert_link), (gst_audio_convert_channels):
40874         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40875         (gst_audioscale_link), (gst_audioscale_get_buffer),
40876         (gst_audioscale_chain): Negotiation fixes
40877         * gst/audioscale/gstaudioscale.h:
40878         * gst/videofilter/gstvideofilter.c:
40879         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40880         (gst_videofilter_link), (gst_videofilter_init),
40881         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40882         (gst_videofilter_find_format_by_structure):
40883         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40885         (gst_videoscale_link):
40886         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40887         (videoscale_find_by_structure), (gst_videoscale_setup):
40888         * gst/videoscale/videoscale.h: Negotiation fixes
40889         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40890         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40891         function, restrict resizing to a multiple of 4 (hack until
40892         everyone supports odd sizes correctly).
40893
40894 2003-12-29  Colin Walters  <walters@verbum.org>
40895
40896         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40897         signed.
40898
40899 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40900
40901         * ext/sndfile/gstsf.c: (gst_sf_loop):
40902           Fix warning about discarding const qualifier
40903
40904 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40905
40906         * gst/cutter/gstcutter.c:
40907         * gst/videoscale/gstvideoscale.c:
40908         * gst/volenv/gstvolenv.c:
40909         * gst-libs/gst/audio/audio.c:
40910         * gst-libs/gst/video/video.c:
40911           Fix warnings
40912
40913 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40914
40915         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40916           Don't send ALSA debugging to stderr.
40917         * ext/alsa/gstalsa.h:
40918           Use GST_WARNING instead of g_warning when ALSA functions fail.
40919
40920 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40921
40922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40923           Free XVAdapterInfo correctly.
40924
40925 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40926
40927         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40928         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40929           Make id3tag use correct caps nego.
40930
40931 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40932
40933         * ext/ivorbis/vorbis.c:
40934         * ext/ivorbis/vorbisenc.h:
40935         * ext/ivorbis/vorbisfile.c:
40936           Modify so that it uses the new caps things
40937
40938 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40939
40940         * testsuite/spider/spider1.c: (main):
40941         * testsuite/spider/spider2.c: (main):
40942         * testsuite/spider/spider3.c: (main):
40943           Make tests compile again. They probably don't work.
40944
40945 2003-12-24  Colin Walters  <walters@verbum.org>
40946
40947         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40948         we can't fixate the caps anymore.
40949
40950 2003-12-23  David Schleef  <ds@schleef.org>
40951
40952         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40953         * sys/oss/gstosssink.c: (gst_osssink_init),
40954         (gst_osssink_sink_fixate): Add fixate function.
40955
40956 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40957
40958         * ext/ffmpeg/gstffmpegcodecmap.c:
40959         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40960         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40961         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40962         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40963         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40964         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40965         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40966           fix typo in RGB masks, and move back to "old" colorspace
40967           capsnego code until whoever wrote this new crap has actually
40968           tested it so that it works.
40969           And yes, this works, keep it that way please.
40970
40971 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40972
40973         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40974         (gst_divxdec_init), (gst_divxdec_negotiate):
40975         * ext/divx/gstdivxdec.h:
40976         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40977         (gst_divxenc_init):
40978         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40979         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40980         * ext/mpeg2enc/gstmpeg2enc.cc:
40981         * ext/mpeg2enc/gstmpeg2encoder.cc:
40982         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40983         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40984         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40985         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40986         (dxr3spusink_init):
40987         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40988         (dxr3videosink_init):
40989           Fix caps breakage after Dave's caps branch merge.
40990
40991 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40992
40993         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40994           Fix for 24bpp display.
40995
40996 2003-12-23  Colin Walters  <walters@verbum.org>
40997
40998         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40999         a GnomeVFSHandle directly.
41000
41001 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41002
41003         * gst/volume/Makefile.am:
41004         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41005         (volume_base_init), (volume_init):
41006           Reenable volume element and fix to work with new caps stuff.
41007           Rhythmbox needs this.
41008
41009 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41010
41011         * gst/qtdemux/qtdemux.c: (plugin_init):
41012           qtdemux requires bytestream
41013
41014 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41015
41016         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41017           Fix remaining caps handling errors due to CAPS merge.
41018
41019 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41020
41021         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41022         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41023         (gst_faad_srcconnect):
41024           Port to new caps system.
41025
41026 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41027
41028         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41029         (got_video_size), (main): using g_print instead of g_message.
41030         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41031         signal which was not emitted because of "switch" element added to the
41032         bin but not connected. (Removing from the bin temporarily)
41033
41034 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41035
41036         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41037         find X development files. I don't understand the previous tests and
41038         they fail on my debian/ppc unstable. This one works.
41039         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41040         exiting.
41041         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41042         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41043         (gst_play_set_visualization): Add some safety checks in set_ methods
41044         and state_change. This was throwing some ugly CRITICAL messages when
41045         pipeline was getting disposed and casts were failing.
41046
41047 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41048
41049         * configure.ac:
41050           Improve mpeg2enc detection. This is for distributions that do
41051           ship mjpegtools, but without mpeg2enc. Also does object check
41052           for might there ever be ABI incompatibility.
41053         * ext/mpeg2enc/gstmpeg2enc.cc:
41054           Add Andrew as second maintainer (he's helping me), and also add
41055           an error if no caps was set. This happens if I pull before capsnego
41056           and that's something I should solve sometime else.
41057         * gst/matroska/matroska-demux.c:
41058         (gst_matroska_demux_parse_blockgroup):
41059           Fix time parsing.
41060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41061         (gst_matroska_mux_track_header):
41062           Add caps to templates.
41063         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41064           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41065         * gst/mpegstream/gstmpegdemux.c:
41066           Remove layer since it causes warnings about unfixed caps.
41067         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41068           Fix obvious typo (we error out if caps were set, we should of
41069           course error out if *no* caps were set).
41070         * sys/oss/gstosselement.c: (gst_osselement_convert):
41071           Fix format conversion, we confused bits/bytes.
41072         * sys/oss/gstosselement.h:
41073           Improve documentation for 'bps'.
41074         * sys/v4l/TODO:
41075           Remove stuff about plugins that need removing - this was done
41076           ages ago.
41077         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41078         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41079         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41080         (gst_v4lsrc_src_query):
41081         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41082         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41083           Add get_query_types(), get_formats() and query() functions.
41084
41085 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41086
41087         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41088           * moved CVS to freedesktop.org