docs/plugins/inspect/plugin-audioresample.xml: Regenerated for library filename change.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * docs/plugins/inspect/plugin-audioresample.xml:
4         Regenerated for library filename change.
5
6 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
7
8         * configure.ac:
9         * docs/plugins/Makefile.am:
10         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11         * docs/plugins/gst-plugins-base-plugins.args:
12         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13         * docs/plugins/gst-plugins-base-plugins.interfaces:
14         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15         * docs/plugins/inspect/plugin-adder.xml:
16         * docs/plugins/inspect/plugin-alsa.xml:
17         * docs/plugins/inspect/plugin-audioconvert.xml:
18         * docs/plugins/inspect/plugin-audiorate.xml:
19         * docs/plugins/inspect/plugin-audioresample.xml:
20         * docs/plugins/inspect/plugin-audiotestsrc.xml:
21         * docs/plugins/inspect/plugin-cdparanoia.xml:
22         * docs/plugins/inspect/plugin-decodebin.xml:
23         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
24         * docs/plugins/inspect/plugin-gdp.xml:
25         * docs/plugins/inspect/plugin-gio.xml:
26         * docs/plugins/inspect/plugin-gnomevfs.xml:
27         * docs/plugins/inspect/plugin-libvisual.xml:
28         * docs/plugins/inspect/plugin-ogg.xml:
29         * docs/plugins/inspect/plugin-pango.xml:
30         * docs/plugins/inspect/plugin-playback.xml:
31         * docs/plugins/inspect/plugin-queue2.xml:
32         * docs/plugins/inspect/plugin-subparse.xml:
33         * docs/plugins/inspect/plugin-tcp.xml:
34         * docs/plugins/inspect/plugin-theora.xml:
35         * docs/plugins/inspect/plugin-typefindfunctions.xml:
36         * docs/plugins/inspect/plugin-uridecodebin.xml:
37         * docs/plugins/inspect/plugin-video4linux.xml:
38         * docs/plugins/inspect/plugin-videorate.xml:
39         * docs/plugins/inspect/plugin-videoscale.xml:
40         * docs/plugins/inspect/plugin-videotestsrc.xml:
41         * docs/plugins/inspect/plugin-volume.xml:
42         * docs/plugins/inspect/plugin-vorbis.xml:
43         * docs/plugins/inspect/plugin-ximagesink.xml:
44         * docs/plugins/inspect/plugin-xvimagesink.xml:
45         * gst/speexresample/gstspeexresample.c: (plugin_init):
46         * gst/speexresample/Makefile.am:
47         * tests/check/Makefile.am:
48         * tests/check/elements/speexresample.c: (setup_speexresample),
49         (GST_START_TEST), (test_pipeline):
50         Rename the moved speexresample to audioresample, integrate into the
51         build system and remove the old audioresample from the build system.
52         Fixes bug #558124, #385061, #346218, #116051.
53
54 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
55
56         * gst-libs/gst/audio/gstbaseaudiosrc.c:
57         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
58         Avoid nasty int overflows after about 12 hours and 25 minutes when these
59         code paths are triggered. 
60         A free beer to Håvard Graff for finding this!
61
62 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         Patch by: 이문형 <iwings at gmail dot com>
65
66         * gst-libs/gst/rtsp/gstrtspconnection.c:
67         (gst_rtsp_connection_connect):
68         A successful gst_poll_wait() doesn't always mean successful connect() on
69         Windows.  We should check errors by calling gst_poll_fd_has_error().
70         See #561924.
71
72 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
73
74         * gst-libs/gst/rtp/gstrtcpbuffer.c:
75         Fix typo in the docs.
76
77 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
78
79         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
80         If no stream was found before receiving EOS, post an error message.
81         Fixes #561924.
82
83 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         * ext/theora/gsttheoraenc.h:
86         * ext/theora/theoraenc.c: (gst_theora_enc_init),
87         (theora_buffer_from_packet), (theora_push_packet),
88         (theora_enc_sink_event), (theora_enc_is_discontinuous),
89         (theora_enc_chain):
90         Parse segment events.
91         Pass incomming buffer timestamps to outgoing buffers.
92         Use the running_time to construct the granulepos.
93         Fixes #562163.
94
95 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
96
97         * gst/playback/gstplaybin2.c: (activate_group):
98         Fix buffer-duration property.
99
100 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
101
102         * gst-libs/gst/audio/gstbaseaudiosink.c:
103         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
104         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
105         (gst_base_audio_sink_change_state):
106         Really fix audiosink drain handling by keeping track of the running_time
107         of the last sample.
108
109 2008-11-24  Michael Smith <msmith@songbirdnest.com>
110
111         * gst/playback/gstplaybin2.c:
112           Add notification of current stream. Add ability to configure buffer
113           sizes.
114         * gst/playback/gsturidecodebin.c:
115           Add ability to configure buffer sizes for streaming mode.
116           Bug #561734.
117
118 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
119
120         * gst-libs/gst/audio/gstbaseaudiosink.c:
121           Time is already in running_time. Remove base_time handling. Fixes
122           audiosinks not draining and thus chopping some audio in the end.
123
124 2008-11-24  David Schleef  <ds@schleef.org>
125
126         * ext/ogg/gstoggmux.c:
127         * ext/ogg/gstoggmux.h:
128           If we're muxing a dirac stream, flush the page after every picture.
129
130 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
131
132         * gst-libs/gst/audio/gstbaseaudiosink.c:
133           Add one log message to check for audio_drained. Sync one log message
134           with the condition. Send EOS after draining audio in pull mode.
135
136 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
137
138         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
139         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
140         Use gst_buffer_try_new_and_alloc() and fail properly if the
141         allocation failed. This prevents abort() if downstream elements
142         request an insane amount of memory.
143
144 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
145
146         * gst/volume/gstvolume.c: (volume_choose_func),
147         (volume_update_volume), (gst_volume_set_volume),
148         (gst_volume_get_volume), (gst_volume_set_mute),
149         (gst_volume_class_init), (gst_volume_init),
150         (volume_process_double), (volume_process_float),
151         (volume_process_int32), (volume_process_int32_clamp),
152         (volume_process_int24), (volume_process_int24_clamp),
153         (volume_process_int16), (volume_process_int16_clamp),
154         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
155         (volume_transform_ip), (volume_set_property),
156         (volume_get_property):
157         * gst/volume/gstvolume.h:
158         Cleanup volume, define and use default values.
159         Recalculate new volume and mute setup before processing. Fixes #561789.
160
161         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
162         Add controller unit test. Patch by: Jonathan Matthew
163         Fix bogus test that messed with basetransform's internal state.
164
165 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
166
167         * gst/videorate/gstvideorate.c:
168         Add jpeg and png image media types to the caps. Fixes #561436.
169
170 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         * gst/playback/gstplaysink.c: (gen_audio_chain):
173         Don't post an error when we can't configure the volume but post a
174         warning instead. Fixes #561780.
175
176 2008-11-21  David Schleef  <ds@schleef.org>
177
178         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
179
180         * gst/videotestsrc/gstvideotestsrc.c:
181         * gst/videotestsrc/gstvideotestsrc.h:
182         * gst/videotestsrc/videotestsrc.c:
183         * gst/videotestsrc/videotestsrc.h:
184           Add a zone plate pattern generator based on BBC R&D Report
185           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
186           kx2=20 ky2=20 kt=1'.
187
188 2008-11-20  Michael Smith <msmith@songbirdnest.com>
189
190         * gst/playback/gstdecodebin2.c:
191           Fix random fat-fingering making this not compile.
192
193 2008-11-20  Michael Smith <msmith@songbirdnest.com>
194
195         * gst/playback/gstdecodebin2.c:
196           If the top-level type of the stream is plain text, don't try to decode
197           it, matching behaviour of decodebin.
198         * gst/playback/gstplaysink.c:
199           If we fail to generate a text chain (e.g. due to missing optional
200           plugins), don't crash.
201
202 2008-11-20  Michael Smith <msmith@songbirdnest.com>
203
204         * gst-libs/gst/rtsp/gstrtspdefs.c:
205           Fix win32 build. Oops.
206
207 2008-11-20  Michael Smith <msmith@songbirdnest.com>
208
209         * gst-libs/gst/rtsp/gstrtspdefs.c:
210           Use WSAGetLastError() rather than errno/h_errno on win32.
211
212 2008-11-20  Michael Smith <msmith@songbirdnest.com>
213
214         * gst-libs/gst/riff/riff-media.c:
215           Support WMA Lossless properly.
216
217 2008-11-18  David Schleef  <ds@schleef.org>
218
219         * gst/videotestsrc/gstvideotestsrc.c:
220         * gst/videotestsrc/gstvideotestsrc.h:
221         * gst/videotestsrc/videotestsrc.c:
222         * gst/videotestsrc/videotestsrc.h:
223           Add "colorspec" property, specifying whether to generate BT.601
224           or BT.709 video.  This only affects YCbCr values, not RGB, since
225           if you're generating a 709 test pattern, presumably you want
226           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
227           uses 75% colors instead of 100%, since this is often more useful
228           for testing (and also follows the SMPTE EG-1 guideline).
229
230 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
231
232         * gst/playback/gstdecodebin.c:
233         Add a "sink-caps" property to decodebin like it's done for decodebin2.
234         Fixes #560380.
235
236 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
237
238         * gst/audioresample/gstaudioresample.c:
239         Guard against a NULL dereference I somehow encountered -
240         with a FLUSH_STOP arriving either before basetransform _start(),
241         or after _stop().
242
243         * gst/typefind/gsttypefindfunctions.c:
244         Make sure we never jump backwards when typefinding corrupt mov files.
245
246 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
247
248         * gst-libs/gst/interfaces/propertyprobe.c:
249         Fix random type causing a docs warning.
250
251 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
252
253         * sys/v4l/gstv4l.c:
254           Give it a minimal rank for autovideosrc.
255
256 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
257
258         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
259         (plugin_init):
260         Improve typefinding of ISO JPEG2000 mime types.
261
262 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
265         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
266         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
267         * sys/xvimage/xvimagesink.h:
268         Avoid typechecking when we do trivial casts.
269         Move error handling out of the main program flow.
270         Sneak in the display-region caps property, not completely correct yet.
271         Cache the width/height in buffer_alloc instead of parsing it from the
272         caps all the time.
273
274 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         * gst/playback/gstplaybin2.c: (deactivate_group):
277         don't try to unlink the selector sinkpad when we don't have it yet. This
278         can happen if an error occured before the group was complete.
279
280 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
281
282         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
283         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
284         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
285         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
286         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
287         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
288         (gst_rtp_buffer_get_extension_data),
289         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
290         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
291         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
292         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
293         (gst_rtp_buffer_get_payload_type),
294         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
295         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
296         (gst_rtp_buffer_set_timestamp),
297         (gst_rtp_buffer_get_payload_subbuffer),
298         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
299         Avoid expensive type checks we already did as part of the 
300         _validate() function that should be called first.
301
302 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
303
304         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
305         (gst_base_rtp_depayload_push_full),
306         (gst_base_rtp_depayload_set_gst_timestamp):
307         Fix some cases where a newsegment event was not sent.
308
309 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
310
311         * gst/playback/gstplaybin2.c: (activate_group):
312         Catch state change errors and stop from the uridecodebin elements
313         instead of trying to continue in vain.
314
315 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
316
317         * gst-libs/gst/audio/gstbaseaudiosink.c:
318         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
319         (gst_base_audio_sink_callback):
320         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
321         for the latency to expire, fixes #559567.
322
323 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
324
325         * gst/adder/gstadder.c:
326           Change author string after seeing output of gst-inspector.
327
328 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
329
330         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
331         Don't try to do crazy things when we only have a text pad without a
332         video pad. Fixes #559478.
333
334 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
337         Fix case where we don't have a range for the rates or channels as is the
338         case with truespeech.
339
340 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
341
342         * gst/volume/gstvolume.c: (volume_update_real_volume),
343         (gst_volume_set_volume), (gst_volume_get_volume),
344         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
345         (volume_transform_ip), (volume_update_mute),
346         (volume_update_volume), (volume_get_property):
347         * gst/volume/gstvolume.h:
348         Keep negotiated state in a separate variable.
349         Protect the volume and mute properties with the object lock.
350         Protect modifying the transform with the transform lock.
351
352 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
353
354         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
355         (gst_ffmpeg_pixfmt_to_caps):
356         Only convert caps to string when debug is enabled.
357
358 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
359
360         * ext/theora/gsttheoradec.h:
361         * ext/theora/theoradec.c: (gst_theora_dec_init),
362         (gst_theora_dec_reset), (theora_dec_src_event),
363         (theora_dec_sink_event), (theora_handle_type_packet):
364         Copy seqnum.
365         Keep events in a pending list, like vorbisdec, instead of trying
366         to construct a segment event ourselves.
367
368         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
369         (vorbis_dec_src_event), (vorbis_dec_sink_event):
370         * ext/vorbis/vorbisdec.h:
371         Copy seqnum.
372
373 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
376         (gst_ogg_demux_deactivate_current_chain),
377         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
378         (gst_ogg_demux_loop):
379         * ext/ogg/gstoggdemux.h:
380         Copy seqnums around to track playback segments and messages.
381
382 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
383
384         Based on patch by: Matthias Kretz <kretz at kde dot org>
385
386         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
387         (gst_alsasink_prepare), (gst_alsasink_unprepare),
388         (gst_alsasink_write):
389         Make all access non-blocking so that we can better handle unplugging
390         of usb devices. Fixes #559111
391
392 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         Patch by: Damien Lespiau  <damien.lespiau gmail com>
395
396         * gst-libs/gst/rtsp/gstrtspconnection.c:
397         (gst_rtsp_connection_write):
398         Make the next call to poll not depend on previous calls to poll with or
399         without reading from the active descriptor. Fixes #544293.
400
401 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         Patch by: Nick Haddad <nick at haddads dot net>
404
405         * gst-libs/gst/riff/riff-ids.h:
406         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
407         Add support for other fourcc codes that are commonly used for
408         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
409         Fixes #558553.
410
411 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
412
413         * gst/audioresample/gstaudioresample.c:
414           Return the result of parent_class->event().
415
416 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
417
418         * gst/audioresample/gstaudioresample.c:
419         (gst_audioresample_class_init), (audioresample_fixate_caps):
420         Fixate the rate to the nearest supported rate instead of
421         the first one. Fixes bug #549510.
422
423 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
424
425         * win32/common/libgstaudio.def:
426         Add new symbols.
427
428 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
429
430         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
431         Attempt to make obfuscated code clearer.
432
433 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
434
435         * docs/libs/gst-plugins-base-libs-sections.txt:
436         * gst-libs/gst/floatcast/floatcast.h:
437         Move float endianness conversion macros to core. Second part of
438         bug ##555196.
439
440 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
441
442         * sys/ximage/ximagesink.h:
443         * sys/xvimage/xvimagesink.h:
444           Don't mark as gtk-doc docs as they aren't public.
445
446 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
447
448         * sys/xvimage/xvimagesink.c:
449         * sys/xvimage/xvimagesink.h:
450         * tests/icles/Makefile.am:
451         * tests/icles/test-colorkey.c:
452           Allow setting colorkey if possible. Implement property probe interface
453           for optional X features (autopaint-colorkey, double-buffer and
454           colorkey). Fixes #554533
455
456 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
457
458         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
459         Remove useless buffer size assignment. It already has this value.
460
461 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
462
463         * gst-libs/gst/audio/gstaudiosink.c:
464         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
465         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
466         (gst_audioringbuffer_stop):
467         Implement a separate activate functions to start monitoring the segments
468         or, in pull mode, pulling in data.
469
470         * gst-libs/gst/audio/gstbaseaudiosink.c:
471         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
472         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
473         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
474         (gst_base_audio_sink_activate_pull),
475         (gst_base_audio_sink_async_play),
476         (gst_base_audio_sink_change_state):
477         Implement pad and element convert query function.
478         Activate the ringbuffer.
479         Use the segment last_stop value as the offset to pull.
480         Use new basesink _do_preroll() method to preroll in the pulling thread.
481         Take appropriate locking in the pulling thread.
482
483         * gst-libs/gst/audio/gstringbuffer.h:
484         Update some docs.
485
486 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
487
488         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
489         Improve MXF typefinding a bit by searching for a header partition
490         pack instead of just a general partition pack and checking more
491         bytes for valid values.
492
493 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
494
495         * tests/icles/.cvsignore:
496         update ignore file.
497
498         * tests/icles/Makefile.am:
499         * tests/icles/test-box.c: (make_pipeline), (main):
500         Add another interactive command line experimentation suite for
501         dynamically boxing/cropping/saling an input video.
502
503 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         * docs/libs/gst-plugins-base-libs-sections.txt:
506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
507         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
508         * gst-libs/gst/audio/gstringbuffer.h:
509         Add methods to more accuratly control the pulling thread of a
510         ringbuffer.
511         Add format conversion helper code to the ringbuffer.
512         API: GstRingBuffer:gst_ring_buffer_activate()
513         API: GstRingBuffer:gst_ring_buffer_is_active()
514         API: GstRingBuffer:gst_ring_buffer_convert()
515
516 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
517
518         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
519         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
520         (gst_audioringbuffer_stop):
521         Signal thread startup earlier so that we can immediatly go into pull
522         mode when we have to and block on preroll.
523
524 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
525
526         * gst-libs/gst/audio/gstringbuffer.c:
527         (gst_ring_buffer_prepare_read):
528         In pull mode we want the callback to prepull a buffer we can preroll on
529         even when we are not yet playing.
530
531 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
532
533         * ext/alsa/Makefile.am:
534         * ext/cdparanoia/Makefile.am:
535         * ext/gio/Makefile.am:
536         * ext/gnomevfs/Makefile.am:
537         * ext/libvisual/Makefile.am:
538         * ext/ogg/Makefile.am:
539         * ext/pango/Makefile.am:
540         * ext/theora/Makefile.am:
541         * ext/vorbis/Makefile.am:
542         * gst/adder/Makefile.am:
543         * gst/audioconvert/Makefile.am:
544         * gst/audiorate/Makefile.am:
545         * gst/audioresample/Makefile.am:
546         * gst/audiotestsrc/Makefile.am:
547         * gst/ffmpegcolorspace/Makefile.am:
548         * gst/gdp/Makefile.am:
549         * gst/playback/Makefile.am:
550         * gst/subparse/Makefile.am:
551         * gst/tcp/Makefile.am:
552         * gst/typefind/Makefile.am:
553         * gst/videorate/Makefile.am:
554         * gst/videoscale/Makefile.am:
555         * gst/videotestsrc/Makefile.am:
556         * gst/volume/Makefile.am:
557         * sys/v4l/Makefile.am:
558         * sys/ximage/Makefile.am:
559         * sys/xvimage/Makefile.am:
560           Don't install static libs for plugins. Fixes #550851 for base.
561
562 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
563
564         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
565         Set the default blocksize to -1 because we will then use the configured
566         samplesperbuffer to create our output buffer.
567
568 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
569
570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
571         (gst_riff_create_video_template_caps):
572         Add mappping for the KMVC (Karl Morton's Video) Codec.
573
574 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
575
576         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
577         Don't forget to advance the offset of what we're matching against, else
578         we end up in a forever loop.
579
580 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
581
582         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
583         Improve typefinding a bit. If we don't have a Unicode charset
584         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
585
586 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
587
588         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
589         Fix build on macosx.
590
591 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
592
593         Based on patch by: Robin Stocker <robin at nibor dot org>
594
595         * ext/theora/gsttheoradec.h:
596         * ext/theora/theoradec.c: (gst_theora_dec_init),
597         (theora_dec_setcaps), (theora_handle_type_packet),
598         (theora_dec_decode_buffer), (theora_dec_change_state):
599         Parse input caps and make the PAR override the encoded PAR when
600         specified by a container. Fixes #555699.
601
602 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
603
604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
605         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
606         (gst_base_rtp_depayload_set_gst_timestamp),
607         (gst_base_rtp_depayload_change_state):
608         * gst-libs/gst/rtp/gstbasertpdepayload.h:
609         Add some more G_LIKELY
610         Fail when the setcaps function was not called.
611
612         * gst-libs/gst/rtp/gstbasertppayload.c:
613         (gst_basertppayload_set_outcaps):
614         Propagate return value of setcaps.
615
616 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
617
618         * gst/subparse/Makefile.am:
619         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
620         (gst_sub_parse_class_init), (gst_sub_parse_init),
621         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
622         (get_next_line), (gst_sub_parse_data_format_autodetect),
623         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
624         (gst_subparse_type_find):
625         * gst/subparse/gstsubparse.h:
626         Add support for UTF16/UTF32 subtitles as long as the first bytes of
627         the first buffer contain the BOM. This also adds support for other
628         encodings that allow NUL bytes via the encoding property.
629         Fixes bugs #552237 and #456788.
630
631 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
632
633         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
634         Don't drop the last byte of image tags if they're not an URI list.
635         Fixes bug #556066.
636
637 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
638
639         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
640         For looking at the 4th byte we have to get 4 bytes of course
641         and not 3.
642
643 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
644
645         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
646         Improve FLAC-without-headers typefinding by looking at most of the
647         frame header and checking if invalid values are used. Should prevent
648         quite some false positives compared to the old version which only
649         check if the first 14 bits are set.
650
651 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
652
653         * sys/xvimage/xvimagesink.c:
654           Don't assert on caps==NULL.
655
656 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
657
658         * gst/subparse/gstsubparse.c:
659         (gst_sub_parse_data_format_autodetect), (handle_buffer),
660         (gst_sub_parse_change_state):
661         * gst/subparse/gstsubparse.h:
662         * tests/check/elements/subparse.c: (GST_START_TEST):
663         Add support for subtitle files with UTF-8 BOM at the beginning
664         by simple stripping it from the first line before passing it
665         to any parsing code. Fixes bug #555257 and playback of files
666         created by Gnome Subtitles.
667
668 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
669
670         * gst/audiotestsrc/gstaudiotestsrc.c:
671         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
672         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
673         (gst_audio_test_src_start), (gst_audio_test_src_stop),
674         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
675         (gst_audio_test_src_create):
676         * gst/audiotestsrc/gstaudiotestsrc.h:
677         Define the default property values in the usual place.
678         Implement start/stop to reset values correctly.
679         Calculate the sample size only once when we negotiate.
680         Rename some values to make more sense.
681         Keep track of our byte range.
682         Add support for pull based scheduling. Disabled for now until we have
683         the whole stack working.
684         Set the BUFFER_OFFSET correctly.
685
686 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
687
688         Based on a patch by: xavierb at gmail dot com
689
690         * gst/subparse/gstsubparse.c:
691         (gst_sub_parse_data_format_autodetect):
692         * tests/check/elements/subparse.c: (GST_START_TEST):
693         Make the detection of the used subtitle a bit less strict
694         for srt subtitles. Fixes bug #555607.
695
696 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
697
698         * ext/vorbis/vorbisenc.c:
699         (gst_vorbis_enc_buffer_check_discontinuous):
700         Fix discontinuity detection which was broken by last commit.
701
702 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
703
704         * configure.ac::
705           Require core CVS for ghostpad API additions used by decodebin2.
706
707 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
708
709         * gst-libs/gst/audio/gstbaseaudiosrc.c:
710         (gst_base_audio_src_create):
711         Fix debug statements (space between '%' and actual format).
712
713 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
716         Remove bogus assert, the decodepad could have been created inside an
717         already existing group.
718
719 2008-10-08  Andy Wingo  <wingo@pobox.com>
720
721         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
722         target instead of setting it.
723         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
724         API for a decode pad. The bugfix is that we set the group in
725         activate(), not when the pad was created because it might be NULL
726         then.
727         (gst_decode_group_control_source_pad, gst_decode_group_expose):
728         Update to use the API.
729
730 2008-10-08  Andy Wingo  <wingo@pobox.com>
731
732         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
733         be a subclass of GstGhostPad.
734         (analyze_new_pad): So, when emitting the signals that determine
735         how we do autoplugging, already create the ghost pad and use it as
736         the pad in the signal arguments. This allows applications to make
737         a connection between the pad passed in e.g. autoplug-continue, and
738         the pad passed in new-decoded-pad.
739         (connect_pad, expose_pad): Update to receive the ghosted decode
740         pad in the args, retargetting it as necessary if we have to plug
741         the target pad through a multiqueue.
742         (gst_decode_group_control_source_pad): Adapt to receive an
743         already-ghosted pad that just needs activation, blocking, and
744         drain notification.
745         (sort_end_pads): Adapt for decode pads actually being pads.
746         (gst_decode_group_expose): Adapt for decode pads actually being
747         pads. Rewrite the decode pad names so they appear in order. Adds a
748         new error case if we couldn't set the name.
749         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
750         logic.
751         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
752         New API for the decode pad, needed because we shouldn't do these
753         things inside gst_decode_pad_new(), but after.
754         (gst_decode_pad_new): Change to actually make the real pad, and
755         delay the blocking/drainage bits.
756
757 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
758
759         Patch by: Daniel Drake <dsd at laptop dot org>
760
761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
762         Unref all buffers when clearing collectpads. Fixes bug #546955.
763
764 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
765
766         Based on a patch by: Klaas <klaas at rivercrew dot net>
767
768         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
769         (gst_vorbis_enc_buffer_check_discontinuous),
770         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
771         * ext/vorbis/vorbisenc.h:
772         Keep track of the upstream segments and use the running time on that
773         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
774
775 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
776
777         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
778         Prevent overflows with big buffer when calculating the size of
779         the intermediate buffer by using gst_util_uint64_scale() instead of
780         plain arithmetics. Fixes bug #552801.
781
782 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
783
784         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
785
786         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
787         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
788         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
789         (gst_clock_overlay_get_property):
790         * ext/pango/gstclockoverlay.h:
791         API: Add ability to specify format for date/time display by
792         adding a "time-format" property.
793         Fixes bug #554879.
794
795 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
796
797         Patch by: Jan Gerber <j at oil21 dot org>
798
799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
800         (gst_riff_create_video_template_caps):
801         Add FFV1 fourcc to support playback of FFMPEG lossless video
802         in AVI. Fixes bug #555319.
803
804 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
807
808         * gst-libs/gst/audio/gstbaseaudiosrc.c:
809         (gst_base_audio_src_create):
810         Implement skew clock slaving. Fixes #552559.
811
812 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
813
814         * gst-libs/gst/audio/multichannel.c:
815         * gst-libs/gst/audio/testchannels.c:
816         Fix include of config.h
817
818 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
819
820         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
821
822         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
823         (print_media), (gst_sdp_message_dump):
824         Fix parsing of the c= field containing multicast addresses.
825         Fixes #552199.
826         Add the connection info to the session or streams.
827         Fix parsing of the bandwidth.
828         Add debugging for the connections and bandwidths for a media.
829         Add debugging for the bandwidth of the session. 
830
831 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * gst-libs/gst/rtp/gstbasertppayload.c:
834         (gst_basertppayload_change_state):
835         Configure the next seqnum and timestamp in the state change so that they
836         can be queried soon after.
837
838 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
839
840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
841         (gst_base_rtp_depayload_chain):
842         Improve debugging of the rtptime.
843
844 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
845
846         * configure.ac:
847         Back to development -> 0.10.21.1
848
849 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
850
851         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
852         (plugin_init):
853         Add typefinding for FLAC without headers in the beginning.
854         This is already handled by flacdec and friends.
855
856 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
857
858         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
859         (plugin_init):
860         Add typefinder for MXF.
861
862 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
863
864         * tests/icles/Makefile.am:
865         Only build test-colorkey if GTK+ is available.
866
867 === release 0.10.21 ===
868
869 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
870
871         * configure.ac:
872           releasing 0.10.21, "We Could Be Wrong"
873
874 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
875
876         * configure.ac:
877         0.10.20.4 pre-release
878
879 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
880
881         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
882
883         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
884         Set the BOS flag on the BOS packet. Fixes #553244.
885
886 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
887
888         * gst-libs/gst/rtsp/gstrtspmessage.c:
889         (gst_rtsp_message_parse_request),
890         (gst_rtsp_message_parse_response):
891         Fix the g_return_val_if_fail() statements.
892
893 2008-09-22  Michael Smith <msmith@songbirdnest.com>
894
895         * gst-libs/gst/tag/gsttagdemux.c:
896           Fail to activate if there's insufficient data in the file to be usable,
897           preventing an assertion fail later. Fixes #552960
898
899 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
900
901         * gst-libs/gst/pbutils/descriptions.c:
902         * gst/typefind/gsttypefindfunctions.c:
903           Recognise Kate subtitle streams (#550582).
904
905 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
906
907         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
908           Remove trailing comma from enum list, which causes problems
909           with -pendantic (#550729).
910
911 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
912
913         * configure.ac:
914         0.10.20.2 pre-release
915
916         * po/LINGUAS:
917         * po/id.po:
918         * po/pt_BR.po:
919
920         New translations.
921
922 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
923
924         * gst-libs/gst/interfaces/propertyprobe.c:
925           (gst_property_probe_get_properties),
926           (gst_property_probe_get_property),
927           (gst_property_probe_probe_property),
928           (gst_property_probe_probe_property_name),
929           (gst_property_probe_needs_probe),
930           (gst_property_probe_needs_probe_name),
931           (gst_property_probe_get_values),
932           (gst_property_probe_get_values_name),
933           (gst_property_probe_probe_and_get_values),
934           (gst_property_probe_probe_and_get_values_name):
935           More sanity checks for our second-favourite interface.
936
937 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
938
939         * gst-libs/gst/interfaces/propertyprobe.c:
940           Check for NULL pointer, in the hope that this fixes #532864.
941
942 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
943
944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
945           No really, the next release is 0.10.21 (fix Since: tags in docs).
946
947 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
948
949         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
950         Disable a code path that is now called but causes a deadlock for some
951         reason and is unneeded.
952
953 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
954
955         * sys/xvimage/xvimagesink.c:
956         * sys/xvimage/xvimagesink.h:
957           Add a "draw-border" property that can be set to false to disable
958           drawing borders.
959           
960         * tests/icles/test-colorkey.c:
961         * tests/icles/Makefile.am:
962           Add new test application for the colorkey handling.
963
964 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
965
966         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
967         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
968         This will also be fixed for upcoming gst-ffmpeg release so that once
969         this release of -base is out, it will work with the latest gst-ffmpeg
970         release.
971
972 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
973
974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
975         (gst_riff_create_audio_template_caps):
976         Add Truespeech mapping for RIFF formats (AVI/WAV).
977         Fixes #550656
978
979 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
980
981         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
982         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
983         Fixes #550638.
984
985 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
986
987         * configure.ac:
988         * gst/subparse/Makefile.am:
989         * gst/subparse/gstsubparse.c:
990         * gst/subparse/samiparse.c:
991         * tests/check/elements/subparse.c:
992           Rework last change, so that we build subparse, but just disable the
993           sami parse functionality, if we're configured to not use xml. In the
994           tests only the sami test is disabled now.
995
996 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
997
998         * configure.ac:
999           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1000           test runs.
1001
1002 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1003
1004         * po/POTFILES.in:
1005           Add some more files with strings for translation.
1006
1007 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1008
1009         * gst-libs/gst/tag/gstvorbistag.c:
1010         * tests/check/libs/tag.c:
1011           Use new geo location tags from core. Fixes #481169
1012
1013 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1014
1015         * tests/check/elements/audioresample.c: (setup_audioresample),
1016         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1017         (test_discont_stream_instance):
1018         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1019         Add debugging for coherence.
1020
1021 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1022
1023         Patch by: Jonathan Matthew  <notverysmart gmail com>
1024
1025         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1026           Add typefinder for PDF documents (which is nice to have, since it's a
1027           common format, but also helps prevent false positives). Fixes #549814.
1028
1029 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1030
1031         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1032         (no_more_pads_cb):
1033         Fix nasty race where multiple decodebins could start pushing data before
1034         we manage to configure the sinks, resulting in not-linked errors in
1035         typical RTSP streaming cases.
1036
1037 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1038
1039         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1040         Since we now call stop, we trigger this code path that causes a deadlock
1041         is apparently not needed.
1042
1043 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1044
1045         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1046         (gst_ring_buffer_stop):
1047         Also allow the case where the ringbuffer was paused when we try to stop
1048         it so that the basesrc stop function is still called.
1049
1050 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1051
1052         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1053
1054         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1055         Reprobe devices again instead of taking a cached list as new
1056         devices could've been plugged in. Fixes bug #549062.
1057
1058 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1059
1060         Patch by: Alessandro Dessina <alessandro nnva org>
1061
1062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1063         (gst_ogg_demux_activate_chain):
1064         Don't add pads and activate them for skeleton streams. These are already
1065         handled inside oggdemux. Fixes bug #537599.
1066
1067 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1068
1069         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1070         Reset variable so that query and convert fail after going back to
1071         READY. Fixes #548898.
1072
1073 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1074
1075         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1076         If a buffer arrives with a timestamp before the timestamp+duration
1077         of the previous buffer clip it instead of dropping it completely.
1078         Slight improvement for the unfixable bug #548913.
1079
1080 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1083         Take the current timestamp instead of timestamp+duration for the offset.
1084         This offset will later be used for calculating the timestamp and
1085         otherwise vorbisdec will interpolate timestamps wrong if upstream
1086         only sends timestamps and no granulepos.
1087
1088 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1089
1090         * tests/examples/seek/seek.c:
1091           Don't crash when having no visualisations.
1092
1093 2008-08-16  David Schleef  <ds@schleef.org>
1094
1095         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1096           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1097           Fixes #548065.
1098
1099 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1100
1101         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1102         When cleaning up the caps fields also remove "depth" for the same
1103         reason we remove "width".
1104
1105 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1106
1107         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1108           Add Lead H.264 here as well.
1109
1110 2008-08-14  Julien Moutte  <julien@fluendo.com>
1111
1112         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1113         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1114
1115 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1116
1117         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1118         (gst_base_audio_src_create):
1119         When not slaved to another clock also subtract the base_time from our
1120         internal clock time to get the running time.
1121
1122 2008-08-12  David Schleef  <ds@schleef.org>
1123
1124         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1125           since it has no basis in libtheora.
1126
1127 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1128
1129         * gst-libs/gst/interfaces/propertyprobe.h:
1130           Remove double "interface" from doc-string.
1131
1132         * gst-libs/gst/interfaces/xoverlay.h:
1133           Document interface.
1134
1135         * gst-libs/gst/riff/riff.c:
1136           Add basic doc blobs.
1137
1138 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1139
1140         * gst-libs/gst/audio/Makefile.am:
1141           Don't try to build that example anymore.
1142
1143 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1144
1145         * gst-libs/gst/audio/.cvsignore:
1146         * gst-libs/gst/audio/Makefile.am:
1147         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1148         * gst-libs/gst/audio/make_filter:
1149           Move audiofiltertemplate to gst-template.
1150
1151 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1152
1153         * docs/libs/gst-plugins-base-libs-sections.txt:
1154         * gst-libs/gst/audio/gstaudiosrc.h:
1155           More docs and shuffling. What can we do with the hundreds of #defines.
1156
1157 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1158
1159         * gst-libs/gst/audio/audio.h:
1160         * gst-libs/gst/audio/gstaudiofilter.h:
1161         * gst-libs/gst/audio/gstringbuffer.h:
1162         * gst-libs/gst/interfaces/propertyprobe.h:
1163         * gst-libs/gst/tag/gsttagdemux.h:
1164           Reducing number of dundocumented symbols.
1165
1166 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1167
1168         * gst-libs/gst/audio/audio.c:
1169           Fix doc comment syntax.
1170
1171         * gst-libs/gst/interfaces/propertyprobe.c:
1172           Add more doc-comments and a FIXME: for the signal.    
1173
1174 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1175
1176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1177         (gst_ogg_mux_request_new_pad):
1178         * ext/ogg/gstoggmux.h:
1179         Don't pretend to support NEWSEGMENT events, instead override the
1180         GstCollectPads event function to return FALSE on NEWSEGMENT events
1181         and do the normal work for other events.
1182
1183         This prevents elements like flacenc to seek to the start and rewrite
1184         some data which then results in a broken Ogg packet.
1185
1186 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1187
1188         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1189
1190         * ext/alsa/gstalsaplugin.c: (plugin_init):
1191         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1192         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1194         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1195         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1196         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1197         * gst/playback/gstdecodebin.c: (plugin_init):
1198         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1199         * gst/playback/gstplayback.c: (plugin_init):
1200         * gst/playback/gstqueue2.c: (plugin_init):
1201         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1202         * sys/v4l/gstv4l.c: (plugin_init):
1203         Make sure gettext returns translations in UTF-8 encoding rather
1204         than in the current locale encoding (#546822).
1205
1206 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1207
1208         * gst-libs/gst/pbutils/descriptions.c:
1209           Add audio/x-qdm for qtdemux.
1210
1211 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1212
1213         * ext/vorbis/vorbisdec.c:
1214           Do not leak old taglist.
1215
1216 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1217
1218         * tests/icles/test-scale.c:
1219           Include <stdlib.h> for atoi().
1220
1221 2008-08-04  Andy Wingo  <wingo@pobox.com>
1222
1223         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1224         documentation fix.
1225
1226 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1227
1228         * gst/adder/gstadder.c:
1229           Cleanup lots of empty lines that came from gst-indent going havoc
1230           before I added the INDENT_ON/OFF marker some time agao.
1231
1232 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1233
1234         * configure.ac:
1235         * gst-libs/gst/riff/riff-read.c:
1236           Bump requirement to latest core and use new tag for riff formats.
1237           Needed for #520694.
1238
1239 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1240
1241         * tests/examples/dynamic/Makefile.am:
1242         * tests/examples/dynamic/codec-select.c: (make_encoder),
1243         (make_pipeline), (do_switch), (my_bus_callback), (main):
1244         Add example app that dynamically switches between 3 'encoders'.
1245
1246 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1247
1248         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1249         Add some more comments.
1250
1251 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1252
1253         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1254         (gst_video_test_src_create):
1255         Discard buffers of the wrong size after renegotiation, this is perfectly
1256         possible with things like capsfilter that could suggest caps changes
1257         upstream without knowing the size of the buffer.
1258
1259 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1260
1261         * tests/icles/.cvsignore:
1262         * tests/icles/Makefile.am:
1263         * tests/icles/test-scale.c: (make_pipeline), (main):
1264         Add dynamic rescaling tests for the new basetransform.
1265
1266 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1267
1268         * gst/audioconvert/Makefile.am:
1269           Dist recently-added gstfastrandom.h.
1270
1271 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1272
1273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1274         Fix a "may be used uninitialized in this function" which weirdly only
1275         appears on macosx (?).
1276
1277 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1278
1279         * gst-libs/gst/riff/riff-ids.h:
1280           Adding acid chunk for tempo and loop information.
1281
1282 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1283
1284         * sys/xvimage/Makefile.am:
1285           floor() needs linking to $(LIBM).
1286
1287 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * ext/gnomevfs/gstgnomevfssrc.c:
1290           Aggregate short reads and add some comments and debug logging.
1291           Fixes #537380
1292
1293 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1294
1295         * gst/playback/gstplaybasebin.c:
1296           Fix property doc markup (its not a signal).
1297
1298         * sys/xvimage/xvimagesink.c:
1299           Add since tag for new proeprties (also add sice tags fro the last two
1300           other additions).
1301
1302 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1303
1304         * sys/xvimage/xvimagesink.c:
1305         * sys/xvimage/xvimagesink.h:
1306           Add autofill/colorkey properties. Fixes #538656.
1307
1308 2008-07-28  David Schleef  <ds@schleef.org>
1309
1310         * sys/xvimage/xvimagesink.c:
1311           Fix rounding errors when converting colorbalance values
1312           between hardware and object property ranges.  Partial
1313           fix for #537889, however, there still seems to be a small
1314           drift problem that could be totem's fault.
1315
1316 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1317
1318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1319         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1320         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1321         This fixes a critical warning.
1322
1323 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1324
1325         * ext/ogg/gstoggmux.c:
1326         Allow muxing of CELT into Ogg streams.
1327
1328 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1329
1330         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1331         (plugin_init):
1332         Add simple typefinder for the CELT codec (www.celt-codec.org).
1333
1334 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1335
1336         Patch by: Jan Gerber <j at oil21 dot org>
1337
1338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1339         Fix calculation of the start time from skeleton streams.
1340         Fixes bug #530068.
1341
1342 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1343
1344         * tests/examples/seek/seek.c:
1345           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1346
1347 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1348
1349         * gst/audioconvert/audioconvert.h:
1350         * gst/audioconvert/gstaudioquantize.c:
1351         (gst_audio_quantize_setup_dither),
1352         (gst_audio_quantize_free_dither):
1353         * gst/audioconvert/gstfastrandom.h:
1354         Implement a linear congruential generator as pseudo random number
1355         generator for the dither noise. This is about 2 times faster than
1356         using GLib's mersenne twister. Also this uses only integer math for
1357         generating integers while GLib internally uses floating point math.
1358
1359 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1360
1361         * configure.ac:
1362           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1363
1364 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1365
1366         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1367
1368         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1369           Use GST_STR_NULL to avoid crashes with libcs that don't
1370           like NULL strings in printf args (such as the win32 one).
1371           Fixes #544306.
1372
1373 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1374
1375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1376         Oops - set the size of the image used for probing back to 1x1, for
1377         consistency with ximagesink
1378
1379 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1380
1381         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1382         (gst_ximagesink_ximage_new):
1383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1384         (gst_xvimagesink_xvimage_new):
1385
1386         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1387         X server to attach to a shared memory segment after we've deleted it,
1388         with the result that MIT-SHM is disabled. Instead, remove it only after 
1389         X succeeds in attaching too.
1390
1391 2008-07-16  David Schleef  <ds@schleef.org>
1392
1393         * gst/audiotestsrc/gstaudiotestsrc.c:
1394         * gst/audiotestsrc/gstaudiotestsrc.h:
1395           Add 'ticks', a 1/30 second sine wave pulse every second.
1396
1397 2008-07-15  David Schleef  <ds@schleef.org>
1398
1399         * gst-libs/gst/video/video.c: Revert ABI change.
1400
1401 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1402
1403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1404         Make it impossible to have NULL caps at the point where we set
1405         framerate and other things. Also don't return immediately for "3ivd"
1406         video and let framerate, etc be set. Might fix bug #542508.
1407
1408 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1409
1410         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1411         Video format can also be conveniently determined from (many)
1412         non-fixed caps.
1413
1414 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1415
1416         * gst/playback/gstplaybasebin.c:
1417         * gst/playback/gstplaybasebin.h:
1418         * gst/playback/gstplaybin.c:
1419         * gst/playback/gststreamselector.c:
1420         First stab at integrating DVD subpicture overlay into
1421         playbin. Successfully plugs and plays, but the queues need
1422         shrinking - 3 seconds of video is too much buffering.
1423
1424 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1425
1426         * gst/audioconvert/gstaudioconvert.c:
1427           Remove now obsolete note in the docs.
1428
1429 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1432         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1433         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1434         * docs/plugins/gst-plugins-base-plugins.args:
1435         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1436         * docs/plugins/gst-plugins-base-plugins.interfaces:
1437         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1438         * docs/plugins/gst-plugins-base-plugins.signals:
1439         * docs/plugins/inspect/plugin-adder.xml:
1440         * docs/plugins/inspect/plugin-alsa.xml:
1441         * docs/plugins/inspect/plugin-audioconvert.xml:
1442         * docs/plugins/inspect/plugin-audiorate.xml:
1443         * docs/plugins/inspect/plugin-audioresample.xml:
1444         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1445         * docs/plugins/inspect/plugin-cdparanoia.xml:
1446         * docs/plugins/inspect/plugin-decodebin.xml:
1447         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1448         * docs/plugins/inspect/plugin-gdp.xml:
1449         * docs/plugins/inspect/plugin-gnomevfs.xml:
1450         * docs/plugins/inspect/plugin-libvisual.xml:
1451         * docs/plugins/inspect/plugin-ogg.xml:
1452         * docs/plugins/inspect/plugin-pango.xml:
1453         * docs/plugins/inspect/plugin-playback.xml:
1454         * docs/plugins/inspect/plugin-queue2.xml:
1455         * docs/plugins/inspect/plugin-subparse.xml:
1456         * docs/plugins/inspect/plugin-tcp.xml:
1457         * docs/plugins/inspect/plugin-theora.xml:
1458         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1459         * docs/plugins/inspect/plugin-uridecodebin.xml:
1460         * docs/plugins/inspect/plugin-video4linux.xml:
1461         * docs/plugins/inspect/plugin-videorate.xml:
1462         * docs/plugins/inspect/plugin-videoscale.xml:
1463         * docs/plugins/inspect/plugin-videotestsrc.xml:
1464         * docs/plugins/inspect/plugin-volume.xml:
1465         * docs/plugins/inspect/plugin-vorbis.xml:
1466         * docs/plugins/inspect/plugin-ximagesink.xml:
1467         * docs/plugins/inspect/plugin-xvimagesink.xml:
1468         * ext/alsa/gstalsamixer.c:
1469         * ext/alsa/gstalsasink.c:
1470         * ext/alsa/gstalsasrc.c:
1471         * ext/gio/gstgiosink.c:
1472         * ext/gio/gstgiosrc.c:
1473         * ext/gio/gstgiostreamsink.c:
1474         * ext/gio/gstgiostreamsrc.c:
1475         * ext/gnomevfs/gstgnomevfssink.c:
1476         * ext/gnomevfs/gstgnomevfssrc.c:
1477         * ext/ogg/gstoggdemux.c:
1478         * ext/ogg/gstoggmux.c:
1479         * ext/pango/gstclockoverlay.c:
1480         * ext/pango/gsttextoverlay.c:
1481         * ext/pango/gsttextrender.c:
1482         * ext/pango/gsttimeoverlay.c:
1483         * ext/theora/theoradec.c:
1484         * ext/theora/theoraenc.c:
1485         * ext/theora/theoraparse.c:
1486         * ext/vorbis/vorbisdec.c:
1487         * ext/vorbis/vorbisenc.c:
1488         * ext/vorbis/vorbisparse.c:
1489         * ext/vorbis/vorbistag.c:
1490         * gst/adder/gstadder.c:
1491         * gst/audioconvert/gstaudioconvert.c:
1492         * gst/audioresample/gstaudioresample.c:
1493         * gst/audiotestsrc/gstaudiotestsrc.c:
1494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1495         * gst/gdp/gstgdpdepay.c:
1496         * gst/gdp/gstgdppay.c:
1497         * gst/playback/gstdecodebin2.c:
1498         * gst/playback/gstplaybin.c:
1499         * gst/playback/gstplaybin2.c:
1500         * gst/playback/gstqueue2.c:
1501         * gst/playback/gsturidecodebin.c:
1502         * gst/tcp/gstmultifdsink.c:
1503         * gst/tcp/gsttcpserversink.c:
1504         * gst/videorate/gstvideorate.c:
1505         * gst/videoscale/gstvideoscale.c:
1506         * gst/videotestsrc/gstvideotestsrc.c:
1507         * gst/volume/gstvolume.c:
1508         * sys/ximage/ximagesink.c:
1509         * sys/xvimage/xvimagesink.c:
1510           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1511           titles. Drop mentining that all our example pipelines are "simple"
1512           pipelines.
1513
1514 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1515
1516         * tests/examples/seek/Makefile.am:
1517         Fix out of tree build by adding all required CFLAGS.
1518
1519 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1520
1521         * gst/playback/gstdecodebin.c: (add_raw_queue):
1522         And ref the pad before returning it again when linking to the queue
1523         failed. Otherwise we will unref the pad twice later and things break.
1524
1525 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1526
1527         * gst/playback/gstdecodebin.c: (add_raw_queue):
1528         If linking the raw pad with a queue fails, try it without a queue
1529         instead of failing completely. This should never happen.
1530
1531 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1532
1533         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1534
1535         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1536         Add a queue after a demuxer if the demuxer outputs raw data. This was
1537         done before only for non-raw data but is required in this case too.
1538         Fixes bug #540215.
1539
1540         decodebin2 doesn't have this issue because all streams of a group
1541         go through multiqueue.
1542
1543 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1544
1545         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1546
1547         * gst-libs/gst/sdp/gstsdpmessage.c:
1548         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1549         that getaddrinfo() can be used. Fixes #541358.
1550
1551 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1552
1553         * gst/videotestsrc/gstvideotestsrc.c:
1554         (gst_video_test_src_class_init), (gst_video_test_src_init),
1555         (gst_video_test_src_set_property),
1556         (gst_video_test_src_get_property), (gst_video_test_src_create):
1557         * gst/videotestsrc/gstvideotestsrc.h:
1558         Cleanups, use default property values as defines.
1559         Add property to enable/disable peer buffer allocation.
1560
1561 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1562
1563         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1564         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1565         Enable unit tests on PPC again as the bugs are now fixed.
1566
1567 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1568
1569         * gst-libs/gst/riff/riff-ids.h:
1570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1571         (gst_riff_create_audio_template_caps):
1572         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1573         Fixes bug #540351.
1574
1575 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1576
1577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1578         (gst_ffmpeg_pixfmt_to_caps):
1579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1580         (gst_ffmpegcsp_get_unit_size):
1581         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1582         it on other formats. Also adjust the unit size only for that format
1583         to not include the palette. Fixes bug #540497.
1584
1585 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1586
1587         * gst/adder/gstadder.c:
1588           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1589
1590 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1591
1592         * ChangeLog:
1593           ChangeLog surgery.
1594   
1595         * tests/examples/seek/seek.c:
1596           Move variable into ifdef too.
1597         
1598
1599 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1600
1601         * tests/examples/seek/seek.c:
1602           Include config.h and check if we have X. Remove XInitThread(), don't
1603           think its needed. Fixes: #540334.
1604
1605 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1606
1607         Patch by: Sam Morris <sam at robots dot org to uk>
1608
1609         * gst-libs/gst/interfaces/mixertrack.c:
1610         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1611         (gst_mixer_track_set_property):
1612         API: Add "index" property to GstMixerTrack to differantiate between
1613         multiple mixer tracks with the same label.
1614
1615         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1616         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1617         Set the "index" property of GstMixerTrack to the index given by ALSA.
1618         Fixes bug #528299.
1619
1620 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1621
1622         * tests/examples/seek/Makefile.am:
1623         * tests/examples/seek/seek.c:
1624           Remove libgstvideo usage. Use gtk_get_option_group instead of
1625           gtk_init().
1626
1627 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1628
1629         * tests/check/Makefile.am:
1630           Name the test registry format neutral.
1631
1632 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1633
1634         * gst/playback/gstqueue2.c:
1635           Do not double notify. Remove the unsued return value.
1636
1637 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1638
1639         * ext/alsa/gstalsamixer.c:
1640           Also consider "speaker" as a name for master volume. If that doesn't
1641           help look for the first non-mono volume control that also has a
1642           playback switch.
1643
1644 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1645
1646         * ChangeLog:
1647           Forgot to save the ChangeLog :/
1648
1649 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1650
1651         * tests/examples/seek/Makefile.am:
1652         * tests/examples/seek/seek.c:
1653           Embedd the xwindow. Allow to play multiple files.
1654
1655 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1656
1657         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1658         (gst_ximagesink_setcaps):
1659         * sys/ximage/ximagesink.h:
1660         When the caps change, make sure to re-draw borders in
1661         force-aspect-ratio=true mode.
1662         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1663         Don't clear the border_draw flag until we actually draw the border.
1664         * tests/check/Makefile.am:
1665         Ignore alsasink/src during the states test too, so it doesn't fail
1666         when running without access to the sound device.
1667
1668 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * tests/examples/seek/seek.c:
1671           Fix crasher when playing a parse-launch line the 2nd time.
1672
1673 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1674
1675         * tests/check/pipelines/oggmux.c:
1676           Properly ifdef tests to fix compilation.
1677
1678 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1679
1680         * gst/playback/gstplay-marshal.list:
1681         * gst/playback/gstplaybin2.c:
1682           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1683           playbin2. This allows the user to get to the selector's sinkpads, and
1684           thus inspect a range of things - caps, tags, etc. 
1685
1686 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1687
1688         * gst/playback/gstplaybin2.c:
1689           Use a different constant for the convert-frame signal id.
1690           Fixes #537009.
1691
1692 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1693
1694         * gst/playback/gstplaybin2.c:
1695         * gst/playback/gstplaysink.c:
1696           Fix a whole bunch of typos in comments and log statements. 
1697
1698 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1699
1700         * sys/xvimage/xvimagesink.c:
1701           Don't set colour balance values on the Xv port if the user hasn't
1702           changed them (via properties or the interface). Avoids accumulating
1703           rounding errors for the common case.
1704           Partial fix for bug #537889.
1705
1706 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1707
1708         * gst/playback/gstdecodebin2.c:
1709           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1710           pads are drained.
1711
1712 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1713
1714         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1715         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1716         Report the encoder latency. Fixes #538232.
1717
1718 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1719
1720         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1721         (notify_source), (activate_group):
1722         Implement the source property, emit notify when it changes in the
1723         underlying uridecodebin.
1724
1725 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1726
1727         * tests/examples/seek/seek.c: (stop_cb):
1728         Free and clear the seek element list so that we don't use invalid
1729         references when seeking after recreating a gst-launch line.
1730
1731 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         * gst-libs/gst/audio/gstbaseaudiosink.c:
1734         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1735         (gst_base_audio_sink_render):
1736         Report latency even if we are not live instead of hiding it.
1737         Take ts-offset and render-delay of the basesink into account when
1738         scheduling samples.
1739         Rework the clipping code so that we can take the various offsets into
1740         account and still do correct clipping.
1741
1742 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1743
1744         * configure.ac:
1745         Bump verion back to devel -> 0.10.20.1
1746
1747 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1748
1749         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1750         Don't increase the size of non-string image buffers by one as this
1751         might in theory confuse decoders. Still increase it by one for string
1752         image buffers to append '\0'.
1753
1754 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1755
1756         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1757         
1758         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1759         Fix a buffer memleak and remove a confusing and wrong debug output.
1760         Fixes bug #538663.
1761
1762 === release 0.10.20 ===
1763
1764 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1765
1766         * configure.ac:
1767           releasing 0.10.20, "Here I Go Again"
1768
1769 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1770
1771         * configure.ac:
1772         0.10.19.3 pre-release
1773
1774 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1775
1776         * gst-libs/gst/rtsp/gstrtspconnection.c:
1777         Fix build on win32.
1778         Patch By: David Schleef <ds@schleef.org>
1779         Fixes: #536874
1780
1781 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1782
1783         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1784         (gst_gio_base_src_create):
1785         * ext/gio/gstgiobasesrc.h:
1786         Try to read the requested number of bytes, even if the first
1787         read returns less than requested, until nothing is read anymore
1788         or we have the requested amount of bytes. This fixes playback of
1789         files via Samba as Samba only allows to read 64k at once.
1790
1791         Implement a caching algorithm that makes sure that we read at
1792         least 4k of data every time. Some elements will try to read a few
1793         bytes, then seek, read again a few bytes and so on and this is
1794         painfully slow as every operation has to go over DBus if GVfs is
1795         used as backend.
1796
1797         Fixes bug #536849 and #536848.
1798
1799         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1800         (gst_gio_src_check_get_range):
1801         Override check_get_range() to blacklist http/https URIs
1802         and whitelist file URIs. More to be added on demand.
1803
1804 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1805
1806         * configure.ac:
1807         0.10.19.2 pre-release
1808
1809 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1810
1811         * win32/common/libgstrtsp.def:
1812         * win32/common/libgsttag.def:
1813         Add new API functions to the dll exports
1814
1815 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1816
1817         * gst/playback/gstplaybasebin.c:
1818           Disconnect signals from decodebins we created before we remove it
1819           from playbin, to avoid crashes if the decodebin is eventually
1820           disposed after the playbin itself (possible if the app takes a
1821           reference on the decodebin).
1822           Fixes #536521.
1823
1824 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1825
1826         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1827           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1828           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1829           (h264_video_type_find), (mpeg_video_stream_type_find),
1830           (dv_type_find), (mmsh_type_find):
1831           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1832           copy caps for no good reason (this may be desirable to make it easier
1833           to detect leaks, but then it should probably be done for all caps
1834           in the typefinder somewhere).
1835
1836 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1837
1838         * tests/check/Makefile.am:
1839         Do not try to run the check tests for subparse unless it has been
1840         built.
1841
1842 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1843
1844         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1845         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1846         Do not try to run a test which requires vorbisenc unless we have
1847         actually built it.
1848
1849 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1850
1851         * gst-libs/gst/rtsp/gstrtspconnection.c:
1852         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1853         (gst_rtsp_connection_clear_auth_params),
1854         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1855         * gst-libs/gst/rtsp/gstrtspconnection.h:
1856         Add a couple of missing argument guards.
1857         Add a way of setting the DSCP for an RTSP connection.
1858         Add an accessor method for the ip member of GstRTSPConnection as all
1859         members are supposed to be private.
1860
1861 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1862
1863         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1864         Fixed accidental use of IPv4 options for all IPv6 addresses.
1865
1866 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1867
1868         * gst-libs/gst/interfaces/mixertrack.h:
1869           Document mixer track flags.
1870
1871 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1872
1873         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1874
1875         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1876         Don't set caps on the buffers that contain a copy of the buffer
1877         including the caps of them resulting in an always increasing refcount
1878         of the caps and insanely large caps. Instead include a buffer without
1879         caps in the new caps. Fixes bug #536475.
1880
1881 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1882
1883         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1884         Transform a given PAR to a range on the struct with the generic
1885         height/width instead of the struct with the possibly restricted
1886         height/width.
1887
1888 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1889
1890         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1891         Prefer the given format if it contains something stricter than [1,MAX]
1892         for height or width and only put a structure that requires rescaling
1893         as second. This makes it possible to use videoscale in pipelines where
1894         the source can actually produce the wanted height/width but usually
1895         selects a different one from the requested.
1896
1897 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1898
1899         Based on patch by: John Millikin <jmillikin gmail com>
1900
1901         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1902           (gst_vorbis_tag_add_coverart):
1903           Retrieve COVERART tags from vorbis comments (#512333)
1904
1905 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1906
1907         * gst-libs/gst/tag/tag.h:
1908         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1909           Don't forget to add new enum value here too (should probably use
1910           glib-mkenums here...).
1911
1912 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1913
1914         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1915         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1916         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1917           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1918           (gst_tag_image_data_to_image_buffer):
1919           Add two utility functions to avoid code duplication (#512333):
1920           API: add gst_tag_image_data_to_image_buffer()
1921           API: add gst_tag_list_add_id3_image()
1922           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1923
1924 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1925
1926         * win32/common/libgstaudio.def:
1927         Add gst_audio_check_channel_positions() to the exported symbols.
1928
1929 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1930
1931         * docs/libs/gst-plugins-base-libs-sections.txt:
1932         * gst-libs/gst/audio/multichannel.c:
1933         (gst_audio_check_channel_positions):
1934         * gst-libs/gst/audio/multichannel.h:
1935         API: Make gst_audio_check_channel_positions() public.
1936
1937         * tests/check/libs/audio.c: (GST_START_TEST):
1938         Add some simple checks for gst_audio_check_channel_positions().
1939
1940 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1941
1942         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1943           minrange and maxrange are scaled according to the frequency
1944           multiplier.
1945
1946 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1947
1948         * ext/pango/Makefile.am:
1949         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1950           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1951           Use gstvideo functions to calculate strides and plane offsets. Fixes
1952           rendering issue ('ghost' images of the text on the chroma planes)
1953           with widths or heights that are not multiples of 8 (#506659 and
1954           probably also #485729).
1955
1956         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1957           (main):
1958           Test with odd height/width too.
1959
1960 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1961
1962         * gst/adder/gstadder.c: (gst_adder_query_duration),
1963         (gst_adder_query_latency):
1964         When using gst_element_iterate_pads() one has to unref every pad
1965         after usage.
1966
1967 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1968
1969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1970         (gst_base_audio_src_class_init):
1971         Add a gtk-doc chunk for the new properties to have a Since: indication.
1972
1973 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1974
1975         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1976         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1977         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1978         (gst_base_audio_src_change_state):
1979         Provide readable actual-buffer-time and actual-latency-time properties
1980         that reflect the configured ringbuffer values. Fixes #524724.
1981         API: GstBaseAudioSrc:actual-buffer-time
1982         API: GstBaseAudioSrc:actual-latency-time
1983
1984 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1985
1986         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1987         (gst_basertppayload_change_state):
1988         Simply converting the running time into an RTP timestamp by scaling it
1989         based on the clock-rate is good enough for making an RTP timestamp. This
1990         has the added benefit that we can later on expose a property with the
1991         RTP timestamp of running time 0, as is needed for RTSP servers to
1992         generate the response of the PLAY request.
1993
1994 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1995
1996         * gst/audioconvert/gstaudioconvert.c:
1997         (structure_has_fixed_channel_positions),
1998         (gst_audio_convert_transform_caps):
1999         Allow up to 11 positioned channels now that audioconvert can handle
2000         this but add no default positions for > 8 channels.
2001         
2002         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2003         Add some unit tests for the above change: Test conversion of
2004         11 positioned channels to stereo and the other way around, test
2005         conversion of 15 unpositioned channels in different ways.
2006
2007 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2008
2009         * win32/common/libgstaudio.def:
2010         Add gst_audio_clock_reset to the list of exported symbols.
2011
2012 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2013
2014         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2015         Remove wrong_channels_identification_header unit test as we now
2016         support 7 (and more channels).
2017
2018 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2019
2020         * gst/audioconvert/gstchannelmix.c:
2021         (gst_channel_mix_fill_one_other):
2022         If mixing left or right to center (or the other way around) only take
2023         the complete value if we don't already have the original position in
2024         the source.
2025
2026 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2027
2028         * gst-libs/gst/audio/multichannel.c:
2029         (gst_audio_check_channel_positions),
2030         (gst_audio_set_structure_channel_positions_list),
2031         (gst_audio_fixate_channel_positions):
2032         Allow rear center together with rear left/right and other previously
2033         conflicting channel positions. The reason why they weren't allowed
2034         was the channel mixing implementation in audioconvert.
2035         Also take this into account when fixing channel layouts.
2036
2037         Allow setting channel positions for 1/2 channels when using
2038         gst_audio_set_structure_channel_position().
2039
2040         * gst/audioconvert/gstchannelmix.c:
2041         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2042         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2043         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2044         Major rewrite of the channel mixing.
2045
2046         We now allow previously conflicting channel positions to appear
2047         together (rear center and rear left/right for example).
2048         Fixes bug #533817.
2049
2050         Rework the way channels are mixed together to take more possible
2051         channel positions into account, properly mix from/to side channels
2052         and don't assume that either center, left&right or nothing of a
2053         specific position is available anymore.
2054
2055         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2056         Adjust unit tests with non-standard 1/2 channel layouts to the more
2057         correct new behaviour.
2058
2059         Add a unit test for 5.1->Stereo downmixing.
2060
2061 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2062
2063         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2064         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2065         Add sane defaults for the 7 and 8 channel layouts as those are
2066         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2067         more than 8 channels instead of erroring out. Fixes bug #535356.
2068
2069 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2070
2071         * docs/plugins/Makefile.am:
2072         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2073         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2074         * ext/theora/theoraparse.c:
2075         Add theoraparse to the docs and fix some docs.
2076
2077 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2078
2079         * gst-libs/gst/cdda/gstcddabasesrc.c:
2080         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2081         Fix EOS condition and track addition check, the track.end sector is
2082         included in the track. Fixes #533265.
2083
2084 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2085
2086         Patch by: Mark Nauwelaerts <manauw at skynet be>
2087
2088         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2089         (gst_video_rate_flush_prev), (gst_video_rate_event),
2090         (gst_video_rate_chain):
2091         * gst/videorate/gstvideorate.h:
2092         React (more) to NEWSEGMENT
2093         Small adjustment in timestamp calculation to prevent mismatches
2094         Fixes #435633.
2095
2096 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2097
2098         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2099           Initialise error to NULL as we should.
2100
2101 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2102
2103         * gst/adder/gstadder.c: (gst_adder_query_duration),
2104         (gst_adder_query_latency), (gst_adder_query):
2105         Implement latency query.
2106
2107 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2108
2109         * gst/adder/gstadder.c: (gst_adder_query_duration):
2110         Correctly resync the iterator if gst_iterator_next() returns
2111         GST_ITERATOR_RESYNC.
2112
2113 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2114
2115         * win32/vs6/libgstpbutils.dsp:
2116           Add pbutils-enumtypes.c to sources (#518037).
2117
2118 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2119
2120         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2121         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2122         * gst-libs/gst/audio/gstaudioclock.h:
2123         Add method to inform the clock that the time starts from 0 again. We use
2124         this info to calculate a clock offset so that the time we report in
2125         internal_time is monotonically increasing, as required by the clock base
2126         class. Fixes #521761.
2127         API: GstAudioClock::gst_audio_clock_reset()
2128
2129         * gst-libs/gst/audio/gstbaseaudiosink.c:
2130         (gst_base_audio_sink_skew_slaving),
2131         (gst_base_audio_sink_change_state):
2132         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2133         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2134         Reset reported time when we (re)create the ringbuffer.
2135
2136 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2137
2138         * ext/alsa/gstalsamixertrack.c:
2139           (gst_alsa_mixer_track_update_alsa_capabilities):
2140           Make sure playback volumes aren't accidentally overwritten by
2141           capture volumes if an alsa mixer track has both playback and
2142           capture capabilities: we create two GstMixerTracks in that
2143           case, so make sure we query only the alsa capabilities that
2144           refer to the type of GstMixerTrack we created from the dual
2145           capability alsa element. Should fix issues with Audigy2 sound
2146           cards (#518082).
2147
2148 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2149
2150         * tests/check/pipelines/oggmux.c: (test_pipeline):
2151           Don't use deprecated function.
2152
2153 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2154
2155         * gst/playback/gstdecodebin2.c:
2156         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2157         Check for NULL cases and log them, creating ghostpads can, for example,
2158         fail when the pad returns wrong caps.
2159
2160         * gst/playback/gstplaybin2.c: (perform_eos):
2161         When pushing out the EOS event, collect the return value and warn when
2162         something failed.
2163
2164 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2165
2166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2167         (gst_riff_create_video_template_caps):
2168         Add support for DVCPRO.
2169
2170 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2171
2172         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2173           Change default scaling method from nearest-neighbour to bilinear.
2174
2175 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2176
2177         * tests/check/libs/video.c:
2178           More checks.
2179
2180 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2181
2182         * gst/subparse/gstsubparse.c: (parser_state_init),
2183           (gst_sub_parse_format_autodetect), (handle_buffer):
2184         * gst/subparse/gstsubparse.h:
2185         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2186           Limit duration to a maximum of five seconds for tmplayer format where
2187           we can guess the duration only from the timestamp of the next line of
2188           text. We don't want to show a text for eternities just because nothing
2189           else is being said for a while.
2190
2191 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2192
2193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2194         (gst_base_rtp_depayload_chain),
2195         (gst_base_rtp_depayload_handle_sink_event),
2196         (gst_base_rtp_depayload_push_full),
2197         (gst_base_rtp_depayload_change_state):
2198         Check sequence numbers, mark input buffers with a discont flag for the
2199         subclass when we detected a gap, drop duplicate buffers. We do this
2200         because one can use the element without a jitterbuffer in front and we
2201         don't want to feed the subclasses invalid or reordered data.
2202         Do an error when the subclass did not provide a process function instead
2203         of crashing.
2204         Some other small cleanups.
2205
2206 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2207
2208         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2209           May just as well use the precalculated uvstride here.
2210
2211 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2212
2213         * docs/plugins/Makefile.am:
2214         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2215         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2216         * docs/plugins/gst-plugins-base-plugins.args:
2217         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2218         * docs/plugins/gst-plugins-base-plugins.interfaces:
2219         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2220         * docs/plugins/inspect/plugin-adder.xml:
2221         * docs/plugins/inspect/plugin-alsa.xml:
2222         * docs/plugins/inspect/plugin-audioconvert.xml:
2223         * docs/plugins/inspect/plugin-audiorate.xml:
2224         * docs/plugins/inspect/plugin-audioresample.xml:
2225         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2226         * docs/plugins/inspect/plugin-cdparanoia.xml:
2227         * docs/plugins/inspect/plugin-decodebin.xml:
2228         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2229         * docs/plugins/inspect/plugin-gdp.xml:
2230         * docs/plugins/inspect/plugin-gio.xml:
2231         * docs/plugins/inspect/plugin-gnomevfs.xml:
2232         * docs/plugins/inspect/plugin-libvisual.xml:
2233         * docs/plugins/inspect/plugin-ogg.xml:
2234         * docs/plugins/inspect/plugin-pango.xml:
2235         * docs/plugins/inspect/plugin-playback.xml:
2236         * docs/plugins/inspect/plugin-queue2.xml:
2237         * docs/plugins/inspect/plugin-subparse.xml:
2238         * docs/plugins/inspect/plugin-tcp.xml:
2239         * docs/plugins/inspect/plugin-theora.xml:
2240         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2241         * docs/plugins/inspect/plugin-uridecodebin.xml:
2242         * docs/plugins/inspect/plugin-video4linux.xml:
2243         * docs/plugins/inspect/plugin-videorate.xml:
2244         * docs/plugins/inspect/plugin-videoscale.xml:
2245         * docs/plugins/inspect/plugin-videotestsrc.xml:
2246         * docs/plugins/inspect/plugin-volume.xml:
2247         * docs/plugins/inspect/plugin-vorbis.xml:
2248         * docs/plugins/inspect/plugin-ximagesink.xml:
2249         * docs/plugins/inspect/plugin-xvimagesink.xml:
2250         * ext/cdparanoia/gstcdparanoiasrc.c:
2251         * ext/ogg/gstoggdemux.c:
2252         * ext/ogg/gstoggdemux.h:
2253         * ext/ogg/gstoggmux.c:
2254         * ext/ogg/gstoggmux.h:
2255         * gst/audioconvert/audioconvert.c:
2256         * gst/audioconvert/audioconvert.h:
2257         * gst/audioconvert/gstaudioconvert.h:
2258         * gst/gdp/gstgdpdepay.h:
2259         * gst/gdp/gstgdppay.h:
2260         * gst/playback/gstdecodebin.c:
2261         * gst/playback/gstdecodebin2.c:
2262         * gst/playback/gstplaybin.c:
2263         * gst/playback/gstplaybin2.c:
2264         * gst/playback/gsturidecodebin.c:
2265         * gst/tcp/gstmultifdsink.c:
2266         * gst/tcp/gstmultifdsink.h:
2267         * gst/tcp/gsttcp.h:
2268
2269         Add some documentation comments, and some new headers to be scanned.
2270         Rename some internal enum declarations (audioconvert's DitherType and
2271         NoiseShapingType, GstUnitType from the TCP elements) to match the
2272         documented GObject type names so that the docs pick them up.
2273         Name the playbin2 docs markups properly so they get picked up. They'll
2274         need renaming back when/if playbin2 becomes playbin.
2275
2276         100% symbol coverage for the plugin docs, booya.
2277
2278 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2279
2280         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2281
2282         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2283         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2284
2285 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2286
2287         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2288
2289         * gst/playback/gstdecodebin.c: (remove_fakesink):
2290         Lock the fakesink before setting the state to NULL and removing it from
2291         the bin so that a concurrent state change cannot interfere. 
2292         Fixes #534331.
2293
2294 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2295
2296         * docs/Makefile.am:
2297         Fix installing plugin documentation when gtk-doc is disabled.
2298
2299 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2300
2301         * gst-libs/gst/rtsp/Makefile.am:
2302         Distribute, don't install md5.h
2303
2304 2008-05-21  Julien Moutte  <julien@fluendo.com>
2305
2306         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2307         instead of SOL_IP, works on more platforms.
2308         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2309         arguments.
2310
2311 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2312
2313         * ext/vorbis/vorbisdec.c:
2314         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2316         Some debug and comment fixes.
2317
2318         * tests/examples/dynamic/addstream.c: (main):
2319         Fix , to ;
2320
2321 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2322
2323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2324         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2325         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2326         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2327         (cleanup_decodebin):
2328         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2329         (connect_element), (gst_decode_group_control_demuxer_pad):
2330         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2331         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2332         (mute_group_type):
2333         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2334         (gst_play_bin_set_property), (handoff), (gen_video_element),
2335         (gen_text_element), (gen_audio_element), (gen_vis_element),
2336         (remove_sinks), (add_sink), (setup_sinks):
2337         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2338         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2339         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2340         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2341         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2342         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2343         (gen_vis_chain), (gst_play_sink_reconfigure),
2344         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2345         (gst_play_sink_request_pad):
2346         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2347         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2348         (cb_newpad):
2349         * gst/playback/test6.c: (new_decoded_pad_cb):
2350         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2351         * tests/check/elements/audiorate.c: (test_injector_chain),
2352         (do_perfect_stream_test):
2353         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2354         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2355         * tests/check/elements/gnomevfssink.c:
2356         * tests/check/elements/textoverlay.c:
2357         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2358         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2359         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2360         * tests/check/pipelines/oggmux.c: (test_pipeline):
2361         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2362         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2363         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2364         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2365         * tests/examples/seek/seek.c: (make_mod_pipeline),
2366         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2367         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2368         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2369         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2370         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2371         (update_fill), (msg_buffering):
2372         Don't use bad gst_element_get_pad().
2373
2374 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2375
2376         * gst-libs/gst/riff/riff-media.c:
2377           Fix wrong method name in docs. Fix calculation of strf fields for
2378           broken mulaw/alaw.
2379   
2380         * gst-libs/gst/riff/riff-read.c:
2381           Whitespace fix and removing double ';'.
2382
2383 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2384
2385         * docs/design/part-playbin2.txt:
2386         Add some leftover doc.
2387
2388 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2391         Fix copy & paste error in last commit.
2392
2393 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2394
2395         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2396         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2397         other channel positions when source has SIDE channels and dest doesn't
2398         or the other way around.
2399
2400 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2401
2402         Patch by: Henrik Eriksson <henriken at axis dot com>
2403
2404         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2405         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2406         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2407         (gst_multi_fd_sink_get_property):
2408         * gst/tcp/gstmultifdsink.h:
2409         Add support for DSCP QOS. Fixes #469933.
2410
2411 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2412
2413         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2414         Add another test that checks if conversion between standard 1 and 2
2415         channel layouts with and without positions set is working.
2416
2417 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2418
2419         * gst-libs/gst/audio/multichannel.c:
2420         (gst_audio_check_channel_positions):
2421         Allow non-standard 2 channel layouts.
2422         
2423         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2424         Add some tests for converting and remapping non-standard 1 and 2
2425         channel layouts.
2426
2427 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2428
2429         * gst/audioconvert/gstchannelmix.c:
2430         (gst_channel_mix_fill_normalize):
2431         Prevent division by zero if the channel mix matrix contains only
2432         zeroes.
2433
2434 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2435
2436         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2437
2438         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2439         Close a buffer memory leak. Fixes bug #534071.
2440
2441 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2442
2443         * gst-libs/gst/rtsp/gstrtsptransport.h:
2444         Make the GstRTSPTransport struct members public as there are no
2445         setters/getters and it's supposed to be changed directly.
2446         Fixes bug #533087.
2447
2448 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2449
2450         * gst/adder/gstadder.c:
2451         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2452         claim this on the pad template caps.
2453
2454 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2455
2456         * gst-libs/gst/audio/gstbaseaudiosink.c:
2457         (gst_base_audio_sink_sync_latency):
2458         We can only use our optimal calibration if we prerolled before the
2459         latency expired.
2460
2461 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2462
2463         * configure.ac:
2464           Require core CVS for GstBaseSrc buffer caps setting magic.
2465
2466 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2467
2468         * gst/audioconvert/gstaudioconvert.c:
2469         (gst_audio_convert_fixate_channels):
2470         Fix logic in last commit.
2471
2472 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2473
2474         * gst/audioconvert/gstaudioconvert.c:
2475         (gst_audio_convert_fixate_channels):
2476         Passthrough the channel positions if the number of output channels is
2477         the same as the number of input channels, the input had a channel
2478         layout and downstream requests no special one. We did this already for
2479         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2480
2481 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2482
2483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2484         (gst_gnome_vfs_src_finalize),
2485         (gst_gnome_vfs_src_received_headers_callback),
2486         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2487         * ext/gnomevfs/gstgnomevfssrc.h:
2488         Set the ICY caps on the srcpad from where they get picked up by the base
2489         class now and set on the outgoing buffers.
2490
2491         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2492         (gst_base_audio_src_create):
2493         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2494         BaseSrc now sets the caps on outgoing buffers automatically.
2495
2496 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2497
2498         * gst-libs/gst/audio/gstbaseaudiosink.c:
2499         (gst_base_audio_sink_resample_slaving),
2500         (gst_base_audio_sink_skew_slaving),
2501         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2502         (gst_base_audio_sink_async_play),
2503         (gst_base_audio_sink_change_state):
2504         Change the way in which the ringbuffer is started when dealing with a
2505         slaved clock and latency. We now sync to the clock until we reach
2506         upstream latency before starting the ringbuffer. This has the effect
2507         that we can accurately align the master and slave clocks and let the
2508         rate correction code take care of the initial drift or rounding errors
2509         instead of leaving them uncorrected with the old approach.
2510
2511 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2512
2513         * gst/audioconvert/gstaudioconvert.c:
2514         (gst_audio_convert_fixate_channels):
2515         Correctly set the default channel positions when converting to 8
2516         channels.
2517
2518 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2519
2520         * configure.ac:
2521           Error out if we don't have the required version of core.
2522
2523 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2524
2525         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2526           Use data scan helper in aac typefinder and stop scanning
2527           for headers when we've found a type. Also fix potential invalid
2528           memory access when calculating the frame length.
2529
2530 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2531
2532         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2533           (mpeg_sys_is_valid_pack):
2534           Don't modify scan context when we return FALSE in ensure_data, so
2535           it's possible to continue scanning, and we don't end up with a NULL
2536           data pointer and a positive size, which might bite us the next time
2537           we're called. Small constification.
2538
2539 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2540
2541         * gst/adder/gstadder.c:
2542         Adder doesn't support 24 bit samples so don't claim it supports them
2543         in the pad template caps.
2544
2545 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2546
2547         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2548         (gst_base_rtp_depayload_chain):
2549         Validate the RTP packet before further processing it. It's just too
2550         dangerous to accept random packets and people are not forced to use a
2551         jitterbuffer or session manager to filter out the bad packets.
2552
2553         * gst-libs/gst/rtp/gstrtpbuffer.c:
2554         (gst_rtp_buffer_set_extension_data),
2555         (gst_rtp_buffer_get_payload_subbuffer):
2556         Small cleanups.
2557         When setting extension data in a buffer that is too small, we fail and
2558         we should not set the extension bit.
2559         Change GST_WARNINGS into g_warning because they really are
2560         programming errors.
2561
2562         * tests/check/libs/rtp.c: (GST_START_TEST):
2563         Catch the g_warnings now in the unit tests and that fact that failing to
2564         set extension data left the extension bit untouched.
2565
2566 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2567
2568         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2569           Revert previous change which made basetransform handle buffer_alloc
2570           and which breaks things badly in the non-passthrough case since it
2571           returned buffers with a different (ie. sometimes smaller) size than
2572           the size requested.
2573
2574 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2575
2576         Patch by: Bernard B <b-gnome at largestprime dot net>
2577
2578         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2579         Fix seqnum compare function for bordercase values and fix the docs
2580         again. Fixes #533075.
2581
2582         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2583         Add a testcase for seqnum compare function.
2584
2585 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2586
2587         * gst/adder/gstadder.c: (gst_adder_setcaps),
2588         (gst_adder_class_init):
2589         Correctly declare the supported endianness on the pad templates
2590         and check for correct endianness in the set caps function. Adder
2591         only supports native endianness.
2592         Also use gst_element_class_set_details_simple().
2593
2594 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2595
2596         * sys/xvimage/xvimagesink.c:
2597           Better debug logging in port value handling. Merging separate port
2598           value loops into one.
2599
2600 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2601
2602         Patch by: Hannes Bistry <hannesb at gmx dot de>
2603
2604         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2605         * gst/tcp/gsttcpserversink.c:
2606         (gst_tcp_server_sink_handle_server_read),
2607         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2608         Fix regression in clientsrc because we did not add the fd to the poll
2609         set anymore. Fixes #532364.
2610         Do some cleanups here and there.
2611
2612 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2613
2614         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2615         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2616         * gst/playback/gstplay-marshal.list:
2617         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2618         Use correct marshallers. GstCaps are a boxed type and no GObject
2619         subclass.
2620
2621 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2622
2623         * win32/common/libgstrtsp.def:
2624         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2625         symbols.
2626
2627 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2628
2629         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2630
2631         * tests/check/elements/audioresample.c:
2632         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2633         (live_switch_push), (GST_START_TEST):
2634         Add unit test for the latest basetransform negotiation changes.
2635         See bug #526768.
2636
2637 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2638
2639         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2640         Fix nv12<->nv21 conversion if stride is larger than width.
2641
2642 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2643
2644         Patch by: Jan Gerber <j at oil21 dot org>
2645
2646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2647         (gst_ogg_pad_parse_skeleton_fisbone):
2648         * ext/ogg/gstoggdemux.h:
2649         Parse presentation time from skeleton streams and use it as offset
2650         for the timestamps. Fixes bug #530068.
2651
2652 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2653
2654         * gst-libs/gst/audio/gstbaseaudiosink.c:
2655         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2656         Revert previous patch that attempted to more accurately calculate the
2657         initial offset between master and slave clock. The best thing we can do
2658         in general is take the time of both clocks as the diff since we don't
2659         know when the actual preroll happened.
2660
2661 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2662
2663         * gst-libs/gst/pbutils/install-plugins.c:
2664           Fix docs: type and missing word.
2665
2666 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2667
2668         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2669           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2670           for this instead; don't check if we've found enough markers after
2671           each and every step, it's enough to do that only if we've actually
2672           found a new marker.
2673           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2674
2675 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2676
2677         * gst/typefind/gsttypefindfunctions.c:
2678           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2679           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2680           (mpeg_video_stream_type_find):
2681           Move scan helper thingy to the beginning of the file so we can use
2682           it in other typefind functions. Rename it to something more
2683           generic. Also improve handling of things towards the end of the
2684           typefind data: peek as much as we can if we know the size of the
2685           data, rather than just min_size.
2686
2687 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2688
2689         * docs/libs/gst-plugins-base-libs-sections.txt:
2690         * gst-libs/gst/interfaces/colorbalance.c:
2691         * gst-libs/gst/interfaces/colorbalance.h:
2692         * gst-libs/gst/interfaces/colorbalancechannel.c:
2693         * gst-libs/gst/interfaces/colorbalancechannel.h:
2694         * gst-libs/gst/interfaces/tuner.c:
2695         * gst-libs/gst/interfaces/tunerchannel.c:
2696         * gst-libs/gst/interfaces/tunerchannel.h:
2697         * gst-libs/gst/interfaces/tunernorm.c:
2698         * gst-libs/gst/interfaces/tunernorm.h:
2699         * gst-libs/gst/video/video.c:
2700         * gst-libs/gst/video/video.h:
2701         Document the GstTuner and GstColorBalance interfaces, and some
2702         other random API functions that needed it. 70% symbol coverage, woo.
2703
2704 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2705
2706         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2707         Choose to allocate one less segment but require one additional segment
2708         as latency. 
2709
2710         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2711         No need to increment the number of segments in the source.
2712
2713         * gst-libs/gst/audio/gstbaseaudiosink.c:
2714         (gst_base_audio_sink_get_time), (clock_convert_external),
2715         (gst_base_audio_sink_resample_slaving),
2716         (gst_base_audio_sink_skew_slaving),
2717         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2718         (gst_base_audio_sink_async_play):
2719         Remove adding latency when returning the internal time while subtracting
2720         it again when we use the value a little later.
2721         When calculating the end timestamp, we are making a rounding error
2722         with the current algorithm. Ensure that we don't accumulate these
2723         rounding errors when aligning samples by not resampling at all if we
2724         don't need to. Fixes #419351.
2725         Make the initial calibration of the clock slaving a little more
2726         predictable and accurate. Also handle the case where we don't do
2727         clock slaving.
2728
2729 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         Based on a patch by:
2732           Björn Benderius <bjoern dot benderius at axis dot com>
2733
2734         * gst/ffmpegcolorspace/avcodec.h:
2735         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2736         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2737         (gst_ffmpegcsp_avpicture_fill):
2738         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2739         * gst/ffmpegcolorspace/imgconvert_template.h:
2740         Add conversions from/to NV12 and NV21 and conversions between those
2741         two formats. Fixes bug #532166.
2742
2743 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2744
2745         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2746         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2747         which happens for example with files smaller than 128kb.
2748
2749 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2750
2751         Patch by: Wouter Cloetens <zombie at e2big dot org>
2752
2753         * gst-libs/gst/rtsp/Makefile.am:
2754         * gst-libs/gst/rtsp/gstrtspconnection.c:
2755         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2756         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2757         (add_auth_header), (gst_rtsp_connection_free),
2758         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2759         (gst_rtsp_connection_set_auth_param),
2760         (gst_rtsp_connection_clear_auth_params):
2761         * gst-libs/gst/rtsp/gstrtspconnection.h:
2762         Add Digest authorization support for RTSP connections. See #532065.
2763
2764         * gst-libs/gst/rtsp/md5.c:
2765         * gst-libs/gst/rtsp/md5.h:
2766         Yeap, another md5 implementation until we can depend on a glib that has
2767         support for it.
2768
2769 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2770
2771         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2772
2773         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2774         Let audioresample use the buffer allocation of basetransform instead
2775         of it's own stuff.
2776
2777         * tests/check/elements/audioresample.c: (alloc_only_48000),
2778         (GST_START_TEST), (audioresample_suite):
2779         Add unit test for the recent basetransform bugfix, where upstream
2780         changes caps to something that can't be passed through anymore.
2781
2782 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2783
2784         * win32/common/config.h.in:
2785           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2786           use the real thing than having "???" unconditionally.
2787
2788 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2789
2790         * gst-libs/gst/audio/gstbaseaudiosink.c:
2791         (gst_base_audio_sink_query):
2792         Report the latency with the new seglatency parameter.
2793
2794         * gst-libs/gst/audio/gstringbuffer.c:
2795         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2796         (gst_ring_buffer_acquire):
2797         * gst-libs/gst/audio/gstringbuffer.h:
2798         Add new field to the ringbufferspec to specify the expected latency
2799         between the underlying device read/write pointer, this is needed
2800         when writing sinks that sit a little closer to the hardware.
2801         Add some more docs for other fields.
2802
2803 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2804
2805         * gst/volume/gstvolume.c: (volume_transform_ip):
2806         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2807         reason instead of crashing later. Might fix bug #509125.
2808
2809 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2810
2811         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2812
2813         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2814         * gst/audioconvert/audioconvert.h:
2815         * gst/audioconvert/gstaudioconvert.c:
2816         (gst_audio_convert_parse_caps),
2817         (structure_has_fixed_channel_positions),
2818         (gst_audio_convert_transform_caps):
2819         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2820         Add support for more than 8 channels and NONE channel layouts. For
2821         more than 8 channels no channel conversion is supported yet, only
2822         format conversions are supported. Fixes bug #398033.
2823
2824         * tests/check/elements/audioconvert.c: (verify_convert),
2825         (GST_START_TEST), (audioconvert_suite):
2826         Add some unit tests by Tim for checking the NONE channel layouts
2827         and more than 8 channels and add some more unit tests for channel
2828         conversions.
2829
2830 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2831
2832         * gst/playback/gstdecodebin2.c: (connect_pad):
2833         When autoplugging fails, set the element back to NULL before
2834         unreffing it.
2835
2836 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2837
2838         * win32/common/libgstaudio.def:
2839         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2840         symbols.
2841
2842 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2843
2844         * gst/subparse/samiparse.c: (handle_start_sync),
2845         (end_sami_element), (characters_sami):
2846         Remove trailing, leading and double whitespaces.
2847         Correctly timestamp buffers and output the last buffer too.
2848
2849         * tests/check/elements/subparse.c: (GST_START_TEST),
2850         (subparse_suite):
2851         Add a simple unit test for SAMI parsing.
2852
2853 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2854
2855         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2856
2857         * gst/subparse/samiparse.c: (handle_start_sync),
2858         (start_sami_element), (end_sami_element), (characters_sami),
2859         (sami_context_reset):
2860         Only output characters inside the "sync" elements. There could be
2861         other elements like "style" that have some content but should
2862         not be printed. Fixes bug #467911.
2863
2864 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2865
2866         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2867         (set_active_source):
2868         * gst/playback/gstplaybasebin.h:
2869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2870         (playbin_set_audio_mute):
2871         Allow setting -1 as current-audio to mute the current audio stream,
2872         similar to what is done for subtitles. Fixes bug #342294.
2873
2874 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2875
2876         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2877         It's SorensOn and not SorensEn.
2878
2879 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2880
2881         * gst-libs/gst/pbutils/descriptions.c: (formats):
2882           Fix description of video/x-flash-video.
2883
2884 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2885
2886         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2887         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2888         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2889         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2890         Remove some unused code.
2891
2892         * gst/audioconvert/gstaudioquantize.c:
2893         (gst_audio_quantize_free_noise_shaping):
2894         Don't return before freeing the noise shaping history.
2895
2896 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2897
2898         * tests/check/elements/subparse.c: (do_test),
2899           (test_tmplayer_style3b), (subparse_suite):
2900           Add unit test for the tmplayer variant from bug #530962.
2901
2902 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2903
2904         * gst/subparse/gstsubparse.c: (handle_buffer),
2905           (gst_sub_parse_sink_event):
2906         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2907           (tmplayer_parse_line):
2908           Fix parsing of tmplayer subtitle variant where every single line contains
2909           text and there isn't an empty line after each line to determine the
2910           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2911           making sure that we push out the last line of text without a duration if
2912           there's still text left in the buffer at the end.
2913
2914 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2915
2916         * gst/subparse/gstsubparse.c: (feed_textbuf):
2917           Fix detection of discontinuities based on the buffer offset (doesn't work
2918           so well if no buffer offset is set) and also check for the DISCONT buffer
2919           flag. This keeps the parser state from being reset after each buffer in
2920           the unit test.
2921
2922 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2923
2924         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2925           Further fine-tuning: don't absolutely require sequence or GOP headers
2926           (as introduced in the previous commit), but adjust the typefind
2927           probabilities returned accordingly if we don't see them. Also make sure
2928           picture header and first slice are somewhat close to each other (which
2929           is not perfect but still better than requiring a fixed offset or having
2930           no limit at all).
2931
2932 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2933
2934         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2935         (gst_basertppayload_sink_setcaps),
2936         (gst_basertppayload_sink_getcaps):
2937         Rename the setcaps/getcaps function internally to make it clear that
2938         they are called for the sink pad.
2939
2940 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2941
2942         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2943         (gst_base_rtp_depayload_class_init),
2944         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2945         (gst_base_rtp_depayload_packet_lost),
2946         (gst_base_rtp_depayload_set_gst_timestamp):
2947         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2948         Catch packet-lost events from the jitterbuffer and convert them into a
2949         vmethod call (lost-packet) so that depayloaders can do something smart.
2950         Also add a default packet-lost function that sends out a segment update
2951         to the decoders.
2952
2953 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2954
2955         * gst/playback/test4.c:
2956         * gst/playback/test5.c:
2957         * gst/playback/test6.c:
2958         * gst/playback/test7.c:
2959           Also include config.h when relying on defines from it. Fixes the
2960           build. Its been a please to serve :)
2961
2962 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2963
2964         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2965         (paint_setup_NV21), (paint_hline_NV12_NV21):
2966         Add support for NV12 and NV21 in videotestsrc
2967
2968 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2969
2970         * gst/videoscale/gstvideoscale.c:
2971         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2972         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2973         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2974         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2975         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2976         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2977         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2978         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2979         (vs_image_scale_linear_RGB555):
2980         Support 1x1 images as input and output as for example the BBC HQ new
2981         streams have 1x1 GIFs in the playlists for some reason.
2982
2983 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2984
2985         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2986           (try_to_link_1):
2987           If we can't activate one of the decoders we plugged in (such as,
2988           say, musepackdec) for some reason (it might not support push mode,
2989           for example), remove any pad probes that close_pad_link() might
2990           have set up. This makes sure we later don't try to remove a probe
2991           for a pad that doesn't exist any longer, and avoids nast warnings
2992           and probably other things too.
2993
2994 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2995
2996         * gst/typefind/gsttypefindfunctions.c:
2997           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2998           (plugin_init):
2999           Rework mpeg video stream typefinding a bit more: make sure sequence,
3000           GOP, picture and slice headers appear in the order they should and
3001           that we've in fact at least had one of each; fix picture header
3002           detection; decouple picture and slice header check - don't assume
3003           they're at a fixed offset, there may be extra data in between. Also,
3004           announce varying degrees of probability depending on what we found
3005           exactly (multiple pictures, at least one picture, just sequence and
3006           GOP headers). Finally, in _ensure_data(), take into account that we
3007           might be typefinding smaller amounts of data, such as the first
3008           buffer of a stream, so fall back to the minimum size needed as long
3009           as that's available, instead of erroring out if there's less than
3010           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3011           fuzzed file from #399342 as valid.
3012
3013 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3014
3015         * ext/theora/theoradec.c:
3016           Cool kids don't divide by zero.
3017           Treat PAR of x:0 as 1:1.
3018           Fixes #530719.
3019
3020 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3021
3022         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3023           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3024           (mpeg_video_stream_type_find):
3025           Refactor a bit: use context structure to track parsing offset and
3026           size of available data and make the code a bit clearer. Fixes bad
3027           memory access in #356937.
3028
3029 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3030
3031         * gst/playback/test4.c:
3032         * gst/playback/test5.c:
3033         * gst/playback/test6.c:
3034         * gst/tcp/gstmultifdsink.c:
3035           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3036           is defined.
3037
3038 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3039
3040         * gst-libs/gst/audio/gstbaseaudiosink.h:
3041         Clarify some docs.
3042
3043         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3044         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3045         (gst_base_audio_src_set_slave_method),
3046         (gst_base_audio_src_get_slave_method),
3047         (gst_base_audio_src_set_property),
3048         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3049         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3050         Add property and methods for selecting the clock slave method in the
3051         source, like in the sink.
3052         We only implement "none" and "re-timestamp" for now.
3053         API: gst_base_audio_src_set_slave_method()
3054         API: gst_base_audio_src_get_slave_method()
3055
3056 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3057
3058         * gst-libs/gst/rtp/gstrtpbuffer.c:
3059         Fix the docs about the seqnum compare function, it returns a difference.
3060
3061 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3062
3063         * ext/alsa/gstalsadeviceprobe.c:
3064         (gst_alsa_get_device_list): Don't return before freeing up
3065         the allocated structures.
3066
3067 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3068
3069         * gst/playback/gstplaybin.c:
3070           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3071
3072 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3073
3074         * ext/ogg/gstoggdemux.c:
3075           Revert the event part, that should not go in.
3076
3077 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * ext/ogg/gstoggdemux.c:
3080           Don't leak GstPluginFeatures when filtering.
3081
3082 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * sys/xvimage/xvimagesink.c:
3085           Add some logging for cases when grabbing the xv failed.
3086
3087 2008-04-21  David Schleef  <ds@schleef.org>
3088
3089         * ext/ogg/gstoggmux.c:
3090           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3091           packet.  Should conform to what we currently think is the
3092           final Ogg/Dirac muxing spec.
3093
3094 2008-04-21  David Schleef  <ds@schleef.org>
3095
3096         * sys/xvimage/xvimagesink.c:
3097           Fix typo that causes the overlay keying color to bright green
3098           on a 16-bit display.  Dark grey good.  Bright green bad.
3099
3100 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3101
3102         * ext/gnomevfs/gstgnomevfsuri.c:
3103           Add  FIXME comment about using uri-list for source and sink.
3104
3105 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3106
3107         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3108         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3109         vaargs functions to gint. Otherwise the fractions will get 0 set
3110         instead of the correct value on big endian systems. Fixes bug #529018.
3111
3112 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3113
3114         * ext/gnomevfs/gstgnomevfssink.c:
3115         (gst_gnome_vfs_sink_uri_get_protocols):
3116         * ext/gnomevfs/gstgnomevfssrc.c:
3117         (gst_gnome_vfs_src_uri_get_protocols):
3118         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3119         (gst_gnomevfs_get_supported_uris):
3120         Get the list of supported URI schemes in a threadsafe way and use the
3121         same list for the source and sink.
3122
3123 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3124
3125         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3126         (gst_gio_get_supported_protocols):
3127         Don't generate a new supported protocols list on each call but cache
3128         it. It's supposed to be static anyway, this way we only leak it once
3129         per process.
3130
3131         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3132         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3133         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3134         (gst_gio_sink_start):
3135         * ext/gio/gstgiosink.h:
3136         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3137         (gst_gio_src_class_init), (gst_gio_src_finalize),
3138         (gst_gio_src_set_property), (gst_gio_src_get_property),
3139         (gst_gio_src_start):
3140         * ext/gio/gstgiosrc.h:
3141         API: Add "file" properties where one can set a GFile as
3142         source/destination.
3143
3144         Add locking to the properties and use
3145         gst_element_class_set_details_simple() instead of a static
3146         GstElementDetails struct.
3147
3148 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3149
3150         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3151         (plugin_init):
3152         Add "mpp" and "mp+" as possible extensions for MusePack files.
3153
3154         Add typefinding for MusePack StreamVersion 8 files and include the
3155         stream version in the caps.
3156
3157 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3158
3159         * gst-libs/gst/rtp/gstrtppayloads.c:
3160         (gst_rtp_payload_info_for_name):
3161         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3162
3163 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3164
3165         * configure.ac:
3166           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3167           (NB: this only affects compilation of some of the examples).
3168           Remove some configure.ac cruft that's not needed any longer.
3169
3170 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3171
3172         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3173         Don't validate the payload if there isn't any.
3174         Fixes #525915
3175
3176 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3177
3178         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3179         Use g_atomic_int_set() instead of gst_atomic_int_set().
3180
3181 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3182
3183         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3184         Return NULL instead of a gchar * array with one NULL element if we
3185         don't get any supported URI schemes from GIO.
3186
3187 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3188
3189         * gst/audiotestsrc/gstaudiotestsrc.c:
3190           Remove cpp style commented old code.
3191
3192 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3193
3194         * gst/playback/gstdecodebin2.c:
3195           Fix signal docs.
3196
3197 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3198
3199         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3200           (gst_text_overlay_init):
3201           Fix textoverlay unit test again by making the supposed default
3202           value for the wait-text property the actual default value.
3203           Also fix Since: tag for new property.
3204
3205 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3208           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3209           (gst_video_format_get_pixel_stride),
3210           (gst_video_format_get_component_width),
3211           (gst_video_format_get_component_height),
3212           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3213           (gst_video_format_convert):
3214           Add guards to these functions to ensure sane input values.
3215
3216         * tests/check/libs/video.c:
3217           Fix unit test not to create caps with width=0 and height=0.
3218
3219 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3220
3221         * docs/design/draft-keyframe-force.txt:
3222         Fix typo.
3223
3224         * gst/playback/gstqueue2.c: (update_buffering),
3225         (gst_queue_handle_src_query):
3226         Set buffering mode in the messages.
3227         Set buffering percent in the query.
3228
3229         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3230         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3231         Do some more fancy things based on the buffering method in use.
3232
3233 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3234
3235         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3236         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3237         (msg_buffering), (main):
3238         Add basic download reports to seek using the new buffering API.
3239
3240 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3241
3242         * gst/playback/gstqueue2.c: (update_buffering),
3243         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3244         (gst_queue_src_checkgetrange_function):
3245         Include extra buffering stats in the buffering message.
3246         Implement BUFFERING query.
3247
3248         * gst/playback/gsturidecodebin.c: (do_async_start),
3249         (do_async_done), (type_found), (setup_streaming), (setup_source),
3250         (gst_uri_decode_bin_change_state):
3251         Only add decodebin2 when the type is found in streaming mode.
3252         Make uridecodebin async to PAUSED even when we don't have decodebin2
3253         added yet.
3254
3255 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3256
3257         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3258         Filter cdda from the supported URI schemes. We can't support
3259         musicbrainz tags and everything else one expects from a cdda source
3260         with GIO. Fixes bug #526794.
3261
3262 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3263
3264         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3265         (gst_xvimagesink_buffer_alloc):
3266         Fix calculation of 'expected size' for YV12 buffers.
3267         Be a little more verbose in the debug output for buffer-alloc'ed
3268         buffers which turn out to have the wrong size.
3269
3270 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3271
3272         * NEWS:
3273         * RELEASE:
3274         * gst-plugins-base.doap:
3275           Merge other changes from 0.10.19 release branch.
3276
3277 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3278
3279         * gst-libs/gst/audio/gstbaseaudiosink.c:
3280           (gst_base_audio_sink_class_init):
3281         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3282           (gst_base_audio_src_class_init):
3283         * gst/playback/gstplayback.c: (plugin_init):
3284         * gst/volume/gstvolume.c: (plugin_init):
3285           Work around missing bits of thread-safety on older GLibs some
3286           more to avoid assertions when starting up multiple playbin
3287           objects concurrently (see #512382).
3288
3289 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3290
3291         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3292           Remove some more fields.
3293
3294 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3295
3296         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3297
3298         * configure.ac:
3299         Actually build dlls when cross-compiling with mingw32.
3300         Fixes bug #526247.
3301
3302 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3303
3304         * configure.ac:
3305           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3306
3307 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3308
3309         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3310         (msg_buffering), (connect_bus_signals), (main):
3311         Add statusbar.
3312         Add buffering support with feedback in the statusbar.
3313
3314 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3315
3316         * ext/ogg/gstoggmux.c:
3317           Fix sample pipeline description.
3318
3319 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3320
3321         * docs/plugins/Makefile.am:
3322         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3323         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3325           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3326
3327         * docs/plugins/gst-plugins-base-plugins.args:
3328         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3329         * docs/plugins/gst-plugins-base-plugins.interfaces:
3330         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3331         * docs/plugins/inspect/plugin-adder.xml:
3332         * docs/plugins/inspect/plugin-alsa.xml:
3333         * docs/plugins/inspect/plugin-audioconvert.xml:
3334         * docs/plugins/inspect/plugin-audiorate.xml:
3335         * docs/plugins/inspect/plugin-audioresample.xml:
3336         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3337         * docs/plugins/inspect/plugin-cdparanoia.xml:
3338         * docs/plugins/inspect/plugin-decodebin.xml:
3339         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3340         * docs/plugins/inspect/plugin-gdp.xml:
3341         * docs/plugins/inspect/plugin-gnomevfs.xml:
3342         * docs/plugins/inspect/plugin-libvisual.xml:
3343         * docs/plugins/inspect/plugin-ogg.xml:
3344         * docs/plugins/inspect/plugin-pango.xml:
3345         * docs/plugins/inspect/plugin-playback.xml:
3346         * docs/plugins/inspect/plugin-queue2.xml:
3347         * docs/plugins/inspect/plugin-subparse.xml:
3348         * docs/plugins/inspect/plugin-tcp.xml:
3349         * docs/plugins/inspect/plugin-theora.xml:
3350         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3351         * docs/plugins/inspect/plugin-uridecodebin.xml:
3352         * docs/plugins/inspect/plugin-video4linux.xml:
3353         * docs/plugins/inspect/plugin-videorate.xml:
3354         * docs/plugins/inspect/plugin-videoscale.xml:
3355         * docs/plugins/inspect/plugin-videotestsrc.xml:
3356         * docs/plugins/inspect/plugin-volume.xml:
3357         * docs/plugins/inspect/plugin-vorbis.xml:
3358         * docs/plugins/inspect/plugin-ximagesink.xml:
3359         * docs/plugins/inspect/plugin-xvimagesink.xml:
3360           Update introspection data.
3361
3362         * ext/ogg/gstoggmux.c:
3363           Document oggmux.
3364
3365         * gst/playback/gstdecodebin2.c:
3366           Don't use gtk-doc style comment start for private stuff, but make it
3367           formatted like this for consistency.
3368
3369 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3370
3371         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3372         (gst_decode_bin_init), (gst_decode_bin_dispose),
3373         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3374         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3375         (analyze_new_pad), (connect_pad), (expose_pad),
3376         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3377         (gst_decode_group_expose), (gst_decode_group_free),
3378         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3379         Remove fakesink hack, we can now implement this more elegantly.
3380         Added property to bypass typefinding.
3381         Removed underrun callback and demuxer pad probe, we now use the srcpad
3382         probe to expose groups.
3383         API::sink-caps property
3384
3385         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3386         Guard against multiple emissions of the no_more_pads signal, which
3387         happens when we are dealing with chained oggs.
3388
3389         * gst/playback/gsturidecodebin.c: (remove_decoders),
3390         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3391         (setup_source):
3392         For streams, use our own typefind element and plug our queue after it.
3393         We will need this to determine the type of buffering to use for the
3394         queue soon.
3395
3396 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         * gst-libs/gst/audio/gstbaseaudiosink.c:
3399         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3400         Guard against over and underflows because of clock slaving.
3401         When we are using our own clock, still compensate for any calibrations
3402         that we might have done to our clock.
3403
3404 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3405
3406         * ext/theora/theoradec.c: (theora_handle_type_packet),
3407         (theora_dec_chain):
3408         Don't try to do anything fancy with the return code from pushing an
3409         event, it does not have enough information to turn it into a
3410         GST_FLOW_ERROR.
3411
3412 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3413
3414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3415         (gst_ogg_demux_chain_elem_pad):
3416         Add small debug line.
3417         Pass return code from the internal decoder instead of the too generic
3418         GST_FLOW_ERROR.
3419
3420 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3421
3422         * gst-libs/gst/cdda/Makefile.am:
3423         * gst-libs/gst/cdda/base64.c:
3424         * gst-libs/gst/cdda/base64.h:
3425         * gst-libs/gst/cdda/gstcddabasesrc.c:
3426         (gst_cddabasesrc_calculate_musicbrainz_discid):
3427         Use GLib's base64 implementation instead of our own.
3428
3429 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3430
3431         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3432         (gst_ogg_demux_read_chain):
3433         Refix oggdemux, we only have a problem if we failed to find a chain and
3434         we are not EOF.
3435
3436 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3437
3438         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3439
3440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3441         (gst_ogg_demux_read_chain):
3442         When we fail to find a BOS page and we and up with no chain, error out
3443         properly instead of segfaulting. Fixes #525665.
3444
3445 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3446
3447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3448         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3449         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3450         no-more-pads...
3451
3452 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         * gst/playback/gstqueue2.c: (update_out_rates),
3455         (gst_queue_open_temp_location_file),
3456         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3457         (gst_queue_handle_src_query), (gst_queue_set_property):
3458         Update the estimated input data when we push out a buffer.
3459         Add some debug info about the temp file.
3460         Only forward src events when we are not using a temp file.
3461         Don't block the duration query, we need to find something better.
3462         Don't leak the temp filename.
3463
3464 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3465
3466         * configure.ac:
3467         Require GLib 2.12 and liboil 0.3.14.
3468
3469         * gst/volume/gstvolume.c: (volume_process_double):
3470         Unconditionally use liboil 0.3.14 function.
3471
3472 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3473
3474         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3475         ms-gsm can have arbitrarty sample rates. See #481354.
3476
3477 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3478
3479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3480         MP4S is generic MPEG-4, not a microsoft variant.
3481
3482 2008-03-27  Michael Smith <msmith@fluendo.com>
3483
3484         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3485           Check the body CRC (if set) when depayloading.
3486           Fixes #522401.
3487
3488 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3489
3490         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3491           Fix Since: version for new property.
3492
3493 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3494
3495         * gst-libs/gst/rtsp/gstrtspconnection.c:
3496         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3497         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3498         Don't error when poll_wait returns EAGAIN.
3499
3500 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3501
3502         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3503         The queue is never filled when there are no buffers in the queue at all.
3504         Fixes #523993.
3505
3506 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3507
3508         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3509         (init_group), (free_group), (gst_play_bin_init),
3510         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3511         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3512         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3513         (gst_play_bin_set_current_video_stream),
3514         (gst_play_bin_set_current_audio_stream),
3515         (gst_play_bin_set_current_text_stream),
3516         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3517         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3518         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3519         (activate_group), (deactivate_group), (setup_next_source),
3520         (save_current_group), (gst_play_bin_change_state):
3521         Update some docs.
3522         Add new locks and conds to protect pipeline creation and group
3523         switching.
3524         Implement the sub-uri property.
3525         Keep track of pending uridecodebin creation and configure the output
3526         pipeline after all streams are configured.
3527         Propagate subtitle encoding to the uridecodebins.
3528         Implement getting the video/audio/visualisation elements.
3529         Use input-selector for stream switching.
3530         If we are asked to do visualisation, prefer to autoplug raw sinks
3531         instead of sinks that accept encoded data.
3532
3533 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3534
3535         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3536         (gst_play_sink_init), (gst_play_sink_dispose),
3537         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3538         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3539         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3540         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3541         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3542         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3543         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3544         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3545         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3546         * gst/playback/gstplaysink.h:
3547         Add methods to get audio/video/vis elements.
3548         Add methods to set the font description for the overlay.
3549         Remove properties, we're using this element with its methods only.
3550         Add support for subtitles.
3551         Rearrange the locking a bit to not use the object lock for protecting
3552         the pipeline construction.
3553         Try to use the volume and mute property on the sink when its available.
3554         Implement the mute option with volume when the sink does not have a mute
3555         property.
3556         Only add volume element when the sink has no volume property.
3557         Only do visualisations with raw audio pads.
3558
3559 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3560
3561         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3562         (gst_text_overlay_init), (gst_text_overlay_set_property),
3563         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3564         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3565         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3566         (gst_text_overlay_change_state):
3567         * ext/pango/gsttextoverlay.h:
3568         Add property to configure waiting for text on the textpad or not, with
3569         the default behaviour being the old one (always wait for text before
3570         rendering the video). This default behaviour is usually not the best one
3571         because the text stream can very sparse and could require queueing a lot
3572         of video.
3573         Fix the flushing and EOS handing so that we don't mix up their meaning.
3574
3575 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3576
3577         * gst/playback/gsturidecodebin.c:
3578         (gst_uri_decode_bin_autoplug_factories),
3579         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3580         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3581         (gst_uri_decode_bin_set_property),
3582         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3583         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3584         (proxy_autoplug_factories_signal), (make_decoder),
3585         (source_new_pad), (setup_source):
3586         Add a readonly source property and notify.
3587         Add new lock for protecting the construction of the pipeline.
3588         Keep track of the decodebins we plugged.
3589         Correctly proxy the autoplug signal so that it actually continues.
3590         Proxy subtitle-encoding to the decodebins.
3591
3592 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3593
3594         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3595         (text_toggle_cb), (update_streams), (main):
3596         Rearrange some buttons in playbin2 and make some other boxes insensitive
3597         when needed.
3598         Add language codes to subtitle selection boxes when we gind the right
3599         tags for the streams.
3600
3601 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3602
3603         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3604         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3605         (gst_decode_bin_set_subs_encoding),
3606         (gst_decode_bin_get_subs_encoding),
3607         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3608         (deactivate_free_recursive):
3609         Protect caps property with the object lock.
3610         Protect encoding property with the object lock.
3611         Keep list of elements we added that have the subtitle-encoding property.
3612         Distribute the subtitle-encoding to all of the elements when it
3613         changes.
3614
3615 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3616
3617         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3618         Small debug improvement.
3619
3620         * gst-libs/gst/audio/gstbaseaudiosink.c:
3621         (gst_base_audio_sink_render):
3622         Fix bug in determining the sample start/stop position, we want to base
3623         this decision on the fact that we are going forwards or backwards, not
3624         slower or faster. This fixes some ugly resync warnings when playing at
3625         very slow speeds.
3626
3627 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3628
3629         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3630         Correctly set the supported URI schemes and don't leave
3631         some schemes in the middle or at the start at NULL.
3632
3633 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         * tests/check/elements/gdpdepay.c:
3636           Make test compile without unused function/variable warnings on PPC.
3637  
3638 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3639
3640         * configure.ac:
3641         * ext/alsa/gstalsamixerelement.c:
3642         (gst_alsa_mixer_element_class_init):
3643         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3644         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3645         * ext/cdparanoia/gstcdparanoiasrc.c:
3646         (gst_cd_paranoia_src_class_init):
3647         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3648         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3649         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3650         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3651         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3652         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3654         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3655         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3656         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3657         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3658         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3659         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3660         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3661         (gst_audio_filter_template_class_init):
3662         * gst-libs/gst/audio/gstbaseaudiosink.c:
3663         (gst_base_audio_sink_class_init):
3664         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3665         (gst_base_audio_src_class_init):
3666         * gst-libs/gst/cdda/gstcddabasesrc.c:
3667         (gst_cdda_base_src_class_init):
3668         * gst-libs/gst/interfaces/mixertrack.c:
3669         (gst_mixer_track_class_init):
3670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3671         (gst_base_rtp_depayload_class_init):
3672         * gst-libs/gst/rtp/gstbasertppayload.c:
3673         (gst_basertppayload_class_init):
3674         * gst/audioconvert/gstaudioconvert.c:
3675         (gst_audio_convert_class_init):
3676         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3677         * gst/audioresample/gstaudioresample.c:
3678         (gst_audioresample_class_init):
3679         * gst/audiotestsrc/gstaudiotestsrc.c:
3680         (gst_audio_test_src_class_init):
3681         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3682         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3684         (preroll_unlinked):
3685         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3686         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3687         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3688         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3689         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3690         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3691         (gst_stream_selector_class_init):
3692         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3693         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3694         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3695         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3696         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3697         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3698         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3699         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3700         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3701         * gst/videotestsrc/gstvideotestsrc.c:
3702         (gst_video_test_src_class_init):
3703         * gst/volume/gstvolume.c: (gst_volume_class_init):
3704         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3705         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3706         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3708         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3710         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3711         static strings (i.e. all). This gives us less memory usage,
3712         fewer allocations and thus less memory defragmentation. Depend
3713         on core CVS for this. Fixes bug #523806.
3714
3715 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3716
3717         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3718         Filter http and https protocols. GIO/GVfs handles them but it's
3719         impossible to implement iradio/icecast with it. Better use
3720         souphttpsrc or something else for this.
3721
3722         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3723         If getting the file informations by a query fails try it with the
3724         seek-to-end trick too.
3725
3726 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3727
3728         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3729         (gst_volume_base_init), (gst_volume_class_init),
3730         (volume_process_double), (volume_process_float),
3731         (volume_transform_ip), (plugin_init):
3732         memset buffers to zero if we get a GAP buffer. We usually see a
3733         buffer as one unit so let's handle it as one and don't care about
3734         volume changes while processing one buffer.
3735         Also clean up some stuff a bit.
3736
3737 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3738
3739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3740         (gst_audio_convert_create_silence_buffer),
3741         (gst_audio_convert_transform):
3742         Make audioconvert GAP-aware by outputting silence buffers when the
3743         input has the GAP flag set. This is up to 8x faster.
3744         Based on a patch by Stefan Kost. Fixes bug #517813.
3745
3746 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3747
3748         * gst/volume/gstvolume.c: (volume_process_double):
3749         Use oil_scalarmultiply_f64_ns() for double processing when it's
3750         available at compile time.
3751
3752 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3753
3754         * configure.ac:
3755         Fix lrint/lrintf checks to actually work. These functions are
3756         in libm on Linux at least so try to link to it.
3757
3758 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3759
3760         * configure.ac:
3761         Back to development - 0.10.18.1
3762
3763 === release 0.10.18 ===
3764
3765 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3766
3767         * configure.ac:
3768           releasing 0.10.18, "I will follow"
3769
3770 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3771
3772         * configure.ac:
3773         * win32/common/config.h:
3774         0.10.17.4 pre-release
3775
3776 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3777
3778         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3779         Use GST_STR_NULL when trying to print strings that could be NULL because
3780         this might crash on some platforms. See #520808.
3781
3782 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3783
3784         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3785
3786         * gst-libs/gst/rtsp/gstrtspconnection.c:
3787         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3788         (read_line), (gst_rtsp_connection_read_internal):
3789         Generic Windows fixes that makes libgstrtsp work on Windows when
3790         coupled with the new GstPoll API. See #520808.
3791
3792 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3793
3794         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3795
3796         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3797           If seeking to a new position succeeds don't simply return from
3798           create() without creating a buffer. Do this only in the case
3799           seeking to the new position fails. Fixes bug #523054.
3800
3801 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3802
3803         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3804           (gst_video_format_from_rgba32_masks):
3805           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3806           (#522635).
3807
3808         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3809           Add unit test for the RGB caps parsing and creation, checking for
3810           internal consistency of the new API and consistency of the API with
3811           the old GST_VIDEO_CAPS_* defines.
3812
3813 2008-03-14  David Schleef  <ds@schleef.org>
3814
3815         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3816           because -base is in freeze.
3817
3818 2008-03-14  David Schleef  <ds@schleef.org>
3819
3820         Patch by: William M. Brack
3821
3822         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3823
3824 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3825
3826         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3827         (gst_selector_pad_chain):
3828         * gst/playback/gststreamselector.h:
3829         Revert change that caused regression until a real fix is found.
3830         Fixes #522203.
3831
3832 2008-03-12  Michael Smith <msmith@fluendo.com>
3833
3834         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3835         * gst-libs/gst/audio/gstringbuffer.h:
3836           Rename recently added buffer types to make more sense.
3837         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3838         (gst_alsasink_write):
3839           Adapt for above API changes.
3840           Fixes bug #520523.
3841
3842 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3843
3844         * win32/common/libgstnetbuffer.def:
3845         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3846
3847 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3848
3849         * configure.ac:
3850         * win32/common/config.h:
3851         0.10.17.3 pre-release
3852
3853 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3856         (gst_base_audio_src_create):
3857         Fix duration when no clock was provided. Fixes #520300.
3858
3859 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3860
3861         Patch by: Olivier Crete  <tester at tester ca>
3862
3863         * docs/libs/gst-plugins-base-libs-sections.txt:
3864         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3865         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3866         Add trivial function to compare GstNetAddress. See #520626.
3867         API: GstNetBuffer::gst_netaddress_equal
3868
3869 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3870
3871         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3872         Update mode property docs, it's deprecated now.
3873
3874 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3875
3876         * gst-libs/gst/rtsp/gstrtspconnection.c:
3877         (gst_rtsp_connection_create):
3878         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3879         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3880         * gst/tcp/gstmultifdsink.h:
3881         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3882         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3883         Remove GstPollMode from gstpoll constructor.
3884
3885 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3886
3887         * configure.ac:
3888         * win32/common/config.h:
3889         0.10.17.2 pre-release
3890
3891 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3892
3893         * gst/Makefile.am:
3894         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3895         them twice
3896
3897         * win32/common/libgstinterfaces.def:
3898         * win32/common/libgstrtp.def:
3899         Add new API to the defs
3900
3901 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3902
3903         Patch by: Mersad Jelacic  <mersad at axis dot com>
3904
3905         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3906         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3907         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3908         possible to specify the sample size in bits. (#509637)
3909
3910 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3911
3912         * tests/check/libs/mixer.c:
3913           Add a few simple checks for the new message types.
3914
3915 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * docs/libs/gst-plugins-base-libs-sections.txt:
3918         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3919           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3920           (gst_mixer_message_get_type),
3921           (gst_mixer_message_parse_option_changed),
3922           (gst_mixer_message_parse_options_list_changed):
3923         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3924           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3925           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3926           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3927           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3928           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3929
3930 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3931
3932         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3933           (gst_mixer_options_get_values):
3934         * gst-libs/gst/interfaces/mixeroptions.h:
3935           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3936           (_GstMixerOptions), (_GstMixerOptionsClass):
3937           API: add GstMixerOptions::get_values vfunc (#519906)
3938
3939 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3940
3941         * configure.ac:
3942         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3943         plug-ins are included/excluded. (#498222)
3944
3945 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3946
3947         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3948         Add typefinder for IMelody files, using audio/x-imelody.
3949         See bug #519516.
3950
3951 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3952
3953         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3954         * ext/alsa/gstalsasink.c: (set_hwparams):
3955         * ext/alsa/gstalsasrc.c: (set_hwparams):
3956         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3957         * ext/ogg/gstoggmux.h:
3958         * ext/ogg/gstogmparse.c:
3959         * gst-libs/gst/audio/audio.c:
3960         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3961         * gst-libs/gst/pbutils/missing-plugins.c:
3962         (gst_missing_uri_sink_message_new),
3963         (gst_missing_element_message_new),
3964         (gst_missing_decoder_message_new),
3965         (gst_missing_encoder_message_new):
3966         * gst-libs/gst/rtp/gstbasertppayload.c:
3967         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3968         (gst_rtcp_packet_bye_get_reason):
3969         * gst/audioconvert/gstaudioconvert.c:
3970         * gst/audioresample/gstaudioresample.c:
3971         * gst/ffmpegcolorspace/imgconvert.c:
3972         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3973         * gst/typefind/gsttypefindfunctions.c:
3974         * gst/videoscale/vs_4tap.c:
3975         * gst/videoscale/vs_4tap.h:
3976         * sys/v4l/gstv4lelement.c:
3977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3978         * sys/v4l/v4l_calls.c:
3979         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3980         (gst_v4lsrc_try_capture):
3981         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3982         (gst_ximagesink_ximage_new):
3983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3984         (gst_xvimagesink_xvimage_new):
3985         * tests/check/elements/audioconvert.c:
3986         * tests/check/elements/audioresample.c:
3987         (fail_unless_perfect_stream):
3988         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3989         * tests/check/elements/decodebin.c:
3990         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3991         (setup_gdpdepay_streamheader):
3992         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3993         (setup_gdppay_streamheader):
3994         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3995         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3996         * tests/check/elements/textoverlay.c:
3997         * tests/check/elements/videorate.c: (setup_videorate):
3998         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3999         * tests/check/elements/volume.c: (setup_volume):
4000         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4001         * tests/check/elements/vorbistag.c:
4002         * tests/check/generic/clock-selection.c:
4003         * tests/check/generic/states.c: (setup), (teardown):
4004         * tests/check/libs/cddabasesrc.c:
4005         * tests/check/libs/video.c:
4006         * tests/check/pipelines/gio.c:
4007         * tests/check/pipelines/oggmux.c:
4008         * tests/check/pipelines/simple-launch-lines.c:
4009         (simple_launch_lines_suite):
4010         * tests/check/pipelines/streamheader.c:
4011         * tests/check/pipelines/theoraenc.c:
4012         * tests/check/pipelines/vorbisdec.c:
4013         * tests/check/pipelines/vorbisenc.c:
4014         * tests/examples/seek/scrubby.c:
4015         * tests/examples/seek/seek.c: (query_positions_elems),
4016         (query_positions_pads):
4017         * tests/icles/stress-xoverlay.c: (myclock):
4018         Correct all relevant warnings found by the sparse semantic code
4019         analyzer. This include marking several symbols static, using
4020         NULL instead of 0 for pointers and using "foo (void)" instead
4021         of "foo ()" for declarations.
4022
4023         * win32/common/libgstrtp.def:
4024         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4025
4026 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4027
4028         Patch by: José Alburquerque <jaalburqu svn gnome org>
4029
4030         * gst/playback/gstplaybin2.c:
4031           Make the function signature of the _get_*_tags() functions match
4032           the signature of the vfuncs they implement, ie. return a
4033           GstTagList rather than a GstStructure, which is more correct,
4034           even if one is typedef'ed to the other (#518940).
4035
4036 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * gst-libs/gst/rtsp/gstrtspconnection.c:
4039           Don't include unix headers unconditionally (fixes #518037).
4040
4041 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4044           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4045           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4046           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4047           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4048           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4049           (gst_video_format_is_packed), (video_format_is_packed):
4050           Add unit test that makes sure that the strides, offsets and
4051           sizes returned for the various YUV formats by the new video API
4052           match the old reference implementation in videotestsrc.
4053
4054 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4057           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4058           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4059           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4060           (gst_video_format_get_pixel_stride),
4061           (gst_video_format_get_component_width),
4062           (gst_video_format_get_component_height),
4063           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4064         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4065           (GST_VIDEO_FORMAT_Y42B):
4066           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4067
4068 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4069
4070         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4071           YV12 is I420 with swapped components 1 and 2, so the offset of
4072           component 1 for I420 should be the offset for component 2 for YV12
4073           and vice versa.
4074
4075 2008-02-29  Rene Stadler  <mail@renestadler.de>
4076
4077         * sys/v4l/gstv4lelement.c:
4078         Add missing semicolon to fix indentation.
4079
4080 2008-02-29  Julien Moutte  <julien@fluendo.com>
4081
4082         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4083         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4084         if we can do SPDIF output.
4085         * ext/alsa/gstalsa.h:
4086         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4087         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4088         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4090         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4091         to support AC3, EC3 and IEC958 buffers.
4092
4093 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4094
4095         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4096           (gst_mixer_message_parse_mute_toggled),
4097           (gst_mixer_message_parse_record_toggled),
4098           (gst_mixer_message_parse_volume_changed),
4099           (gst_mixer_message_parse_option_changed):
4100           De-cruft and fix message type assertions (NULL is not a really
4101           valid mixer message type string).
4102
4103 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4104
4105         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4106         When negotiating, actually start from a format that we can support
4107         instead of from the too generic template.
4108
4109 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4110
4111         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4112         Enable vis setting.
4113
4114         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4115         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4116         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4117         (gen_vis_chain):
4118         Implement vis switching while playing.
4119
4120 2008-02-28  David Schleef  <ds@schleef.org>
4121
4122         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4123
4124 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4125
4126         Patch by: Peter Kjellerstedt  <pkj at axis com>
4127
4128         * gst/tcp/Makefile.am:
4129         * gst/tcp/fdsetstress.c:
4130         * gst/tcp/gstfdset.c:
4131         * gst/tcp/gstfdset.h:
4132         Removed fdset and stress test, they are now known as GstPoll in
4133         core. 
4134
4135         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4136         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4137         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4138         (gst_multi_fd_sink_handle_client_write),
4139         (gst_multi_fd_sink_queue_buffer),
4140         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4141         (gst_multi_fd_sink_stop):
4142         * gst/tcp/gstmultifdsink.h:
4143         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4144         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4145         (gst_tcp_gdp_read_caps):
4146         * gst/tcp/gsttcp.h:
4147         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4148         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4149         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4150         * gst/tcp/gsttcpclientsink.h:
4151         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4152         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4153         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4154         * gst/tcp/gsttcpclientsrc.h:
4155         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4156         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4157         * gst/tcp/gsttcpserversink.h:
4158         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4159         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4160         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4161         * gst/tcp/gsttcpserversrc.h:
4162         Port to GstPoll. See #505417.
4163
4164 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         Patch by: Peter Kjellerstedt  <pkj at axis com>
4167
4168         * gst-libs/gst/rtsp/gstrtspconnection.c:
4169         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4170         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4171         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4172         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4173         (gst_rtsp_connection_flush):
4174         * gst-libs/gst/rtsp/gstrtspconnection.h:
4175         Use GstPoll for the rtsp connection. See #505417.
4176
4177 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4178
4179         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4180         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4181         Add combo box for visualisations, populate it with a factory list
4182         of all visualisation plugins, configure vis plugin instance in
4183         playbin2. 
4184
4185 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4186
4187         * tests/check/libs/rtp.c: (GST_START_TEST):
4188         Add check for RTP buffer defaults, padding and marker bit API.
4189
4190 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4191
4192         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4193         Use memcpy() instead of upcasting a byte array to long *. This
4194         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4195         This should be ported to GCheckSum once we can use GLib 2.16.
4196         Partially fixes bug #500833.
4197
4198 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4199
4200         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4201           Push tag event after the newsegment event. Log the pointer of
4202           the buffer we're actually going to push rather than the buffer
4203           we're feeding to _make_metadata_writable().
4204
4205 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4206
4207         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4208         Comment smoke typefinder for now. The smokedec plugin needs one
4209         frame per buffer but we have no parser yet, thus it simply crashes
4210         in most situations.
4211
4212 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4213
4214         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4215         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4216
4217 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4218
4219         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4220         (plugin_init):
4221         Add midi typefinder, copied from the timidity plugin.
4222
4223 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4224
4225         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4226
4227         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4228         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4229           (subparse_suite):
4230           Forward slashes at the beginning and end of a line also signify
4231           italics (Fixes: #518162).
4232
4233 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4234
4235         * tests/check/gst-plugins-base.supp:
4236         Add a suppression for a cached value in GIO that wasn't moved
4237         while moving gio from -bad to -base.
4238
4239 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4240
4241         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4242
4243         * configure.ac:
4244         Don't hardcode -Wall and -Werror for configure checks, this fails
4245         with non-GCC compilers. Fixes bug #517991.
4246
4247 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4248
4249         * gst/audioconvert/gstaudioconvert.c:
4250         * gst/audioconvert/gstaudioquantize.c:
4251         * gst/audioconvert/gstaudioquantize.h:
4252           Make audioconvert gap aware. If noiseshaping is used, wait for
4253           noiseshaping to converge before marking as GAP. Fixes #517813.
4254
4255 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4256
4257         * gst/audiotestsrc/gstaudiotestsrc.c:
4258           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4259
4260 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4261
4262         * ext/gnomevfs/gstgnomevfssink.c:
4263         (gst_gnome_vfs_sink_handle_event):
4264         Return FALSE when seeking for a new segment fails instead
4265         of silently ignoring the failure and appending every buffer
4266         that comes for the new segment.
4267
4268 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4269
4270         * gst/playback/gstplaysink.c: (find_property),
4271         (gst_play_sink_find_property), (gen_video_chain),
4272         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4273         Recursively search the sink element for a last-frame property so that we
4274         can also find the property in autovideosink and friends that don't
4275         always proxy the internal sink properties.
4276
4277 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4278
4279         * gst-libs/gst/audio/multichannel.c:
4280           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4281           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4282           (gst_audio_set_structure_channel_positions_list),
4283           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4284           (gst_audio_fixate_channel_positions):
4285           Fix confusing terminology in docs and code: structure fields are
4286           'fields' and not 'properties'.
4287
4288 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4289
4290         * gst-libs/gst/audio/multichannel.c:
4291           (gst_audio_check_channel_positions), (add_list_to_struct):
4292           Give more useful warning messages if one of the channel
4293           layout enums passed to us is invalid and if the "channels"
4294           field in the caps has a GType we don't expect.
4295
4296 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * gst-libs/gst/audio/multichannel.c:
4299           Fix typo in docs blurb.
4300
4301 2008-02-19  Julien Moutte  <julien@fluendo.com>
4302
4303         Patch by: Josep Torra Valles <josep@fluendo.com>
4304
4305         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4306         typefind lookup to fix typefinding on HD clips.
4307
4308 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         * gst/playback/gstscreenshot.c:
4311         * gst/playback/gstscreenshot.h:
4312           Fix up copyright (I rewrote the GStreamer-0.10 code for
4313           this from scratch back in the days).
4314
4315 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4316
4317         * gst/playback/Makefile.am:
4318         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4319         (create_element), (gst_play_frame_conv_convert):
4320         * gst/playback/gstscreenshot.h:
4321         Add screenshot conversion code from totem.
4322
4323         * gst/playback/gstplay-marshal.list:
4324         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4325         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4326         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4327         Implement frame property to get a color-unconverted snapshot.
4328         Implement convert-frame action signal to get a converted snapshot image.
4329         Configure connection speed in uridecodebin.
4330         Document some more properties.
4331
4332         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4333         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4334         (gst_play_sink_get_last_frame):
4335         * gst/playback/gstplaysink.h:
4336         Use last-buffer property of the video sink to get a video snapshot.
4337
4338         * tests/examples/seek/seek.c: (shot_cb), (main):
4339         Add snapshot button for playbin2 and use the frame property to save the
4340         frame as a png in the current directory.
4341
4342 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4343
4344         Patch by: Josep Torra Valles <josep at fluendo dot com>
4345
4346         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4347         (plugin_init):
4348         Add typefinding support for h264 elementary streams.
4349         Fixes bug #517420.
4350
4351 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4352
4353         * configure.ac:
4354           Require CVS of core for new API in collectpads.
4355
4356         * gst/adder/gstadder.c:
4357           Use new API to make adder sparse stream aware.
4358
4359 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4360
4361         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4362         (no_more_pads_cb):
4363         Get the object data correct so that we can remove our channels
4364         correctly.
4365
4366         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4367         (gen_vis_chain), (gst_play_sink_reconfigure),
4368         (gst_play_sink_request_pad):
4369         Add option to disable async behaviour in the sinks when possible. This
4370         makes it possible to avoid an audio queue when dealing with
4371         visualisations.
4372         Add option to add a queue for the audio path.
4373
4374         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4375         (main):
4376         Disable the vis checkbox to match the defaults of playbin2.
4377         Only get the stream info when we need to.
4378
4379 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4380
4381         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4382         (gst_gio_base_sink_set_stream):
4383         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4384         (gst_gio_base_src_set_stream):
4385         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4386         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4387         Don't use async operations as they require a running main loop.
4388         This makes us block again when closing streams and unable
4389         to mount the enclosing volume of an URI if it isn't yet.
4390
4391 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4392
4393         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4394         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4395         (gen_vis_chain), (gst_play_sink_reconfigure),
4396         (gst_play_sink_request_pad):
4397         Move tee in front of the audio and vis pipelines.
4398         Add queue for audio for now.
4399         Add visualisation support.
4400
4401         * tests/examples/seek/seek.c: (main):
4402         Visualisation is by default disabled.
4403
4404 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4405
4406         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4407         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4408         Improve debugging a bit.
4409
4410         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4411         * ext/gio/gstgiosink.h:
4412         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4413         * ext/gio/gstgiosrc.h:
4414         Try to mount the enclosing volume of a GFile if it isn't mounted
4415         yet. This requires us to wait for an async operation to finish, done
4416         with an nested GMainLoop. Authentication is not supported yet, will
4417         come later.
4418
4419 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4420
4421         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4422         (gst_play_bin_set_property), (gst_play_bin_get_property),
4423         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4424         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4425         (gst_play_sink_get_mute), (gen_audio_chain):
4426         * gst/playback/gstplaysink.h:
4427         Add mute property.
4428
4429         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4430         (gst_selector_pad_chain):
4431         * gst/playback/gststreamselector.h:
4432         Make sure we forward the event only once.
4433
4434         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4435         Add and implement the mute button for playbin2.
4436
4437 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4438
4439         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4440
4441         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4442         Add some more debug info.
4443         Make sure we never return a negative delay. Fixes #516246.
4444
4445 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4448           Revert patch that makes the sink hold the object lock when
4449           calling snd_pcm_delay(), since it breaks playback for me.
4450
4451 2008-02-12  Julien Moutte  <julien@fluendo.com>
4452
4453         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4454         some seek flags when changing rate.
4455
4456 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4459         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4460         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4461         Fix potential leaks.
4462
4463         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4464         Fix leak when there is no function configured.
4465
4466 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4467
4468         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4469         (gst_v4lsrc_buffer_finalize):
4470         Correctly chain up the finalize method.
4471
4472 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4473
4474         * ext/gio/gstgiostreamsink.c:
4475         * ext/gio/gstgiostreamsrc.c:
4476         Add documentation and example code for giostreamsink/giostreamsrc.
4477
4478         * tests/check/pipelines/gio.c: (GST_START_TEST):
4479         Ask the GMemoryOutputStream for the data instead of assuming that
4480         the pointer to the data stayed the same. It could've been realloc'ed.
4481
4482 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         * ext/gio/gstgiosink.c:
4485         * ext/gio/gstgiosrc.c:
4486         Make the documentation of giosink/giosrc complete, large parts
4487         are based on the gnomevfssink/gnomevfssrc docs.
4488
4489 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4490
4491         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4493         * docs/plugins/gst-plugins-base-plugins.args:
4494         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4495         * docs/plugins/gst-plugins-base-plugins.interfaces:
4496         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4497         * docs/plugins/gst-plugins-base-plugins.signals:
4498         * docs/plugins/inspect/plugin-adder.xml:
4499         * docs/plugins/inspect/plugin-audioconvert.xml:
4500         * docs/plugins/inspect/plugin-audiorate.xml:
4501         * docs/plugins/inspect/plugin-audioresample.xml:
4502         * docs/plugins/inspect/plugin-decodebin.xml:
4503         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4504         * docs/plugins/inspect/plugin-gdp.xml:
4505         * docs/plugins/inspect/plugin-gio.xml:
4506         * docs/plugins/inspect/plugin-gnomevfs.xml:
4507         * docs/plugins/inspect/plugin-libvisual.xml:
4508         * docs/plugins/inspect/plugin-ogg.xml:
4509         * docs/plugins/inspect/plugin-pango.xml:
4510         * docs/plugins/inspect/plugin-playback.xml:
4511         * docs/plugins/inspect/plugin-queue2.xml:
4512         * docs/plugins/inspect/plugin-subparse.xml:
4513         * docs/plugins/inspect/plugin-theora.xml:
4514         * docs/plugins/inspect/plugin-uridecodebin.xml:
4515         * docs/plugins/inspect/plugin-videorate.xml:
4516         * docs/plugins/inspect/plugin-videoscale.xml:
4517         * docs/plugins/inspect/plugin-volume.xml:
4518         * docs/plugins/inspect/plugin-vorbis.xml:
4519         Add the GIO documentation again and while at that run make update.
4520
4521 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4524         * ext/alsa/gstalsasink.c: (set_swparams):
4525         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4526           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4527           against libasound >= 1.0.16, since it's been deprecated in
4528           0.10.16, and alignment is always 1 then, apparently. (#512899)
4529
4530 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * gst/playback/gstplaybin.c: (gen_audio_element):
4533         * gst/playback/gstplaysink.c: (gen_audio_chain):
4534           Handle case where we can't create the volume element a bit
4535           better (#514307).
4536
4537 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4538
4539         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4540         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4541           Add support for https protocol. Fixes #510229.
4542
4543 2008-02-11  Julien Moutte  <julien@fluendo.com>
4544         
4545         Patch by: Alan Peevers <peeves@pacbell.net>
4546
4547         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4548         lock when calling alsa methods.
4549
4550 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * gst/typefind/gsttypefindfunctions.c:
4553           Bump rank of jpeg and png typefinders, which will return maximum
4554           probability in the most common cases (thus short-circuiting more
4555           expensive typefinders like the mp3 one for these two quite common
4556           image types).
4557
4558 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4559
4560         * ext/theora/theoraparse.c:
4561         Fix long description of the theora parser to be more verbose than just
4562         the type name.
4563
4564 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4565
4566         Patch by: Branko Čibej <brane at xbc dot nu>
4567
4568         * sys/xvimage/xvimagesink.c:
4569         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4570         Fixes bug #515654.
4571
4572 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4573
4574         * gst/playback/gstplaybasebin.c:
4575         Set is_dynamic as True if there are elements with both request
4576         and sometimes src pad templates instead of breaking out when it
4577         finds the first pad template that is a src.
4578
4579 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4580
4581         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4582         (update_streams), (video_combo_cb), (audio_combo_cb),
4583         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4584         Add some stream switching and volume gui for playbin2.
4585
4586 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4587
4588         * gst/playback/gstplay-marshal.list:
4589         Added marshal for streamselector Tags.
4590
4591         * gst/playback/gstplaybasebin.c: (set_active_source):
4592         Streamselector now selects pads based on the pad object instead of its
4593         name.
4594
4595         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4596         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4597         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4598         (gst_play_bin_get_text_tags),
4599         (gst_play_bin_set_current_video_stream),
4600         (gst_play_bin_set_current_audio_stream),
4601         (gst_play_bin_set_current_text_stream),
4602         (gst_play_bin_set_property), (gst_play_bin_get_property),
4603         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4604         Remove option to mute streams with the current-a/v/t property, we have
4605         this functionality in the flags.
4606         Add signals to notify when the number of A/V/T channels changed.
4607         Add action signals to get tags for the A/V/T streams.
4608         Implement setting the current A/V/T stream.
4609         Rearrange some things to simplify stream selection.
4610         Implement volume.
4611
4612         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4613         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4614         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4615         (activate_vis), (gst_play_sink_reconfigure):
4616         * gst/playback/gstplaysink.h:
4617         Add and implement volume setting methods.
4618
4619         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4620         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4621         (gst_selector_pad_event), (gst_stream_selector_class_init),
4622         (gst_stream_selector_init), (gst_stream_selector_finalize),
4623         (gst_stream_selector_set_property),
4624         (gst_stream_selector_get_property),
4625         (gst_stream_selector_get_linked_pad),
4626         (gst_stream_selector_request_new_pad):
4627         * gst/playback/gststreamselector.h:
4628         Add pad properties for tags and status of pads.
4629         Keep tags on pads.
4630         Make active pad selection based on pad object instead of name.
4631
4632 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4633
4634         * configure.ac:
4635           Revert last change as we now check in gtk-doc.m4 for sed.
4636
4637 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4638
4639         * configure.ac:
4640         Find and subst SED when building the docs.
4641
4642 2008-02-08  Julien Moutte  <julien@fluendo.com>
4643
4644         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4645         (main): Make sure bus signals are reconnected when pressing STOP
4646         and then PLAY again for a parse launch pipeline. Fix a ref leak
4647         on the bus.
4648         * win32/common/config.h: Updated.
4649
4650 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4651
4652         * configure.ac:
4653         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4654         pre-releases or releases.
4655
4656 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4657
4658         * configure.ac:
4659         * ext/gio/Makefile.am:
4660         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4661         reporting
4662
4663 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4664
4665         * docs/plugins/Makefile.am:
4666         Add the headers which need scanning for the GIO plugin. The rest of
4667         the docs still need migrating.
4668
4669 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4670
4671         * ext/Makefile.am:
4672         * tests/check/Makefile.am:
4673         * tests/check/pipelines/.cvsignore:
4674         Add gio in a few more places.
4675
4676 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4677
4678         * configure.ac:
4679         * ext/Makefile.am:
4680         * tests/check/Makefile.am:
4681         Move gio plugin from -bad and mark as experimental.
4682
4683 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4684
4685         * gst-libs/gst/interfaces/mixeroptions.c:
4686         * gst-libs/gst/interfaces/mixertrack.c:
4687         Comment out a couple of other things which break the build when
4688         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4689
4690 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * docs/libs/gst-plugins-base-libs-sections.txt:
4693           Fix pbutils header.
4694
4695 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4696
4697         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4698         Fix compiler warning.
4699
4700 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4701
4702         Patch by: Peter Kjellerstedt  <pkj at axis com>
4703
4704         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4705         Clear the addrinfo struct using memset. Fixes #514937.
4706
4707 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4708
4709         * gst/tcp/gstfdset.h:
4710         Remove unused field to same some memory.
4711
4712         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4713         Mark action signals as such.
4714
4715 2008-02-06  Michael Smith <msmith@fluendo.com>
4716
4717         * ext/theora/theoradec.c: (_theora_granule_frame),
4718         (_inc_granulepos):
4719           Increment granulepos for new-bitstream versions appropriately.
4720           Fixes #514623.
4721
4722 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4723
4724         * tests/examples/seek/seek.c: (do_seek),
4725         (rate_spinbutton_changed_cb), (update_streams), (main):
4726         Remove obsolete stream_time reset after flushing seek, core does that
4727         automatically now.
4728         Improve accuracy of speed spinbutton.
4729         Only do playbin2 stuff when we actually use it.
4730
4731 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4732
4733         * tests/check/Makefile.am:
4734           Revert previous change of the test environment's GST_PLUGIN_PATH.
4735           The problem is not with the plugins, but with element factories
4736           and only occurs if elements are split out from existing plugins
4737           or if plugins change name (see #512740).
4738
4739 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * tests/check/Makefile.am:
4742           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4743           with the core's plugins first and our local build directories last,
4744           since we might be building against an installed core, and that
4745           core's plugin directory may contain older or other versions of
4746           our own -base plugins, but we really do want to test our local
4747           ones (if there are multiple plugins or element factories with the
4748           same name, those inspected last will trump those read in earlier).
4749           Fixes #512740 for the most part.
4750
4751 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4752
4753         * configure.ac:
4754         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4755         Use gmtime_r if available as gmtime is not MT-safe.
4756         Fixes bug #511810.
4757
4758 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4759
4760         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4761         Cast glong to time_t as time_t might have a different type on
4762         other platforms, like FreeBSD, and we get a compiler warning
4763         otherwise. Fixes bug #511825.
4764
4765 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4766
4767         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4768         (get_group), (get_n_pads), (gst_play_bin_get_property),
4769         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4770         (autoplug_select_cb), (deactivate_group):
4771         Remove stream-info, we going for something easier.
4772         Refactor getting the current group.
4773         Implement getting the number of audio/video/text streams.
4774
4775         * gst/playback/gststreamselector.c:
4776         (gst_stream_selector_class_init), (gst_stream_selector_init),
4777         (gst_stream_selector_get_property),
4778         (gst_stream_selector_request_new_pad),
4779         (gst_stream_selector_release_pad):
4780         * gst/playback/gststreamselector.h:
4781         Add property for number of pads.
4782
4783         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4784         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4785         (text_toggle_cb), (update_streams), (msg_async_done),
4786         (msg_state_changed), (main):
4787         Block slider callback when updating the slider position.
4788         Add gui elements for controlling playbin2.
4789         Add callback for async_done that updates position/duration.
4790
4791 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4792
4793         * docs/plugins/Makefile.am:
4794         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4795         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4796         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4797         * docs/plugins/gst-plugins-base-plugins.interfaces:
4798         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4799           First round of plugin docs cleansups.
4800
4801         * docs/plugins/inspect/plugin-adder.xml:
4802         * docs/plugins/inspect/plugin-alsa.xml:
4803         * docs/plugins/inspect/plugin-audioconvert.xml:
4804         * docs/plugins/inspect/plugin-audiorate.xml:
4805         * docs/plugins/inspect/plugin-audioresample.xml:
4806         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4807         * docs/plugins/inspect/plugin-cdparanoia.xml:
4808         * docs/plugins/inspect/plugin-decodebin.xml:
4809         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4810         * docs/plugins/inspect/plugin-gdp.xml:
4811         * docs/plugins/inspect/plugin-gnomevfs.xml:
4812         * docs/plugins/inspect/plugin-libvisual.xml:
4813         * docs/plugins/inspect/plugin-ogg.xml:
4814         * docs/plugins/inspect/plugin-pango.xml:
4815         * docs/plugins/inspect/plugin-subparse.xml:
4816         * docs/plugins/inspect/plugin-tcp.xml:
4817         * docs/plugins/inspect/plugin-theora.xml:
4818         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4819         * docs/plugins/inspect/plugin-video4linux.xml:
4820         * docs/plugins/inspect/plugin-videorate.xml:
4821         * docs/plugins/inspect/plugin-videoscale.xml:
4822         * docs/plugins/inspect/plugin-videotestsrc.xml:
4823         * docs/plugins/inspect/plugin-volume.xml:
4824         * docs/plugins/inspect/plugin-vorbis.xml:
4825         * docs/plugins/inspect/plugin-ximagesink.xml:
4826         * docs/plugins/inspect/plugin-xvimagesink.xml:
4827           Regenerate.
4828
4829         * ext/ogg/Makefile.am:
4830         * ext/ogg/gstoggmux.c:
4831         * ext/ogg/gstoggmux.h:
4832           Add header for oggmux. the c-file needs a doc blob still.
4833
4834 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4835
4836         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4837
4838         * gst-libs/gst/rtp/gstrtpbuffer.c:
4839         (gst_rtp_buffer_set_extension_data):
4840         * gst-libs/gst/rtp/gstrtpbuffer.h:
4841         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4842         Add gst_rtp_buffer_set_extension_data() 
4843         Add a unit test for this addition. Fixes #511478.
4844         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4845
4846 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4847
4848         * configure.ac:
4849         Back to CVS
4850
4851 === release 0.10.17 ===
4852
4853 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4854
4855         * configure.ac:
4856           releasing 0.10.17, "Peanut Butter and Jelly"
4857
4858 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4859
4860         * gst-libs/gst/interfaces/mixeroptions.c:
4861         * gst-libs/gst/interfaces/mixertrack.c:
4862         Also remove the conditional registration of the signals
4863         that disappeared with the ABI change in 0.10.14
4864
4865 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4866
4867         * gst-libs/gst/rtsp/gstrtspconnection.c:
4868         Revert patch to gstrtspconnection.c for brown paper bag
4869         release of -base. Re-opens: #511825
4870
4871 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4872
4873         * gst-libs/gst/interfaces/mixeroptions.h:
4874         * gst-libs/gst/interfaces/mixertrack.h:
4875         Change the way these deprecated function pointers are removed
4876         so that the compiled ABI is unconditionally smaller. This 
4877         sets in stone an ABI break that actually occurred when the
4878         things were deprecated in 0.10.14, which seems to be the best
4879         fix as the only known users are oss-mixer and sunaudio-mixer in 
4880         gst-plugins-good.
4881         Fixes: #513018
4882
4883 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4884
4885         * win32/common/libgstpbutils.def:
4886           Export the two new _get_type() functions which are needed
4887           by the python bindings.
4888
4889 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4890
4891         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4892         Cast glong to time_t as time_t might have a different type on
4893         other platforms, like FreeBSD, and we get a compiler warning
4894         otherwise. Fixes bug #511825.
4895
4896 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4897
4898         * gst-libs/gst/audio/gstaudiofilter.c:
4899         (gst_audio_filter_class_init):
4900         Initialize the GstRingerBuffer class to get it's debug category
4901         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4902         category and otherwise we get some g_critical(). Fixes bug #512334.
4903
4904 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4905
4906         * configure.ac:
4907         Back to CVS
4908
4909 === release 0.10.16 ===
4910
4911 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4912
4913         * configure.ac:
4914           releasing 0.10.16, "Scheduled Interruption"
4915
4916 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4917
4918         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4919
4920         * gst-libs/gst/rtp/gstrtpbuffer.c:
4921         (gst_rtp_buffer_get_extension_data):
4922         Fix typos and wrong extension check. Fixes #511274.
4923
4924 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4925
4926         * po/sk.po:
4927         Oops - add new sk.po mentioned in the LINGUAS I just committed
4928
4929 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4930
4931         * po/LINGUAS:
4932         Add ca translation to the disted list.
4933
4934         * win32/vs6/libgstsdp.dsp:
4935         Convert line endings to CRLF
4936
4937 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4938
4939         * win32/MANIFEST:
4940         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4941
4942 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4943
4944         * win32/common/libgstsdp.def:
4945         * win32/common/libgstvideo.def:
4946         Add new API declarations
4947
4948 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4949
4950         * ext/theora/gsttheoradec.h:
4951         * ext/theora/gsttheoraparse.h:
4952         * ext/theora/theoradec.c:
4953         * ext/theora/theoraparse.c:
4954         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4955         and parser by inspecting the bitstream version of the incoming data.
4956
4957 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4958
4959         * configure.ac:
4960         * pkgconfig/Makefile.am:
4961         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4962         * pkgconfig/gstreamer-audio.pc.in:
4963         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4964         * pkgconfig/gstreamer-cdda.pc.in:
4965         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4966         * pkgconfig/gstreamer-fft.pc.in:
4967         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4968         * pkgconfig/gstreamer-floatcast.pc.in:
4969         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4970         * pkgconfig/gstreamer-interfaces.pc.in:
4971         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4972         * pkgconfig/gstreamer-netbuffer.pc.in:
4973         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4974         * pkgconfig/gstreamer-pbutils.pc.in:
4975         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4976         * pkgconfig/gstreamer-riff.pc.in:
4977         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4978         * pkgconfig/gstreamer-rtp.pc.in:
4979         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4980         * pkgconfig/gstreamer-rtsp.pc.in:
4981         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4982         * pkgconfig/gstreamer-sdp.pc.in:
4983         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4984         * pkgconfig/gstreamer-tag.pc.in:
4985         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4986         * pkgconfig/gstreamer-video.pc.in:
4987         Provide one pkg-config file for every gst-plugins-base library.
4988         This makes linking to those libraries much more intuitive and
4989         provides standard pkg-config behaviour for them. Fixes bug #499697.
4990
4991 2008-01-13  David Schleef  <ds@schleef.org>
4992
4993         * gst/videoscale/vs_4tap.c:
4994           Fix valgrind error on 4tap scaling method.
4995
4996 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4997
4998         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4999         Include Winsock2.h for VS6 and use a different way initialize
5000         hints structure so it can build with VS6.
5001         * win32/MANIFEST:
5002         * win32/vs6/libgstsdp.dsp:
5003         * win32/common/libgstsdp.def:
5004         Add new files for libgstsdp.
5005         * win32/vs6/grammar.dsp:
5006         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5007         * win32/vs6/gst_plugins_base.dsw:
5008         * win32/vs6/libgstdecodebin.dsp:
5009         * win32/vs6/libgstdecodebin2.dsp:
5010         * win32/vs6/libgstplaybin.dsp:
5011         * win32/vs6/libgstvolume.dsp:
5012         Add new dependencies to the link list.
5013
5014 2008-01-13  Julien Moutte  <julien@fluendo.com>
5015
5016         * win32/common/config.h:
5017         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5018         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5019         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5020         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5021         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5022         * win32/common/interfaces-enumtypes.c:
5023         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5024         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5025         (gst_mixer_track_flags_get_type),
5026         (gst_tuner_channel_flags_get_type):
5027         * win32/common/multichannel-enumtypes.c:
5028         (gst_audio_channel_position_get_type):
5029         * win32/common/pbutils-enumtypes.c:
5030         (gst_install_plugins_return_get_type):
5031         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5032         in the win32 build directory.
5033
5034 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5035
5036         * tests/check/Makefile.am:
5037         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5038
5039         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5040         * tests/check/elements/playbin.c:
5041         * tests/check/libs/mixer.c: (test_element_interface_supported),
5042         (gst_implements_interface_init):
5043         * tests/check/libs/rtp.c: (GST_START_TEST):
5044         Fix various assignment type mismatches.
5045
5046 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5047
5048         * configure.ac:
5049         * gst-libs/gst/rtsp/Makefile.am:
5050         Add test to see if hstrerror is available or if we need libresolv
5051         (Solaris) for it, then use it in libgstrtsp.
5052
5053 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5054
5055         * gst-libs/gst/tag/Makefile.am:
5056         Fix include path order
5057
5058 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5059
5060         * gst-libs/gst/pbutils/install-plugins.c:
5061         (gst_install_plugins_context_copy),
5062         (gst_install_plugins_context_get_type):
5063         * gst-libs/gst/pbutils/install-plugins.h:
5064         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5065         for bindings.
5066
5067 2008-01-11  Michael Smith <msmith@fluendo.com>
5068
5069         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5070         (_theora_granule_frame), (_theora_granule_start_time),
5071         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5072           Adapt for post-alpha meaning of granulepos, when we
5073           have a newer version of libtheora.
5074         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5075         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5076         (theora_enc_is_discontinuous), (theora_enc_chain):
5077           Likewise.
5078         * tests/check/Makefile.am:
5079           Link libtheora into theoraenc test so we can check which version of
5080           libtheora we're testing against.
5081         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5082         (check_buffer_granulepos),
5083         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5084         (theoraenc_suite):
5085           Adapt tests to check the values that are now defined for theora; make
5086           the tests backwards-adapt the passed values if we're running against an
5087           old libtheora.
5088           Fixes #497964
5089
5090 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5091
5092         * gst-libs/gst/audio/gstbaseaudiosink.c:
5093           (gst_base_audio_sink_class_init):
5094         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5095           (gst_base_audio_src_class_init):
5096           Ref audio clock class from a thread-safe context to make sure
5097           we're not bit by GObjects lack of thread-safety here (#349410),
5098            however unlikely that may be in practice.
5099
5100 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5101
5102         * autogen.sh:
5103           Add -Wno-portability to the automake parameters to stop warnings
5104           about GNU make extensions being used. We require GNU make in almost
5105           every Makefile anyway.
5106           
5107         * configure.ac:
5108           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5109           at the same time is required for per target flags.
5110
5111 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5114           Post an error message if we can't pull as many bytes as we need
5115           for the tag. This makes sure the user gets to see a proper error
5116           message if a file with a partial ID3 tag is fed to decodebin, and
5117           not a 'no ID3 tag demuxer' error, which would be confusing
5118           (see #508138).
5119
5120 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * gst-libs/gst/pbutils/descriptions.c: (formats):
5123           Add description strings for ID3, APE, and ICY tags.
5124
5125 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5126
5127         * gst/playback/gstdecodebin.c: (try_to_link_1):
5128           Make sure we error out correctly if we can't activate one of
5129           the elements we've added.  Fixes #508138.
5130           
5131 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5132
5133         Patch by: Bastien Nocera <hadess at hadess net>
5134
5135         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5136           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5137           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5138           the volume is the same for all channels. This works around
5139           some problem in alsa that leaves us with inconsistent state
5140           for some reason (#486840).
5141
5142 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         Patch by: Jerone Young <jerone at gmail com>
5145
5146         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5147           If there's no mixer track by the name of 'Master' or 'Front',
5148           check if there's one called 'PCM' before trying the generic
5149           fallback logic (fixes #506928, where we pick 'Mic' as master
5150           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5151
5152 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5153
5154         * gst/playback/gstplay-enum.c:
5155         (register_gst_autoplug_select_result),
5156         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5157         (gst_play_flags_get_type):
5158         * gst/playback/gstplay-enum.h:
5159         Add enums for configuration flags.
5160
5161         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5162         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5163         (gst_play_bin_get_property), (no_more_pads_cb),
5164         (autoplug_select_cb), (gst_play_bin_change_state):
5165         Merge mode with flags.
5166         Add more property getters/setters, defaults and docs.
5167         Add properties to get number of audio/video/text streams.
5168         Create sink object in _init so that we can always rely on it being
5169         there.
5170
5171         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5172         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5173         (activate_vis), (gst_play_sink_reconfigure),
5174         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5175         (gst_play_sink_change_state):
5176         * gst/playback/gstplaysink.h:
5177         Use flags to configure the sink pipelines.
5178         Add tee before audio pipeline so that we can use it for visualisations.
5179         Start working on integrating visualisations.
5180         Remove mode, we can do everything with the flags now.
5181         Add method to configue the sink pipeline.
5182
5183 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5184
5185         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5186           (check_buffer_timestamp), (check_buffer_duration):
5187           Turn these functions into macros so we can see right away
5188           where the failure occured.
5189
5190 2008-01-05  Julien Moutte  <julien@fluendo.com>
5191
5192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5193         debugging information to understand how X calculates the stride
5194         for XvImages.
5195
5196 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5197
5198         * gst/volume/Makefile.am:
5199         * gst/volume/gstvolume.c: (volume_choose_func),
5200         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5201         (volume_setup):
5202         * gst/volume/gstvolume.h:
5203         Use GstAudioFilter as base class for the volume element instead of
5204         plain GstBaseTransform.
5205
5206 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5207
5208         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5209         Don't set element details for the abstract GstAudioFilter class.
5210
5211 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5212
5213         * gst-libs/gst/audio/gstaudiofilter.c:
5214         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5215         Implement get_unit_size() vmethod of GstBaseTransform.
5216
5217 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5218
5219         * gst-libs/gst/pbutils/Makefile.am:
5220         * gst-libs/gst/pbutils/pbutils.h:
5221         Use glib-enum generator to have a proper enum GType for
5222         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5223
5224 2007-12-31  David Schleef  <ds@schleef.org>
5225
5226         * tests/check/Makefile.am:
5227         * tests/check/pipelines/theoraenc.c:
5228           Reenable theoraenc test, which fails on the buildbot but
5229           not locally.
5230
5231 2007-12-31  David Schleef  <ds@schleef.org>
5232
5233         * docs/libs/.cvsignore:
5234         * docs/plugins/.cvsignore:
5235           Add *-undeclared.txt to fix buildbot.
5236
5237 2007-12-31  David Schleef  <ds@schleef.org>
5238
5239         * tests/check/Makefile.am:
5240           Second attempt at disabling theoraenc test long enough to
5241           get buildbot to compile -base.
5242
5243 2007-12-31  David Schleef  <ds@schleef.org>
5244
5245         * tests/check/pipelines/theoraenc.c:
5246           Disable theoraenc test long enough to get the buildbot to
5247           compile a recent -base.
5248
5249 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5250
5251         * tests/examples/seek/seek.c: (stop_cb):
5252         Make sure we reset the slider value to 0.0 without racing against a
5253         possible g_idle that sets it to something else.
5254
5255 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5256
5257         * sys/ximage/ximagesink.c:
5258         fix typo
5259
5260 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5261
5262         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5263         * gst-libs/gst/rtsp/gstrtspdefs.h:
5264         Add Location header so that we can start implementing redirects.
5265         See #506025.
5266
5267 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5268
5269         * gst/subparse/gstssaparse.c:
5270         combine if's
5271
5272 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5273
5274         * gst/subparse/gstssaparse.c:
5275         remove duplicate log message
5276
5277 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5278
5279         * ext/libvisual/visual.c: (gst_visual_chain):
5280         Fix 'xyz may be used uninitialized' compiler warnings caused
5281         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5282         abort() in any case but properly report the error.
5283
5284 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5285
5286         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5287         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5288         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5289         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5290         (autoplug_select_cb), (activate_group), (deactivate_group),
5291         (setup_next_source), (save_current_group),
5292         (gst_play_bin_change_state):
5293         Code cleanups.
5294         Remove next-uri, we can use the uri property just fine.
5295         Fix some crasher.
5296         Unref uridecodebin when switching.
5297         Fix going to READY.
5298
5299         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5300         (gst_play_sink_init), (gst_play_sink_dispose),
5301         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5302         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5303         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5304         (gst_play_sink_set_property), (gst_play_sink_get_property),
5305         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5306         (gen_vis_element), (gst_play_sink_get_mode),
5307         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5308         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5309         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5310         (gst_play_sink_change_state):
5311         * gst/playback/gstplaysink.h:
5312         Add some locking to make things threadsafe.
5313
5314         * gst/playback/test7.c: (about_to_finish_cb):
5315         Fix test.
5316
5317 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5318
5319         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5320           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5321           (gst_video_scale_transform):
5322           Don't claim to be able to handle/transform caps that can't really
5323           be handled by the currently selected scaling method (here: RGB or
5324           packed YUV with 4-tap method). Also add locking to method property.
5325
5326         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5327           (test_basetransform_based):
5328           Some test pipelines for the above (not entirely valgrind clean yet
5329           apparently).
5330
5331 2007-12-21  David Schleef  <ds@schleef.org>
5332
5333         * gst-libs/gst/video/video.c:
5334         * gst-libs/gst/video/video.h:
5335           Add additional RGBA and RGB-24 video formats.
5336
5337 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5338
5339         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5340           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5341           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5342         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5343           (cddabasesrc_suite):
5344           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5345           deprecated in the future (see #498924).
5346
5347 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5350           Don't leak event.
5351
5352 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5353
5354         * gst-libs/gst/riff/riff-read.c:
5355         Use GST_ROUND_UP_2 macro
5356
5357 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5358
5359         * gst/playback/.cvsignore:
5360           Ignore more.
5361
5362 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5365         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5366           (set_active_source):
5367         * gst/playback/gstplaybasebin.h:
5368         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5369           (setup_sinks), (playbin_set_subtitles_visible):
5370           Make switching off of subtitles work. To avoid all kind of
5371           problems with unlinking of the subtitle input, we just keep
5372           the subtitle inputs linked as they are and tell textoverlay
5373           not to render them. Fixes #373011.
5374           Other subtitle switching issues (esp. when there are both
5375           external and in-stream subtitles) remain. They'll be solved
5376           in playbin2.
5377
5378 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5379
5380         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5381         Init the pad segment too.
5382
5383 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5384
5385         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5386         (gst_audioringbuffer_open_device),
5387         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5388         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5389         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5390         (gst_audio_sink_create_ringbuffer):
5391         Improve debug output.
5392
5393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5394         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5395         Prevent some functions from doing things and failing when the
5396         ringbuffer is not yet acquired.
5397
5398 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5399
5400         * gst-libs/gst/interfaces/interfaces.h:
5401           Also remove interfaces.h from CVS as it is not needed anymore.
5402
5403 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5404
5405         * gst-libs/gst/interfaces/Makefile.am:
5406           interfaces.h is not used anymore so remove it from the build
5407           process.
5408
5409 2007-12-17  David Schleef  <ds@schleef.org>
5410
5411         * gst/videotestsrc/gstvideotestsrc.c:
5412         * gst/videotestsrc/gstvideotestsrc.h:
5413           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5414           for testing vertical refresh synchronization.
5415
5416 2007-12-17  David Schleef  <ds@schleef.org>
5417
5418         * docs/libs/gst-plugins-base-libs-sections.txt:
5419         * gst-libs/gst/video/video.c:
5420         * gst-libs/gst/video/video.h:
5421           Add new GstVideFormat enum and write a bunch of helper functions
5422           based around it.
5423
5424 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * Makefile.am:
5427           Use new common/win32.mak.
5428
5429 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5430
5431         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5432         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5433         Add debug info.
5434         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5435         the parent state change function, just like the audiosink, because the
5436         parent waits for the element to finish its processing before completing
5437         the state change. This makes going to PAUSED a lot snappier.
5438         When going from READY to PAUSED, don't allow the ringbuffer to start
5439         yet.
5440
5441 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5442
5443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5444         Yet another fix for broken software that produce files with an empty
5445         blockalign field. Instead of completely failing, make a second attempt
5446         at guessing the width/depth by looking at strf->size.
5447
5448 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5449
5450         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5451           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5452         * gst-libs/gst/pbutils/install-plugins.c:
5453           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5454         * gst-libs/gst/pbutils/missing-plugins.c:
5455           (gst_missing_plugin_message_get_installer_detail),
5456           (gst_missing_encoder_installer_detail_new):
5457         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5458         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5459           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5460           avoid compiler warnings (#503930).
5461
5462 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5463
5464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5465         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5466         for jpeg video streams.
5467         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5468         for the above modification.
5469
5470 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5473           (gst_x_overlay_handle_events):
5474           More guards (we don't want klass to end up being NULL).
5475
5476 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5477
5478         * configure.ac:
5479         * gst/volume/gstvolume.c: (gst_volume_init):
5480           Use new gst_base_transform_set_gap_aware() function as volume
5481           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5482           for this.
5483
5484 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5485
5486         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5487         Don't go to READY on EOS as this avoids testing of seeking and
5488         restarting after EOS, use the stop button when you want to READY.
5489         Don't try to do a flushing seek in segment-done, it does not make
5490         sense to use this for gapless playback and is not needed.
5491
5492 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5493
5494         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5495         (reset_rate_timer), (update_in_rates), (update_out_rates),
5496         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5497         (gst_queue_chain), (gst_queue_loop):
5498         Use separate timers for input and output rates.
5499         Pause measuring the output rate when we block for more data.
5500         See #503262.
5501
5502 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5503
5504         * gst/playback/gstqueue2.c: (gst_queue_chain):
5505         Pause the timer to measure the input rate when we block because the
5506         queue is filled. See #503262.
5507
5508 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5509
5510         Patch by: Peter Kjellerstedt  <pkj at axis com>
5511
5512         * gst-libs/gst/rtsp/gstrtspconnection.c:
5513         (gst_rtsp_connection_free):
5514         Close control sockets. Fixes #503440.
5515
5516 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5517
5518         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5519         Expose the right pad in the right place with the right element.
5520
5521 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5522
5523         * gst-libs/gst/pbutils/descriptions.c: (formats):
5524           Add description for 'private' dts caps (who come up with that name?).
5525
5526 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5527
5528         * Makefile.am:
5529           Add check-exports target and run it with 'make check'.
5530
5531         * configure.ac:
5532           Be stricter about what we export in our libraries: change regexp so that
5533           we only export _gst_foo(), but not __gst_foo().
5534
5535         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5536         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5537           Change internal functions to __gst_foo so they dont' get exported.
5538
5539         * win32/common/libgstaudio.def:
5540           Add missing symbols.
5541
5542 2007-12-11  David Schleef  <ds@schleef.org>
5543
5544         * ChangeLog: remove conflict markers
5545
5546 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5547
5548         * ext/gnomevfs/Makefile.am:
5549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5550           Use gst_tag_freeform_string_to_utf8() here, which also takes
5551           into account any character sets specified by the user via
5552           environment variables.
5553
5554 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5555
5556         * gst/audioconvert/Makefile.am:
5557         Also link to libm.
5558
5559 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5560
5561         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5562         No need for floating point operations here. avoids having to link
5563         against the math library too.
5564
5565 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         * gst-libs/gst/pbutils/descriptions.c: (formats),
5568           (format_info_get_desc):
5569         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5570           (GST_START_TEST):
5571           Add one or two missing formats.  Generate ADPCM description
5572           dynamically depending on layout/format.
5573
5574 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5575
5576         * configure.ac:
5577           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5578
5579 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5580
5581         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5582
5583         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5584           Some .srt files start with chunk number 0 and not chunk number 1,
5585           recognise and accept those as well (fixes #502497).
5586
5587         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5588           (test_src):
5589           Add unit test for the above.
5590
5591 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5592
5593         * gst/playback/gstplay-enum.c:
5594         (register_gst_autoplug_select_result),
5595         (gst_autoplug_select_result_get_type):
5596         * gst/playback/gstplay-enum.h:
5597         Add missing files.
5598
5599 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5600
5601         * gst/playback/Makefile.am:
5602         Group decodebin2 and uridecodebin into the same plugin so that they
5603         can share the GEnumType.
5604
5605         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5606         (_gst_select_accumulator), (gst_decode_bin_class_init),
5607         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5608         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5609         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5610         Add signal to sort factories instead of the more awkward autoplug-select
5611         signal.
5612         Modify autoplug_select so that we can try, skip or expose the
5613         autopluggin of an element on a pad.
5614
5615         * gst/playback/gstfactorylists.c: (compare_ranks),
5616         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5617         (element_filter), (gst_factory_list_get_elements),
5618         (gst_factory_list_debug), (gst_factory_list_filter):
5619         * gst/playback/gstfactorylists.h:
5620         Simplify the API, allow getting elements based on mask.
5621
5622         * gst/playback/gstplay-marshal.list:
5623         Add some more marshallers.
5624
5625         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5626         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5627         (autoplug_select_cb), (activate_group):
5628         Add support for managing non-raw sinks by providing a custom element and
5629         sink list to decodebin2.
5630         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5631         decodebin2.
5632
5633         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5634         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5635         * gst/playback/gstplaysink.h:
5636         Add support for raw and non-raw sinks. 
5637         Add support to force sinks selected by playbin2.
5638         Don't plug raw converters for non-raw sinks.
5639
5640         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5641         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5642         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5643         (plugin_init):
5644         Use right accumulators.
5645         Proxy new signal.
5646
5647 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5648
5649         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5650         Use runnning time as the base time instead of the timestamp.
5651         Spotted by Saur on IRC.
5652
5653 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5654
5655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5656         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5657
5658 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5659
5660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5661         (gst_ogg_demux_read_chain):
5662         If we find a new serial number but it does not contain a BOS page, make
5663         sure we initialize the chain to NULL because else we will try to scan it
5664         and crash. Fixes #500763
5665
5666 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5667
5668         * gst/playback/Makefile.am:
5669         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5670         (get_feature_array), (decoders_filter), (sinks_filter),
5671         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5672         (gst_factory_list_filter):
5673         * gst/playback/gstfactorylists.h:
5674         Refactor some common code to filter factories and check caps compat.
5675
5676         * gst/playback/gstdecodebin.c:
5677         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5678         (gst_decode_bin_init), (gst_decode_bin_dispose),
5679         (gst_decode_bin_autoplug_continue),
5680         (gst_decode_bin_autoplug_factories),
5681         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5682         (find_compatibles):
5683         * gst/playback/gstplaybin.c:
5684         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5685         (gst_play_bin_init), (gst_play_bin_finalize),
5686         (autoplug_factories_cb), (activate_group):
5687         * gst/playback/gstqueue2.c:
5688         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5689         (proxy_autoplug_continue_signal),
5690         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5691         (proxy_drained_signal):
5692         Add some more debug info and use factor filtering code.
5693
5694 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5695
5696         * gst/audiotestsrc/gstaudiotestsrc.c:
5697         * gst/volume/gstvolume.c:
5698         * gst/volume/gstvolume.h:
5699           Add GAP-flag support.
5700
5701 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5702
5703         * tests/examples/seek/seek.c: (main): Increase the range of the
5704         rate selector as I would like to test QOS behavior at higher
5705         forward and reverse playback speed like say 64x.
5706
5707 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5708
5709         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5710         (audioresample_query), (audioresample_query_type),
5711         (gst_audioresample_set_property):
5712         Implement latency query.
5713
5714 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5715
5716         * gst-libs/gst/audio/gstbaseaudiosink.c:
5717         (gst_base_audio_sink_drain):
5718         Our EOS time contains the base_time, _wait_eos() expects a running_time
5719         so we have to subtract the base_time again before calling the function.
5720         This fixes an EOS regression where the base_time was added twice and EOS
5721         took longer and longer in certain situations.
5722         Fixes #498767.
5723
5724 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5725
5726         * docs/libs/gst-plugins-base-libs-sections.txt:
5727         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5728         (gst_base_audio_sink_set_provide_clock),
5729         (gst_base_audio_sink_get_provide_clock),
5730         (gst_base_audio_sink_set_slave_method),
5731         (gst_base_audio_sink_get_slave_method),
5732         (gst_base_audio_sink_set_property),
5733         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5734         (gst_base_audio_sink_none_slaving),
5735         (gst_base_audio_sink_handle_slaving):
5736         * gst-libs/gst/audio/gstbaseaudiosink.h:
5737         Expose methods for some object properties so that subclasses can more
5738         easily configure them.
5739         Added slave method none, that completely disables slaving to the
5740         internal clock.
5741         API: gst_base_audio_sink_set_provide_clock()
5742         API: gst_base_audio_sink_get_provide_clock()
5743         API: gst_base_audio_sink_set_slave_method()
5744         API: gst_base_audio_sink_get_slave_method()
5745
5746         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5747         (gst_base_audio_src_set_provide_clock),
5748         (gst_base_audio_src_get_provide_clock),
5749         (gst_base_audio_src_set_property),
5750         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5751         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5752         Expose methods for some object properties so that subclasses can more
5753         easily configure them.
5754         API: gst_base_audio_src_set_provide_clock()
5755         API: gst_base_audio_src_get_provide_clock()
5756
5757 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5758
5759         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5760
5761         * gst-libs/gst/sdp/gstsdpmessage.c:
5762         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5763
5764 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5765
5766         * tests/check/libs/fft.c: (GST_START_TEST):
5767         Fix scaling to really have dB instead of something else.
5768
5769 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5770
5771         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5772         GTK version, use it.
5773
5774 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5775
5776         * tests/examples/seek/seek.c: (main): Try to support stable version
5777         of GTK.
5778
5779 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5780
5781         * gst/playback/README:
5782         * gst/playback/test7.c:
5783           Fix the build + little README update.
5784
5785 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5786
5787         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5788         Add playbin2 seek pipeline.
5789
5790 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5791
5792         * gst/playback/Makefile.am:
5793         * gst/playback/gstplayback.c: (plugin_init):
5794         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5795         (eos_cb), (about_to_finish_cb), (main):
5796         Add playbin2.
5797         Added gapless playback example.
5798
5799         * gst/playback/gstplaybasebin.c:
5800         * gst/playback/gstplaybasebin.h:
5801         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5802         * gst/playback/gstqueue2.c:
5803         * gst/playback/test.c:
5804         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5805         (pad_removed_cb):
5806         * gst/playback/gststreaminfo.h:
5807         Change email.
5808
5809         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5810         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5811         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5812         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5813         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5814         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5815         (drained_cb), (unlink_group), (activate_group),
5816         (setup_next_source), (gst_play_bin_change_state),
5817         (gst_play_bin2_plugin_init):
5818         Added raw first version of playbin2. Does chained oggs and gapless
5819         playback fine. No support for raw sinks yet. No visualisations or
5820         subtitles yet.
5821
5822         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5823         (gst_play_sink_class_init), (gst_play_sink_init),
5824         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5825         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5826         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5827         (gst_play_sink_set_property), (gst_play_sink_get_property),
5828         (post_missing_element_message), (free_chain), (add_chain),
5829         (activate_chain), (gen_video_chain), (gen_text_element),
5830         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5831         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5832         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5833         (gst_play_sink_send_event), (gst_play_sink_change_state):
5834         * gst/playback/gstplaysink.h:
5835         Added Element that abstracts the sinks and their pipelines for playbin2.
5836
5837 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5838
5839         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5840         (gst_selector_pad_class_init), (gst_selector_pad_init),
5841         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5842         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5843         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5844         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5845         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5846         (gst_stream_selector_init), (gst_stream_selector_set_property),
5847         (gst_stream_selector_get_linked_pad),
5848         (gst_stream_selector_getcaps),
5849         (gst_stream_selector_is_active_sinkpad),
5850         (gst_stream_selector_activate_sinkpad),
5851         (gst_stream_selector_get_linked_pads),
5852         (gst_stream_selector_request_new_pad),
5853         (gst_stream_selector_release_pad):
5854         * gst/playback/gststreamselector.h:
5855         Improve streamselector, make it select and unselect the current pad more
5856         intelligently. 
5857         Subclass GstPad for the sinkpads of the selector.
5858         Handle segments more correctly.
5859         Fix caps negotiation.
5860         Implement release_pad.
5861
5862 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5863
5864         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5865         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5866         (remove_fakesink):
5867         Add drained signal fired when decodebin finishes decoding the data.
5868         Remove deprecated STATE_DIRTY message.
5869
5870         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5871         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5872         (analyse_source), (proxy_drained_signal), (make_decoder),
5873         (source_new_pad), (value_list_append_structure_list),
5874         (handle_redirect_message), (handle_message):
5875         Proxy the new drained signal.
5876         Handle pad removed from decodebin.
5877         Handle redirect messages by sorting multiple redirections based on the
5878         connection speed.
5879
5880 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5881
5882         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5883
5884         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5885         Fix leaking headers. Fixes #496761.
5886
5887 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5888
5889         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5890
5891         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5892         (gst_ximagesink_change_state):
5893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5894         Don't leak the PAR on errors. Fixes #496731.
5895
5896 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5897
5898         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5899           (gst_tag_from_id3_user_tag):
5900           Add mapping for audio cd discid tags, so we can extract
5901           them from tags as well (see #347848). Also compare identifiers
5902           in ID3v2 TXXX frames in a case-insensitive way to increase
5903           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5904
5905 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5906
5907         * gst-plugins-base.doap:
5908         Oops, fix the release name.
5909
5910 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5911
5912         * gst-plugins-base.doap:
5913         Add 0.10.15 release
5914
5915 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5916
5917         * configure.ac:
5918         Back to CVS
5919
5920 === release 0.10.15 ===
5921
5922 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5923
5924         * configure.ac:
5925           releasing 0.10.15, "No need to argue"
5926
5927 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5928
5929         * win32/vs6/libgstfft.dsp:
5930         Convert line endings to DOS.
5931
5932 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5933
5934         * win32/vs6/gst_plugins_base.dsw:
5935         * win32/vs6/libgstfft.dsp:
5936         * win32/MANIFEST:
5937         Add a project file for fft plugin and remove socket
5938         based plugin which don't build from the workspace.
5939         * win32/vs6/libgstaudio.dsp:
5940         * win32/vs6/libgstrtp.dsp:
5941         * win32/vs6/libgsttag.dsp:
5942         Convert line endings back to DOS.
5943         Fixes #496724
5944
5945 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5946
5947         * win32/vs6/libgstinterfaces.dsp:
5948         * win32/vs6/libgstrtsp.dsp:
5949         Convert line endings back to DOS
5950
5951 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5952
5953         * gst-libs/gst/fft/kiss_fft_f32.h:
5954         * gst-libs/gst/fft/kiss_fft_f64.h:
5955         * gst-libs/gst/fft/kiss_fft_s16.h:
5956         * gst-libs/gst/fft/kiss_fft_s32.h:
5957         Don't include malloc.h which doesn't exist on Mac OSX.
5958         Instead, pull in glib.h and use g_malloc/g_free for 
5959         consistency. Fixes: #496548
5960
5961 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5962
5963         * gst/playback/gstdecodebin2.c:
5964           Dont leak ghostpad. Fixes #475451.
5965
5966 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5967
5968         * docs/design/design-decodebin.txt:
5969         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5970         Update some more docs and comments.
5971
5972 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         Patch by: Sebastien Moutte  <sebastien moutte net>
5975
5976         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5977           (gst_rtcp_unix_to_ntp):
5978         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5979           Fix some C99-isms and and a missing function that some versions of
5980           MSVC don't like too much (#494346).
5981
5982         * win32/vs6/gst_plugins_base.dsw:
5983         * win32/vs6/libgstaudio.dsp:
5984         * win32/vs6/libgstrtp.dsp:
5985         * win32/vs6/libgsttag.dsp:
5986           Update vs6 projects files (#494346).
5987
5988 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5989
5990         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5991
5992         * win32/common/libgstaudio.def:
5993         * win32/common/libgstcdda.def:
5994         * win32/common/libgstinterfaces.def:
5995         * win32/common/libgstnetbuffer.def:
5996         * win32/common/libgstpbutils.def:
5997         * win32/common/libgstrtp.def:
5998         * win32/common/libgstrtsp.def:
5999         * win32/common/libgsttag.def:
6000         * win32/common/libgstvideo.def:
6001           More missing symbols to export (fixes #493986).
6002
6003 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6004
6005         * docs/libs/gst-plugins-base-libs-sections.txt:
6006         * gst-libs/gst/fft/gstfftf32.c:
6007         * gst-libs/gst/fft/gstfftf32.h:
6008         * gst-libs/gst/fft/gstfftf64.c:
6009         * gst-libs/gst/fft/gstfftf64.h:
6010         * gst-libs/gst/fft/gstffts16.c:
6011         * gst-libs/gst/fft/gstffts16.h:
6012         * gst-libs/gst/fft/gstffts32.c:
6013         * gst-libs/gst/fft/gstffts32.h:
6014         * tests/check/libs/fft.c: (GST_START_TEST):
6015         Remove the magnitude and phase calculation functions as these have
6016         very special use cases and can't even be used for the spectrum
6017         element. Also adjust the docs to mention some properties of the used
6018         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6019
6020 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6021
6022         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6023           (finish_source):
6024           Avoid crash when there are external subtitles (fixes #491722).
6025
6026 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6027
6028         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6029         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6030           'Could not open resource for writing' is not an acceptable
6031           error message when we can't open the audio device (see #492334),
6032           even less so when we're trying to open it to record something.
6033
6034 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6035
6036         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6037
6038         * win32/common/libgstrtp.def:
6039           Add some more missing symbols (#492813).
6040
6041 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6042
6043         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6044
6045         * tests/check/elements/audioconvert.c: (verify_convert):
6046           Add check to make sure that the out caps have a channel layout
6047           set on them where they should have one.
6048
6049 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6050
6051         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6052
6053         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6054         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6055           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6056           (#492306).
6057
6058         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6059           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6060           (it disappeared in GLib 2.14.0) (#492306).
6061
6062         * gst-libs/gst/sdp/Makefile.am:
6063         * gst-libs/gst/sdp/gstsdpmessage.c:
6064           Fix includes and LIBS for win32/Mingw (#492306).
6065
6066         * tests/examples/dynamic/addstream.c (pause_play_stream):
6067           Use more portable g_usleep() instead of sleep() (#492306).
6068
6069 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6070
6071         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6072
6073         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6074           (gst_ring_buffer_parse_caps):
6075           Return NULL instead of an enum that happens to be 0, fixes warning
6076           on MSVC (#492114).
6077
6078         * gst-libs/gst/audio/gstringbuffer.h:
6079           No trailing commas in enum list (for gcc-2.9x).
6080
6081         * gst/videotestsrc/videotestsrc.c: (random_char):
6082           Make information loss explicit instead of implicitly truncating to
6083           eight bits via the return value.  Fixes runtime error on MSVC when
6084           using the debug CRT (#492114).
6085
6086         * win32/common/config.h.in:
6087           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6088
6089         * win32/common/libgstinterfaces.def:
6090         * win32/common/libgstrtp.def:
6091           Export a few more symbols (#492114).
6092
6093 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6094
6095         * gst-libs/gst/audio/audio.c:
6096         * gst-libs/gst/audio/audio.h:
6097           Readd the deprecation guards, but preserve compilability.
6098
6099 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6100
6101         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6102           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6103           Preserve channel layout when fixating the number of channels in the
6104           output caps, or make sure there's a suitable channel position layout
6105           set on the caps if required. Fixes #430677.
6106
6107 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6108
6109         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6110           Make sure the pipeline really operates in push mode as it should
6111           in this case.
6112
6113 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * gst-libs/gst/audio/audio.h:
6116           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6117           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6118           (ie. normal cvs builds) will fail.
6119
6120 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6121
6122         * docs/libs/Makefile.am:
6123         * gst-libs/gst/audio/audio.c:
6124         * gst-libs/gst/audio/audio.h:
6125         * gst-libs/gst/interfaces/mixer.c:
6126           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6127
6128 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6129
6130         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6131           (test_channel_layout_value_intersect), (audio_suite):
6132           Add simple unit test to make sure GstValue intersection
6133           of channel layouts works the way I think it does.
6134
6135 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6136
6137         * docs/libs/gst-plugins-base-libs-sections.txt:
6138         * gst-libs/gst/audio/gstaudiofilter.h:
6139         * gst-libs/gst/interfaces/mixer.h:
6140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6141         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6142         * gst-libs/gst/sdp/gstsdpmessage.c:
6143           Fix the docs according to what gtk-doc complained about.
6144
6145 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6146
6147         * tests/icles/stress-playbin.c:
6148           Fix the build.
6149
6150 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6151
6152         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6153         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6154           Post nice/more useful error message if we don't have a decoder for
6155           the primary type.
6156
6157 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6158
6159         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6160         Be a bit more useful, unblock the pads after we fired the no-more-pads
6161         signal so that we can use the signal to inspect and connect all pads
6162         without having to keep extra state outside of decodebin.
6163
6164 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6165
6166         * gst/playback/gsturidecodebin.c:
6167         (gst_uri_decode_bin_autoplug_continue),
6168         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6169         Implement default signal handler so that we return TRUE when nothing is
6170         connected.
6171
6172 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6173
6174         * gst-libs/gst/riff/riff-media.c:
6175         (gst_riff_wavext_add_channel_layout),
6176         (gst_riff_wave_add_default_channel_layout),
6177         (gst_riff_wavext_get_default_channel_mask),
6178         (gst_riff_create_audio_caps):
6179         Use the ALSA channel layout as default for wav files without channel
6180         layout information. This fixes playback of chan-id.wav on 5.1 systems
6181         for example. Also refactor the channel layout setting a bit and add
6182         more default channel orders. Fixes #489010.
6183
6184 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6185
6186         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6187           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6188           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6189           instead.
6190
6191 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6192
6193         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6194         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6195         (gst_decode_bin_set_subs_encoding),
6196         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6197         (gst_decode_bin_get_property), (analyze_new_pad):
6198         Move subtitle encoding property to decodebin2 so that it can set the
6199         property value on all elements that it autoplugs and that require it.
6200         Make caps refcounting more consistent in get/set.
6201
6202         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6203         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6204         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6205         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6206         (proxy_autoplug_continue_signal),
6207         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6208         (make_decoder):
6209         Proxy properties and relevant signals from the internal decodebin.
6210         Make properties MT safe.
6211
6212 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6215         * gst-libs/gst/tag/tags.c:
6216           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6217           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6218
6219         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6220           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6221
6222         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6223           (gst_tag_to_vorbis_comments):
6224           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6225           just mapping everything I found in the wild) (#414539).
6226
6227 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6228
6229         Inspired by patch of: René Stadler <mail at renestadler dot de>
6230
6231         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6232         (gst_decode_bin_autoplug_continue),
6233         (gst_decode_bin_autoplug_factories),
6234         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6235         (find_compatibles):
6236         * gst/playback/gstplay-marshal.list:
6237         Remove the autoplug-sort signal and replace it with a binding friendly
6238         autoplug-select signal.
6239         Add an autoplug-factories signal that can be used to generate a list of
6240         factories to try to autoplug.
6241         Add the GstPad to the autoplugging signal args as it might be needed to
6242         make a good factory selection.
6243         Fix up the marshallers for this. Fixes #407282.
6244
6245 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * gst-libs/gst/tag/gsttagdemux.c:
6248           Don't abort with an assertion if we receive a seek event with
6249           a start type of NONE (see launchpad bug #155878).
6250
6251 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6252
6253         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6254         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6255         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6257         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6258         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6259         Make sure that before we clean up the X resources, we shutdown and join
6260         the event thread.
6261         Also make sure the event thread does not shut down immediatly after
6262         startup because the running variable is not yet correctly set.
6263         Fixes #378770. 
6264
6265 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6266
6267         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6268         Make the window for a race in typefind and shutting down smaller until
6269         we figure out the right locking here. Avoids #485753 usually.
6270
6271         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6272         Remove unneeded lock causing a race in typefind and shutting down.
6273         Fixes #485753.
6274
6275         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6276         Also remove sinks when going to NULL because we might not complete the
6277         state change to PAUSED, causing the PAUSED->READY state change not to
6278         happen.
6279
6280 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6281
6282         * gst-libs/gst/audio/gstbaseaudiosink.c:
6283         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6284         Also explicitly release the ringbuffer when going to NULL because it
6285         is required in the setcaps function, before the state change to PAUSED
6286         completes.
6287
6288 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6289
6290         * tests/icles/.cvsignore:
6291         * tests/icles/Makefile.am:
6292         * tests/icles/stress-playbin.c:
6293           Does what it says on the tin.
6294
6295 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6296
6297         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6298         Fix queue negotiation. See #486758.
6299
6300 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6301
6302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6303         (gst_xvimagesink_xwindow_new),
6304         (gst_xvimagesink_update_colorbalance),
6305         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6306
6307         Fix handling of some of the X atoms. If the last parameter is True,
6308         XInternAtom won't create the atom if it doesn't exist, and therefore
6309         might return None. This causes X errors on Xv implementations that
6310         don't provide the colour balance attributes.
6311
6312 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * gst-libs/gst/tag/gstvorbistag.c:
6315         * tests/check/libs/tag.c:
6316           Extract vorbis comment LICENSE tags correctly.
6317
6318 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6321
6322         * gst-libs/gst/tag/gstid3tag.c:
6323         * tests/check/libs/tag.c:
6324           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6325
6326 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         * gst-libs/gst/tag/gsttagdemux.c:
6329           Don't error out when a buggy downstream element doesn't
6330           handle the newsegment event we send properly (especially
6331           not without posting a meaningful error message on the
6332           bus). See bug #471370 and launchpad bug #136264.
6333
6334 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6335
6336         * gst-libs/gst/audio/gstbaseaudiosink.c:
6337         (gst_base_audio_sink_drain):
6338         Use new basesink method to make our EOS drain interruptable.
6339
6340 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6341
6342         * gst-libs/gst/rtp/gstrtppayloads.c:
6343         Fix silly search-replace oversight.
6344
6345 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6346
6347         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6348
6349         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6350         (gst_basertppayload_set_outcaps):
6351         Fix caps memleak. Fixes #484989.
6352
6353
6354 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6355
6356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6357         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6358         Fix debug output.
6359
6360 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6363         (gst_base_audio_src_create):
6364         Also handle the case where there is no clock set on the audio source,
6365         like in the unit tests.
6366
6367 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6368
6369         * gst-libs/gst/rtp/gstrtppayloads.c:
6370         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6371         to avoid compiler warnings
6372
6373 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6374
6375         * gst/playback/gstdecodebin.c: (type_found),
6376         (gst_decode_bin_change_state):
6377         * gst/playback/gstdecodebin2.c: (type_found),
6378         (gst_decode_bin_change_state):
6379         Don't disconnect the have_type signal because we never reconnect it
6380         later on. Instead keep a variable to see if we already detected a type.
6381
6382 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6383
6384         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6385         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6386         (type_found):
6387         Unlink the signal handler when we found the type, we're not going to do
6388         anything sensible with more type_found signals anyway.
6389
6390 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6391
6392         * gst-libs/gst/tag/gsttagdemux.c:
6393           Don't leak caps.
6394
6395 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6396
6397         * gst-libs/gst/tag/Makefile.am:
6398         * gst-libs/gst/tag/gsttagdemux.c:
6399         * gst-libs/gst/tag/gsttagdemux.h:
6400           API: add GstTagDemux base class for simple tag demuxers.
6401
6402         * docs/libs/gst-plugins-base-libs-docs.sgml:
6403         * docs/libs/gst-plugins-base-libs-sections.txt:
6404           Add GstTagDemux to docs.
6405
6406 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6407
6408         * gst-libs/gst/rtp/gstrtpbuffer.c:
6409         (gst_rtp_buffer_get_payload_subbuffer):
6410         Fix bug introduced with last commit which inverted the logic and
6411         caused all buffers to be dropped. Fixes #483620.
6412         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6413
6414 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6415
6416         * gst-libs/gst/rtp/gstrtpbuffer.c:
6417           Replace g_return_if_val (as it could be disabled), with regular return
6418           and warning.
6419
6420 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6421
6422         * tests/check/pipelines/simple-launch-lines.c:
6423           Print message name and not just number.
6424
6425 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6426
6427         * gst-libs/gst/audio/gstbaseaudiosink.c:
6428         (gst_base_audio_sink_async_play):
6429         When slaved to the clock, don't try to align a sample with the previous
6430         one when going to PLAYING again.
6431
6432 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * tests/examples/snapshot/snapshot.c:
6435           Fix the build.
6436
6437 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6438
6439         * gst-libs/gst/sdp/gstsdpmessage.h:
6440         Add RFC 3556 bandwidth modifiers.
6441
6442 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6443
6444         * docs/libs/gst-plugins-base-libs-docs.sgml:
6445         * docs/libs/gst-plugins-base-libs-sections.txt:
6446         * gst-libs/gst/rtp/gstrtppayloads.c:
6447         Update documentation.
6448
6449 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6450
6451         * gst-libs/gst/rtp/Makefile.am:
6452         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6453         (gst_rtp_payload_info_for_name):
6454         * gst-libs/gst/rtp/gstrtppayloads.h:
6455         Added new file and header to deal with payload info.
6456
6457         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6458         (gst_rtp_buffer_default_clock_rate):
6459         * gst-libs/gst/rtp/gstrtpbuffer.h:
6460         Payload specific stuff is move to new headers.
6461         Implement _default_clock rate using the new payload function.
6462
6463         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6464         (gst_sdp_parse_line):
6465         * gst-libs/gst/sdp/gstsdpmessage.h:
6466         Add some more comments.
6467
6468 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6469
6470         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6471         (sdp_check_header), (sdp_type_find), (plugin_init):
6472         Add typefind function for application/sdp.
6473         Remove some old dirac typefind code that was ifdeffed out.
6474
6475 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6476
6477         * win32/common/libgstaudio.def:
6478         Add new exported functions.
6479         * win32/vs6/grammar.dsp:
6480         Add autogeneration and copy of some autegenerated files from win32/common
6481         for rtsp library.
6482         * win32/vs6/libgstaudioconvert.dsp:
6483         Add gstaudioquantize.c to the build.
6484         * win32/vs6/libgstinterfaces.dsp:
6485         Add videoorientation.c to the build.
6486         * win32/vs6/libgstriff.dsp:
6487         Add libgsttag to the link libraries list.
6488         * win32/vs6/libgstvolume.dsp:
6489         Add liboil to the link.
6490         * win32/vs6/gst_plugins_base.dsw:
6491         * win32/vs6/libgstrtsp.dsp:
6492         * win32/common/libgstrtsp.def:
6493         Add files to build libgstrtsp library.
6494         
6495 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6496
6497         * tests/examples/snapshot/snapshot.c: (main):
6498         Print error when pipeline failed to construct.
6499
6500 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6501
6502         * configure.ac:
6503         * gst-libs/gst/tag/gstid3tag.c:
6504         * gst-libs/gst/tag/gstvorbistag.c:
6505           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6506           and ID3v2 tags.
6507
6508 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6509
6510         * gst-libs/gst/floatcast/floatcast.h:
6511           Don't include config.h in an installed public header, this
6512           might break compilation of applications that don't have such
6513           a header and doesn't necessarily do what it's supposed to do
6514           anyway (ie. check for the lrint/lrintf defines) (#442065).
6515           Add docs for the various macros and document how this header
6516           has to be used (link against libm, etc.); add a few FIXMEs;
6517           include math.h for non-c99 code path.  Based on patch by
6518           Jan Schmidt.
6519           
6520 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6521
6522         * configure.ac:
6523         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6524         of duplicating these macros in configure.ac.
6525
6526 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6527
6528         * po/hu.po:
6529         * po/sv.po:
6530         * po/uk.po:
6531           Updated translations to 0.10.14
6532
6533 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6534
6535         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6536
6537         * po/pl.po:
6538           Added Polish translation.
6539
6540 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6541
6542         translated by: Ilkka Tuohela <hile@iki.fi>
6543
6544         * po/fi.po:
6545           Added Finnish translation.
6546
6547 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6548
6549         translated by: Jorge González González <aloriel@gmail.com>
6550
6551         * po/es.po:
6552           Added Spanish translation.
6553
6554 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6555
6556         translated by: Mogens Jaeger <mogens@jaeger.tf>
6557
6558         * po/da.po:
6559           Added Danish translation.
6560
6561 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6562
6563         translated by: Funda Wang <fundawang@linux.net.cn>
6564
6565         * po/zh_CN.po:
6566           Added Chinese (simplified) translation.
6567
6568 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6569
6570         translated by: Alexander Shopov <ash@contact.bg>
6571
6572         * po/bg.po:
6573           Added Bulgarian translation.
6574
6575 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6578         Fix compilation wrt printf arguments.
6579
6580 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6581
6582         * configure.ac:
6583         * tests/examples/Makefile.am:
6584         * tests/examples/snapshot/.cvsignore:
6585         * tests/examples/snapshot/Makefile.am:
6586         * tests/examples/snapshot/snapshot.c: (main):
6587         Add simple snapshot example program using appsink.
6588
6589 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6590
6591         * tests/check/generic/states.c:
6592           Improved state change unit test.
6593
6594 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6595
6596         * docs/plugins/.cvsignore:
6597         * tests/check/.cvsignore:
6598           Ignore registries in any format.
6599
6600 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6601
6602         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6603         (gst_base_rtp_depayload_chain),
6604         (gst_base_rtp_depayload_set_gst_timestamp):
6605         Only copy timestamp on outgoing packets if the depayloader did not set
6606         one.
6607         Also copy duration on outgoing packets.
6608
6609 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6610
6611         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6612         (gst_basertppayload_set_outcaps):
6613         Fix compilation because of missing %d in printf.
6614         When fixating caps, fixate what we can and throw away all remaining
6615         unfixed caps, subclasses should do something smart if they need to.
6616
6617 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6618
6619         * ext/gnomevfs/gstgnomevfssrc.c:
6620           Improve debug logs a bit and be more verbose if things go wrong.
6621
6622 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6623
6624         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6625         (gst_text_overlay_set_property):
6626         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6627         * gst-libs/gst/audio/gstbaseaudiosink.c:
6628         (gst_base_audio_sink_render):
6629         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6630         (gst_rtcp_unix_to_ntp):
6631         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6632         * gst/playback/gstqueue2.c:
6633         * tests/examples/seek/seek.c: (set_scale):
6634         Fix a bunch of compile warnings shown with Forte.
6635
6636         * gst/audiorate/gstaudiorate.c:
6637         Always pull in config.h before including any system headers.
6638
6639 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6640
6641         * gst/playback/gstqueue2.c: (update_buffering),
6642         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6643         (gst_queue_handle_sink_event), (gst_queue_chain),
6644         (gst_queue_push_one), (gst_queue_sink_activate_push),
6645         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6646         Also fix #476514 for queue2.
6647
6648 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6649
6650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6651         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6652         (gst_base_rtp_depayload_chain),
6653         (gst_base_rtp_depayload_handle_sink_event),
6654         (gst_base_rtp_depayload_push_full),
6655         (gst_base_rtp_depayload_set_gst_timestamp),
6656         (gst_base_rtp_depayload_change_state):
6657         Remove code to deal with RTP to GST time conversion, we now just copy
6658         the GST timestamp we receive to the outgoing buffers.
6659         Handle segment and flushes correctly.
6660
6661         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6662         When we have no valid input timestamp, use the previous rtp timestamp on
6663         the outgoing RTP packet instead of the RTP base time.
6664
6665 2007-09-15  David Schleef  <ds@schleef.org>
6666
6667         * ext/alsa/gstalsa.c:
6668         * ext/alsa/gstalsadeviceprobe.c:
6669         * ext/alsa/gstalsamixer.c:
6670         * ext/alsa/gstalsasink.c:
6671         * ext/alsa/gstalsasrc.c:
6672           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6673
6674 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6675
6676         * gst-libs/gst/rtp/gstbasertppayload.c:
6677         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6678         Add some debug info when negotiating caps.
6679
6680 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6681
6682         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6683         A buffer with an empty payload is also a valid buffer.
6684
6685 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6686
6687         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6688         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6689         (gst_basertppayload_change_state):
6690         Make sure we start our RTP timestamp from the random base RTP
6691         timestamp even if the buffer timestamp starts from some random value.
6692
6693 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6694
6695         * configure.ac:
6696         * tests/examples/Makefile.am:
6697         * tests/examples/dynamic/.cvsignore:
6698         * tests/examples/dynamic/Makefile.am:
6699         * tests/examples/dynamic/addstream.c: (create_stream),
6700         (pause_play_stream), (message_received), (eos_message_received),
6701         (perform_step), (main):
6702         Add simple exmple app to demonstrate starting and pausing live and
6703         non-live bins in a PLAYING pipeline.
6704
6705 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6706
6707         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6708         typefind for QCP files (RFC #3625)
6709
6710 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6711
6712         * gst-libs/gst/audio/gstbaseaudiosink.c:
6713         (gst_base_audio_sink_init):
6714         Disable pull mode scheduling, we're not ready for it yet and it subtly
6715         breaks a lot of things.
6716
6717 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6718
6719         * tests/check/elements/libvisual.c:
6720           Test all libvisual plugins, not just the first one; this reproduces
6721           bug #450336 quite easily.  Looks like a problem with the 'jess'
6722           visualisation.
6723
6724 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6725
6726         * tests/check/Makefile.am:
6727         * tests/check/elements/.cvsignore:
6728         * tests/check/elements/libvisual.c:
6729           Add basic libvisual test case in an attempt to reproduce bug #450336.
6730           Doesn't reproduce that bug, but some other crasher instead (invalid
6731           free), at least with make elements/libvisual.forever and the bumscope
6732           plugin on x86-64/gutsy. Leaving test disabled for now.
6733
6734 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6735
6736         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6737
6738         * gst-libs/gst/rtsp/gstrtspconnection.c:
6739         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6740         (read_body), (gst_rtsp_connection_receive):
6741         Make sure we can not cancel in the middle of receiving a message.
6742         Fixes #475731.
6743
6744 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         Patch by: Josep Torra Valles <josep@fluendo.com>
6747
6748         * gst/playback/gstplaybasebin.c:
6749           Increase upper limit for audio queue a bit; fixes preroll problem
6750           with playbin and decodebin2 when playing a quicktime trailer with
6751           multichannel audio via http (#464666).
6752
6753 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6754
6755         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6756         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6757         (gst_base_audio_src_provide_clock),
6758         (gst_base_audio_src_set_property),
6759         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6760         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6761         Allow othe clocks than the internal clock to be used for the pipeline.
6762         Add property to disable clock provide.
6763         API: GstBaseAudioSrc::provide-clock
6764
6765 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6766
6767         * gst/playback/gstdecodebin2.c:
6768           Don't leak request pads. Fixes #475395.
6769
6770 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6771
6772         Patch by: René Stadler <mail at renestadler dot de>
6773
6774         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6775         (gst_ximage_buffer_class_init):
6776         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6777         (gst_xvimage_buffer_class_init):
6778         Correctly chain up finalize with the parent class to prevent
6779         memory leaks. Fixes #474880.
6780
6781 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6782
6783         * gst/volume/gstvolume.c: (volume_choose_func):
6784         * tests/check/elements/volume.c: (GST_START_TEST):
6785         Revert the latest change: floating point samples are allowed to
6786         have any value, not only values in the range [-1,1]. Thanks to Andy
6787         Wingo for noticing.
6788         Also fix processing of int32 samples with volumes > 4 by making the
6789         unity value smaller which prevents overflows.
6790
6791 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst-libs/gst/rtp/gstrtpbuffer.c:
6794         * tests/check/libs/rtp.c:
6795           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6796
6797 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6800
6801         * gst-libs/gst/rtp/gstrtpbuffer.c:
6802           Fix up GstRTPHeader helper struct so that compilers will not under
6803           any circumstances add padding in between our fields, as currently
6804           happens with MSVC on win32, because that would lead to us sending
6805           out RTP payloads with broken RTP headers (#471194).
6806           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6807           
6808         * tests/check/Makefile.am:
6809         * tests/check/libs/.cvsignore:
6810         * tests/check/libs/rtp.c:
6811           Add some simple unit tests for GstRTPBuffer. Some are disabled
6812           because the code tested still needs fixing (set_csrc() does not work).
6813
6814 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6815
6816         * win32/MANIFEST:
6817         * win32/common/gstrtsp-enumtypes.c:
6818         * win32/common/gstrtsp-enumtypes.h:
6819         * win32/common/interfaces-enumtypes.c:
6820         * win32/common/interfaces-enumtypes.h:
6821         * win32/common/multichannel-enumtypes.c:
6822           Add rtsp enumtypes (#474384) and update others.
6823
6824 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6825
6826         * configure.ac:
6827           Fix configure check for HAVE_LIBXML_HTML.
6828
6829 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * tests/check/libs/.cvsignore:
6832           Ignore more, in case the build bots work again one day.
6833
6834 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6835
6836         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6837
6838         * configure.ac:
6839         * gst-libs/gst/Makefile.am:
6840         * gst-libs/gst/fft/Makefile.am:
6841         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6842         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6843         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6844         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6845         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6846         * gst-libs/gst/fft/gstfft.h:
6847         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6848         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6849         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6850         * gst-libs/gst/fft/gstfftf32.h:
6851         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6852         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6853         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6854         * gst-libs/gst/fft/gstfftf64.h:
6855         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6856         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6857         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6858         * gst-libs/gst/fft/gstffts16.h:
6859         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6860         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6861         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6862         * gst-libs/gst/fft/gstffts32.h:
6863         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6864         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6865         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6866         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6867         * gst-libs/gst/fft/kiss_fft_f32.h:
6868         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6869         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6870         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6871         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6872         * gst-libs/gst/fft/kiss_fft_f64.h:
6873         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6874         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6875         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6876         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6877         * gst-libs/gst/fft/kiss_fft_s16.h:
6878         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6879         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6880         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6881         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6882         * gst-libs/gst/fft/kiss_fft_s32.h:
6883         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6884         (kiss_fftr_f32), (kiss_fftri_f32):
6885         * gst-libs/gst/fft/kiss_fftr_f32.h:
6886         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6887         (kiss_fftr_f64), (kiss_fftri_f64):
6888         * gst-libs/gst/fft/kiss_fftr_f64.h:
6889         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6890         (kiss_fftr_s16), (kiss_fftri_s16):
6891         * gst-libs/gst/fft/kiss_fftr_s16.h:
6892         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6893         (kiss_fftr_s32), (kiss_fftri_s32):
6894         * gst-libs/gst/fft/kiss_fftr_s32.h:
6895         * gst-libs/gst/fft/kiss_version:
6896         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6897         * pkgconfig/gstreamer-plugins-base.pc.in:
6898         Add libgstfft, a FFT library based on Kiss FFT which is
6899         BSD licensed. Supported sample formats are int16, int32,
6900         float and double. For those formats a real FFT and IFFT
6901         can be done, different windowing functions can be applied
6902         and functions for extracting the magnitude and phase exist.
6903         Fixes #468619.
6904
6905         * docs/libs/Makefile.am:
6906         * docs/libs/gst-plugins-base-libs-docs.sgml:
6907         * docs/libs/gst-plugins-base-libs-sections.txt:
6908         Integrate libgstfft into the docs.
6909
6910         * tests/check/Makefile.am:
6911         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6912         Add unit tests for libgstfft, currently only testing the FFT.
6913         Unit tests for IFFT will follow soon.
6914
6915 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6916
6917         Patch by: Peter Kjellerstedt  <pkj at axis com>
6918
6919         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6920         (gst_sdp_message_init), (gst_sdp_message_uninit),
6921         (is_multicast_address), (gst_sdp_message_as_text),
6922         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6923         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6924         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6925         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6926         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6927         (gst_sdp_media_init), (gst_sdp_media_uninit),
6928         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6929         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6930         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6931         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6932         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6933         * gst-libs/gst/sdp/gstsdpmessage.h:
6934         Separate INIT_ARRAY() and related macros into two versions, one for
6935         structures and one for pointers (e.g., INIT_ARRAY() and
6936         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6937         lists of emails and phone numbers.
6938         Add missing const as appropriate.
6939         Change all gint to guint since they all actually represent unsigned
6940         values.
6941         Do not use time as a variable name as it shadows the global time().
6942         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6943         Actually implement gst_sdp_message_add_time().
6944         Make gst_sdp_message_add_time() take repeat times as an argument.
6945         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6946         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6947         misspelled as badwidth).
6948         gst-indented and a little clean up. Fixes #471067.
6949
6950 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6951
6952         * gst/volume/gstvolume.c: (volume_choose_func),
6953         (volume_process_double), (volume_process_double_clamp),
6954         (volume_process_float_clamp):
6955         Correctly clamp float/double samples in the [-1.0,1.0] range to
6956         prevent weird effects.
6957         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6958         Add unit tests for all samples types that had none before.
6959
6960 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6961
6962         * gst-libs/gst/rtp/gstrtpbuffer.c:
6963           Need to include stdlib.h for abs() here too.
6964
6965 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         * gst/playback/gststreaminfo.c:
6968           Fix build.
6969
6970 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6971
6972         * gst/playback/gststreaminfo.c:
6973           Clean up some half-disabled code and comment.
6974
6975 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6978
6979         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6980         (gst_base_rtp_payload_audio_handle_event):
6981         Return FALSE from the event handler to let the parent class handle the
6982         event. Fixes #446766.
6983
6984         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6985         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6986         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6987
6988         * gst-libs/gst/rtp/gstbasertppayload.c:
6989         Bump the MTU to 1400.
6990
6991 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6992
6993         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6994         Add an audio/x-nsf typefind function for the nsfdec element.
6995
6996 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6997         * gst/playback/gstplaybasebin.c:
6998         Included "myth://" on stream_uris list for enable buffering to mythtv files
6999
7000 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7001
7002         * docs/libs/gst-plugins-base-libs-sections.txt:
7003         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7004         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7005         (gst_rtcp_unix_to_ntp):
7006         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7007         Fix parsing of RB blocks.
7008         Fix docs.
7009         Added helper functions to convert to/from UNIX and NTP time.
7010         API: gst_rtcp_ntp_to_unix()
7011         API: gst_rtcp_unix_to_ntp()
7012
7013         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7014         (gst_rtp_buffer_get_header_len),
7015         (gst_rtp_buffer_get_extension_data),
7016         (gst_rtp_buffer_get_payload_subbuffer),
7017         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7018         (gst_rtp_buffer_ext_timestamp):
7019         * gst-libs/gst/rtp/gstrtpbuffer.h:
7020         Fix some more docs.
7021         Implement handling of packets with extensions.
7022         Fix padding check in _validate().
7023         Added function to get extension data.
7024         API: gst_rtp_buffer_get_header_len()
7025         API: gst_rtp_buffer_get_extension_data()
7026
7027 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7028
7029         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7030         (gst_base_rtp_depayload_class_init),
7031         (gst_base_rtp_depayload_set_gst_timestamp):
7032         Add some more docs for the queue-delay property and fix a typo in a
7033         comment.
7034
7035         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7036         Fix typo.
7037
7038 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7039
7040         * gst-libs/gst/audio/gstbaseaudiosink.c:
7041         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7042         (gst_base_audio_sink_change_state):
7043         When skew slaving, try to hover around the middle of a segment so that
7044         we at most drift by half a segment.
7045         If we are aligning in the oposite direction of the clock skew, we don't
7046         have to resync.
7047
7048 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7049
7050         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7051         (gst_base_rtp_depayload_setcaps),
7052         (gst_base_rtp_depayload_set_gst_timestamp):
7053         Be less silly with the segment start, just apply the clock-base to the
7054         timestamp.
7055
7056 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7057
7058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7059         (gst_base_rtp_depayload_class_init),
7060         (gst_base_rtp_depayload_finalize),
7061         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7062         (gst_base_rtp_depayload_handle_sink_event),
7063         (gst_base_rtp_depayload_set_gst_timestamp),
7064         (gst_base_rtp_depayload_change_state):
7065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7066         Deprecate the queue handling thread thing and remove the code.
7067         Use new method to calculate the extended timestamp.
7068
7069 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7070
7071         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7072         (gst_rtcp_packet_sdes_copy_entry):
7073         Use g_strndup which does exactly what we want.
7074
7075         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7076         (gst_rtp_buffer_ext_timestamp):
7077         * gst-libs/gst/rtp/gstrtpbuffer.h:
7078         Add helper function to compare seqnums.
7079         Add helper function to calculate extended timestamps.
7080         API: gst_rtp_buffer_compare_seqnum()
7081         API: gst_rtp_buffer_ext_timestamp()
7082
7083 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7084
7085         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7086         (gst_rtcp_packet_sdes_get_entry),
7087         (gst_rtcp_packet_sdes_copy_entry):
7088         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7089         Fix and document SDES item data function.
7090         Add new function that makes a proper copy of SDES item data.
7091         API: gst_rtcp_packet_sdes_copy_entry()
7092
7093 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7094
7095         * configure.ac:
7096         * gst/Makefile.am:
7097           The tcp and subparse plugins are under gst, but not totaly free of
7098           dependencies. Handle selection inconfigure.ac, so that they show up
7099           on the final list of what is build and what is not. Maybe they should
7100           better be moved to ext.
7101
7102 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7103
7104         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7105
7106         * configure.ac:
7107         * gst/Makefile.am:
7108           Check if libxml provides HTML parser which subparse needs.
7109           Fixes #451970.
7110
7111 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * ext/alsa/gstalsa.c:
7114           Fix typo and compilation on big endian systems.
7115
7116 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * gst/subparse/gstssaparse.c:
7119           Convert SSA newline codes into actual newline characters (#470766).
7120
7121 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * docs/libs/gst-plugins-base-libs-sections.txt:
7124         * gst-libs/gst/pbutils/install-plugins.c:
7125         * gst-libs/gst/pbutils/install-plugins.h:
7126         * tests/check/libs/pbutils.c:
7127           API: also add gst_install_plugins_supported() while we're at it
7128           (see #470456).
7129
7130 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * docs/libs/gst-plugins-base-libs-sections.txt:
7133         * gst-libs/gst/pbutils/missing-plugins.c:
7134         * gst-libs/gst/pbutils/missing-plugins.h:
7135         * tests/check/libs/pbutils.c:
7136           API: add gst_missing_*_installer_detail_new() convenience API so
7137           that applications that know exactly what they're missing can request
7138           installer detail strings for those items directly instead of having
7139           to first create a dummy missing-plugin message and then get the
7140           installer detail string from that.  Fixes #470456.
7141
7142 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7143
7144         * gst/playback/gstdecodebin.c: (close_pad_link):
7145         We need to set up delayed-linking whenever the caps are non-fixed,
7146         not just when there are multiple types - use gst_pad_is_fixed()
7147         to test.
7148
7149 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * gst-libs/gst/pbutils/missing-plugins.c:
7152           (gst_missing_plugin_message_get_installer_detail):
7153           Add missing separator in PID fallback case.
7154
7155 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7156
7157         * ext/alsa/Makefile.am:
7158         There is no GST_PLUGINS_BASE_LIBS defined.
7159         
7160         * ext/alsa/gstalsa.c:
7161         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7162         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7163         Add support for ALSA 24-bit formats.
7164         snd_pcm_delay can return an error code, especially
7165         during XRUNS. In that case, the best we can do is assume
7166         delay = 0.
7167
7168         * gst/audioconvert/Makefile.am:
7169         Add flags from -base before any more-remote dependencies.
7170
7171 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7172
7173         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7174
7175         * gst/volume/gstvolume.c: (volume_choose_func),
7176         (volume_update_real_volume), (gst_volume_set_volume),
7177         (gst_volume_init), (volume_process_int32),
7178         (volume_process_int32_clamp), (volume_process_int24),
7179         (volume_process_int24_clamp), (volume_process_int16),
7180         (volume_process_int16_clamp), (volume_process_int8),
7181         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7182         * gst/volume/gstvolume.h:
7183         Add support for int32, int24 and int8 to the volume element.
7184         Fixes #445529.
7185
7186 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7187
7188         * tests/examples/Makefile.am:
7189           Fix even more.
7190
7191 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7192
7193         * configure.ac:
7194         * docs/libs/Makefile.am:
7195         * docs/libs/gst-plugins-base-libs-docs.sgml:
7196         * docs/libs/gst-plugins-base-libs-sections.txt:
7197         * ext/gnomevfs/gstgnomevfssrc.c:
7198         * ext/gnomevfs/gstgnomevfssrc.h:
7199         * gst-libs/gst/Makefile.am:
7200         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7201         * pkgconfig/gstreamer-plugins-base.pc.in:
7202         * sys/v4l/v4lsrc_calls.c:
7203         * tests/examples/Makefile.am:
7204         * win32/common/config.h:
7205           Revert unwanted commit. many thanks to moap. I want a fix for 
7206           https://thomas.apestaart.org/moap/trac/ticket/239
7207
7208 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7209
7210         * gst/volume/gstvolume.c:
7211           Move passthrough below gst_object_sync_values(). Fixes #442654.
7212
7213 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7214
7215         * gst-libs/gst/audio/audio.c:
7216         Clarify the docs a little.
7217
7218 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7219
7220         * gst/volume/gstvolume.c:
7221           Enable liboil for float and add more details about problems with
7222           int16.
7223
7224 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7225
7226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7227         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7228
7229 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7230
7231         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7232         When calculating the first timestamp of the buffers, don't go below 0
7233         and clip the samples because the offset was on the eos page.
7234         Fixes #466717.
7235
7236 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7237
7238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7239         (gst_ogg_demux_collect_chain_info):
7240         Also submit the eos page when trying to find the first timestamp.
7241         See #466717.
7242
7243 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7244
7245         * gst-libs/gst/audio/audio.h:
7246         Use gst_util_uint64_scale() instead of doing the math
7247         with double for GST_FRAMES_TO_CLOCK_TIME() and
7248         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7249         prevents rounding errors. Fixes #467667.
7250
7251 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7252
7253         * gst-libs/gst/rtsp/gstrtspconnection.c:
7254         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7255         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7256         * gst-libs/gst/rtsp/gstrtspconnection.h:
7257         Small cleanups.
7258         On shutdown, don't read the control socket yet.
7259         Set timeout value correctly in all cases.
7260         Add function to check if the server accepts reads or writes.
7261         API: gst_rtsp_connection_poll()
7262
7263         * gst-libs/gst/rtsp/gstrtspdefs.h:
7264         Fix compilation with -pedantic.
7265         Add enum for _poll.
7266
7267 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7268
7269         Patch by: Olivier Crete  <tester at tester ca>
7270
7271         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7272         (gst_basertppayload_getcaps):
7273         * gst-libs/gst/rtp/gstbasertppayload.h:
7274         Add getcaps vfunc to basertppayload. See #465146.
7275
7276 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7279         Only post buffering messages when we are a stream.
7280
7281 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * gst-libs/gst/pbutils/install-plugins.c:
7284         * gst-libs/gst/pbutils/missing-plugins.c:
7285           Small docs fix and addition.
7286
7287 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7288
7289         * tests/icles/.cvsignore:
7290         * tests/icles/Makefile.am:
7291         * tests/icles/test-textoverlay.c:
7292           Add a dumb little test for textoverlay alignments.
7293
7294 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7295
7296         Patch by: Dan Williams  <dcbw redhat com>
7297
7298         * ext/pango/gsttextoverlay.c:
7299         * ext/pango/gsttextoverlay.h:
7300           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7301           "silent" property so there's a Since tag in the API reference.
7302
7303 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7304
7305         * gst-libs/gst/rtp/gstbasertppayload.c:
7306         (gst_basertppayload_set_outcaps):
7307         * gst-libs/gst/rtp/gstbasertppayload.h:
7308         Improve caps negotiation so that downstream elements can confiure
7309         certain RTP properties by fixing them on the caps. See #465146.
7310         Add docs.
7311
7312 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * docs/libs/gst-plugins-base-libs-sections.txt:
7315         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7316         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7317           Mark as deprecated some macros which were presumably meant to be
7318           private API and accidentally exposed in the public header file.
7319           Also actually _init() lock (only works at the moment because the
7320           struct is zeroed out when created and the initial values in the
7321           mutex struct are zeroes too). (#459585)
7322
7323 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7324
7325         * docs/libs/Makefile.am:
7326           Remove cruft and do some cleanups.
7327
7328         * docs/libs/gst-plugins-base-libs-docs.sgml:
7329           Prepare for comming gtkdoc features (rebase against online docs).
7330
7331 2007-08-10  Michael Smith <msmith@fluendo.com>
7332
7333         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7334           Debug output fixes.
7335         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7336         (GST_START_TEST):
7337           Change the number of buffers used; 500 is too many and leads to
7338           timeouts.
7339
7340 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst/playback/gstqueue2.c:
7343         * gst/videorate/gstvideorate.c:
7344           Printf format fixes (#465028).
7345
7346 2007-08-09  Michael Smith <msmith@fluendo.com>
7347
7348         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7349           If we have a large (> 1 second) discontinuity, push a series of
7350           smaller buffers rather than a single very large buffer. Avoids
7351           unreasonably large single buffer allocations when encountering a
7352           large gap.
7353         * tests/check/elements/audiorate.c: (GST_START_TEST),
7354         (audiorate_suite):
7355           Add a test for this.
7356
7357 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7358
7359         * gst/playback/gstplaybasebin.c: (group_commit),
7360         (queue_remove_probe), (queue_threshold_reached):
7361
7362         Patch by: Josep Torra Valles <josep@fluendo.com>
7363         Fixes: #465015
7364         Make sure we remove the check_queues buffer probe from the 
7365         correct queue to avoid racily going back to "buffering 99%" when
7366         buffering is actually complete.
7367
7368         Also, fix the spelling of Josep's surname in the ChangeLog.
7369
7370 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7371
7372         * ext/ogg/gstoggmux.c:
7373           Do not leak oggmux instance.
7374         
7375         * ext/vorbis/vorbisenc.c:
7376           Also log values.
7377
7378 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7379
7380         * po/hu.po:
7381         * po/it.po:
7382         * po/nl.po:
7383         * po/uk.po:
7384         * po/vi.po:
7385           Updated translations.
7386
7387 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7388
7389         patch by: Yang Hong <hongyang@redflag-linux.com>
7390
7391         * ext/pango/gsttextoverlay.c:
7392         * ext/pango/gsttextoverlay.h:
7393           Add 'silent' property to GstTimeOverlay. Fixes #462979
7394
7395 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7396
7397         Patch by: Josep Torra Valles <josep@fluendo.com>
7398
7399         * docs/plugins/gst-plugins-base-plugins.args:
7400         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7401         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7402         (gst_uri_decode_bin_get_property), (gen_source_element):
7403         Add connection-speed property. Fixes #464690.
7404
7405 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7406
7407         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7408
7409         * configure.ac:
7410         * gst-libs/gst/rtsp/Makefile.am:
7411         * gst-libs/gst/rtsp/gstrtspconnection.c:
7412         (gst_rtsp_connection_connect):
7413         Fix compilation on windows. Fixes #464320.
7414
7415 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7416
7417         Patch by: Josep Torra Valles <josep@fluendo.com>
7418
7419         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7420         (gst_play_base_bin_init), (queue_threshold_reached),
7421         (gen_source_element), (setup_substreams),
7422         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7423         (gst_play_base_bin_get_streaminfo_value_array):
7424         * gst/playback/gstplaybasebin.h:
7425         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7426         (gst_play_bin_set_property), (gst_play_bin_get_property),
7427         (gst_play_bin_handle_redirect_message):
7428         Move connection-speed property from playbin to playbasebin so that we
7429         can also configure it in source elements that have the connection-speed
7430         property. Fixes #464028.
7431         Add some debug info here and there.
7432
7433 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7434
7435         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7436         Properly respond to conversion queries. Fixes #464079.
7437
7438 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7439
7440         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7441         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7442         (gst_audio_test_src_init_sine_table),
7443         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7444         * gst/audiotestsrc/gstaudiotestsrc.h:
7445         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7446         Also set the default volume to the default value specified in the
7447         GParamSpec.
7448
7449 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7450
7451         Patch by: Jens Granseuer <jensgr at gmx dot net>
7452
7453         * gst/audioconvert/gstaudioquantize.c:
7454         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7455
7456 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7457
7458         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7459         Add rdt manager for rdt transport.
7460         Fix parsing of RDT transport.
7461
7462 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7463
7464         * configure.ac:
7465         Back to CVS
7466
7467 === release 0.10.14 ===
7468
7469 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7470
7471         * configure.ac:
7472           releasing 0.10.14, "Light Years Ahead"
7473
7474 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7475
7476         * tests/check/libs/audio.c: (GST_START_TEST):
7477         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7478
7479 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7480
7481         * gst-libs/gst/audio/audio.c:
7482         When clipping a buffer with no timestamp, assume it is
7483         within the segment without warnings.
7484
7485         Fixes: #460978
7486
7487 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7488
7489         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7490         Fire the signal on the object, not the interface.
7491
7492 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7493
7494         * gst-libs/gst/rtsp/.cvsignore:
7495         Ber. Don't include the full path, idiot.
7496
7497 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7498
7499         * gst-libs/gst/rtsp/.cvsignore:
7500         Ignore generated files.
7501
7502 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7503
7504         * gst-libs/gst/interfaces/Makefile.am:
7505         * gst-libs/gst/interfaces/interfaces-marshal.list:
7506         * gst-libs/gst/interfaces/rtspextension.c:
7507         * gst-libs/gst/interfaces/rtspextension.h:
7508         * gst-libs/gst/rtsp/Makefile.am:
7509         * gst-libs/gst/rtsp/gstrtsp.h:
7510         * gst-libs/gst/rtsp/gstrtspextension.c:
7511         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7512         (gst_rtsp_extension_detect_server),
7513         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7514         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7515         (gst_rtsp_extension_configure_stream),
7516         (gst_rtsp_extension_get_transports),
7517         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7518         * gst-libs/gst/rtsp/gstrtspextension.h:
7519         * gst-libs/gst/rtsp/rtsp-marshal.list:
7520         Move the rtspextension.h interface into gstrtspextension.h
7521         as part of libgstrtsp instead of libgstinterfaces, because it's
7522         only for use within plugins, not applications. 
7523         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7524         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7525         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7526         is abstract.
7527
7528 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7529
7530         * gst-libs/gst/interfaces/Makefile.am:
7531         * gst-libs/gst/interfaces/interfaces-marshal.list:
7532         * gst-libs/gst/interfaces/rtspextension.c:
7533         (gst_rtsp_extension_iface_init),
7534         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7535         * gst-libs/gst/interfaces/rtspextension.h:
7536         Fix marshaller for the send signal.
7537         Add URL to stream selection interface method.
7538
7539 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7540
7541         * gst-libs/gst/riff/Makefile.am:
7542         Pull in our dependencies from -base before those from outside.
7543
7544 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7545
7546         * docs/libs/gst-plugins-base-libs-sections.txt:
7547         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7548         * gst-libs/gst/rtsp/gstrtspbase64.h:
7549         API: gst_rtsp_base64_decode_ip()
7550         Added function to decode Base64 in-place.
7551
7552 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7553
7554         * tests/check/libs/.cvsignore:
7555         Ignore the mixer test binary.
7556
7557 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7558
7559         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7560         Gratuitous comment change to trigger a rebuild on the buildbots.
7561
7562 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7563
7564         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7565         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7566         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7567         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7568         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7569         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7570         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7571         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7572         (gst_sdp_media_get_attribute_val):
7573         * gst-libs/gst/sdp/gstsdpmessage.h:
7574         Constify args where we can.
7575
7576 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7577
7578         * gst-libs/gst/interfaces/Makefile.am:
7579         * gst-libs/gst/interfaces/rtspextension.c:
7580         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7581         (gst_rtsp_extension_detect_server),
7582         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7583         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7584         (gst_rtsp_extension_configure_stream),
7585         (gst_rtsp_extension_get_transports),
7586         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7587         * gst-libs/gst/interfaces/rtspextension.h:
7588         Move interface for RTSP extensions from -good to here.
7589         Added helper methods to invoke interface methods.
7590
7591 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7592
7593         * docs/libs/gst-plugins-base-libs-sections.txt:
7594         * gst-libs/gst/rtsp/gstrtspdefs.h:
7595         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7596         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7597         (gst_rtsp_message_init_response),
7598         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7599         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7600         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7601         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7602         (gst_rtsp_message_get_body), (dump_key_value):
7603         * gst-libs/gst/rtsp/gstrtspmessage.h:
7604         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7605         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7606         (gst_rtsp_range_parse):
7607         * gst-libs/gst/rtsp/gstrtsprange.h:
7608         * gst-libs/gst/rtsp/gstrtsptransport.c:
7609         * gst-libs/gst/rtsp/gstrtspurl.c:
7610         Fix some more RTSP docs.
7611         Add some missing methods for dealing with messages.
7612
7613 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7614
7615         * docs/libs/gst-plugins-base-libs-docs.sgml:
7616         * docs/libs/gst-plugins-base-libs-sections.txt:
7617         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7618         * gst-libs/gst/rtsp/gstrtspbase64.h:
7619         * gst-libs/gst/rtsp/gstrtspconnection.c:
7620         (gst_rtsp_connection_connect), (add_auth_header),
7621         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7622         (read_body), (gst_rtsp_connection_receive),
7623         (gst_rtsp_connection_next_timeout),
7624         (gst_rtsp_connection_reset_timeout),
7625         (gst_rtsp_connection_set_auth):
7626         * gst-libs/gst/rtsp/gstrtspconnection.h:
7627         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7628         * gst-libs/gst/rtsp/gstrtspdefs.h:
7629         * gst-libs/gst/rtsp/gstrtspmessage.h:
7630         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7631         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7632         (gst_rtsp_range_parse):
7633         * gst-libs/gst/rtsp/gstrtspurl.h:
7634         Added beginnings of RTSP documentation.
7635
7636 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7637
7638         * docs/libs/Makefile.am:
7639         * docs/libs/gst-plugins-base-libs-docs.sgml:
7640         * docs/libs/gst-plugins-base-libs-sections.txt:
7641         * gst-libs/gst/sdp/gstsdp.h:
7642         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7643         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7644         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7645         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7646         (gst_sdp_message_get_attribute_val),
7647         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7648         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7649         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7650         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7651         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7652         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7653         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7654         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7655         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7656         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7657         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7658         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7659         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7660         (gst_sdp_media_get_attribute_val_n),
7661         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7662         (print_media), (gst_sdp_message_dump):
7663         * gst-libs/gst/sdp/gstsdpmessage.h:
7664         Document the SDP library.
7665         Add some of the missing SDPMedia methods.
7666
7667 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7668
7669         * configure.ac:
7670         * gst-libs/gst/Makefile.am:
7671         * gst-libs/gst/rtsp/Makefile.am:
7672         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7673         * gst-libs/gst/rtsp/gstrtspbase64.h:
7674         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7675         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7676         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7677         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7678         (parse_response_status), (parse_request_line), (parse_line),
7679         (gst_rtsp_connection_read), (read_body),
7680         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7681         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7682         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7683         (gst_rtsp_connection_set_auth):
7684         * gst-libs/gst/rtsp/gstrtspconnection.h:
7685         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7686         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7687         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7688         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7689         (gst_rtsp_find_method):
7690         * gst-libs/gst/rtsp/gstrtspdefs.h:
7691         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7692         (gst_rtsp_message_new), (gst_rtsp_message_init),
7693         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7694         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7695         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7696         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7697         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7698         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7699         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7700         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7701         (gst_rtsp_message_dump):
7702         * gst-libs/gst/rtsp/gstrtspmessage.h:
7703         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7704         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7705         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7706         * gst-libs/gst/rtsp/gstrtsprange.h:
7707         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7708         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7709         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7710         (range_as_text), (rtsp_transport_mode_as_text),
7711         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7712         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7713         (gst_rtsp_transport_free):
7714         * gst-libs/gst/rtsp/gstrtsptransport.h:
7715         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7716         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7717         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7718         * gst-libs/gst/rtsp/gstrtspurl.h:
7719         * gst-libs/gst/sdp/Makefile.am:
7720         * gst-libs/gst/sdp/gstsdp.h:
7721         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7722         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7723         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7724         (gst_sdp_attribute_init), (gst_sdp_message_new),
7725         (gst_sdp_message_init), (gst_sdp_message_uninit),
7726         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7727         (gst_sdp_media_uninit), (gst_sdp_media_free),
7728         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7729         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7730         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7731         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7732         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7733         (gst_sdp_message_get_attribute_val),
7734         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7735         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7736         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7737         (gst_sdp_media_get_attribute_val_n),
7738         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7739         (read_string), (read_string_del), (gst_sdp_parse_line),
7740         (gst_sdp_message_parse_buffer), (print_media),
7741         (gst_sdp_message_dump):
7742         * gst-libs/gst/sdp/gstsdpmessage.h:
7743         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7744         Move SDP and RTSP from helper objects in -good to a reusable library.
7745         Use a proper gst_ namespace.
7746
7747 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7748
7749         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7750         (vorbis_dec_flush_decode):
7751         Use the new buffer clipping function from gstaudio here.
7752
7753 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7754
7755         * docs/libs/gst-plugins-base-libs-sections.txt:
7756         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7757         * gst-libs/gst/audio/audio.h:
7758         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7759         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7760         Also add deprecation guards for gst_audio_structure_set_int() to the
7761         header.
7762
7763 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7764
7765         * docs/libs/gst-plugins-base-libs-sections.txt:
7766           Cleanup the docs.
7767
7768 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7769
7770         Patch by: Dan Williams <dcbw at redhat dot com>
7771
7772         * gst/playback/gstplaybasebin.c:
7773         (gst_play_base_bin_get_streaminfo_value_array):
7774         Don't return NULL when querying the stream info value array but instead
7775         return an empty array. Fixes #459204.
7776
7777 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst/playback/gsturidecodebin.c:
7780           Init debug category before using it.
7781
7782 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7783
7784         * gst-libs/gst/interfaces/mixer.h:
7785         Add padding vars in place of the signal pointers
7786         when building with DISABLE_DEPRECATED so that the
7787         interface structure doesn't change size.
7788
7789 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7790
7791         * docs/libs/gst-plugins-base-libs-sections.txt:
7792         * ext/alsa/gstalsamixer.c:
7793         * ext/alsa/gstalsamixer.h:
7794         * ext/alsa/gstalsamixerelement.c:
7795         * ext/alsa/gstalsamixertrack.c:
7796         * gst-libs/gst/interfaces/mixer.c:
7797         * gst-libs/gst/interfaces/mixer.h:
7798         * gst-libs/gst/interfaces/mixeroptions.c:
7799         * gst-libs/gst/interfaces/mixeroptions.h:
7800         * gst-libs/gst/interfaces/mixertrack.c:
7801         * gst-libs/gst/interfaces/mixertrack.h:
7802         * tests/check/Makefile.am:
7803         * tests/check/libs/mixer.c:
7804
7805         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7806         Fixes: #152864 
7807
7808         Add support for notifying mixer changes on the message bus, and
7809         implement it in alsamixer.
7810
7811         API: gst_mixer_get_mixer_flags
7812         API: gst_mixer_message_parse_mute_toggled
7813         API: gst_mixer_message_parse_record_toggled
7814         API: gst_mixer_message_parse_volume_changed
7815         API: gst_mixer_message_parse_option_changed
7816         API: GstMixerMessageType
7817         API: GstMixerFlags
7818
7819 2007-07-20  Michael Smith <msmith@fluendo.com>
7820
7821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7822         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7823           xcontext->im_format is only for testing XShm support (as the header
7824           file comments document). Use xvimage->im_format for everything else.
7825           Avoids spurious warnings on buffer allocation before setcaps.
7826
7827 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7828
7829         * tests/examples/volume/Makefile.am:
7830         * tests/icles/Makefile.am:
7831           We should use $(LIBM).
7832
7833 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7834
7835         * tests/icles/Makefile.am:
7836           This needs -lm.
7837
7838 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7839
7840         * gst-libs/gst/rtp/gstbasertppayload.c:
7841         (gst_basertppayload_class_init), (gst_basertppayload_init),
7842         (gst_basertppayload_set_property),
7843         (gst_basertppayload_get_property):
7844         Don't break ABI, restore previous ranges. Keep the default random
7845         selection of timestamp and seqnum offset but as soon as the app sets a
7846         specific value, use that one.
7847
7848 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7849
7850         Patch by: Bastien Nocera <hadess at hadess dot net>
7851
7852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7853         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7854         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7855         * sys/xvimage/xvimagesink.h:
7856         Add option to turn off double-buffering for debugging purposes.
7857         Fixes #437169.
7858
7859 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7860
7861         Patch by: Jorn Baayen <jorn at openedhand dot com>
7862
7863         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7864         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7865         (gst_ximagesink_init), (gst_ximagesink_class_init):
7866         * sys/ximage/ximagesink.h:
7867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7868         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7869         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7870         * sys/xvimage/xvimagesink.h:
7871         add 'handle-expose' property. Useful for video widgets which may want to
7872         be in control of Expose behaviour. Fixes #380625
7873
7874 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7875
7876         * gst-libs/gst/rtp/gstbasertppayload.c:
7877         (gst_basertppayload_class_init), (gst_basertppayload_init),
7878         (gst_basertppayload_event), (gst_basertppayload_push),
7879         (gst_basertppayload_set_property),
7880         (gst_basertppayload_get_property),
7881         (gst_basertppayload_change_state):
7882         * gst-libs/gst/rtp/gstbasertppayload.h:
7883         Fix ranges of rtp payloader properties so that the full range can be
7884         used in addition to -1 (random).
7885         Fix wrong seqnum reporting in caps.
7886         Fixes #420326.
7887
7888 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7889
7890         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7891         (gst_video_rate_query):
7892         Use boilerplate.
7893         Add latency query, might not be perfect yet but already works a lot
7894         better. Fixes #442557.
7895
7896 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7897
7898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7899         (gst_xvimagesink_setcaps):
7900         * sys/xvimage/xvimagesink.h:
7901         After a caps change, redraw our borders to avoid garbage left there
7902         when the image format changes to a smaller size, like 16:9 -> 4:3
7903         Also, hold the flow_lock a bit longer in the set_caps while we're
7904         fiddling with the xcontext.
7905
7906 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7907
7908         * Makefile.am:
7909         * configure.ac:
7910         * tests/Makefile.am:
7911         Remove bogus check for libcheck, since we check for
7912         gstreamer-check and it pulls in the required info from there, and we
7913         weren't actually _using_ the information for libcheck ourselves
7914         anyway.
7915
7916 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7917
7918         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7919         (gst_ffmpeg_caps_to_pixfmt):
7920         Fix the r_mask test for RGBA32 on little-endian.
7921         Fix a stupid typo that would have obviously broken 
7922         compilation on big-endian, if anyone was testing.
7923
7924 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7925
7926         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7927         (paint_hline_str4):
7928         * gst/videotestsrc/videotestsrc.h:
7929         Add alpha to the color struct.
7930         Use a default alpha value of 255 instead of 128.
7931
7932 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7933
7934         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7935         (setup_source):
7936         Clear the dynamic pads counter when starting a new uri. This makes
7937         reusing playbin work again.
7938         Fixes #454264.
7939
7940 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7941
7942         * configure.ac:
7943           Use pkg-config to locate check.
7944
7945 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * configure.ac:
7948         * tests/check/elements/volume.c: (GST_START_TEST):
7949           Fix 'make check' build against core CVS.
7950
7951 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7952
7953         * gst-libs/gst/interfaces/propertyprobe.c:
7954         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7955         * gst-libs/gst/tag/gstvorbistag.c:
7956           Make gtk-doc happy.
7957
7958 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * gst-libs/gst/audio/gstbaseaudiosink.c:
7961         (gst_base_audio_sink_callback):
7962           Quick hack to make audiosinks stop at EOS when operating in
7963           pull-mode; needs to be fixed properly some day.
7964
7965 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7966
7967         * docs/libs/gst-plugins-base-libs-sections.txt:
7968           Fix location of includes in the docs.
7969
7970 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7971
7972         * gst/ffmpegcolorspace/avcodec.h:
7973         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7974         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7975         (gst_ffmpegcsp_avpicture_fill):
7976         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7977         (img_get_alpha_info):
7978         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7979         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7980         end of the word. Partially fixes #451908
7981
7982 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7983
7984         * docs/libs/Makefile.am:
7985         * docs/plugins/Makefile.am:
7986           Simplify --extra-dir as gtkdoc scans recursively.
7987
7988 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7989
7990         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7991         (gst_adder_request_new_pad):
7992         Make getcaps more robust by not using the proxycaps function. This makes
7993         sure that we don't end up recursively calling getcaps upstream.
7994         See #316248.
7995
7996 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7997
7998         * gst/audioconvert/audioconvert.c:
7999         Include math.h to fix compilation.
8000
8001 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8002
8003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8004         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8005         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8006         format, as produced by some dc1394 cameras like the iSight.
8007         See http://www.fourcc.org/yuv.php#IYU1
8008
8009 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8010
8011         * gst/audioconvert/Makefile.am:
8012         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8013         (check_default), (audio_convert_prepare_context),
8014         (audio_convert_clean_context), (audio_convert_convert):
8015         * gst/audioconvert/audioconvert.h:
8016         * gst/audioconvert/gstaudioconvert.c:
8017         (gst_audio_convert_dithering_get_type),
8018         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8019         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8020         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8021         * gst/audioconvert/gstaudioconvert.h:
8022         * gst/audioconvert/gstaudioquantize.c:
8023         (gst_audio_quantize_setup_noise_shaping),
8024         (gst_audio_quantize_free_noise_shaping),
8025         (gst_audio_quantize_setup_dither),
8026         (gst_audio_quantize_free_dither),
8027         (gst_audio_quantize_setup_quantize_func),
8028         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8029         * gst/audioconvert/gstaudioquantize.h:
8030         Implement dithering and noise shaping in audioconvert. By default now
8031         TPDF dithering (and no noise shaping) will be used when converting
8032         from a higher bit depth to 20 bit depth or smaller, otherwise
8033         everything will be as it is now.
8034         For the last audioconvert in a pipeline it would make sense to
8035         use some kind of noise shaping, enabling it by default for all
8036         conversions would give undesired results though. Fixes #360246.
8037         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8038         (GST_START_TEST):
8039         Adjust unit test for the new audioconvert.
8040
8041 2007-06-28  Wim Taymans  <wim@fluendo.com>
8042
8043         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8044         Use other metrics as well when estimating the buffer level.
8045
8046 2007-06-28  Wim Taymans  <wim@fluendo.com>
8047
8048         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8049         Small debug improvement.
8050
8051         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8052         (plugin_init):
8053         Tweak the rate estimation period.
8054         When calculating the buffer filledness in rate estimation mode, don't
8055         mix it with other metrics.
8056
8057 2007-06-28  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8060         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8061         When creating the groups, allow for a 5 second, unlimited buffers
8062         preroll phase after which we expose the group.
8063         When the group is exposed, use a small number of buffers up to a 2
8064         second limit. Also disconnect the overrun signal from multiqueue when we
8065         exposed the group because it is not needed anymore.
8066
8067 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8068
8069         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8070           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8071           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8072           (#451707); also, output some debugging info when dealing with
8073           freeform strings.
8074
8075         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8076           Add unit test for the above.
8077
8078 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8079
8080         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8081           Add description for Windows Media RTP caps.
8082
8083         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8084           Remove RTP fields that don't define the format from caps.
8085
8086 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8087
8088         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8089           Skip empty buffers, but not empty header buffers. That way the original
8090           vorbisdec unit test still passes (#451145); also, take into account
8091           that those empty packets might carry a granulepos.
8092
8093         * tests/check/Makefile.am:
8094         * tests/check/elements/vorbisdec.c:
8095         (_create_codebook_header_buffer), (_create_audio_buffer),
8096         (GST_START_TEST), (vorbisdec_suite):
8097           Add unit test that sends an empty packet.
8098
8099 2007-06-27  Wim Taymans  <wim@fluendo.com>
8100
8101         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8102         Don't error out on 0-sized packets, just emit a warning because this is
8103         not a fatal error. Fixes #451145.
8104
8105 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8106
8107         * docs/plugins/gst-plugins-base-plugins.args:
8108         * docs/plugins/gst-plugins-base-plugins.signals:
8109         * docs/plugins/inspect/plugin-adder.xml:
8110         * docs/plugins/inspect/plugin-alsa.xml:
8111         * docs/plugins/inspect/plugin-audioconvert.xml:
8112         * docs/plugins/inspect/plugin-audiorate.xml:
8113         * docs/plugins/inspect/plugin-audioresample.xml:
8114         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8115         * docs/plugins/inspect/plugin-cdparanoia.xml:
8116         * docs/plugins/inspect/plugin-decodebin.xml:
8117         * docs/plugins/inspect/plugin-decodebin2.xml:
8118         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8119         * docs/plugins/inspect/plugin-gdp.xml:
8120         * docs/plugins/inspect/plugin-gnomevfs.xml:
8121         * docs/plugins/inspect/plugin-libvisual.xml:
8122         * docs/plugins/inspect/plugin-ogg.xml:
8123         * docs/plugins/inspect/plugin-pango.xml:
8124         * docs/plugins/inspect/plugin-playbin.xml:
8125         * docs/plugins/inspect/plugin-subparse.xml:
8126         * docs/plugins/inspect/plugin-tcp.xml:
8127         * docs/plugins/inspect/plugin-theora.xml:
8128         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8129         * docs/plugins/inspect/plugin-video4linux.xml:
8130         * docs/plugins/inspect/plugin-videorate.xml:
8131         * docs/plugins/inspect/plugin-videoscale.xml:
8132         * docs/plugins/inspect/plugin-videotestsrc.xml:
8133         * docs/plugins/inspect/plugin-volume.xml:
8134         * docs/plugins/inspect/plugin-vorbis.xml:
8135         * docs/plugins/inspect/plugin-ximagesink.xml:
8136         * docs/plugins/inspect/plugin-xvimagesink.xml:
8137           Update docs with caps info.
8138
8139 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8140
8141         * po/POTFILES.in:
8142           Add more files with translatable strings (#450875).
8143
8144 2007-06-23  Edward Hervey  <edward@fluendo.com>
8145
8146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8147         The chain should be freed if we error out here, else it will leak.
8148         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8149         (cleanup_decodebin):
8150         Don't forget to *properly* remove the signals, else it will leak.
8151
8152 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8153
8154         * MAINTAINERS:
8155         Updating all the maintainers files
8156
8157 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8158
8159         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8160         (main):
8161           Destroy and recreate parse-launch based pipeline after stop to be able
8162           to play again. Reorder some code and add more comments.
8163
8164 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8165
8166         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8167         When handling a delayed-caps notification case, mark
8168         the group as dynamic so that the nbdynamic count is
8169         incremented and decremented correctly. Fixes: #449156
8170         Patch by: Wim Taymans <wim@fluendo.com>
8171
8172 2007-06-19  Andy Wingo  <wingo@pobox.com>
8173
8174         * gst-libs/gst/audio/gstbaseaudiosink.c
8175         (gst_base_audio_sink_init): Enable pull-mode operation.
8176
8177 2007-06-19  Michael Smith <msmith@fluendo.com>
8178
8179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8180           Change minimum rate back to 1000 to allow low-sample-rate wav files
8181           to play back.
8182
8183 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8184
8185         * po/vi.po:
8186           Update translations.
8187
8188 2007-06-15  David Schleef  <ds@schleef.org>
8189
8190         * gst/playback/gstqueue2.c:
8191           Fix compile error from ignored return value.
8192
8193 2007-06-15  Michael Smith <msmith@fluendo.com>
8194
8195         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8196           Update tmpbuf for all neccesary rows, not just one, as is required
8197           when downscaling.
8198           Fixes #402076.
8199
8200 2007-06-15  Michael Smith <msmith@fluendo.com>
8201
8202         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8203         (eos_buffer_probe):
8204           Add a test that ensures we set DELTA_UNIT on all non-header,
8205           non-video buffers, if we have a video stream.
8206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8207         (gst_ogg_mux_process_best_pad):
8208           Move setting delta_pad to earlier, where we inspect all pads, so
8209           that leading audio pages don't get DELTA_UNIT unset if they come
8210           before the first DELTA_UNIT from video pages. Fixes the newly-added
8211           test. Fixes #385527.
8212
8213 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8214
8215         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8216           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8217           fails on the p5-ppc64 build bot and the failure looks like it is due
8218           to the same issue as #348114, ie. a compiler bug.
8219
8220 2007-06-13  Edward Hervey  <edward@fluendo.com>
8221
8222         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8223         Fix build on MacOSX.
8224
8225 2007-06-13  Wim Taymans  <wim@fluendo.com>
8226
8227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8228         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8229         Fix compilation on mingw. Fixes #446972.
8230
8231 2007-06-12  Wim Taymans  <wim@fluendo.com>
8232
8233         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8234
8235         * gst/playback/gstqueue2.c: (update_buffering),
8236         (gst_queue_locked_enqueue):
8237         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8238         also update the buffering status when receiving events. Fixes #446551.
8239
8240 2007-06-11  Wim Taymans  <wim@fluendo.com>
8241
8242         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8243
8244         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8245         (gst_queue_handle_src_query):
8246         Wait for preroll before attempting to forward a duration query upstream.
8247         Fixes #445505.
8248
8249 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8250
8251         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8252         (gst_base_rtp_depayload_set_gst_timestamp):
8253         Use G_GINT64_CONSTANT macro for int64 constant.
8254         * win32/common/libgstinterfaces.def:
8255         * win32/common/libgsttag.def:
8256         Add new exported functions.
8257
8258 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8259
8260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8261           The BOS page of the first Dirac video stream needs to come before
8262           the BOS page of any Vorbis streams or other audio streams, just like
8263           it is with Theora.
8264
8265 2007-06-07  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8268         Fix compilation.
8269
8270 2007-06-06  Wim Taymans  <wim@fluendo.com>
8271
8272         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8273
8274         * gst/playback/gstqueue2.c: (gst_queue_init),
8275         (gst_queue_handle_sink_event), (gst_queue_chain),
8276         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8277         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8278         (gst_queue_src_activate_pull):
8279         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8280         Does not yet completely work because duration queries upstream won't
8281         block yet.
8282
8283 2007-06-06  Wim Taymans  <wim@fluendo.com>
8284
8285         * configure.ac:
8286         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8287         Some more fseeko checks.
8288
8289 2007-06-06  Wim Taymans  <wim@fluendo.com>
8290
8291         * configure.ac:
8292         check for large file support.
8293
8294 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8295
8296         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8297
8298         * gst/subparse/gstsubparse.c: (parse_subrip),
8299         (subviewer_unescape_newlines), (parse_subviewer),
8300         (gst_sub_parse_data_format_autodetect),
8301         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8302         * gst/subparse/gstsubparse.h:
8303         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8304         * tests/check/elements/subparse.c: (GST_START_TEST),
8305         (subparse_suite):
8306         Add a unit test for both SubViewer formats.
8307
8308 2007-06-01  Michael Smith <msmith@fluendo.com>
8309
8310         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8311           Don't overflow intermediate values when seeking to large time values
8312           in audiotestsrc.
8313
8314 2007-06-05  Wim Taymans  <wim@fluendo.com>
8315
8316         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8317         (gst_queue_create_read), (gst_queue_read_item_from_file),
8318         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8319         Include stdio to define fseeko.
8320
8321 2007-06-05  Wim Taymans  <wim@fluendo.com>
8322
8323         Patch by: Edward Hervey  <edward@fluendo.com>
8324
8325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8326         (gst_v4lsrc_query):
8327         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8328
8329 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8330
8331         * gst-libs/gst/riff/Makefile.am:
8332         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8333           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8334           our own implementation.
8335
8336 2007-06-05  Wim Taymans  <wim@fluendo.com>
8337
8338         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8339         (gst_base_rtp_depayload_setcaps),
8340         (gst_base_rtp_depayload_set_gst_timestamp),
8341         (gst_base_rtp_depayload_change_state):
8342         Handle timestamp wraparound.
8343
8344 2007-06-05  Wim Taymans  <wim@fluendo.com>
8345
8346         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8347         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8348         (gst_uri_decode_bin_change_state):
8349         Make sure we name srcpads uniquely even when using different internal
8350         decodebins.
8351         Signal no-more-pads when no more dynamic elements exist.
8352         Remove pads on cleanup.
8353
8354 2007-06-05  Wim Taymans  <wim@fluendo.com>
8355
8356         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8357
8358         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8359         (gst_queue_init), (gst_queue_finalize),
8360         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8361         (gst_queue_create_read), (gst_queue_read_item_from_file),
8362         (gst_queue_open_temp_location_file),
8363         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8364         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8365         (gst_queue_is_empty), (gst_queue_is_filled),
8366         (gst_queue_change_state), (gst_queue_set_temp_location),
8367         (gst_queue_set_property):
8368         Add support for filebased buffering. Fixes #441264.
8369
8370 2007-06-05  Wim Taymans  <wim@fluendo.com>
8371
8372         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8373         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8374         (caps_notify_group_cb), (gst_decode_group_new),
8375         (gst_decode_group_free):
8376         Add support for delayed caps fixation when autoplugging.
8377         Optimize cases where a multiqueue is not needed/wanted, like right after
8378         anything that is not a demuxer.
8379
8380 2007-06-05  Wim Taymans  <wim@fluendo.com>
8381
8382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8383         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8384         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8385         consideratly speedup ogg chain detection by not trying to find a base
8386         timestamp for skeleton streams. 
8387
8388 2007-06-05  Wim Taymans  <wim@fluendo.com>
8389
8390         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8391         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8392         (gst_multi_fd_sink_remove_flush),
8393         (gst_multi_fd_sink_remove_client_link),
8394         (gst_multi_fd_sink_handle_client_write),
8395         (gst_multi_fd_sink_handle_clients):
8396         * gst/tcp/gstmultifdsink.h:
8397         Add support for remove_flush.
8398
8399 2007-06-05  Wim Taymans  <wim@fluendo.com>
8400
8401         * docs/design/draft-keyframe-force.txt:
8402         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8403         (theora_enc_chain):
8404         Add draft design for forcing keyframes in encoders and implement in
8405         theoraenc.
8406
8407 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8408
8409         * configure.ac:
8410           Back to CVS
8411
8412 === release 0.10.13 ===
8413
8414 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8415
8416         * configure.ac:
8417           releasing 0.10.13, "What's Going on?"
8418
8419 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8420
8421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8422         In riff, the depth is stored in the size field but it just means that
8423         the least significant bits are cleared. We can therefore just play
8424         the sample as if it had a depth == width. Fixes: #440997
8425
8426         Patch by: Wim Taymans <wim@fluendo.com> 
8427         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8428
8429 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8430
8431         * gst-libs/gst/floatcast/floatcast.h:
8432         Define inline when needed on win32 builds. Fixes: #441295
8433         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8434
8435 2007-05-29  Wim Taymans  <wim@fluendo.com>
8436
8437         * gst/playback/gstplaybasebin.c: (queue_overrun),
8438         (no_more_pads_full):
8439         Stop buffering when the group is commited because the queues filled up.
8440         Fixes #442024.
8441
8442 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8443
8444         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8445         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8446         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8447         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8448         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8449         * ext/alsa/gstalsamixer.h:
8450         * ext/alsa/gstalsamixerelement.c:
8451         (gst_alsa_mixer_element_interface_supported),
8452         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8453         (gst_alsa_mixer_element_set_property),
8454         (gst_alsa_mixer_element_get_property),
8455         (gst_alsa_mixer_element_change_state):
8456         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8457         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8458         (gst_mixer_option_changed):
8459         * gst-libs/gst/interfaces/mixer.h:
8460         Revert commits towards #152864 made so far. We'll pick it up again
8461         after the 0.10.13 release.
8462
8463 2007-05-24  Wim Taymans  <wim@fluendo.com>
8464
8465         * gst-libs/gst/audio/gstbaseaudiosink.c:
8466         (gst_base_audio_sink_render):
8467         After an interrupt (PAUSED/flush) assume that the next sample should not
8468         be aligned to the previous sample. Fixes #417992.
8469
8470 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8471
8472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8473           Don't add channels and rate fields to the template caps for
8474           audio/x-dts, as wavparse might not always be able to set them,
8475           which would then lead to 'caps are not a real subset of the
8476           template caps' warnings.
8477
8478 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8479
8480         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8481         Handle unknown or invalid pads without crashing, as might occur if
8482         a media file like an mp3 is specified as a subtitle file.
8483         Fixes: #410039
8484
8485 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8486
8487         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8488         (setup_sinks):
8489         Block the subtitle bin output queue before ghosting it and linking,
8490         then unblock after. This avoids spurious not-linked errors caused 
8491         by the queue starting up (because it gets linked when it is ghosted). 
8492         Fixes: #350299
8493
8494 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8495
8496         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8497         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8498         file. Avoids flukes where the input gets typefound to some valid but
8499         useless type.
8500
8501 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8502
8503         * tests/check/Makefile.am:
8504         * tests/check/elements/.cvsignore:
8505         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8506         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8507           Add unit test for gnomevfssink seeking and position reporting for
8508           file:// URIs.
8509
8510 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8511
8512         Patch by: Mark Nauwelaerts <manauw at skynet be>
8513
8514         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8515         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8516         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8517         * ext/gnomevfs/gstgnomevfssink.h:
8518           Fix position reporting, especially after a seek (from upstream),
8519           see #412648.
8520
8521 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8522
8523         * ext/cdparanoia/gstcdparanoiasrc.c:
8524           Repair umlaut.
8525
8526 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8527
8528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8529         Specify the full valid range for MP3 samplerates. Fixes a regression
8530         caused by extra header checks since the last release.
8531
8532 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8533
8534         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8536         Fix a locking-order bug I introduced with my changes the other day.
8537         Patch by Mike Smith.
8538
8539 2007-05-21  Michael Smith <msmith@fluendo.com>
8540
8541         * ext/theora/theoradec.c: (theora_handle_data_packet):
8542           Don't look inside 0-length packets (which indicate duplicated
8543           frames)
8544
8545 2007-05-21  Wim Taymans  <wim@fluendo.com>
8546
8547         * ext/cdparanoia/gstcdparanoiasrc.c:
8548         (gst_cd_paranoia_src_read_sector):
8549         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8550         (gst_base_audio_src_create):
8551         Small cleanups.
8552
8553         * ext/theora/theoradec.c: (theora_dec_sink_event):
8554         Fix typo.
8555
8556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8557         (gst_base_rtp_depayload_set_gst_timestamp):
8558         Add some FIXME
8559
8560         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8561         And some debug info when a FIXME path is hit.
8562
8563 2007-05-21  Wim Taymans  <wim@fluendo.com>
8564
8565         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8566         (gst_base_rtp_audio_payload_class_init),
8567         (gst_base_rtp_audio_payload_init),
8568         (gst_base_rtp_audio_payload_finalize),
8569         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8570         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8571         (gst_base_rtp_payload_audio_handle_event):
8572         Some cleanups, remove minptime property as it is now in the parent
8573         class.
8574         Override parent class event function.
8575
8576         * gst-libs/gst/rtp/gstbasertppayload.c:
8577         (gst_basertppayload_class_init), (gst_basertppayload_init),
8578         (gst_basertppayload_event), (gst_basertppayload_set_property),
8579         (gst_basertppayload_get_property):
8580         * gst-libs/gst/rtp/gstbasertppayload.h:
8581         Add min-ptime property.
8582         Add handle-event vmethod. Fixes #415001.
8583
8584 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8585
8586         * gst-libs/gst/audio/gstbaseaudiosink.c
8587           (gst_base_audio_sink_change_state):
8588           Fix typo in comment.
8589
8590         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8591           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8592           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8593           close_link):
8594         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8595           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8596           Remove trailing whitespaces in comments.
8597
8598         * gst/volume/Makefile.am:
8599           Fix tabs.
8600
8601 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8602
8603         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8604
8605         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8606           set_option, get_option, _gst_reserved):
8607           Revert reordering functions (keep ABI).
8608
8609 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8610
8611         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8612         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8613         (gst_ximagesink_show_frame):
8614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8615         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8616         (gst_xvimagesink_show_frame):
8617         When we create our own window, indicate that we handle the 
8618         WM_DELETE client message from the window manager, so that it won't 
8619         kill our window (and our app) along with it. Handle ClientMessage,
8620         post an error on the bus, and close the window. Further buffers
8621         arriving will result in a FlowError because the window has been
8622         destroyed.
8623
8624         Fixes: #393975
8625
8626         Clean up the X event handling loop and make them the same for
8627         both xvimagesink and ximagesink while I'm at it.
8628
8629 2007-05-17  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8632         Make decodebin2 autoplug depayloaders too.
8633
8634         * gst/playback/gsturidecodebin.c: (source_new_pad):
8635         Set the newly created decoder in a usable state when autoplugging a
8636         dynamic source such as RTSP.
8637
8638 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * gst/playback/gststreaminfo.c: (cb_probe):
8641           Ignore video-codec tag for audio streams and ignore audio-codec tags
8642           for video streams. Should make codec name collection a bit more
8643           robust against sloppy demuxers that send tag events containing both
8644           tags down each pad.
8645
8646 2007-05-17  Wim Taymans  <wim@fluendo.com>
8647
8648         * gst/playback/gstqueue2.c: (update_rates):
8649         Tweak the buffering thresholds a little.
8650         Update the buffer size with the previously calculate rate instead of
8651         only when we calculate a new rate so that we get smoother buffering
8652         updates.
8653
8654         * gst/playback/Makefile.am:
8655         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8656         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8657         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8658         (gst_uri_decode_bin_get_property), (unknown_type),
8659         (add_element_stream), (no_more_pads_full), (no_more_pads),
8660         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8661         (gen_source_element), (has_all_raw_caps), (analyse_source),
8662         (remove_decoders), (make_decoder), (remove_source),
8663         (source_new_pad), (setup_source), (decoder_query_init),
8664         (decoder_query_duration_fold), (decoder_query_duration_done),
8665         (decoder_query_position_fold), (decoder_query_position_done),
8666         (decoder_query_latency_fold), (decoder_query_latency_done),
8667         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8668         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8669         (gst_uri_decode_bin_change_state), (plugin_init):
8670         New element that intergrates a source, optional buffering element and
8671         decodebin.
8672
8673 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8674
8675         * configure.ac:
8676           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8677           (also has a .pc file, so we don't need the fallback check any
8678           longer). Fixes #438840.
8679
8680 2007-05-17  Wim Taymans  <wim@fluendo.com>
8681
8682         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8683         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8684         (apply_segment), (apply_buffer), (update_buffering),
8685         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8686         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8687         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8688         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8689         (plugin_init):
8690         fix build.
8691
8692 2007-05-17  Wim Taymans  <wim@fluendo.com>
8693
8694         * gst/playback/Makefile.am:
8695         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8696         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8697         (gst_queue_getcaps), (gst_queue_bufferalloc),
8698         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8699         (apply_buffer), (update_buffering), (reset_rate_timer),
8700         (update_rates), (gst_queue_locked_flush),
8701         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8702         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8703         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8704         (gst_queue_loop), (gst_queue_handle_src_event),
8705         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8706         (gst_queue_src_activate_push), (gst_queue_change_state),
8707         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8708         On our way to playbin2 this is the new network queue that does buffering
8709         all by itself using high and low watermarks. It can also measure up and
8710         downstream bandwidth to optimally size the queue.
8711
8712 2007-05-17  Michael Smith <msmith@fluendo.com>
8713
8714         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8715         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8716           Use the segment->last_stop value to calculate the next timestamp to
8717           generate after a seek; not the segment->start value.
8718
8719 2007-05-15  David Schleef  <ds@schleef.org>
8720
8721         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8722           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8723
8724 2007-05-15  Wim Taymans  <wim@fluendo.com>
8725
8726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8727         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8728         Some more chained streaming ogg timestamp fixes.
8729
8730 2007-05-15  Wim Taymans  <wim@fluendo.com>
8731
8732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8733         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8734         (gst_ogg_demux_handle_page):
8735         Add some FIXMEs.
8736         Fix chain start/stop segment handling based on patch by
8737         <ahalda at cs dot mcgill dot ca> see #320984.
8738
8739 2007-05-15  Michael Smith <msmith@fluendo.com>
8740
8741         * configure.ac:
8742           We don't require a C++ compiler. So don't require one.
8743
8744 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8745
8746         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8747           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8748           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8749           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8750           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8751           gst_alsa_mixer_update_track):
8752           Apply some of the cleanup Tim suggested in #152864 afterwards.
8753
8754 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8755
8756         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8757
8758         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8759           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8760           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8761           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8762           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8763           gst_alsa_mixer_handle_source_callback,
8764           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8765           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8766           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8767           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8768           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8769           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8770         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8771         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8772           gst_alsa_mixer_element_interface_supported,
8773           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8774           gst_alsa_mixer_element_set_property,
8775           gst_alsa_mixer_element_get_property,
8776           gst_alsa_mixer_element_change_state):
8777         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8778         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8779           gst_mixer_option_changed):
8780         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8781           volume_changed, option_changed, _gst_reserved):
8782           Implement notification for alsamixer. Fixes #152864
8783
8784 2007-05-14  David Schleef  <ds@schleef.org>
8785
8786         * gst/videotestsrc/videotestsrc.c:
8787         * gst/videotestsrc/videotestsrc.h:
8788           Add support for video/x-raw-bayer.
8789
8790 2007-05-12  David Schleef  <ds@schleef.org>
8791
8792         * sys/xvimage/xvimagesink.c:
8793           Add some sanity checking for the XVImage size returned by X.
8794           Related to #377400.
8795
8796 2007-05-12  Wim Taymans  <wim@fluendo.com>
8797
8798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8799         (gst_base_rtp_depayload_setcaps),
8800         (gst_base_rtp_depayload_set_gst_timestamp):
8801         Parse and use additional caps fields as described in updated
8802         application/x-rtp caps spec.
8803
8804 2007-05-12  Wim Taymans  <wim@fluendo.com>
8805
8806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8807         (gst_ogg_demux_collect_chain_info):
8808         If there is a stream in a chain without any data packets, ignore the
8809         stream in the total length calculations. Might be related to #436820.
8810
8811 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8812
8813         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8814         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8815         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8816         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8817         (plugin_init):
8818
8819         Consolidate and re-work our mpeg system stream detection to probe
8820         more packets and produce a higher confidence result. Fixes a
8821         regression caused by lowering the typefind probability last year
8822         - related to bug #397810. Remove the redundant MPEG-1 specific 
8823         typefind function, as the new one detects both MPEG-1 & MPEG-2
8824         happily.
8825
8826         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8827         little. 
8828
8829         Tested against my media test directory, with some improvements and
8830         no regressions.
8831
8832 2007-05-10  Wim Taymans  <wim@fluendo.com>
8833
8834         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8835         (queue_out_of_data):
8836         Connect to the new queue "pushing" signal instead of the broken
8837         "running" one.
8838
8839 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8840
8841         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8842         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8843         Move variable declaration before the first instruction.
8844         * gst/videotestsrc/videotestsrc.c:
8845         Define M_PI if it's not defined yet.
8846         * win32/common/libgstrtp.def:
8847         Add new exported functions.
8848
8849 2007-05-09  Michael Smith <msmith@fluendo.com>
8850
8851         * ext/theora/theoradec.c: (theora_handle_type_packet):
8852           gst_pad_push_event() does not return a GstFlowReturn!
8853
8854 2007-05-09  Wim Taymans  <wim@fluendo.com>
8855
8856         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8857         * tests/examples/seek/seek.c: (do_seek):
8858         Some small cosmetic changes.
8859
8860 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8861
8862         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8863           gst_adder_change_state):
8864         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8865           segment_pending, segment_position, segment_rate):
8866           Handle playback-rate on adder.
8867
8868 2007-05-07  Michael Smith <msmith@fluendo.com>
8869
8870         * ext/theora/gsttheoradec.h:
8871         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8872         (theora_dec_sink_event), (theora_handle_comment_packet),
8873         (theora_handle_type_packet), (theora_dec_change_state):
8874           Don't push events (newsegment, tags) before initialising the
8875           decoder.
8876           This is neccesary for seeking to work correctly in gnonlin.
8877
8878 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8879
8880         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8881         * gst/adder/gstadder.c:
8882         * gst/audiotestsrc/gstaudiotestsrc.c
8883           (gst_audio_test_src_create_white_noise):
8884         * gst/videotestsrc/gstvideotestsrc.c:
8885         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8886           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8887           volume_sink_template, volume_src_template, gst_volume_init,
8888           volume_process_double, volume_process_int16,
8889           volume_process_int16_clamp):
8890           Doc fixes and formatting.
8891
8892 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         * tests/check/Makefile.am:
8895         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8896           Minimal check for volume's GstController usability; also another
8897           test for #422295.
8898
8899 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8900
8901         * gst-libs/gst/cdda/gstcddabasesrc.c:
8902         (gst_cdda_base_src_add_track):
8903           Fix it so that it (a) makes sense and (b) doesn't break
8904           everything cdda-related including the unit test.
8905
8906 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8907
8908         * gst-libs/gst/cdda/gstcddabasesrc.c:
8909         (gst_cdda_base_src_add_track):
8910           Fix build when disabling asserts.
8911
8912 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8915           When XShm is not available, we might get row strides that are not
8916           rounded up to multiples of four; this is bad, because virtually
8917           every RGB-processing element in GStreamer assumes rowstrides are
8918           rounded up to multiples of four, so let's allocate at least enough
8919           memory to avoid crashes in this case. The image will still be
8920           displayed distorted though if this happens, so that still needs
8921           fixing (maybe by allocating a bigger image with an 'even' width
8922           and then clipping it appropriately when rendering - something for
8923           Xlib aficionados in any case).
8924
8925 2007-05-03  Michael Smith <msmith@fluendo.com>
8926
8927         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8928           If a buffer doesn't have a timestamp, assume it's contiguous with
8929           the previous buffer, and synthesise timestamps appropriately.
8930
8931 2007-05-03  Edward Hervey  <edward@fluendo.com>
8932
8933         * tests/check/elements/videorate.c: (GST_START_TEST):
8934         Set buffer timestamp to a valid value in order to test the buffer
8935         really does stay in videorate.
8936
8937 2007-05-03  Edward Hervey  <edward@fluendo.com>
8938
8939         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8940         There is no sensible way to handle incoming buffers which don't have a
8941         valid timestamp. We therefore discard them and wait for the next one.
8942
8943 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8946         * gst/playback/gstdecodebin2.c: (plugin_init):
8947           Better error message for text files.
8948
8949 2007-04-29  Wim Taymans  <wim@fluendo.com>
8950
8951         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8952         Fix offset bug in generation RR packets.
8953
8954 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8955
8956         * ext/theora/theoradec.c: (_theora_granule_time),
8957         (theora_dec_push_forward), (theora_handle_data_packet),
8958         (theora_dec_decode_buffer): Calculate buffer duration correctly
8959         to generate a perfect stream (#433888).
8960         * gst/audioresample/gstaudioresample.c:
8961         (audioresample_check_discont): Glib provides ABS.
8962
8963 2007-04-27  Wim Taymans  <wim@fluendo.com>
8964
8965         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8966         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8967         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8968         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8969         (gst_rtcp_packet_bye_set_reason):
8970         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8971         Fix RB block parsing and writing.
8972         Add support for constructing BYE packets.
8973
8974 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8975
8976         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8977         (gst_base_audio_src_create):
8978         * po/POTFILES.in:
8979           When posting a warning message because samples were dropped, post
8980           something more intelligible than he default error message for clock
8981           errors which is just confusing in this context (#432984).
8982
8983 2007-04-25  Wim Taymans  <wim@fluendo.com>
8984
8985         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8986         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8987         (read_packet_header), (gst_rtcp_packet_move_to_next),
8988         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8989         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8990         (gst_rtcp_packet_sdes_get_item_count),
8991         (gst_rtcp_packet_sdes_first_item),
8992         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8993         (gst_rtcp_packet_sdes_first_entry),
8994         (gst_rtcp_packet_sdes_next_entry),
8995         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8996         (gst_rtcp_packet_sdes_add_entry):
8997         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8998         Implement code to write SR, RR and SDES packets.
8999
9000 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9001
9002         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9003
9004         * sys/ximage/ximagesink.c:
9005           Fix build if XShm is not available (#432362).
9006
9007 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9008
9009         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9010         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9011         pointers to random memory which are passed to g_free() when
9012         audio_convert_prepare_context() is called the first time.
9013
9014 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9015
9016         Patch by: Dan Williams <dcbw redhat com>
9017
9018         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9019           Don't leak incoming buffer if gst_pad_push() returns a
9020           non-OK flow. Fixes #432755.
9021          
9022         * tests/check/elements/videorate.c: (GST_START_TEST),
9023         (videorate_suite):
9024           Unit test for the above by Yours Truly.
9025
9026 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9027
9028         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9029         (gst_adder_sink_event), (gst_adder_collected):
9030           Fix non-flushing segmented seeks, Fixes #340060 for me
9031
9032 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         Patch by: Olivier Crete  <tester at tester ca>
9035
9036         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9037         (gst_base_rtp_audio_payload_class_init),
9038         (gst_base_rtp_audio_payload_init),
9039         (gst_base_rtp_audio_payload_dispose):
9040           Chain up to parent class in dispose function; get rid of
9041           unnecessary 'diposed' flag in private structure (#415001).
9042
9043 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9044
9045         * docs/libs/gst-plugins-base-libs.types:
9046         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9047         (gst_base_rtp_audio_payload_class_init):
9048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9049         * gst-libs/gst/rtp/gstbasertppayload.c:
9050           Some minor docs fixes and additions; also add missing 'Since' bits.
9051
9052 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9053
9054         Patch by: Zeeshan Ali  <zeenix gmail com>
9055
9056         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9057         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9058         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9059         (gst_base_rtp_audio_payload_push):
9060         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9061           The recently-added gst_base_rtp_audio_payload_push() should take an
9062           object of type GstBaseRTPAudioPayload as first argument (#431672).
9063
9064 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * gst/audioresample/gstaudioresample.c:
9067           Make more functions static, just because we can.
9068
9069 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9070
9071         * tests/check/elements/audioresample.c:
9072           Add unit test for audioresample shutdown crasher (#420106).
9073
9074 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9075
9076         * gst/subparse/gstsubparse.c:
9077         * gst/subparse/samiparse.c:
9078           Use GST_DISABLE_XML here
9079
9080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9081         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9082         (gst_xvimagesink_buffer_alloc),
9083         (gst_xvimagesink_navigation_send_event):
9084         * sys/xvimage/xvimagesink.h:
9085           Include stdlib.h when using atoi.
9086           
9087         * tests/check/elements/playbin.c: (playbin_suite):
9088           Use GST_DISABLE_REGISTRY here
9089
9090 2007-04-19  Michael Smith  <msmith@fluendo.com>
9091
9092         * ext/theora/gsttheoraenc.h:
9093         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9094         (theora_enc_sink_event), (theora_enc_change_state):
9095           Track initialisation state; don't try to use encoder state if we're
9096           not initialised (it'll segfault).
9097
9098 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9099
9100         * tests/check/pipelines/.cvsignore:
9101         Fix build.
9102
9103 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9104
9105         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9106         Allow random depths between 1 and 32 instead of only multiplies of 8.
9107
9108 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9109
9110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9111         Set the maximum number of channels for PCM and float in the correct
9112         place to have it also used when creating the template caps.
9113
9114 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9115
9116         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9117         Correctly support 4, 6 and 8 channels with normal PCM and float
9118         wav files.
9119
9120         Fix the depth and signedness calculation in extensible wav files and
9121         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9122         mask is found.
9123
9124         Add support for float, alaw and mulaw in extensible wav files.
9125
9126         This allows correct playback of all but 5 files from
9127         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9128         
9129         (gst_riff_create_audio_template_caps):
9130         Add voxware and float formats to the template caps.     
9131
9132 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9133
9134         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9135
9136         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9137         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9138
9139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9140         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9141         Use the correct format strings for integer formats.
9142
9143 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9144
9145         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9146           Don't use pad_alloc_buffer_and_set_caps to create a small header
9147           packet, or, worse, to create a big temporary video buffer using the
9148           src pad.
9149
9150 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9151
9152         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9153         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9154           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9155           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9156
9157 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9158
9159         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9160           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9161           streamheader_suite):
9162           Add another test set up for failure
9163
9164 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9165
9166         * tests/check/Makefile.am:
9167         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9168           GST_START_TEST, streamheader_suite, main):
9169           Add a test for the streamheader bug Wim fixed.
9170
9171 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9172
9173         * ext/theora/theoradec.c: (theora_dec_sink_event):
9174         Fix misleading comment.
9175
9176 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9177
9178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9179           More sanity checks for the header fields.
9180
9181 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9184           Try encodings from all environment variables, not just those in the
9185           first environment variable that is set.
9186
9187 2007-04-12  Wim Taymans  <wim@fluendo.com>
9188
9189         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9190         (gst_video_rate_chain):
9191         Add some debug.
9192
9193         * tests/check/elements/videorate.c: (GST_START_TEST),
9194         (videorate_suite):
9195         Added check for videorate changing caps handling. Closes #421834.
9196
9197 2007-04-12  Michael Smith  <msmith@fluendo.com>
9198
9199         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9200           Use scale functions to avoid overflow when calculating duration of 
9201           vorbis buffers.
9202
9203 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9204
9205         * docs/libs/gst-plugins-base-libs-sections.txt:
9206         * gst-libs/gst/tag/tag.h:
9207         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9208           API: add gst_tag_freeform_string_to_utf8() (#405072).
9209
9210         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9211           Use gst_tag_freeform_string_to_utf8() here.
9212
9213 2007-04-12  Wim Taymans  <wim@fluendo.com>
9214
9215         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9216         (gst_gdp_pay_sink_event):
9217         Make sure we set the IN_CAPS flag correctly.
9218
9219         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9220         Get the IN_CAPS flag before we call functions that mess with the flags.
9221
9222 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9223
9224         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9225           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9226           Only stamp buffers with offset/offset_end right before they get
9227           pushed.  This ensures offset continuity, which was not the case
9228           before as shown by
9229           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9230
9231 2007-04-06  Wim Taymans  <wim@fluendo.com>
9232
9233         * gst/playback/gstplaybin.c: (add_sink),
9234         (gst_play_bin_change_state):
9235         Activate sync in playbin, we are ready to handle it for live streams.
9236
9237 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * tests/check/elements/playbin.c:
9240         (test_sink_usage_video_only_stream), (playbin_suite):
9241           Add small test for stream-info-value-array code paths.
9242
9243 2007-04-05  Wim Taymans  <wim@fluendo.com>
9244
9245         * gst-libs/gst/audio/gstbaseaudiosink.c:
9246         (gst_base_audio_sink_skew_slaving):
9247         Don't try to create invalid calibration parameters by making the
9248         internal time go backwards, instead make external time go forward.
9249
9250 2007-04-05  Wim Taymans  <wim@fluendo.com>
9251
9252         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9253
9254         * gst/playback/gstplaybasebin.c: (add_stream):
9255         Fix leak in add_stream(), when g_value_set_object() increases the
9256         refcount of streaminfo object. Fixes #426250.
9257
9258 2007-04-03  David Schleef  <ds@schleef.org>
9259
9260         * gst/videotestsrc/gstvideotestsrc.c:
9261         * gst/videotestsrc/gstvideotestsrc.h:
9262         * gst/videotestsrc/videotestsrc.c:
9263         * gst/videotestsrc/videotestsrc.h:
9264           Add a test pattern called "circular", which has concentric
9265           rings with varying radial frequency.  The main purpose of this
9266           pattern is to test fidelity loss in a filter or scaler element.
9267           Notably, this pattern is scale invariant, and is optimally viewed
9268           with a width (and height) of 400.
9269
9270 2007-04-03  Wim Taymans  <wim@fluendo.com>
9271
9272         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9273
9274         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9275         (deactivate_free_recursive):
9276         Decodebin2 doesn't unref pads it obtains in some occasions:
9277         - multiqueue src pads, when either connecting further or exposing
9278         - sink pads of new autoplugged elements
9279         - peer pads when recursively freeing elements
9280         Fixes #425455.
9281
9282 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9283
9284         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9285         Add audio/x-raw-float support, now that audioconvert support
9286         non-native endianness floats.
9287
9288 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * docs/libs/gst-plugins-base-libs-docs.sgml:
9291           gstreamer-plugins-base.pc doesn't exist, it's
9292           gstreamer-plugins-base-0.10.pc.
9293
9294 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9295
9296         Patch by: René Stadler <mail at renestadler dot de>
9297         with some minor changes
9298
9299         * gst-libs/gst/floatcast/floatcast.h:
9300         Use more efficient float endianness conversion functions that don't
9301         involve 2 function calls per value.
9302         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9303         (check_default), (audio_convert_prepare_context):
9304         * gst/audioconvert/gstaudioconvert.c:
9305         (gst_audio_convert_parse_caps), (make_lossless_changes):
9306         Support non-native endianness floats as input and output.
9307         Fixes #339838.
9308         * tests/check/elements/audioconvert.c: (verify_convert),
9309         (GST_START_TEST):
9310         Add unit tests for the non-native endianness float conversions.
9311
9312 2007-03-29  Wim Taymans  <wim@fluendo.com>
9313
9314         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9315         (gst_base_rtp_depayload_base_init),
9316         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9317         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9318         (gst_base_rtp_depayload_set_gst_timestamp),
9319         (gst_base_rtp_depayload_change_state),
9320         (gst_base_rtp_depayload_set_property),
9321         (gst_base_rtp_depayload_get_property):
9322         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9323         Add Private structure.
9324         Bring element code to 2007.
9325         Parse clock-base caps param and use it when generating the
9326         newsegment.
9327         Reset variables before going to PAUSED.
9328         Fix some docs.
9329
9330 2007-03-29  Wim Taymans  <wim@fluendo.com>
9331
9332         * docs/libs/gst-plugins-base-libs-docs.sgml:
9333         * docs/libs/gst-plugins-base-libs-sections.txt:
9334         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9335         (gst_base_rtp_audio_payload_get_adapter):
9336         Add RTCP docs.
9337         Fix some more docs.
9338
9339         * gst-libs/gst/rtp/Makefile.am:
9340         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9341         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9342         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9343         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9344         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9345         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9346         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9347         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9348         (gst_rtcp_packet_sr_get_sender_info),
9349         (gst_rtcp_packet_sr_set_sender_info),
9350         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9351         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9352         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9353         (gst_rtcp_packet_sdes_get_chunk_count),
9354         (gst_rtcp_packet_sdes_first_chunk),
9355         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9356         (gst_rtcp_packet_sdes_first_item),
9357         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9358         (gst_rtcp_packet_bye_get_ssrc_count),
9359         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9360         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9361         (gst_rtcp_packet_bye_get_reason_len),
9362         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9363         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9364         Add new helper object for parsing and creating RTCP messages.
9365
9366 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9367
9368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9369         PCM samples with width=8 must be always unsigned, no matter what
9370         depth they have.
9371
9372 2007-03-29  Andy Wingo  <wingo@pobox.com>
9373
9374         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9375         perfect offsets also, not just timestamps.
9376
9377         * tests/check/elements/videorate.c (test_more): Test that given
9378         any incoming offsets, that videorate produces perfect offsets.
9379
9380 2007-03-29  Wim Taymans  <wim@fluendo.com>
9381
9382         * gst-libs/gst/riff/riff-ids.h:
9383         Add some more RIFF formats.
9384
9385 2007-03-29  Wim Taymans  <wim@fluendo.com>
9386
9387         * gst-libs/gst/rtp/gstrtpbuffer.c:
9388         (gst_rtp_buffer_default_clock_rate):
9389         * gst-libs/gst/rtp/gstrtpbuffer.h:
9390         Fix fixed payload names and docs.
9391         Added method to get the default clock rates of fixed payload types.
9392         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9393
9394 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9395
9396         * tests/check/pipelines/.cvsignore:
9397         Add new vorbisdec test to cvsignore.
9398
9399 2007-03-28  Wim Taymans  <wim@fluendo.com>
9400
9401         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9402         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9403         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9404         (gst_base_audio_sink_set_property),
9405         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9406         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9407         (gst_base_audio_sink_skew_slaving),
9408         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9409         (gst_base_audio_sink_async_play):
9410         * gst-libs/gst/audio/gstbaseaudiosink.h:
9411         Store private stuff in GstBaseAudioSinkPrivate.
9412         Add configurable clock slaving modes property.
9413         API:: GstBaseAudioSink::slave-method property
9414         Some more latency reporting tweaks.
9415         Added skew based clock slaving correction and make it the default until
9416         the resampling method is more robust.
9417
9418 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9419
9420         * gst/audioconvert/audioconvert.c:
9421         Add docs to the integer pack functions and implement proper
9422         rounding. Before we had rounding towards negative infinity, i.e.
9423         always the smaller number was taken. Now we use natural rounding,
9424         i.e. rounding to the nearest integer and to the one with the largest
9425         absolute value for X.5. The old rounding introduced some minor
9426         distortions. Fixes #420079
9427         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9428         Fix one unit test that assumed the old rounding and added unit tests
9429         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9430         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9431         rounding from signed int32 to signed/unsigned int16.
9432
9433 2007-03-27  Michael Smith  <msmith@fluendo.com>
9434
9435         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9436         (gst_audio_convert_transform_caps):
9437           Fix typo in debug line introduced recently, as pointed out on irc.
9438
9439 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9442         * tests/check/libs/tag.c: (GST_START_TEST):
9443           Make sure we parse floating-point numbers in vorbis comments
9444           correctly with either '.' or ',' as separator, no matter what
9445           the current locale is. Add unit test for this too.
9446
9447 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9448
9449         Patch by: René Stadler  <mail at renestadler de>
9450
9451         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9452           When writing out floating-point numbers to vorbis comment tags, always
9453           use the same character as separator no matter what the current locale is
9454           (fixes #423051).
9455
9456         * tests/check/libs/tag.c: (GST_START_TEST):
9457           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9458
9459 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9460
9461         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9462           vorbis_handle_data_packet):
9463           Correctly set DURATION to generate a timestamp-continuous stream.
9464           One bug left at the end; see
9465           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9466         * tests/check/Makefile.am:
9467         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9468           Add a test to check this.  Without the above patch this test fails.
9469
9470 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9471
9472         * gst-libs/gst/rtp/Makefile.am:
9473         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9474
9475 2007-03-23  Michael Smith  <msmith@fluendo.com>
9476
9477         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9478         (gst_video_rate_reset), (gst_video_rate_chain):
9479           If videorate changes caps, we can no longer use the old buffer
9480           (which may have a different size, incompatible with our caps).
9481           So don't do that; just duplicate the new frame more times.
9482
9483 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9484
9485         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9486         Remove playbin's override of the set_clock vmethod. It's irrelevant
9487         after Wim's commit on the 19th.
9488
9489 2007-03-22  Wim Taymans  <wim@fluendo.com>
9490
9491         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9492         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9493         * ext/gnomevfs/gstgnomevfssrc.h:
9494         Don't cache file sizes. Fixes #341078.
9495
9496 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * gst/playback/gstplaybin.c: (add_sink):
9499           Use GST_PTR_FORMAT to log caps. 
9500
9501 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         Patch by: Young-Ho Cha <ganadist at chollian net>
9504
9505         * gst/subparse/samiparse.c: (handle_start_font):
9506           Special-case some more colour names that pango doesn't handle by
9507           default. Fixes #420578.
9508
9509 2007-03-20  Michael Smith  <msmith@fluendo.com>
9510
9511         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9512           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9513           that marks EOS internally. After that, libvorbis will buffer all
9514           input data, and encode none of it, eventually leading to memory
9515           exhaustion.
9516
9517 2007-03-19  Wim Taymans  <wim@fluendo.com>
9518
9519         * gst/playback/gstdecodebin.c: (remove_fakesink):
9520         Don't post STATE_DIRTY anymore.
9521
9522         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9523         (gst_play_bin_change_state):
9524         Remove stream_time reset in seek handling, core does that now.
9525         Disable clocking for live pipelines by forcing a NULL clock to the
9526         complete pipeline, core is too smart now for our previous hack.
9527         We can always autoplug in PAUSED now.
9528
9529 2007-03-17  David Schleef  <ds@schleef.org>
9530
9531         * REQUIREMENTS:  Update this file, change the formatting to make
9532         it more consistent, plus more machine readable.
9533
9534 2007-03-16  Michael Smith  <msmith@fluendo.com>
9535
9536         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9537         (strip_width_64), (append_with_other_format):
9538           Previous fix was too simplistic, and broke the tests. Use a better
9539           approach; only strip 64 from widths for integer audio.
9540
9541 2007-03-16  Michael Smith  <msmith@fluendo.com>
9542
9543         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9544         (gst_audio_convert_transform_caps):
9545           We don't support 64 bit integer audio, so don't try to claim we can.
9546           Stops us producing caps don't match our template caps.
9547           Update comments.
9548
9549 2007-03-15  Michael Smith  <msmith@fluendo.com>
9550
9551         * gst/audioresample/gstaudioresample.c:
9552         (audioresample_check_discont), (audioresample_transform):
9553           Don't trigger discontinuities for very small imperfections; a filter
9554           flush will sound bad, and many plugins have rounding errors leading
9555           to these.
9556
9557 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9558
9559         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9560
9561         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9562         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9563         API: add "min-ptime" property to RTP base audio payloader.
9564         API: add gst_base_rtp_audio_payload_push().
9565         API: add gst_base_rtp_audio_payload_get_adapter().
9566         Fixes #415001
9567         Indentation/whitespace/documentation fixes.
9568
9569 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9570
9571         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9572         (audioresample_transform_size), (audioresample_do_output),
9573         (audioresample_transform), (audioresample_pushthrough): Handle
9574         discontinuous streams.
9575         * gst/audioresample/gstaudioresample.h:
9576         * tests/check/elements/audioresample.c:
9577         (test_discont_stream_instance), (GST_START_TEST),
9578         (audioresample_suite): Add a test for discontinuous streams.
9579         * win32/common/config.h: Updated.
9580
9581 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9582
9583         * po/af.po:
9584         * po/az.po:
9585         * po/cs.po:
9586         * po/en_GB.po:
9587         * po/it.po:
9588         * po/nb.po:
9589         * po/nl.po:
9590         * po/or.po:
9591         * po/sq.po:
9592         * po/sr.po:
9593         * po/sv.po:
9594         * po/uk.po:
9595         * po/vi.po:
9596           Update translations from translation project.
9597
9598 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9599
9600         * gst/audioresample/debug.h:
9601         * gst/audioresample/resample.c: (resample_init):
9602           Since I really am not interested in a debug line for each sample
9603           being processed, move the library's debugging to its own category,
9604           libaudioresample
9605
9606 2007-03-13  Michael Smith  <msmith@fluendo.com>
9607
9608         * ext/theora/theoradec.c: (theora_handle_type_packet):
9609           Since the plugin doesn't support anything other than 4:2:0 right
9610           now, post an error and fail if we get something else. Won't matter
9611           until libtheora supports the other pixel formats, but hopefully
9612           that'll be soon...
9613
9614 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9615
9616         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9617         Use gst_guint64_to_gdouble for conversion.
9618         * win32/MANIFEST:
9619         Add new files to the win32 MANIFEST.
9620         * win32/common/libgstaudio.def:
9621         * win32/common/libgstpbutils.def:
9622         Add new exported functions.
9623         * win32/vs6/gst_plugins_base.dsw:
9624         * win32/vs6/libgstdecodebin.dsp:
9625         * win32/vs6/libgstplaybin.dsp:
9626         Change the link to libgstpbutils.lib.
9627         * win32/vs6/libgstdecodebin2.dsp:
9628         Add a new project for decodebin2.
9629         * win32/vs6/libgstpbutils.dsp:
9630         Add a new project for pbutils.
9631
9632 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9635           Also accept partial dates with only year and month,
9636           like 1999-12-00 (fixes #410396 even more).
9637
9638         * tests/check/libs/tag.c: (GST_START_TEST):
9639           Add unit test for the above.
9640
9641 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         * tests/check/elements/subparse.c: (GST_START_TEST),
9644         (subparse_suite):
9645           Add unit test for MPL2 subtitle format (#413799).
9646
9647 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9650
9651         * gst/subparse/Makefile.am:
9652         * gst/subparse/gstsubparse.c:
9653         (gst_sub_parse_data_format_autodetect),
9654         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9655         (gst_subparse_type_find):
9656         * gst/subparse/gstsubparse.h:
9657         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9658         * gst/subparse/mpl2parse.h:
9659           Add support for MPL2 subtitle format (#413799).
9660
9661 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * configure.ac:
9664           We require core CVS for the new buffer metadata copy functions.
9665
9666 2007-03-09  Wim Taymans  <wim@fluendo.com>
9667
9668         * gst-libs/gst/tag/gstid3tag.c:
9669         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9670         Fixes #414496.
9671
9672         Patch by: Alex Lancaster <alexl at users sourceforge net>
9673
9674 2007-03-09  Wim Taymans  <wim@fluendo.com>
9675
9676         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9677         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9678         Improve adapter usage and comments.
9679
9680 2007-03-09  Wim Taymans  <wim@fluendo.com>
9681
9682         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9683         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9684         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9685         Use new metadata copy function.
9686
9687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9688         (gst_ffmpegcsp_transform):
9689         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9690         Basetransform copied the metadata for us.
9691
9692 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9693
9694         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9695         (gst_text_overlay_video_event):
9696           Some more logging. Only accept newsegment events in TIME format and
9697           send a WARNING message if they are not in TIME format.
9698
9699         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9700         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9701         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9702         * gst/subparse/gstsubparse.h:
9703           No need to allocate GstSegment structure dynamically, just put it
9704           into the instance structure; ignore newsegment events in BYTE
9705           format and in particular don't let it overwrite our saved TIME
9706           segment from the last seek.
9707
9708 2007-03-09  Michael Smith  <msmith@fluendo.com>
9709
9710         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9711           Replace AC3 typefinder with one that isn't terrible, and actually
9712           works usefully.
9713
9714 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9715
9716         * gst/audioconvert/gstaudioconvert.c:
9717         (gst_audio_convert_transform):
9718           fix error category and translatable string
9719           
9720
9721 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9722
9723         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9724         * pkgconfig/gstreamer-plugins-base.pc.in:
9725           Fix up utils => pbutils here too.
9726
9727 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * gst/subparse/gstsubparse.c: (handle_buffer):
9730           Break out of loop in chain function as soon as possible if we get
9731           a non-OK flow return.
9732
9733 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9734
9735         * tests/check/elements/alsa.c: (GST_START_TEST):
9736         Unref the mixer if the state change fails too (if the
9737         alsa devices are inaccessible, for example)
9738
9739 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9740
9741         * tests/check/Makefile.am:
9742         Don't test libvisual elements in the states check, because libvisual
9743         seems to leak internally.
9744
9745         Re-enable the alsa and states tests now that there's new suppressions
9746         in gst.supp.
9747
9748         * tests/check/elements/alsa.c: (GST_START_TEST):
9749         Don't leak the alsamixer we instantiated.
9750
9751 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9752
9753         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9754         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9755         (gst_ximagesink_finalize):
9756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9757         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9758         Move some cleanup stuff from the state change handler into a _reset()
9759         function that can be called from _finalize(). This ensures that things
9760         get freed even if (for some reason) the NULL->READY state transition
9761         fails in the parent class.
9762         Even if a parent state change fails, process our downward state change
9763         logic instead of bailing out early.
9764         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9765
9766 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9767
9768         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9769         Extra log line.
9770
9771         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9772         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9773         Use pango_font_description_set_family_static instead of 
9774         pango_font_description_set_family to save a string copy (it was
9775         leaking due to the strdup anyway)
9776
9777         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9778         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9779         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9780         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9781         Chain up in finalize.
9782
9783 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9784
9785         * gst-libs/gst/interfaces/mixertrack.c:
9786         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9787         (gst_mixer_track_set_property):
9788           API: add "untranslated-label" property which should be set by
9789           implementations at construct time (#414645).
9790
9791         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9792         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9793           Set "untranslated-label" when constructing mixer track objects.
9794
9795         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9796           Unit test to check the above.
9797
9798 2007-03-07  Wim Taymans  <wim@fluendo.com>
9799
9800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9801         Fix confusing debug message.
9802
9803 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9804
9805         * gst-plugins-base.doap:
9806         update doap file with new version
9807
9808 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9809
9810         * configure.ac:
9811         Back to CVS
9812
9813 === release 0.10.12 ===
9814
9815 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9816
9817         * configure.ac:
9818           releasing 0.10.12, "Zombie Horde"
9819
9820 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9821
9822         * configure.ac:
9823         Bump version to 0.10.11.4 pre-release
9824
9825 2007-03-06  Wim Taymans  <wim@fluendo.com>
9826
9827         * gst-libs/gst/audio/gstbaseaudiosink.c:
9828         (gst_base_audio_sink_async_play):
9829         Fix regression that made GStreamer skip the first samples of audio.
9830         Fixes #414684.
9831
9832 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9833
9834         * configure.ac:
9835         Bump version to 0.10.11.3 pre-release
9836
9837 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9838
9839         * po/POTFILES.in:
9840           Update paths for the rename from utils to pbutils to fix the build.
9841
9842 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         * gst-libs/gst/pbutils/Makefile.am:
9845           Change directory to install headers in from gst/utils to gst/pbutils
9846           as well.
9847
9848 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9849
9850         * configure.ac:
9851         * docs/libs/gst-plugins-base-libs-docs.sgml:
9852         * docs/libs/gst-plugins-base-libs-sections.txt:
9853         * gst-libs/gst/Makefile.am:
9854         * gst-libs/gst/interfaces/mixer.c:
9855         * gst-libs/gst/pbutils/Makefile.am:
9856         * gst-libs/gst/pbutils/descriptions.c:
9857         (gst_pb_utils_get_source_description),
9858         (gst_pb_utils_get_sink_description),
9859         (gst_pb_utils_get_decoder_description),
9860         (gst_pb_utils_get_encoder_description),
9861         (gst_pb_utils_get_element_description),
9862         (gst_pb_utils_add_codec_description_to_tag_list),
9863         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9864         * gst-libs/gst/pbutils/descriptions.h:
9865         * gst-libs/gst/pbutils/install-plugins.c:
9866         * gst-libs/gst/pbutils/install-plugins.h:
9867         * gst-libs/gst/pbutils/missing-plugins.c:
9868         (gst_missing_uri_source_message_new),
9869         (gst_missing_uri_sink_message_new),
9870         (gst_missing_element_message_new),
9871         (gst_missing_decoder_message_new),
9872         (gst_missing_encoder_message_new),
9873         (gst_missing_plugin_message_get_description):
9874         * gst-libs/gst/pbutils/missing-plugins.h:
9875         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9876         * gst-libs/gst/pbutils/pbutils.h:
9877         * gst-libs/gst/utils/Makefile.am:
9878         * gst-libs/gst/utils/base-utils.c:
9879         * gst-libs/gst/utils/base-utils.h:
9880         * gst-libs/gst/utils/descriptions.c:
9881         * gst-libs/gst/utils/descriptions.h:
9882         * gst-libs/gst/utils/install-plugins.c:
9883         * gst-libs/gst/utils/install-plugins.h:
9884         * gst-libs/gst/utils/missing-plugins.c:
9885         * gst-libs/gst/utils/missing-plugins.h:
9886         * gst-plugins-base.spec.in:
9887         * gst/playback/Makefile.am:
9888         * gst/playback/gstdecodebin.c:
9889         * gst/playback/gstdecodebin2.c:
9890         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9891         (gen_source_element):
9892         * gst/playback/gstplaybin.c: (plugin_init):
9893         * tests/check/Makefile.am:
9894         * tests/check/libs/pbutils.c: (GST_START_TEST),
9895         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9896         * tests/check/libs/utils.c:
9897           rename utils to pbutils
9898
9899 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9900
9901         * docs/plugins/Makefile.am:
9902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9904         * docs/plugins/inspect/plugin-decodebin2.xml:
9905         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9906         Add documentation for decodebin2 that indicates that the API
9907         is still unstable.
9908
9909 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9910
9911         * configure.ac:
9912         Update to 0.10.11.2 (0.10.12 pre-release)
9913
9914 2007-03-01  Wim Taymans  <wim@fluendo.com>
9915
9916         * gst-libs/gst/audio/gstbaseaudiosink.c:
9917         (gst_base_audio_sink_async_play):
9918         base time is irrelevant here.
9919
9920 2007-03-01  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9923         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9924         Improve debugging.
9925
9926         * gst-libs/gst/audio/gstbaseaudiosink.c:
9927         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9928         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9929         Improve latency and clock slaving calculations.
9930         Improve slave clock calibration.
9931
9932         * gst-libs/gst/audio/gstringbuffer.c:
9933         (gst_ring_buffer_commit_full):
9934         When we are asked to render N sample to 0 bytes, return N.
9935
9936 2007-03-01  Wim Taymans  <wim@fluendo.com>
9937
9938         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9939         (gst_alsasink_write), (gst_alsasink_reset):
9940         * ext/alsa/gstalsasink.h:
9941         Remove unused dispose function.
9942         Rename lock to not interfere with alsasrc lock.
9943
9944         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9945         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9946         (gst_alsasrc_read), (gst_alsasrc_reset):
9947         * ext/alsa/gstalsasrc.h:
9948         Implement finalize function.
9949         Use lock to protect alsa access.
9950         Implement _reset.
9951         Fine tune sw params.
9952
9953 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9954
9955         * configure.ac:
9956           Convert to new AG_GST style.
9957
9958 2007-02-28  Wim Taymans  <wim@fluendo.com>
9959
9960         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9961
9962         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9963         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9964         Fix race condition when rapidly switching visualisations in playbin.
9965         Fixes #401029.
9966
9967 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9968
9969         * tests/check/Makefile.am:
9970         Include local stuff before system installed things in LDFLAGS and
9971         CFLAGS.
9972
9973 2007-02-28  Wim Taymans  <wim@fluendo.com>
9974
9975         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9976         Improve debugging.
9977
9978 2007-02-28  Wim Taymans  <wim@fluendo.com>
9979
9980         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9981         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9982         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9983         Fix duration and timestamping, taking latency into account.
9984         Implement latency query.
9985
9986 2007-02-28  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9989         (gst_audio_clock_new):
9990         Fix clock name.
9991
9992         * gst-libs/gst/audio/gstbaseaudiosink.c:
9993         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9994         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9995         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9996         (gst_base_audio_src_create):
9997         Improve latency query code.
9998         Use proper clock names.
9999
10000 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10001
10002         * tests/check/generic/states.c: (GST_START_TEST):
10003           Copy the states.c test from core again
10004         * tests/check/Makefile.am:
10005           ignore cdio and cdparanoiasrc
10006
10007 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10008
10009         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10010         (double_hq), (audio_convert_get_func_index), (check_default),
10011         (audio_convert_prepare_context), (audio_convert_convert):
10012           Also make valgrind happy and avoid copying data in some cases.
10013
10014 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10015
10016         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10017         (double_hq), (audio_convert_get_func_index),
10018         (audio_convert_prepare_context), (audio_convert_convert):
10019         * gst/audioconvert/gstaudioconvert.c:
10020         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10021         (gst_audio_convert_transform_caps):
10022         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10023         (audioconvert_suite):
10024           Don't run inplace if that overwrites source data as we go. Add more
10025           tests. Fixes #339837 even more.
10026
10027 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10028
10029         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10030         (msg_segment_done): Fix various seeking bugs (Slider was not
10031         updating when doing a non flushing seek, Reverse playback 
10032         on segment seek was wrong).
10033
10034 2007-02-26  Wim Taymans  <wim@fluendo.com>
10035
10036         * tests/examples/seek/seek.c: (stop_seek):
10037         When we stop scrubbing, don't leave the pipeline PLAYING when we
10038         requested a PAUSED state.
10039
10040 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10041
10042         Patch by: René Stadler <mail at renestadler de>
10043
10044         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10045           Parse date strings in vorbis comments that have an invalid (zero)
10046           month or day (#410396).
10047
10048         * tests/check/libs/tag.c: (GST_START_TEST):
10049           Test case for the above.
10050
10051 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10054
10055         * configure.ac:
10056         * ext/alsa/Makefile.am:
10057         * gst/audiotestsrc/Makefile.am:
10058           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10059
10060 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * gst/playback/gstplaybin.c:
10063           Improve docs: point out that the application needs to assist playbin
10064           with buffering.
10065
10066 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * gst-libs/gst/utils/install-plugins.c:
10069         * gst-libs/gst/utils/missing-plugins.c:
10070         * tests/check/libs/utils.c: (missing_msg_check_getters):
10071           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10072           to just 'gstreamer'. Document the caps string component of the
10073           decoder/encoder detail a bit better, since not everyone will be
10074           familiar with the GStreamer media type/caps system (but they better
10075           enjoy nested itemized lists).
10076
10077 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10078
10079         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10080         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10081           Fix copying of GstNetBuffer (would crash before, or at least lead to
10082           invalid memory access, #410772), for now by copying the GstBuffer copy
10083           code from the core over here so we can copy the GstBuffer fields on a
10084           provided buffer instance (of type GstNetBuffer in this case). Would be
10085           better to fix this with some support by the core though (and in the long
10086           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10087
10088         * tests/check/Makefile.am:
10089           Enable unit test for GstNetBuffer.
10090
10091 2007-02-22  Andy Wingo  <wingo@pobox.com>
10092
10093         * gst-libs/gst/audio/gstbaseaudiosink.c
10094         (gst_base_audio_sink_init): Disable pull-mode activation until we
10095         figure out how to make audio sinks go to PLAYING.
10096
10097 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10098
10099         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10100         (double_hq), (audio_convert_get_func_index),
10101         (audio_convert_prepare_context), (audio_convert_convert):
10102         * gst/audioconvert/audioconvert.h:
10103         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10104         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10105         * gst/audioconvert/gstchannelmix.h:
10106         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10107           Add float as an intermediate format, as well as float mixing. Enable
10108           test that was failing before. Fixes #339837
10109
10110 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10111
10112         * tests/examples/seek/seek.c: (do_seek):
10113         Undo the previous commit: -1 as a stop time implies that the stop
10114         time is the end of file, clearing any previously configured segment.
10115
10116 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10117
10118         * tests/examples/seek/seek.c: (do_seek):
10119         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10120
10121 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10122
10123         * gst/volume/gstvolume.c: (volume_process_int16),
10124         (volume_process_int16_clamp), (volume_set_caps):
10125           Unbreak volume, value remains gint.
10126
10127 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10128
10129         * gst/volume/gstvolume.c: (volume_choose_func),
10130         (volume_update_real_volume), (gst_volume_set_volume),
10131         (gst_volume_init), (volume_process_double), (volume_process_float),
10132         (volume_process_int16), (volume_process_int16_clamp),
10133         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10134         * gst/volume/gstvolume.h:
10135           Extend float audio support (double) and some int->uint cleanups.
10136
10137 2007-02-20  Edward Hervey  <edward@fluendo.com>
10138
10139         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10140         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10141         (sort_end_pads), (gst_decode_group_expose),
10142         (gst_decode_group_hide):
10143         Don't free groups from the streaming threads. Just put them aside and
10144         free them in dispose.
10145
10146 2007-02-20  Edward Hervey  <edward@fluendo.com>
10147
10148         * gst/playback/gstdecodebin2.c: (connect_element),
10149         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10150         (sort_end_pads), (gst_decode_group_expose):
10151         Handle dynamic pads within groups.
10152         Sort pads before exposing them in order to make playbin happy.
10153         There still is a race with the multiqueue filling up. This should be
10154         solved separately.
10155         Fixes #398721
10156
10157 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         * gst-libs/gst/utils/base-utils.c:
10160         * gst-libs/gst/utils/descriptions.c:
10161         * gst-libs/gst/utils/install-plugins.c:
10162         * gst-libs/gst/utils/missing-plugins.c:
10163           Some more docs (and descriptions for two subtitle formats).
10164
10165 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         * gst-libs/gst/audio/audio.c:
10168           Fix documentation.
10169
10170 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         Patch by: Yves Lefebvre  <ivanohe abacom com>
10173
10174         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10175           Don't leak caps. Fixes #408278.
10176
10177 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10178
10179         * ext/cdparanoia/gstcdparanoiasrc.h:
10180         * ext/ogg/gstoggdemux.h:
10181         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10182         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10183         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10184         * gst-libs/gst/audio/audio.h:
10185         * gst-libs/gst/audio/gstaudiofilter.h:
10186         * gst-libs/gst/interfaces/videoorientation.h:
10187         * gst/adder/gstadder.h:
10188           More docs coverage and some ChangeLog surgery (add missing names)
10189
10190 2007-02-15  Wim Taymans  <wim@fluendo.com>
10191
10192         * sys/ximage/ximagesink.c:
10193         (gst_ximagesink_calculate_pixel_aspect_ratio):
10194         * sys/xvimage/xvimagesink.c:
10195         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10196         Small constifications.
10197
10198 2007-02-15  Wim Taymans  <wim@fluendo.com>
10199
10200         * gst-libs/gst/audio/gstbaseaudiosink.c:
10201         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10202         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10203         (gst_base_audio_sink_async_play),
10204         (gst_base_audio_sink_change_state):
10205         Answer latency query.
10206         Use configured latency when syncing.
10207         Fix clock slaving.
10208
10209         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10210         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10211         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10212         Fix possible memleak.
10213         Implement latency query.
10214         Small cleanups.
10215
10216 2007-02-15  Wim Taymans  <wim@fluendo.com>
10217
10218         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10219         Ignore errors in reset, these are not fatal. They also grab the element
10220         lock which is already taking when this function is called. Fixes
10221         #405451.
10222
10223 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10224
10225         * configure.ac:
10226           Remove 'tests/examples/xerror/Makefile' from output files again.
10227
10228 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10229
10230         * configure.ac:
10231         * docs/plugins/Makefile.am:
10232           Also crossref against gst-plugins-base-libs.
10233
10234 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10235
10236         * configure.ac:
10237         * docs/libs/Makefile.am:
10238         * docs/plugins/Makefile.am:
10239           Add crossreferences to glib/gobject/gstream docs.
10240
10241         * gst-libs/gst/audio/audio.h:
10242           Source formatting.
10243
10244         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10245           Add own debug category.
10246
10247 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         Patch by: René Stadler <mail at renestadler de>
10250
10251         * gst-libs/gst/tag/gstvorbistag.c:
10252           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10253           (#403597).
10254
10255 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10256
10257         * gst/playback/gstplaybasebin.c: (setup_source):
10258           When we have external subtitles and wait for the subtitle decodebin
10259           to get up and running, we set up a (sync) bus handler for the
10260           subtitle decodebin, so we can stop waiting when it posts an error
10261           message. However, we should do that before we set the subtitle
10262           decodebin's state to playing, otherwise things are racy and we might
10263           miss error messages posted before we had a chance to set up the bus.
10264           This should finally fix totem hanging on .txt pseudo-subtitle files.
10265           
10266 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10267
10268         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10269           Use gst_gdouble_to_guint64 for conversions.
10270         * win32/common/config.h.in:
10271           Add a define for GST_INSTALL_PLUGINS_HELPER
10272         * win32/common/libgstaudio.def:
10273         * win32/common/libgstcdda.def:
10274         * win32/common/libgstnetbuffer.def:
10275         * win32/common/libgstrtp.def:
10276         * win32/common/libgutils.def:
10277           Add new exported functions.
10278         * win32/vs6/gst_plugins_base.dsw:
10279         * win32/vs6/libgstdecodebin.dsp:
10280         * win32/vs6/libgstnetbuffer.dsp:
10281         * win32/vs6/libgstplaybin.dsp:
10282         * win32/vs6/libgstrtp.dsp:
10283         * win32/vs6/libgstvorbis.dsp:
10284         * win32/vs6/libgstcdda.dsp:
10285         * win32/vs6/libgstgdp.dsp:
10286         * win32/vs6/libgstutils.dsp:
10287           Update and add new project files.
10288
10289 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10292         (subrip_remove_unhandled_tags), (parse_subrip):
10293           For SubRip (.srt) subtitles, ignore all markup tags we don't
10294           handle (like font tags, for example).
10295
10296         * tests/check/elements/subparse.c:
10297           Add test for this.
10298
10299 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10300
10301         * gst/playback/gstdecodebin.c: (add_fakesink),
10302         (gst_decode_bin_change_state):
10303         * gst/playback/gstdecodebin2.c: (add_fakesink),
10304         (gst_decode_bin_change_state):
10305           Don't error out if there is no fakesink in the NULL to READY state
10306           change, since when decodebin is re-used, we're only adding the
10307           fakesink element in READY to PAUSED.
10308
10309         * tests/check/elements/decodebin.c:
10310         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10311         (decodebin_suite):
10312           Minimal unit test to make sure we can use the same decodebin
10313           instance twice (at least with audiotestsrc input).
10314
10315 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10316
10317         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10318           Try to get devic-name from device string first, and from handle only
10319           as fallback (seems to yield better results and is more robust
10320           against buggy probing code on the application side).
10321
10322 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10323
10324         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10325
10326         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10327         (gst_alsa_find_device_name):
10328         * ext/alsa/gstalsa.h:
10329         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10330         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10331           Improve device-name detection a bit, especially in the case where
10332           the device is not actually open (#405020, #405024). Move common code
10333           into gstalsa.c instead of duplicating it.
10334
10335 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10336
10337         * gst/audioconvert/gstaudioconvert.c:
10338           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10339
10340 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10341
10342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10343         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10344         (gst_xvimagesink_interface_supported),
10345         (gst_xvimagesink_probe_get_properties),
10346         (gst_xvimagesink_probe_probe_property),
10347         (gst_xvimagesink_probe_needs_probe),
10348         (gst_xvimagesink_probe_get_values),
10349         (gst_xvimagesink_property_probe_interface_init),
10350         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10351         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10352         (gst_xvimagesink_get_type):
10353         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10354         for XVAdaptors so that one can choose the adaptor to use with 
10355         gstreamer-properties.
10356
10357 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10358
10359         * gst/audioconvert/gstaudioconvert.c:
10360           Also mention that a conversion from double to float is suboptimal still.
10361
10362 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * gst-libs/gst/audio/gstaudiofilter.c:
10365         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10366           Clear our formats structure and free the caps contained in it when
10367           shutting down.
10368
10369 2007-02-05  Andy Wingo  <wingo@pobox.com>
10370
10371         * gst-libs/gst/audio/gstbaseaudiosink.c
10372         (gst_base_audio_sink_callback): Update basesink->offset so that we
10373         pull monotonically increasing offsets instead of, um, seeking back
10374         to 0 each time. Fixes alsasrc ! alsasink!
10375
10376 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * gst/videoscale/gstvideoscale.c:
10379           A width and height of 1 makes us crash, so increase minimum size to
10380           2x2 pixels until someone feels like fixing this (#404512).
10381
10382 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10383
10384         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10385           Add small test to make sure request pads are cleaned up properly
10386           even if oggmux never changes state out of NULL.
10387
10388 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10389
10390         * tests/check/libs/utils.c: (GST_START_TEST):
10391           Fix unit test. Turns out things work much better when you
10392           NULL-terminate string arrays. Should make p5 build bot happy again.
10393
10394 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         * gst-libs/gst/audio/Makefile.am:
10397         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10398         (gst_audio_filter_template_base_init),
10399         (gst_audio_filter_template_class_init),
10400         (gst_audio_filter_template_init),
10401         (gst_audio_filter_template_set_property),
10402         (gst_audio_filter_template_get_property),
10403         (gst_audio_filter_template_setup),
10404         (gst_audio_filter_template_filter),
10405         (gst_audio_filter_template_filter_inplace), (plugin_init):
10406           Oops, forgot to commit fixed-up example.
10407
10408 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * docs/libs/gst-plugins-base-libs-sections.txt:
10411         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10412         (gst_audio_filter_class_init), (gst_audio_filter_init),
10413         (gst_audio_filter_set_caps),
10414         (gst_audio_filter_class_add_pad_templates):
10415         * gst-libs/gst/audio/gstaudiofilter.h:
10416           Port GstAudioFilter to 0.10. This change technically breaks
10417           API and ABI (and thus also every library developer's heart),
10418           but seems justifiable on the grounds that the base class was
10419           completely unusable before (ie. would crash immediately when
10420           actually used). Fixes #403963 (and eventually also #403572).
10421           Also document all of this a bit.
10422
10423 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10424
10425         * gst-libs/gst/utils/install-plugins.c:
10426         (gst_install_plugins_spawn_child):
10427         * tests/check/libs/utils.c:
10428         (test_base_utils_install_plugins_do_callout):
10429           Lowering log level to see why things fail on the p5 build bot;
10430           fix some typos in unit test messages.
10431
10432 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10433
10434         * tests/check/libs/utils.c:
10435         (test_base_utils_install_plugins_do_callout):
10436           Don't hard-code temp directory for test helper; use GLib functions
10437           to write out file and do error checking etc.
10438
10439 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * gst-libs/gst/utils/Makefile.am:
10442         * gst-libs/gst/utils/base-utils.h:
10443         * gst-libs/gst/utils/install-plugins.c:
10444         (gst_install_plugins_context_set_xid),
10445         (gst_install_plugins_context_new),
10446         (gst_install_plugins_context_free),
10447         (gst_install_plugins_get_helper),
10448         (gst_install_plugins_spawn_child),
10449         (gst_install_plugins_return_from_status),
10450         (gst_install_plugins_installer_exited),
10451         (gst_install_plugins_async), (gst_install_plugins_sync),
10452         (gst_install_plugins_return_get_name),
10453         (gst_install_plugins_installation_in_progress):
10454         * gst-libs/gst/utils/install-plugins.h:
10455           API: add API for applications to initiate installation of missing
10456           plugins, ie. gst_install_plugins_async() primarily.
10457           Based on libgimme-codec by Ryan Lortie.
10458
10459         * configure.ac:
10460           Add --with-install-plugins-helper configure option so distros can specify
10461           the path of the helper script or program to call when plugin installation
10462           is requested (distros: please do any argument munging in this helper
10463           script instead of patching GStreamer to pass arguments differently
10464           to another program directly).
10465
10466         * docs/libs/gst-plugins-base-libs-docs.sgml:
10467         * docs/libs/gst-plugins-base-libs-sections.txt:
10468           Build and document new API.
10469
10470         * tests/check/libs/utils.c: (result_cb),
10471         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10472         (libgstbaseutils_suite):
10473           Some simple checks for the new API.
10474
10475 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10476
10477         * tests/check/elements/audioconvert.c: (test_float_conversion):
10478           Add small test for 32bit float <=> 64bit float conversion (works
10479           only one way so far, 32=>64 produces structured noise).
10480
10481 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10482
10483         * gst/audioconvert/gstaudioconvert.c:
10484         (set_structure_widths_32_and_64), (make_lossless_changes):
10485           We don't support floats with a width of 40, 48 or 56 bits.
10486
10487 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10488
10489         * gst/audioconvert/audioconvert.c: (float), (double),
10490         (audio_convert_get_func_index):
10491         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10492         (make_lossless_changes):
10493           Support for 64-bit float audio in audioconvert (#339837)
10494
10495 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10496
10497         Patch by: Holger Wansing  <linux wansing-online de>
10498
10499         * po/LINGUAS:
10500         * po/de.po:
10501           Add German translation (#352069).
10502
10503 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10504
10505         reviewed by: Wim Taymans <wim@fluendo.com>
10506
10507         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10508         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10509         Use newly added GstCollectPads API to free the allocated resources in
10510         the GstOggPad structures (#402393).
10511
10512 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10513
10514         * gst/playback/gstplaybin.c: (gen_vis_element):
10515           Add audioresample+audioconvert in front of the visualisation
10516           element, so that elements like libvisual 0.4 that don't support all
10517           samplerates can work.
10518
10519           Fixes: #402505
10520
10521 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10524         (gst_play_base_bin_get_streaminfo_value_array):
10525           Take some locks and make a copy of the streaminfo value array we
10526           maintain while holding the lock, so that the application can
10527           retrieve the stream-info as a value array in a thread-safe way.
10528
10529 2007-01-30  Wim Taymans  <wim@fluendo.com>
10530
10531         * gst/audioconvert/gstaudioconvert.c:
10532         Don't fail on 0 sized buffers. Fixes #396835.
10533
10534 2007-01-29  David Schleef  <ds@schleef.org>
10535
10536         * gst/typefind/gsttypefindfunctions.c:
10537           Detect BBCD as video/x-dirac, so we can play raw dirac
10538           streams.
10539
10540 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10541
10542         * ext/theora/theoraenc.c: (theora_enc_chain):
10543           Check return value of theora_encode_header(), or we might try to
10544           allocate a random number of bytes. theora_encode_header() can fail
10545           if libtheora has been compiled with encoding support disabled.
10546           Fixes #398110.
10547
10548 2007-01-29  Wim Taymans  <wim@fluendo.com>
10549
10550         * tests/check/gst/.cvsignore:
10551         Do as buildbot says.
10552
10553 2007-01-29  Wim Taymans  <wim@fluendo.com>
10554
10555         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10556         Fix strides in libvisual. Gst uses X strides.
10557         Inspired by: <ed at catmur dot co dot uk> and 
10558         <tim at centricular dot net>
10559         Fixes #401118.
10560
10561 2007-01-27  Wim Taymans  <wim@fluendo.com>
10562
10563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10564         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10565         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10566         (gst_ogg_demux_perform_seek),
10567         (gst_ogg_demux_bisect_forward_serialno),
10568         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10569         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10570         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10571         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10572         * ext/ogg/gstoggdemux.h:
10573         Properly propagate streaming errors when we are scanning the file for
10574         chains so that we don't crash when shut down. Might fix some crashers
10575         when quickly switching oggs in RB such as #332503 and #378436.
10576
10577 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10578
10579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10580           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10581           error code as well.
10582
10583 2007-01-25  Wim Taymans  <wim@fluendo.com>
10584
10585         * gst/playback/gstplaybasebin.c: (remove_source):
10586         Don't try to disconnect a signal from a finalized object.
10587
10588 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10591           Cast lock macro parameters to make sure we're actually accessing the
10592           lock member at the right class level. Free list itself in _dispose()
10593           as well and NULL it in case dispose gets called multiple times.
10594
10595 2007-01-25  Edward Hervey  <edward@fluendo.com>
10596
10597         * gst/playback/gstdecodebin2.c:
10598         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10599         Free GstDecodeGroups no longer used.
10600         (gst_decode_group_expose):
10601         Don't unlock too many times !
10602         (deactivate_free_recursive):
10603         Free iterator once we're done with it.
10604         Fix for recursively deactivating elements (stop at ghostpads).
10605
10606 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst/playback/gstplaybin.c: (handoff):
10609           Fix up caps on the frame buffer before we save it and potentially
10610           make it accessible to other threads via g_object_get; also use
10611           gst_buffer_replace() instead of gst_mini_object_replace().
10612
10613 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10614
10615         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10616           Make getting the current frame thread-safe.
10617
10618 2007-01-25  Edward Hervey  <edward@fluendo.com>
10619
10620         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10621         (gst_decode_group_new), (gst_decode_group_free):
10622         Set queues to bigger sizes to cope with HD contents.
10623         Fix some mutex freeing and add comment about MT safe methods.
10624
10625 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10628         (gst_text_overlay_text_event):
10629           Don't unnecessarily ref (and then leak) upstream events if the text
10630           pad is not linked. Fixes #399948.
10631
10632         * tests/check/gst-plugins-base.supp:
10633           Add suppression for pango on edgy/x86 for textoverlay test.
10634
10635 2007-01-24  Wim Taymans  <wim@fluendo.com>
10636
10637         * gst-libs/gst/rtp/gstrtpbuffer.h:
10638         Add some more fixed payloads.
10639
10640 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10641
10642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10643           Error out properly if we get an error from libogg while reading the
10644           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10645
10646 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10649           Don't leak mutex.
10650
10651         * tests/check/elements/playbin.c:
10652         (test_sink_usage_video_only_stream),
10653         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10654         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10655         (test_missing_suburisource_handler),
10656         (test_missing_primary_decoder), (playbin_suite):
10657           Run all tests once with decodebin and once with decodebin2.
10658           One test does not pass yet with decodebin2.
10659
10660 2007-01-23  Edward Hervey  <edward@fluendo.com>
10661
10662         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10663         Fix the cases where oggmux doesn't properly figure out that all
10664         sinkpads have gone EOS, and therefore doesn't push out the remaining
10665         buffers and the final EOS event.
10666         Fixes #363379
10667
10668 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10669
10670         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10672         Don't lock on navigation event push, just on keysym to string.
10673         Fixes #397673 again.
10674
10675 2007-01-22  Edward Hervey  <edward@fluendo.com>
10676
10677         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10678         (get_current_group), (group_demuxer_event_probe),
10679         (gst_decode_group_expose), (deactivate_free_recursive),
10680         (gst_decode_group_free):
10681         Cleanups.
10682         Don't forget to emit 'no-more-pads' once a group is exposed.
10683         Cleanup elements from a DecodeGroup once we remove it.
10684         Protect call to gst_decode_group_expose() with the decodebin lock.
10685
10686 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10687
10688         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10690         Looking at Xorg code i can't figure out if that XKeysymToString
10691         function is thread sensible or not. Lock it just in case as
10692         recommended by Radek Doulik <rodo at ximian dot com>.
10693
10694 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10695
10696         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10698         Lock that X Call as well. Fixes #397673.
10699
10700 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10703           Don't go into an endless loop if the file starts with 00 00 01 2X,
10704           like quicktime redirect files might. Fixes #396042.
10705
10706         * tests/check/Makefile.am:
10707         * tests/check/gst/.cvsignore:
10708         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10709         (typefindfunctions_suite):
10710           Add unit test for the above.
10711
10712 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10713
10714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10715           On second thought, use "depth" field rather than "bpp" field.
10716
10717 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10720           Camtasia caps apparently need a bpp field (#398875).
10721
10722 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10725         (gen_source_element), (gst_play_base_bin_change_state):
10726           Attempt at a better error message in case we don't have the required
10727           URI handler installed; post missing-plugin message also when we're
10728           missing an URI handler for the subtitle URI; clean up properly also
10729           when an error occurs and we never made it to PAUSED state.
10730
10731         * tests/check/elements/playbin.c: (GST_START_TEST),
10732         (playbin_suite):
10733           Check that we're also getting a missing-plugin messsage for a
10734           missing subtitle URI handler (and clean up properly).
10735
10736 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10739           Plug a few reference leaks.
10740
10741 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10744           Lower probability a bit if the marker isn't right at the start,
10745           to decrease the chance of false positives.
10746
10747 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10750           Small mpeg2 system stream typefinding improvement: make typefinder
10751           probe a bit into the stream instead of just looking for a marker
10752           at the beginning. Fixes #397810.
10753
10754 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         * gst/audioconvert/gstchannelmix.c:
10757           Remove compatibility cruft for prehistoric GLib versions.
10758
10759 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * gst/playback/Makefile.am:
10762         * gst/playback/gstdecodebin.c: (close_pad_link):
10763         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10764         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10765         (gst_play_base_bin_handle_message_func), (unknown_type):
10766           Let decodebin be the element to post missing-plugin messages for
10767           missing decoders (rather than playbin); make playbin implement
10768           GstBin::handle_message so we can suppress missing-plugin messages
10769           for types we're not handling on purpose (don't want to bring up an
10770           installer in those cases).
10771
10772 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10775         * gst-libs/gst/tag/gstvorbistag.c:
10776         (gst_tag_list_to_vorbiscomment_buffer):
10777         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10778           Fix potentially unaligned access (#397207).
10779
10780 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10781
10782         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10783         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10784         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10785         (main):
10786           Allow to toggle looping while it plays. Fix callback prototype. Clean
10787           up code a bit more. Add copyright header.
10788
10789 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10790
10791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10792           Red and blue mask was swapped (spotted by Dan Williams).
10793
10794 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10795
10796         * gst-libs/gst/tag/gstid3tag.c:
10797         * gst-libs/gst/tag/gstvorbistag.c:
10798           Use new beats-per-minute tag from core.
10799
10800 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * po/POTFILES.in:
10803           Add new files with translatable strings, so they actually make it
10804           into the template file one day.
10805
10806 2007-01-12  Andy Wingo  <wingo@pobox.com>
10807
10808         * gst-libs/gst/audio/gstbaseaudiosink.c
10809         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10810         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10811         stuff, as the base class handles this now. Actually tell the ring
10812         buffer to start.
10813         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10814         How did this work before? Maybe I'm not as awesome a programmer as
10815         I think.
10816
10817         * gst-libs/gst/audio/gstbaseaudiosrc.c
10818         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10819         of a pad function.
10820
10821 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10824           Remove more fields so that the application can better blacklist
10825           formats that have been tried before.
10826
10827 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * gst-libs/gst/audio/mixerutils.h:
10830           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10831           used when compiling with c++ compilers as well.
10832
10833 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/typefind/gsttypefindfunctions.c:
10836           Fix comment.
10837
10838 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * gst/playback/gstplaybin.c: (post_missing_element_message),
10841         (gen_video_element), (gen_text_element), (gen_audio_element),
10842         (gen_vis_element):
10843           Post missing-plugin messages also when we error out because
10844           converters, textoverlay or auto*sinks are missing (#161922).
10845
10846 2007-01-10  Wim Taymans  <wim@fluendo.com>
10847
10848         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10849         (is_demuxer_element), (new_caps):
10850         * gst/playback/gstplaybasebin.c: (source_new_pad):
10851         Fix the case where we try to ref a NULL element when we delay a link
10852         because of unfixed caps.
10853         Set the state of autoplugged decodebins to PAUSED.
10854         RTSP now works in playbin, we can remove it from the blacklist.
10855
10856 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10857
10858         * gst/playback/Makefile.am:
10859         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10860         (unknown_type), (setup_subtitle), (gen_source_element):
10861         * gst/playback/gstplaybin.c: (plugin_init):
10862           Post missing-plugin messages on the bus for missing sources and
10863           missing decoders/demuxers/depayloaders; fix error code used when
10864           we're missing an URI handler source; for media types that we are not
10865           handling on purpose at the moment, don't print "don't know how to
10866           handle xyz" messages to the terminal or post missing-plugin
10867           messages on the bus.
10868
10869         * tests/check/elements/playbin.c: (create_playbin),
10870         (GST_START_TEST), (gst_codec_src_uri_get_type),
10871         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10872         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10873         (gst_codec_src_init_type), (gst_codec_src_base_init),
10874         (gst_codec_src_create), (gst_codec_src_class_init),
10875         (gst_codec_src_init), (plugin_init), (playbin_suite):
10876           Add some tests for the missing-plugin stuff.
10877
10878 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * configure.ac:
10881         * gst-libs/gst/Makefile.am:
10882         * gst-libs/gst/utils/Makefile.am:
10883         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10884         * gst-libs/gst/utils/base-utils.h:
10885         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10886         (find_format_info), (caps_are_rtp_caps),
10887         (gst_base_utils_get_source_description),
10888         (gst_base_utils_get_sink_description),
10889         (gst_base_utils_get_decoder_description),
10890         (gst_base_utils_get_encoder_description),
10891         (gst_base_utils_get_element_description),
10892         (gst_base_utils_add_codec_description_to_tag_list),
10893         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10894         * gst-libs/gst/utils/descriptions.h:
10895         * gst-libs/gst/utils/missing-plugins.c:
10896         (missing_structure_get_type), (copy_and_clean_caps),
10897         (gst_missing_uri_source_message_new),
10898         (gst_missing_uri_sink_message_new),
10899         (gst_missing_element_message_new),
10900         (gst_missing_decoder_message_new),
10901         (gst_missing_encoder_message_new),
10902         (missing_structure_get_string_detail),
10903         (missing_structure_get_caps_detail),
10904         (gst_missing_plugin_message_get_installer_detail),
10905         (gst_missing_plugin_message_get_description),
10906         (gst_is_missing_plugin_message):
10907         * gst-libs/gst/utils/missing-plugins.h:
10908           API: add new libgstbaseutils library with functions
10909           - to create and parse missing-plugins messages
10910           - that provide (translated) descriptions for caps/decoders/sources/etc.
10911           Closes #392393.
10912
10913         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10914         * pkgconfig/gstreamer-plugins-base.pc.in:
10915           Add new lib.
10916
10917         * docs/libs/gst-plugins-base-libs-docs.sgml:
10918         * docs/libs/gst-plugins-base-libs-sections.txt:
10919           Generate docs for new lib and API.
10920
10921         * tests/check/Makefile.am:
10922         * tests/check/libs/.cvsignore:
10923         * tests/check/libs/utils.c: (missing_msg_check_getters),
10924         (GST_START_TEST), (libgstbaseutils_suite):
10925           Add some basic unit tests.
10926
10927 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         * ext/ogg/Makefile.am:
10930           Dist gstoggdemux.h to fix 'make distcheck'.
10931
10932         * sys/v4l/Makefile.am:
10933           Fix 'make distcheck' even more.
10934
10935 2007-01-09  Wim Taymans  <wim@fluendo.com>
10936
10937         * docs/plugins/Makefile.am:
10938         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10939         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10940         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10941         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10942         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10943         (gst_ogg_demux_perform_seek):
10944         * ext/ogg/gstoggdemux.h:
10945         Added docs.
10946         Add some more comments.
10947         Small cleanups.
10948
10949 2007-01-09  Wim Taymans  <wim@fluendo.com>
10950
10951         * ext/theora/theoradec.c:
10952         * ext/vorbis/vorbisdec.c:
10953         * gst-libs/gst/audio/gstringbuffer.c:
10954         (gst_ring_buffer_commit_full):
10955         * gst-libs/gst/audio/gstringbuffer.h:
10956         * gst-libs/gst/rtp/gstrtpbuffer.c:
10957         * gst-libs/gst/tag/gstvorbistag.c:
10958         Small documentation updates/fixes
10959
10960 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * configure.ac:
10963           Require core CVS HEAD for Andy's basesrc/sink API additions.
10964
10965 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10968
10969         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10970         (plugin_init):
10971           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10972           on flac.sf.net (there appear to be other versions of the first
10973           ogg page in the wild) (#391365).
10974
10975 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10976
10977         * configure.ac:
10978           Check if localtime_r() is available.
10979
10980         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10981           If localtime_r() is not available, fall back to localtime(). Should
10982           fix build on MingW (#393310).
10983
10984 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10985
10986         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10987         * gst/subparse/gstsubparse.h:
10988           Remove spurious 1000 subtrahend when calculating the timestamp from
10989           the frame number and the frame rate . Also, use the frames/second
10990           value specified in the first line of the file, if one is specified
10991           there. Should fix #357503.
10992
10993         * tests/check/elements/subparse.c: (do_test),
10994         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10995         (subparse_suite):
10996           Add some basic unit tests for the microdvd subtitle format.
10997
10998 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10999
11000         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11001
11002         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11003         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11004         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11005         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11006         (gst_xvimagesink_set_xwindow_id),
11007         (gst_xvimagesink_set_event_handling),
11008         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11009         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11010         Fixes: #390076.
11011         Add an adaptor property to select a specific XV adaptor.
11012         * sys/xvimage/xvimagesink.h:
11013
11014 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11015
11016         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11017         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11018         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11019         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11020         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11021         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11022         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11023         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11024         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11025         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11026         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11027         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11028         Use flow_lock much more to protect every access to xwindow.
11029         Try to catch erros while creating images in case some drivers are
11030         just generating an XError when the requested image is too big.
11031         Should fix : #354698, #384008, #384060.
11032         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11033         Implement some stress testing of setting window xid.
11034
11035 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11036
11037         * win32/common/libgsaudio.def:
11038           Add new exported function.
11039         * win32/common/libgstogg.dsp:
11040           Add gstoggaviparse.c to the build.
11041         * win32/common/libgstvideoscale.dsp:
11042           Add vs_4tap.c to the build.
11043         * win32/common/libgstvorbis.dsp:
11044           Add vorbistag.c to the build.
11045         
11046 2007-01-06  Andy Wingo  <wingo@pobox.com>
11047
11048         * gst-libs/gst/audio/gstbaseaudiosink.c
11049         (gst_base_audio_sink_class_init)
11050         (gst_base_audio_sink_init): 
11051         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11052         to baseaudiosink, and tell basesink that we can work in pull mode.
11053         This way the ring buffer thread drives the pipeline directly, if
11054         pull mode is possible. There is some lingering nastiness regarding
11055         capsnego, however.
11056         (gst_base_audio_sink_callback): Implement the callback to pull
11057         data. This interface is a bit light, though -- it should get a
11058         GstFlowReturn return value at least.
11059
11060 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11063         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11064         * gst/playback/gstdecodebin2.c:
11065         (gst_decode_group_check_if_blocked):
11066           Printf format and missing argument fixes.
11067
11068 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11069
11070         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11071         (gst_ogm_parse_change_state):
11072         Activate pads before adding them to the element.
11073
11074 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * tests/examples/seek/scrubby.c: (main):
11077         * tests/examples/seek/seek.c: (main):
11078           Call g_thread_init() first thing in main() (see #391278).
11079
11080 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * tests/check/Makefile.am:
11083         * tests/check/libs/.cvsignore:
11084         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11085         (netbuffer_suite):
11086           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11087           for the time being, since it's broken, see #393099.
11088
11089 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11090
11091         * tests/check/Makefile.am:
11092           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11093
11094 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11095
11096         * configure.ac:
11097           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11098           so that GST_BASE_CFLAGS can go inbetween them, making sure
11099           we use uninstalled gst-libs headers
11100         * docs/libs/Makefile.am:
11101         * ext/alsa/Makefile.am:
11102         * ext/cdparanoia/Makefile.am:
11103         * ext/gnomevfs/Makefile.am:
11104         * ext/libvisual/Makefile.am:
11105         * ext/ogg/Makefile.am:
11106         * ext/theora/Makefile.am:
11107         * ext/vorbis/Makefile.am:
11108         * gst-libs/gst/audio/Makefile.am:
11109         * gst-libs/gst/cdda/Makefile.am:
11110         * gst-libs/gst/interfaces/Makefile.am:
11111         * gst-libs/gst/riff/Makefile.am:
11112         * gst-libs/gst/rtp/Makefile.am:
11113         * gst-libs/gst/tag/Makefile.am:
11114         * gst/adder/Makefile.am:
11115         * gst/audioconvert/Makefile.am:
11116         * gst/audiorate/Makefile.am:
11117         * gst/audioresample/Makefile.am:
11118         * gst/playback/Makefile.am:
11119         * gst/tcp/Makefile.am:
11120         * gst/videoscale/Makefile.am:
11121         * gst/volume/Makefile.am:
11122         * sys/ximage/Makefile.am:
11123         * sys/xvimage/Makefile.am:
11124         * tests/icles/Makefile.am:
11125           adapt
11126
11127 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11128
11129         * gst-libs/gst/interfaces/xoverlay.c:
11130         (gst_x_overlay_handle_events):
11131         * gst-libs/gst/interfaces/xoverlay.h:
11132         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11133         (gst_ximagesink_set_xwindow_id),
11134         (gst_ximagesink_set_event_handling),
11135         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11136         (gst_ximagesink_get_property), (gst_ximagesink_init),
11137         (gst_ximagesink_class_init):
11138         * sys/ximage/ximagesink.h:
11139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11140         (gst_xvimagesink_set_xwindow_id),
11141         (gst_xvimagesink_set_event_handling),
11142         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11143         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11144         (gst_xvimagesink_class_init):
11145         * sys/xvimage/xvimagesink.h:
11146         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11147         Add a method to the XOverlay interface to allow disabling of 
11148         event handling in x[v]imagesink elements. This will let X events
11149         propagate to parent windows which can be usefull in some cases.
11150         Be carefull that the application is then responsible of pushing
11151         navigation events and expose events to the video sink.
11152         Fixes: #387138.
11153
11154 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * gst-libs/gst/tag/gstvorbistag.c:
11157         * tests/check/libs/tag.c: (GST_START_TEST):
11158           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11159           (fixes #392070).
11160
11161 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11162
11163         * configure.ac:
11164         * docs/Makefile.am:
11165         * docs/design/Makefile.am:
11166           Dist design docs.
11167
11168 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11169
11170         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11171         typo. Fixes: #390063.
11172
11173 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11174
11175         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11177         caps leak.
11178         * win32/common/config.h: Updated.
11179
11180 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11181
11182         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11183         (setup_gdpdepay_streamheader):
11184         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11185         (setup_gdppay_streamheader):
11186           Fix the dp tests, but activating the pads for the streamheader tests
11187           too and cleaning up conditionaly
11188
11189 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11190
11191         * gst/ffmpegcolorspace/avcodec.h:
11192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11193         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11194         (gst_ffmpegcsp_avpicture_fill):
11195         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11196         (img_get_alpha_info):
11197         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11198         other end of the word. Fixes: #387073.
11199
11200         Add some inconsequential branch hints in a couple of places.
11201
11202 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11205         (gst_ffmpeg_caps_to_smpfmt):
11206           The "signed" field in raw audio caps is of boolean type, trying to
11207           extract the value with _get_int() will fail (fix to keep in sync with
11208           the copy in gst-ffmpeg)
11209
11210 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11211
11212         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11213         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11214         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11215         (cleanup_gdpdepay):
11216         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11217         * tests/check/elements/subparse.c: (teardown_subparse):
11218         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11219         * tests/check/elements/videorate.c: (cleanup_videorate):
11220         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11221         * tests/check/elements/volume.c: (cleanup_volume):
11222         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11223         (cleanup_vorbisdec):
11224         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11225         (cleanup_vorbistag):
11226           consistent pad (de)activation
11227
11228 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11231           Forgot to register the extensions.
11232
11233 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11234
11235         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11236         (plugin_init):
11237           Add typefinder for VIVO files (my christmas present to the 90s).
11238
11239 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11240
11241         * gst/playback/gstdecodebin.c: (type_found):
11242           Special-case the text/plain media type: we only want to recognise it
11243           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11244           parser, but not if the entire stream is of text/plain type. If the
11245           entire stream is text/plain, we should just error out.
11246
11247           This fixes playback of audio files with lyrics in totem. Totem can't
11248           distinguish between text files and subtitle files and passes any
11249           .txt file with the same basename as the main file to playbin as
11250           suburi, and playbin will then throw a 'subtitle found, but no video
11251           stream' error, which isn't entirely helpful. See #380342.
11252
11253           Also, with this change we'll show a slightly more correct error
11254           message in case totem passes a playlist file to us (although a
11255           custom error message wording instead of the default text would
11256           probably not be a bad idea either).
11257
11258           Same problem also needs to be fixed for playbin+decodebin2.
11259
11260         * tests/check/Makefile.am:
11261         * tests/check/elements/decodebin.c: (src_handoff_cb),
11262         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11263         (decodebin_suite):
11264           Add simple unit test for decodebin for the above.
11265
11266 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11267
11268         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11269         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11270           Refuse to change state to READY when we failed to create any of the
11271           required elements in our instance init function.
11272
11273 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * docs/libs/gst-plugins-base-libs-sections.txt:
11276           Small docs fixes/updates.
11277
11278         * gst-libs/gst/video/gstvideosink.h:
11279           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11280           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11281           removed from the base sink API between 0.9.6 and 0.9.7).
11282           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11283           accessor macros, so we don't do a runtime GObject type check every
11284           time we use them.
11285
11286 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11287
11288         * Makefile.am:
11289         * gst-plugins-base.doap:
11290         * gst-plugins-base.spec.in:
11291           add doap file
11292
11293 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11294
11295         Patch by: Jens Granseuer <jensgr at gmx net>
11296
11297         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11298         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11299         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11300         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11302           Declare variables at the beginning of a block. Fixes #383195.
11303
11304 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11305
11306         * configure.ac:
11307         Bump version nano - back to CVS.
11308
11309
11310 === release 0.10.11 ===
11311
11312 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11313
11314         * configure.ac:
11315           releasing 0.10.11, "Dumb things"
11316
11317 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11318
11319         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11320         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11321         Handle the case where an element has multiple pads with 
11322         unfixed caps as well as still possibly producing more dynamic 
11323         pads by storing each case as a distinct entry in the dynamic list.
11324         Fixes #38223 again.
11325
11326 2006-12-04  Wim Taymans  <wim@fluendo.com>
11327
11328         * gst/playback/gstdecodebin.c: (close_pad_link):
11329         Fix #382223, add more dynamic caps handling.
11330
11331 2006-12-04  Wim Taymans  <wim@fluendo.com>
11332
11333         * gst-libs/gst/audio/gstringbuffer.h:
11334         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11335         (gst_netaddress_set_ip4_interface),
11336         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11337         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11338         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11339         (gst_netaddress_get_ttl):
11340         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11341         * gst/playback/gstdecodebin.c: (close_pad_link):
11342         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11343         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11344         * win32/common/config.h:
11345
11346 2006-12-01  Michael Smith  <msmith@fluendo.com>
11347
11348         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11349           Delete bad debug code.
11350           Fixes #381219
11351
11352 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11353
11354         * gst/videoscale/vs_4tap.c:
11355         * win32/MANIFEST:
11356         * win32/common/config.h:
11357         * win32/vs8/libgstvideoscale.vcproj:
11358         Fix compilation on win32 under VS8
11359         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11360         Partially fixes #381175
11361
11362 2006-11-30  Michael Smith  <msmith@fluendo.com>
11363
11364         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11365         (GST_START_TEST):
11366           It would be very bad if, after a discont buffer, we thought every
11367           single following buffer was also discont. So, add to the test to
11368           ensure that this isn't the case.
11369           
11370         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11371           ... it was the case. So fix it.
11372
11373 2006-11-28  Wim Taymans  <wim@fluendo.com>
11374
11375         * gst/playback/gstplaybasebin.c: (check_queue_event):
11376         Improve debug.
11377
11378         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11379         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11380         padtemplate caps. Refixes #357577.
11381
11382 2006-11-28  Wim Taymans  <wim@fluendo.com>
11383
11384         * gst/playback/gstplaybasebin.c: (check_queue_event),
11385         (queue_threshold_reached), (queue_out_of_data),
11386         (gen_preroll_element):
11387         Add event probe to see when EOS is in a queue and we can disable the
11388         underrun signals. Fixes #357577.
11389
11390 2006-11-28  Edward Hervey  <edward@fluendo.com>
11391
11392         * gst/playback/Makefile.am:
11393         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11394         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11395         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11396         (gst_decode_bin_init), (gst_decode_bin_dispose),
11397         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11398         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11399         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11400         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11401         (connect_element), (expose_pad), (type_found),
11402         (pad_added_group_cb), (pad_removed_group_cb),
11403         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11404         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11405         (are_raw_caps), (multi_queue_overrun_cb),
11406         (multi_queue_underrun_cb), (gst_decode_group_new),
11407         (get_current_group), (group_demuxer_event_probe),
11408         (gst_decode_group_control_demuxer_pad),
11409         (gst_decode_group_control_source_pad),
11410         (gst_decode_group_check_if_blocked),
11411         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11412         (gst_decode_group_hide), (gst_decode_group_free),
11413         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11414         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11415         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11416         (plugin_init):
11417         New decodebin2 element.
11418         Closes #370092
11419         * gst/playback/gstplay-marshal.list:
11420         Added marshallers for new signals in decodebin2
11421         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11422         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11423         is set.
11424
11425 2006-11-28  Wim Taymans  <wim@fluendo.com>
11426
11427         * gst/playback/gstplaybasebin.c: (setup_source),
11428         (gst_play_base_bin_change_state):
11429         Disable rtsp:// uris for the release, it's not good enough yet.
11430         Remove unused var.
11431
11432 2006-11-26  Wim Taymans  <wim@fluendo.com>
11433
11434         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11435         (theora_dec_push_forward), (theora_dec_push_reverse),
11436         (theora_handle_data_packet), (theora_dec_decode_buffer),
11437         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11438         (theora_dec_chain_forward), (theora_dec_chain):
11439         Implement reverse playback.
11440
11441         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11442         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11443         (vorbis_dec_chain_forward):
11444         Clear buffers used for reverse playback in _reset.
11445         No need to set the eos flag, we clip samples using the segment.
11446
11447 2006-11-24  Wim Taymans  <wim@fluendo.com>
11448
11449         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11450         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11451         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11452         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11453         Some cleanups.
11454         Handle continued pages in reverse mode.
11455
11456 2006-11-24  Wim Taymans  <wim@fluendo.com>
11457
11458         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11459         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11460         (vorbis_dec_flush_decode):
11461         Small cleanups.
11462         Don't try to add invalid timestamps.
11463         Clipping will unref the buffer.
11464
11465 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11466
11467         * gst/adder/gstadder.h:
11468         * gst/audiotestsrc/gstaudiotestsrc.h:
11469           remove obsolete _factory_init protos
11470
11471 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11472
11473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11474           Fix spacing in debug message.
11475
11476 2006-11-23  Wim Taymans  <wim@fluendo.com>
11477
11478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11479         (gst_ogg_demux_chain):
11480         Don't just ignore return values from _pad_push().
11481         Small debug improvements.
11482
11483 2006-11-23  Michael Smith  <msmith@fluendo.com>
11484
11485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11486           If our incoming buffer is marked as DISCONT, then increment the page
11487           number (so that the discontinuity is marked in the final ogg
11488           bitstream) and flush the previous page.
11489
11490 2006-11-22  Michael Smith  <msmith@fluendo.com>
11491
11492         * ext/theora/gsttheoraenc.h:
11493         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11494         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11495         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11496         (theora_enc_chain), (theora_enc_change_state):
11497           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11498
11499         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11500         (GST_START_TEST), (theoraenc_suite):
11501           Enable discontinuity test, fix it.
11502
11503 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11506         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11507         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11508         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11509         (gst_text_overlay_change_state):
11510         * ext/pango/gsttextoverlay.h:
11511           Some textoverlay fixes: for one, in the video chain function,
11512           actually wait for a text buffer to come in if there is none at the
11513           moment and there should be one; also, deal more gracefully with
11514           incoming buffers that do not have a timestamp or duration; discard
11515           text buffer when not needed any longer. Fixes #341681.
11516
11517         * tests/check/Makefile.am:
11518         * tests/check/elements/.cvsignore:
11519         * tests/check/elements/textoverlay.c:
11520         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11521         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11522         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11523         (test_video_waits_for_text_send_text_newsegment_thread),
11524         (test_video_waits_for_text_shutdown_element),
11525         (test_render_continuity_push_video_buffers_thread),
11526         (textoverlay_suite):
11527           Add some unit tests for textoverlay.
11528
11529 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11530
11531         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11532           Avoid integer underflow when the found probability for mp3 is
11533           smaller than the 'penalty' we subtract if there's not a clean
11534           mp3 header sync at offset 0.
11535
11536 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11537
11538         * docs/libs/gst-plugins-base-libs-sections.txt:
11539           Add some new symbols to the docs
11540
11541 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * tests/check/Makefile.am:
11544         * tests/check/elements/ffmpegcolorspace.c:
11545         (ffmpegcolorspace_suite):
11546           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11547           (for now not for valgrinding though, since it takes too long).
11548
11549 2006-11-20  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11552         (gst_ffmpeg_pixfmt_to_caps):
11553         Fix RGBA32 caps. Fixes #357038.
11554
11555 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst-libs/gst/interfaces/mixertrack.h:
11558           Add FIXME so we can add some padding here in 0.11
11559
11560 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11561
11562         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11563           Fix GstBaseRTPAudioPayload structure so the whole GObject
11564           inheritance business actually works (parent class instance structure
11565           must always come first in the derived class instance structure).
11566
11567 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/videotestsrc/Makefile.am:
11570         * tests/check/Makefile.am:
11571           Make sure our checks and the videotestsrc plugin link against the
11572           local uninstalled gst libs and not any installed gst libs that
11573           might happen to exist as well.
11574
11575         * tests/check/elements/adder.c: (message_received),
11576         (test_event_message_received), (test_play_twice_message_received):
11577         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11578           Fix compiler warnings when compiling against core with disabled
11579           debugging system.
11580
11581 2006-11-16  Michael Smith  <msmith@fluendo.com>
11582
11583         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11584         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11585           Fix audiorate, so that it accurately sets offsets and timestamps.
11586           Doesn't change the fundamental algorithmic decisions; so should be
11587           safe.
11588
11589         * tests/check/Makefile.am:
11590           Enable audiorate test now that it passes.
11591
11592 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11593
11594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11595           clear xv when going to NULL, remove // commented non-existant proto
11596
11597         * tests/examples/seek/seek.c: (main):
11598           add missing tooltip description for scrub and play_scrub
11599
11600 2006-11-14  David Schleef  <ds@schleef.org>
11601
11602         * configure.ac:
11603           Bump liboil requirement to 0.3.8.
11604         * gst-libs/gst/riff/riff-media.c:
11605           Add Dirac fourcc.
11606         * gst/videoscale/vs_image.h:
11607         * gst/videoscale/vs_scanline.h:
11608           Use liboil's stdint.h.
11609         * gst/videotestsrc/videotestsrc.c:
11610           Remove liboil related ifdef's, since they aren't needed now, and
11611           won't work with future versions.
11612
11613 2006-11-14  David Schleef  <ds@schleef.org>
11614
11615         * gst/videoscale/Makefile.am:
11616         * gst/videoscale/gstvideoscale.c:
11617         * gst/videoscale/gstvideoscale.h:
11618         * gst/videoscale/vs_4tap.c:
11619         * gst/videoscale/vs_4tap.h:
11620         * gst/videoscale/vs_image.c:
11621         * gst/videoscale/vs_image.h:
11622         * gst/videoscale/vs_scanline.c:
11623         * gst/videoscale/vs_scanline.h:
11624           Add a 4-tap image scaler.  Theoretically looks much prettier.
11625           The tap calculation could use some improvement.
11626
11627 2006-11-14  Wim Taymans  <wim@fluendo.com>
11628
11629         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11630
11631         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11632         (gst_riff_parse_strf_iavs):
11633         * gst/subparse/gstsubparse.c: (convert_encoding):
11634         * gst/tcp/gstmultifdsink.c:
11635         (gst_multi_fd_sink_handle_client_write):
11636         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11637         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11638         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11639         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11640         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11641         (gst_ximagesink_ximage_new):
11642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11643         Various gsize and gssize printf fixes. Fixes #372507.
11644
11645 2006-11-13  Wim Taymans  <wim@fluendo.com>
11646
11647         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11648         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11649         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11650         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11651         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11652         * ext/vorbis/vorbisdec.h:
11653         First stab at vorbis reverse playback.
11654
11655 2006-11-13  Wim Taymans  <wim@fluendo.com>
11656
11657         * gst-libs/gst/audio/gstbaseaudiosink.c:
11658         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11659         * gst-libs/gst/audio/gstbaseaudiosink.h:
11660         Make the clock sync code more accurate wrt resampling and playback
11661         at different rates.
11662         
11663         * gst-libs/gst/audio/gstringbuffer.c:
11664         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11665         * gst-libs/gst/audio/gstringbuffer.h:
11666         Use better algorithm to interpolate sample rates. 
11667
11668 2006-11-13  Michael Smith  <msmith@fluendo.com>
11669
11670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11671           Improve a debug line slightly.
11672
11673         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11674           Call gst_riff_init() in plugin_init, to avoid getting errors from
11675           the debug system (unrelated changes to another plugin made this turn
11676           up; not sure why).
11677
11678 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11681
11682         * win32/common/libgsttag.def:
11683           Add missing symbol (#366492).
11684
11685 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11688           Don't unref a NULL pad.
11689
11690 2006-11-09  Wim Taymans  <wim@fluendo.com>
11691
11692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11693         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11694         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11695         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11696         (gst_ogg_demux_loop):
11697         Implement first stab at reverse playback.
11698
11699 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11700
11701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11702         (gst_riff_create_video_template_caps):
11703           add h263/h264 variants to the caps, Fixes #363118
11704
11705 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11706
11707         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11708         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11709           Use g_strerror instead of strerror so we get UTF-8.
11710
11711 2006-11-03  David Schleef  <ds@schleef.org>
11712
11713         * ext/ogg/gstoggdemux.c:
11714         * ext/ogg/gstoggmux.c:
11715           Add/remove KW-DIRAC header here, since it is ogg-specific.
11716
11717 2006-11-03  Michael Smith  <msmith@fluendo.com>
11718
11719         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11720           Recognise more mpeg4 elementary video streams.
11721
11722 2006-11-02  Edward Hervey  <edward@fluendo.com>
11723
11724         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11725         Lower the probability of mp3 typefinding functions if we don't find a
11726         valid mp3 header at the start of the file.
11727         Closes #369482
11728
11729 2006-11-02  Wim Taymans  <wim@fluendo.com>
11730
11731         * ext/theora/gsttheoradec.h:
11732         * ext/theora/theoradec.c: (gst_theora_dec_init),
11733         (theora_dec_sink_event), (theora_dec_chain_forward),
11734         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11735         (theora_dec_chain):
11736         Document and partially implement an algorithm for doing reverse playback
11737         of theora video.
11738
11739 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11740
11741         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11742
11743         * win32/common/config.h:
11744         * win32/common/interfaces-enumtypes.c:
11745         * win32/common/libgsttag.def:
11746         * win32/vs8/gst-plugins-base.sln:
11747         * win32/vs8/libgstaudioresample.vcproj:
11748         * win32/vs8/libgstinterfaces.vcproj:
11749         * win32/vs8/libgstogg.vcproj:
11750         * win32/vs8/libgstriff.vcproj:
11751         * win32/vs8/libgsttag.vcproj:
11752         * win32/vs8/libgsttheora.vcproj:
11753         * win32/vs8/libgstvideoscale.vcproj:
11754         * win32/vs8/libgstvorbis.vcproj:
11755           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11756           to libgsttag.def; add missing dependencies for some vs8 projects;
11757           re-arrange placement of .def files in vs8 projects (#366334).
11758
11759 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * ext/ogg/gstogg.c:
11762           Remove unused variable.
11763
11764         * ext/ogg/gstoggdemux.c:
11765           Fix Wim's surname in plugin description.
11766
11767 2006-10-31  Wim Taymans  <wim@fluendo.com>
11768
11769         * gst-plugins-base.spec.in:
11770         spec new .h file. Fixes #368310.
11771
11772 2006-10-31  Michael Smith  <msmith@fluendo.com>
11773
11774         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11775         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11776         (gst_multi_fd_sink_get_stats),
11777         (gst_multi_fd_sink_remove_client_link),
11778         (gst_multi_fd_sink_queue_buffer),
11779         (gst_multi_fd_sink_handle_clients):
11780         * gst/tcp/gstmultifdsink.h:
11781           Make using the remove or clear signals threadsafe.
11782           Make calling get-stats with an invalid fd not segfault.
11783           Fixes 368273.
11784
11785 2006-10-31  Wim Taymans  <wim@fluendo.com>
11786
11787         * gst-libs/gst/rtp/Makefile.am:
11788         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11789         (gst_base_rtp_audio_payload_init):
11790         Fix and activate base audio payloader.
11791
11792 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11793
11794         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11795         (plugin_init):
11796           Add typefinder for QuickTime Image Files (see #366156).
11797
11798 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11799
11800         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11801           Another typo fix (#366212).
11802
11803 2006-10-27  Wim Taymans  <wim@fluendo.com>
11804
11805         * gst/volume/gstvolume.c: (volume_transform_ip):
11806         Use stream time to synchronize volume property instead of rather random
11807         timestamps. This is needed when gnonlin does its time shifting.
11808
11809 2006-10-27  Wim Taymans  <wim@fluendo.com>
11810
11811         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11812
11813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11814         Remove the pad from the element in release_pad. Fixes #364812.
11815
11816 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11820           Explicitly create our custom buffer classes at a thread-safe
11821           location as well, since g_type_class_ref() doesn't seem to be
11822           entirely thread-safe either (#365501; also see #349410).
11823
11824 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11827         (gst_riff_parse_info):
11828           If strings in INFO chunk are not UTF-8, do something similar to
11829           what we do for ID3v1 tags: check a number of environment variables
11830           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11831           character sets to try, otherwise try the current locale and/or fall
11832           back on ISO-8859-1. Fixes #360552.
11833
11834 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * gst/videotestsrc/gstvideotestsrc.c:
11837         (gst_video_test_src_pattern_get_type),
11838         (gst_video_test_src_set_pattern):
11839         * gst/videotestsrc/gstvideotestsrc.h:
11840         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11841         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11842         (gst_video_test_src_checkers8):
11843         * gst/videotestsrc/videotestsrc.h:
11844           Add a bunch of exciting new checkers patterns.
11845
11846 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * gst/subparse/Makefile.am:
11849         * gst/subparse/gstsubparse.c:
11850         (gst_sub_parse_data_format_autodetect),
11851         (gst_sub_parse_format_autodetect), (handle_buffer),
11852         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11853         * gst/subparse/gstsubparse.h:
11854         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11855         (parse_tmplayer):
11856         * gst/subparse/tmplayerparse.h:
11857           Add support for TMPlayer-type subtitles (#362845).
11858
11859         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11860         (GST_START_TEST), (subparse_suite):
11861           Add some basic unit tests for the above.
11862
11863 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11864
11865         * tests/check/elements/audiorate.c: (test_injector_base_init),
11866         (test_injector_class_init), (test_injector_chain),
11867         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11868         (GST_START_TEST), (audiorate_suite):
11869           More tests for audiorate: inject buffers to check behaviour when
11870           buffers overlap.
11871
11872 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11873
11874         * tests/check/Makefile.am:
11875         * tests/check/elements/.cvsignore:
11876         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11877         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11878           Add some basic unit tests for audiorate. Disabled at the moment
11879           since it doesn't pass yet (see bug #363119).
11880
11881 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11884         (parse_subrip), (handle_buffer):
11885           Add missing closing tags for markup and fix broken markup,
11886           otherwise pango won't render anything (fixes #357531). Also,
11887           make sure the text we send out is always NUL-terminated
11888           (better safe than sorry etc.).
11889
11890         * tests/check/elements/subparse.c: (test_srt_do_test),
11891         (test_srt):
11892           Some more tests for .srt incl. tests for the above stuff.
11893
11894 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11895
11896         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11898         Patch by: Stefan Kost  <ensonic@users.sf.net>
11899         Try to redraw borders only when needed. Apparently this consumes
11900         resources on small devices... :-O (#363607)
11901
11902 2006-10-20  Michael Smith  <msmith@fluendo.com>
11903
11904         * gst/tcp/gstmultifdsink.c:
11905         (gst_multi_fd_sink_client_queue_buffer):
11906           If caps change, then update the client's idea of the caps so that we
11907           don't end up re-sending streamheaders for every single buffer after
11908           the caps change.
11909
11910 2006-10-20  Michael Smith  <msmith@fluendo.com>
11911
11912         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11913         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11914           Set caps on pushed buffers; fix up refcounting of caps objects.
11915
11916 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11917
11918         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11919         (plugin_init):
11920           Typefind mmsh header data packet to application/x-mmsh (#362625).
11921
11922 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * tests/check/Makefile.am:
11925         * tests/check/elements/.cvsignore:
11926         * tests/check/elements/subparse.c: (buffer_from_static_string),
11927         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11928         (GST_START_TEST), (subparse_suite):
11929           Add very simple unit test for subparse.
11930
11931 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11934         (parse_subrip):
11935           Strip trailing newlines from subtitle text output.
11936
11937 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11938
11939         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11940         (gst_sub_parse_change_state):
11941           Fix memleak; clear subparse->textbuf n state change function.
11942
11943 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11944
11945         * gst/subparse/gstsubparse.c:
11946         (gst_sub_parse_data_format_autodetect):
11947           Don't require subrip (.srt) files to start with a chunk number of 1.
11948
11949 2006-10-18  Wim Taymans  <wim@fluendo.com>
11950
11951         * gst-libs/gst/audio/gstbaseaudiosink.c:
11952         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11953         * gst-libs/gst/audio/gstbaseaudiosink.h:
11954         Extract rate from the NEWSEGMENT event.
11955         Use commit_full to also take rate adjustment into account when writing
11956         samples to the ringbuffer.
11957         
11958         * gst-libs/gst/audio/gstringbuffer.c:
11959         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11960         (gst_ring_buffer_read):
11961         * gst-libs/gst/audio/gstringbuffer.h:
11962         Added _commit_full() to also take rate into account.
11963         Use simple interpolation algorithm to resample audio.
11964         API: gst_ring_buffer_commit_full()
11965
11966         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11967         * tests/examples/seek/seek.c: (segment_done):
11968         Don't try to seek with 0.0 rate, just pause instead.
11969         Remove bogus debug line.
11970
11971 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11974         (setup_source):
11975           Catch async errors when starting up the subtitle bin, so we can
11976           stop waiting and continue with the main film instead of hanging
11977           forever. Fixes #339366.
11978
11979         * tests/check/elements/playbin.c: (playbin_suite):
11980           Enable unit test for the above.
11981
11982 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11983
11984         * tests/check/Makefile.am:
11985         * tests/check/elements/.cvsignore:
11986         * tests/check/elements/playbin.c: (GST_START_TEST),
11987         (gst_red_video_src_uri_get_type),
11988         (gst_red_video_src_uri_get_protocols),
11989         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11990         (gst_red_video_src_uri_handler_init),
11991         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11992         (gst_red_video_src_create), (gst_red_video_src_class_init),
11993         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11994           Some small and basic unit tests for playbin; not very useful yet,
11995           but at least a start.
11996
11997 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11998
11999         * gst/playback/gstplaybin.c: (setup_sinks):
12000           The old pad activation spiel.
12001
12002 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/playback/gstplaybasebin.c: (setup_source):
12005           Don't hang forever if the subbin already fails to start up in 
12006           the state change to PAUSED (#339366).
12007
12008 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12009
12010         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12011         (gst_tuner_set_channel), (gst_tuner_get_channel),
12012         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12013         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12014         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12015         (gst_tuner_find_channel_by_name):
12016           Fix some function guards, add some more function guards.
12017
12018 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12019
12020         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12021         (remove_element_chain):
12022         Don't return a pad from get_our_ghost_pad unless it is actually the
12023         one we want.
12024         Change a cast in remove_element_chain slightly.
12025
12026 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12027
12028         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12029         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12030         Segment seeking needs to use the rate and set stop to -1.
12031
12032 2006-10-13  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst-libs/gst/audio/gstbaseaudiosink.c:
12035         (gst_base_audio_sink_setcaps):
12036         Don't crash when ringbuffer is not yet created.
12037         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12038         Fixes #361634.
12039
12040         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12041         * gst/playback/gststreamselector.c:
12042         (gst_stream_selector_request_new_pad):
12043         Activate pads befre adding them to running elements.
12044
12045 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12046
12047         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12048         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12049         updater when we start grabing the slider. Don't wait for the
12050         pipeline to be PAUSED.
12051
12052 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12055         (gst_mixer_set_volume), (gst_mixer_get_volume),
12056         (gst_mixer_set_mute), (gst_mixer_set_option),
12057         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12058         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12059         (gst_mixer_option_changed):
12060           Guard mixer interface functions against bogus arguments.
12061
12062 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12063
12064         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12065         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12066         (msg_state_changed), (main): Use state-changed messages to trigger
12067         start/stop of scale update timer. Indeed the scale slider was
12068         jumping here and there because the update timer was activated 
12069         before seek completed. This fixes instant applying of rate changes
12070         by pressing the spinbutton like a crazy man !
12071
12072 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12073
12074         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12075
12076         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12077         (gst_basertppayload_finalize):
12078           Fix two small memory leaks (#361456).
12079
12080 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12081
12082         * tests/examples/seek/seek.c: (do_seek),
12083         (rate_spinbutton_changed_cb): When changing spinbutton we try
12084         to change the rate on the fly.
12085
12086 2006-10-10  Wim Taymans  <wim@fluendo.com>
12087
12088         * gst-libs/gst/riff/riff-ids.h:
12089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12090         (gst_riff_create_audio_template_caps):
12091         Add WMS caps.
12092
12093 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12094
12095         Patch by: Josep Torra Valles <josep@fluendo.com>
12096
12097         * ext/gnomevfs/gstgnomevfssink.c:
12098         * ext/gnomevfs/gstgnomevfssrc.c:
12099         Fix URI interface implementation return type.
12100         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12101         Fix what looks like a copy/paste issue when assigning values.
12102         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12103         (gst_audio_filter_template_get_type):
12104         Cast to prevent Forte warnings.
12105         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12106         Fix URI interface implementation return type.
12107         gst_pad_query_position requires a signed integer pointer as
12108         3rd parameter, GstClockTime is unsigned.
12109         * gst/audioconvert/audioconvert.c:
12110         Fix integer overflow when treated as signed.
12111         * gst/audioresample/resample.c: (resample_add_input_data):
12112         Cast to prevent warnings on Forte.
12113         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12114         Fix integer overflow when treated as signed.
12115         * gst/ffmpegcolorspace/imgconvert_template.h:
12116         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12117         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12118         (cleanup_decodebin):
12119         Who initialises a guint to -1!
12120         Cast function pointers to prevent warnings on Forte.
12121         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12122         (queue_threshold_reached):
12123         Cast function pointers correctly to prevent warnings on Forte.
12124         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12125         Cast function pointers correctly to prevent warnings on Forte.
12126         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12127         Obvious change to unsigned, 0xEF > max signed char.
12128         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12129         GstClockTime is unsigned, initialise correctly.
12130         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12131         Cast so pointer arithemetic doesn't cause warnings on Forte.
12132         * gst/videorate/gstvideorate.c:
12133         Use correct return value.
12134         * tests/examples/seek/scrubby.c:
12135         GstClockTime is unsigned, initialise correctly.
12136
12137 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12140
12141         * gst/typefind/gsttypefindfunctions.c:
12142           Recognise XML files and XML-like files shorter than 256 bytes as
12143           well (fixes #359237).
12144
12145 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12146
12147         Patch by: Renato Filho <renato.filho@indt.org.br>
12148         
12149         * gst/typefind/gsttypefindfunctions.c:
12150         Added typefind functions to video/x-nuv media.
12151         
12152 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12153
12154         * gst-libs/gst/interfaces/xoverlay.c:
12155         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12156           Some more guards against invalid input.
12157
12158 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12159
12160         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12161         Useless goto.
12162         * tests/examples/seek/seek.c: (do_seek),
12163         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12164         seek example to experiment with rates != 1.0 (reverse playback !)
12165
12166 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12167
12168         * gst-libs/gst/interfaces/xoverlay.c:
12169           Unref message in doc-example (spotted by Robert McQueen)
12170
12171 2006-10-06  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12174         (mpeg1_parse_header), (mpeg1_sys_type_find):
12175         printf fix.
12176
12177 2006-10-06  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12180         (close_pad_link):
12181         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12182         Activate dynamic pads before adding them to the element.
12183
12184 2006-10-06  Michael Smith  <msmith@fluendo.com>
12185
12186         * gst-libs/gst/floatcast/floatcast.h:
12187           Fix obviously-bogus macros; use the correct types.
12188
12189 2006-10-06  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12192         (gst_base_rtp_depayload_change_state):
12193         Also call parent state change function to activate pads.
12194
12195         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12196         (mpeg1_parse_header), (mpeg1_sys_type_find):
12197         Add some more debug info in mpeg typefinding.
12198
12199 2006-10-06  Michael Smith  <msmith@fluendo.com>
12200
12201         * ext/theora/theoradec.c: (theora_dec_chain):
12202           Zero byte theora packets are valid and well-defined; don't warn on
12203           them.
12204
12205 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12206
12207         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12208         (gst_multi_fd_sink_get_stats), (find_limits),
12209         (gst_multi_fd_sink_queue_buffer):
12210           API: add dropped_buffers to the get-stats GValueArray
12211
12212 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12213
12214         * ext/alsa/gstalsadeviceprobe.c:
12215         (gst_alsa_device_property_probe_get_values):
12216         * ext/alsa/gstalsasink.c: (set_hwparams):
12217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12218         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12220         (gst_ogg_mux_process_best_pad):
12221         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12222         (gst_ogg_parse_chain):
12223         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12224         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12225         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12226         (gst_vorbis_enc_buffer_check_discontinuous):
12227         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12228         * gst-libs/gst/audio/gstbaseaudiosink.c:
12229         (gst_base_audio_sink_render):
12230         * gst-libs/gst/cdda/gstcddabasesrc.c:
12231         (gst_cdda_base_src_handle_track_seek):
12232         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12233         (gst_base_rtp_depayload_push_full):
12234         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12235         * gst/audioresample/resample.c: (resample_input_pushthrough):
12236         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12237         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12238         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12239         (wavpack_type_find):
12240         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12241         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12242         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12243         * tests/check/elements/volume.c: (GST_START_TEST):
12244           Printf format fixes.
12245
12246 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12247
12248         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12249           Fix a simple mistake (see the docs)
12250           Fixes #359580
12251
12252 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12253
12254         * docs/plugins/Makefile.am:
12255         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12256         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12257         * docs/plugins/gst-plugins-base-plugins.args:
12258         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12259         * docs/plugins/inspect/plugin-adder.xml:
12260         * docs/plugins/inspect/plugin-alsa.xml:
12261         * docs/plugins/inspect/plugin-audioconvert.xml:
12262         * docs/plugins/inspect/plugin-audiorate.xml:
12263         * docs/plugins/inspect/plugin-audioresample.xml:
12264         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12265         * docs/plugins/inspect/plugin-cdparanoia.xml:
12266         * docs/plugins/inspect/plugin-decodebin.xml:
12267         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12268         * docs/plugins/inspect/plugin-gdp.xml:
12269         * docs/plugins/inspect/plugin-gnomevfs.xml:
12270         * docs/plugins/inspect/plugin-libvisual.xml:
12271         * docs/plugins/inspect/plugin-ogg.xml:
12272         * docs/plugins/inspect/plugin-pango.xml:
12273         * docs/plugins/inspect/plugin-playbin.xml:
12274         * docs/plugins/inspect/plugin-subparse.xml:
12275         * docs/plugins/inspect/plugin-tcp.xml:
12276         * docs/plugins/inspect/plugin-theora.xml:
12277         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12278         * docs/plugins/inspect/plugin-video4linux.xml:
12279         * docs/plugins/inspect/plugin-videorate.xml:
12280         * docs/plugins/inspect/plugin-videoscale.xml:
12281         * docs/plugins/inspect/plugin-videotestsrc.xml:
12282         * docs/plugins/inspect/plugin-volume.xml:
12283         * docs/plugins/inspect/plugin-vorbis.xml:
12284         * docs/plugins/inspect/plugin-ximagesink.xml:
12285         * docs/plugins/inspect/plugin-xvimagesink.xml:
12286           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12287
12288 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12289
12290         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12291
12292         * ext/vorbis/Makefile.am:
12293         * ext/vorbis/vorbis.c: (plugin_init):
12294         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12295         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12296         * ext/vorbis/vorbisparse.h:
12297         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12298         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12299         (gst_vorbis_tag_parse_packet):
12300         * ext/vorbis/vorbistag.h:
12301           Add new vorbistag element which derives from vorbisparse
12302           and is essentially the same as well, only that it implements
12303           the GstTagSetter interface and can modify the stream's
12304           vorbiscomment on the fly (#335635).
12305
12306         * tests/check/Makefile.am:
12307         * tests/check/elements/.cvsignore:
12308         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12309         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12310         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12311         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12312           Add unit test for new vorbistag element.
12313
12314 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12317         (vorbis_parse_push_headers), (vorbis_parse_chain):
12318           Set BOS flag in packet structure to fix 'jump depends
12319           on unitialized value' errors in valgrind; various minor
12320           clean-ups.
12321
12322 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12323
12324         * gst/playback/gstdecodebin.c: (close_pad_link):
12325         Fix typo in a debug statement.
12326
12327         * gst/playback/gstplaybasebin.c: (probe_triggered),
12328         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12329         (gen_source_element), (source_new_pad), (analyse_source),
12330         (setup_source):
12331         When handling no_more_pads in new_decoded_pad, make sure to treat
12332         subtitle pads correctly. Fixes playback with subtitle files.
12333
12334         Move a recurring message to LOG level.
12335
12336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12337         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12338         which ends up as -1 when cast to an int. Make the logic handle the
12339         max value as an unsigned mask and only change the colorkey when it's
12340         a value we recognise.
12341
12342 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12343
12344         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12345         Removed empty * between paragraphs
12346
12347 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12348
12349         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12350         * gst-libs/gst/rtp/README:
12351         Moved some documentation into .c file
12352
12353 2006-09-29  Wim Taymans  <wim@fluendo.com>
12354
12355         * gst/playback/gstdecodebin.c: (no_more_pads):
12356         Fix compilation.
12357
12358 2006-09-29  Wim Taymans  <wim@fluendo.com>
12359
12360         * gst/playback/gstdecodebin.c: (new_caps):
12361         Remove g_print
12362
12363         * gst/playback/gstplaybin.c:
12364         Add some docs.
12365
12366 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12367
12368         * tests/check/Makefile.am:
12369           Re-enable cddabasesrc test to see if it works again
12370           now.
12371
12372 2006-09-29  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12375         (gen_source_element):
12376         Handle invalid URIs a bit more gracefully.
12377
12378 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         * tests/check/pipelines/oggmux.c:
12381           Remove obsolete comment.
12382
12383 2006-09-29  Michael Smith  <msmith@fluendo.com>
12384
12385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12386         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12387         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12388         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12389         (gst_ogg_mux_collected):
12390           Commit patch from James "Doc" Livingston, adds proper EOS handling
12391           in oggmux. GStreamer can, for the first time ever, create a valid
12392           Ogg file! Yay!
12393
12394         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12395         (oggmux_suite):
12396           Reenable tests now that they pass.
12397
12398 2006-09-29  Wim Taymans  <wim@fluendo.com>
12399
12400         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12401         Stop reading commands when EOF (we read 0) as well.
12402
12403 2006-09-28  Wim Taymans  <wim@fluendo.com>
12404
12405         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12406         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12407         (find_dynamic), (unlinked), (close_link):
12408         Implement delayed caps linking needed for element with a lot of
12409         different caps on the src pads that get fixed at runtime.
12410         Improve management of dynamic elements.
12411
12412         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12413         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12414         (gen_preroll_element), (remove_groups), (unknown_type),
12415         (add_element_stream), (no_more_pads_full), (no_more_pads),
12416         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12417         (new_decoded_pad), (setup_subtitle), (array_has_value),
12418         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12419         (analyse_source), (remove_decoders), (make_decoder),
12420         (remove_source), (setup_source), (finish_source), (prepare_output),
12421         (gst_play_base_bin_change_state):
12422         * gst/playback/gstplaybasebin.h:
12423         Use more _CAST instead of full type checking casts.
12424         Small cleanups, plug some leaks.
12425         Handle dynamic sources.
12426         Add some helper functions to create lists of strings used for
12427         blacklisting and other stuff.
12428         Refactor some code dealing with analysing the source.
12429         Re-enable sources without pads (like cd:// or other selfcontained
12430         elements).
12431
12432 2006-09-28  Wim Taymans  <wim@fluendo.com>
12433
12434         * gst-libs/gst/audio/gstbaseaudiosink.c:
12435         (gst_base_audio_sink_render):
12436         When we have a timestamp, we can still perform clipping.
12437         When we have no clock, we must play the sample ASAP.
12438
12439 2006-09-28  Wim Taymans  <wim@fluendo.com>
12440
12441         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12442         Set caps on outgoing buffers.
12443
12444         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12445         (gst_video_rate_event), (gst_video_rate_chain):
12446         * gst/videorate/gstvideorate.h:
12447         Fix videorate some more. Fixes #357977
12448
12449 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         * tests/check/elements/adder.c: (adder_suite):
12452           Don't set timeout to 6 seconds when we're running
12453           in valgrind ... (and how is 6 seconds longer than
12454           the default anyway?)
12455
12456 2006-09-28  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12459         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12460         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12461         Keep sink and src segment to keep track of time and support more
12462         input formats.
12463         Fix bogus next_offset and run_time calculation, don't understand how
12464         this could have worked before. Fixes #357976.
12465         Remove some unneeded vars.
12466
12467 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12468
12469         * gst/playback/gstplaybin.c: (remove_sinks):
12470           Only remove visualisation from visbin if there is a visbin (or:
12471           don't throw warnings when closing totem without playing a file).
12472
12473 2006-09-27  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst-libs/gst/audio/gstbaseaudiosink.c:
12476         (gst_base_audio_sink_render):
12477         Add some more info in a WARNING.
12478
12479         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12480         (gst_base_audio_src_create):
12481         Handle PAUSE in create function, use new -core addition to
12482         wait for playing. Fixes pausing and resuming capture from an
12483         audiosrc.
12484
12485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12486         (gst_ring_buffer_read):
12487         Constify some more.
12488         Caller supports interrupted reads now.
12489
12490 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * tests/check/Makefile.am:
12493           Another attempt to make the gen64 buildbot happy.
12494
12495 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12496
12497         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12498
12499         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12500         (gst_visual_chain), (gst_visual_change_state):
12501           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12502           correctly. Fixes #357800
12503
12504 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12505
12506         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12507           Add timeout to _get_state() so we see which pipeline it is
12508           that causes trouble on the gen64 build bot.
12509
12510 2006-09-27  Wim Taymans  <wim@fluendo.com>
12511
12512         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12513         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12514         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12515         (gst_base_rtp_depayload_set_gst_timestamp):
12516         the source pad always uses fixed caps.
12517
12518 2006-09-27  Wim Taymans  <wim@fluendo.com>
12519
12520         * docs/libs/gst-plugins-base-libs-docs.sgml:
12521         * docs/libs/gst-plugins-base-libs-sections.txt:
12522         * gst-libs/gst/audio/gstaudioclock.c:
12523         * gst-libs/gst/audio/gstaudioclock.h:
12524         * gst-libs/gst/audio/gstaudiosink.c:
12525         * gst-libs/gst/audio/gstaudiosink.h:
12526         * gst-libs/gst/audio/gstaudiosrc.c:
12527         * gst-libs/gst/audio/gstbaseaudiosink.c:
12528         (gst_base_audio_sink_render):
12529         * gst-libs/gst/audio/gstbaseaudiosink.h:
12530         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12531         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12532         * gst-libs/gst/audio/gstringbuffer.h:
12533         Added docs for the audio libs.
12534
12535 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * tests/check/Makefile.am:
12538           Temporarily disable test that fails on the bots for unknown reasons.
12539
12540 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12541
12542         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12543         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12544         Moved AudioCodecType into priv
12545         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12546
12547 2006-09-25  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12550         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12551         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12552         (new_pad):
12553         Cleanups and small leak fixes.
12554         Added Depayloaders to valid list of autopluggable elements.
12555
12556 2006-09-25  Wim Taymans  <wim@fluendo.com>
12557
12558         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12559         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12560         (gen_video_element), (gen_text_element), (gen_audio_element),
12561         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12562         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12563         Detect NO_PREROLL state change returns and disable clock distribution to
12564         the sinks so that sync is disabled.
12565         Avoid some type checking and do simple casts instead.
12566         Small cleanups, fix some FIXMEs.
12567         Be more robust when linking user specified elements, catch an report
12568         errors. Fixes #357404.
12569         Fix some leaks in the error paths.
12570
12571 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12572
12573         * ChangeLog:
12574           ChangeLog surgery for missing bug-number
12575
12576 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12577
12578         Patch by: Peter Kjellerstedt  <pkj at axis com>
12579
12580         * gst/playback/test.c:
12581           Fix compilation with uClibc and -Werror (#357591).
12582
12583 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12586           Parse dates that are followed by a time as well (#357532).
12587
12588         * tests/check/libs/tag.c: (test_vorbis_tags):
12589           Add unit test for this.
12590
12591 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12592
12593         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12594         (gst_audio_convert_transform_caps):
12595         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12596         * gst/videotestsrc/videotestsrc.h:
12597           A few array const-ifications.
12598
12599 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * tests/check/Makefile.am:
12602           See if this makes the build bots happy.
12603
12604         * tests/check/libs/cddabasesrc.c:
12605           UTF8-ise my name.
12606
12607 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12610
12611         * gst/subparse/samiparse.c: (handle_start_font),
12612         (fix_invalid_entities):
12613           More case-insensitivity for certain tags; recognise entities with
12614           decimal codes as special entities as well (#357330).
12615
12616 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * gst-libs/gst/Makefile.am:
12619           Need to build tag directory before cdda.
12620
12621 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * docs/libs/gst-plugins-base-libs-sections.txt:
12624         * gst-libs/gst/cdda/Makefile.am:
12625         * gst-libs/gst/cdda/gstcddabasesrc.c:
12626         (gst_cdda_base_src_base_init):
12627         * gst-libs/gst/cdda/gstcddabasesrc.h:
12628         * gst-libs/gst/tag/tag.h:
12629         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12630         (gst_tag_register_musicbrainz_tags):
12631           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12632           depend on libgsttag. This is required so we can extract/read tags like
12633           DISCID without depending on libgstcddabasesrc (which used to register
12634           them).
12635
12636         * gst-libs/gst/tag/gstvorbistag.c:
12637           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12638           tags (also see #347848).
12639
12640         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12641           Log vorbis comments we are actually writing. Const-ify array.
12642
12643 2006-09-23  Wim Taymans  <wim@fluendo.com>
12644
12645         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12646         Improve buffering a bit by avoiding a deadlock because we cannot assume
12647         the underrun is always called.
12648
12649 2006-09-23  Wim Taymans  <wim@fluendo.com>
12650
12651         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12652
12653         * gst-libs/gst/riff/riff-ids.h:
12654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12655         (gst_riff_create_audio_template_caps):
12656         Added MPEG-4 AAC and id and caps. Fixes #357289
12657         Added WMA9 Lossless id.
12658
12659 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12660
12661         * ext/gnomevfs/gstgnomevfssrc.c:
12662           Fix misleading docs addition.
12663
12664         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12665           Get rid of compiler warning the right way.
12666
12667 2006-09-22  Wim Taymans  <wim@fluendo.com>
12668
12669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12670         (gst_base_rtp_depayload_finalize),
12671         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12672         (gst_base_rtp_depayload_push_full),
12673         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12674         (gst_base_rtp_depayload_process),
12675         (gst_base_rtp_depayload_set_gst_timestamp),
12676         (gst_base_rtp_depayload_queue_release):
12677         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12678         Small cleanups.
12679         Fix some leaks.
12680         Refactored the process method and added methods to push from the process
12681         vmethod.
12682         Use _scale functions.
12683         API: gst_base_rtp_depayload_push_ts
12684         API: gst_base_rtp_depayload_push
12685
12686         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12687         timestamps are uint.
12688
12689 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12690
12691         * gst-libs/gst/interfaces/xoverlay.c:
12692           Remove unused statement from doc example.
12693
12694 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12695
12696         * gst-libs/gst/interfaces/videoorientation.c:
12697         (gst_video_orientation_iface_init),
12698         (gst_video_orientation_get_hflip),
12699         (gst_video_orientation_get_vflip),
12700         (gst_video_orientation_get_hcenter),
12701         (gst_video_orientation_get_vcenter),
12702         (gst_video_orientation_set_hflip),
12703         (gst_video_orientation_set_vflip),
12704         (gst_video_orientation_set_hcenter),
12705         (gst_video_orientation_set_vcenter):
12706           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12707           in ChangeLog)
12708
12709 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * tests/check/Makefile.am:
12712         * tests/check/elements/.cvsignore:
12713         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12714         (create_rgb_conversions), (rgb_conversion_free),
12715         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12716         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12717           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12718           but disable for now since it doesn't pass (something wrong with
12719           RGBA somewhere).
12720
12721 2006-09-21  Wim Taymans  <wim@fluendo.com>
12722
12723         * gst/playback/gstplaybasebin.c: (group_commit),
12724         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12725         (queue_out_of_data), (gen_preroll_element),
12726         (preroll_remove_overrun), (probe_triggered):
12727         Refactor handling of overrun detection.
12728         Separate handling of group completion and deadlock detection when doing
12729         network buffering. This should fix some deadlocks that were not detected
12730         because the group was completed.
12731         Add more comments, improve debugging.
12732
12733 2006-09-21  Wim Taymans  <wim@fluendo.com>
12734
12735         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12736         * tests/check/libs/audio.c:
12737         Some more compilation fixes.
12738
12739 2006-09-21  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst-libs/gst/audio/gstringbuffer.c:
12742         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12743         (gst_ring_buffer_read):
12744         Early morning compilation fix.
12745
12746 2006-09-20  Wim Taymans  <wim@fluendo.com>
12747
12748         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12749         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12750         * tests/check/elements/videorate.c: (GST_START_TEST):
12751         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12752         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12753         Fix some warnings.
12754
12755 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12756
12757         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12758         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12759         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12760           Handcrafted merge to help CVS understanding what I changed and what
12761           not.
12762
12763 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12764
12765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12766         (gst_xvimagesink_get_times):
12767           change colorkey behaviour back according to #354773 comment 6/7
12768
12769 2006-09-19  Michael Smith  <msmith@fluendo.com>
12770
12771         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12772         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12773         (gst_multi_fd_sink_recover_client),
12774         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12775         (gst_multi_fd_sink_get_property):
12776         * gst/tcp/gstmultifdsink.h:
12777           Implement stubbed out properties unit-type, units-soft-max,
12778           units-max, to allow specifying maximum sizes in units other than
12779           buffers.
12780           Fixes #355935
12781
12782 2006-09-19  Wim Taymans  <wim@fluendo.com>
12783
12784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12785         (gst_riff_create_audio_template_caps):
12786         Reorder the audio formats a bit for clarity.
12787         Detect and create caps for MSGSM and MSN (WAV49).
12788         Fixes #356596.
12789
12790         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12791         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12792         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12793         Small cleanups, move error handling out of normal flow for clarity.
12794
12795 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12796
12797         * docs/libs/gst-plugins-base-libs-docs.sgml:
12798         * docs/libs/gst-plugins-base-libs.types:
12799         * gst-libs/gst/interfaces/Makefile.am:
12800         * gst-libs/gst/interfaces/videoorientation.c:
12801         (gst_video_orientation_get_type),
12802         (gst_video_orientation_iface_init),
12803         (gst_video_orientation_get_hflip),
12804         (gst_video_orientation_get_vflip),
12805         (gst_video_orientation_get_hcenter),
12806         (gst_video_orientation_get_vcenter),
12807         (gst_video_orientation_set_hflip),
12808         (gst_video_orientation_set_vflip),
12809         (gst_video_orientation_set_hcenter),
12810         (gst_video_orientation_set_vcenter):
12811         * gst-libs/gst/interfaces/videoorientation.h:
12812           API: Add new interface to control video orientation (fixes #354908)
12813
12814 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12815
12816         * gst/videotestsrc/gstvideotestsrc.c:
12817           Use G_UNLIKELY in _create and log one more detail.
12818           
12819         (gst_video_test_src_get_times), (gst_video_test_src_create):
12820         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12821           Use gst_util_uint64_scale_int in _get_times().
12822
12823 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12824
12825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12826           Give better warning message (add object and detail).
12827
12828 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12829
12830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12831         (gst_xvimagesink_get_times):
12832           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12833           #354773), use gst_util_uint64_scale_int in _get_times()
12834
12835 2006-09-18  Michael Smith  <msmith@fluendo.com>
12836
12837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12838           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12839           always true, leading to dropping all timestamps.
12840
12841 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12842
12843         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12844         (gst_visual_chain), (gst_visual_change_state):
12845           update to work also with libvisual 0.4 API, fix double unref (#355914)
12846           
12847         * tools/gst-launch-ext.1.in:
12848         * tools/gst-visualise.1.in:
12849           remove references to old man-pages
12850
12851         * tests/examples/seek/seek.c: (main):
12852           add real meadi-buttons, add tool-tips for the seek-options, arrange
12853           seek options in a table
12854
12855 2006-09-18  Michael Smith  <msmith@fluendo.com>
12856
12857         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12858         (gst_ogg_mux_push_buffer):
12859           Don't generate out-of-order timestamps from oggmux, instead clamp
12860           output timestamps to be >= the previously output ts.
12861           Fixes #355595
12862
12863 2006-09-18  Michael Smith  <msmith@fluendo.com>
12864
12865         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12866         (gst_multi_fd_sink_class_init):
12867           Updates, fixes, and typo corrections for multifdsink. No functional
12868           changes.
12869
12870 2006-09-17  Michael Smith  <msmith@fluendo.com>
12871
12872         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12873           Don't crash on truncated files - check that we got an 8 byte buffer
12874           before trying to memcmp it.
12875
12876 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12877
12878         * gst/playback/gstplaybasebin.c: (get_active_source):
12879           Make stream-switching appear instant to the application
12880           (ie. make sure that a g_object_get on 'current-foo' returns
12881           the stream previously set with g_object_set(). Totem needs
12882           this to update stream-related meta-info (like audio-codec)
12883           correctly when switching streams.
12884
12885 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12886
12887         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12888         (gst_alsa_mixer_ensure_track_list):
12889           Try harder to guess which mixer track is the master mixer
12890           track (instead of just taking the first one that has a pvolume).
12891           Fixes #342228.
12892
12893 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12894
12895         reviewed by: <delete if not using a buddy>
12896
12897         * gst-libs/gst/audio/audio.h:
12898         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12899
12900 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12901
12902         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12903         (gst_audio_convert_transform_caps):
12904           Get structure-name just once.
12905
12906 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12907
12908         * tests/check/elements/audioresample.c: (GST_START_TEST):
12909         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12910         * tests/check/elements/volume.c: (GST_START_TEST):
12911         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12912         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12913         (test_pipeline), (GST_START_TEST):
12914         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12915         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12916           Fix big batch of compiler warnings.
12917
12918 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12919
12920         * ext/gnomevfs/gstgnomevfssrc.c:
12921           Add docs about icydemux usage in connection with gnomevfssrc
12922
12923         * ext/libvisual/visual.c:
12924         * ext/ogg/gstoggaviparse.c:
12925         * ext/ogg/gstoggdemux.c:
12926         * ext/ogg/gstoggmux.c:
12927         * ext/ogg/gstoggparse.c:
12928         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12929         * gst-libs/gst/audio/gstaudiosink.c:
12930         * gst-libs/gst/audio/gstaudiosrc.c:
12931         * gst/audiorate/gstaudiorate.c:
12932           More G_OBJECT macro fixing.
12933
12934         * gst/audiotestsrc/gstaudiotestsrc.h:
12935           Fix wrong info in header due to copy & paste
12936
12937 2006-09-15  Wim Taymans  <wim@fluendo.com>
12938
12939         * gst-libs/gst/audio/gstbaseaudiosink.c:
12940         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12941         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12942         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12943         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12944         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12945         Do the delay calculation in the source/sink base classes as this is
12946         specific for the capture/playback mode.
12947         Try to fixate a bit better, like round depth up to a multiple of 8
12948         bigger than width.
12949         Handle underruns correctly by marking DISCONT on buffers and adjusting
12950         timestamps to handle the gap.
12951         Set offset/offset_end correctly on buffers.
12952
12953         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12954         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12955         (gst_ring_buffer_read):
12956         Remove resync and underrun recovery from the ringbuffer.
12957         Fix ringbuffer read code on under/overrun.
12958
12959 2006-09-15  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12962         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12963         (queue_threshold_reached), (gst_play_base_bin_set_property),
12964         (gst_play_base_bin_get_property):
12965         * gst/playback/gstplaybasebin.h:
12966         Don't use a 0 low watermark when buffering, it is catching starvation
12967         way too late. Instead, use a 3 second queue with 30 and 95
12968         percent low/high watermarks. 
12969         Added queue-min-threshold property to configure low watermark.
12970         Use new _buffering message API.
12971         Make queue_threshold variable big enough to store a uint64 time value.
12972         API: playbin::queue-min-threshold property.
12973
12974 2006-09-15  Wim Taymans  <wim@fluendo.com>
12975
12976         * configure.ac:
12977         We require 0.10.10.1 now because of _wait_preroll().
12978
12979         * gst-libs/gst/audio/gstbaseaudiosink.c:
12980         (gst_base_audio_sink_render):
12981         Use gst_base_sink_wait_preroll().
12982
12983 2006-09-15  Wim Taymans  <wim@fluendo.com>
12984
12985         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12986         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12987         Use DEBUG_OBJECT more.
12988
12989 === release 0.10.10 ===
12990
12991 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12992
12993         patch by: Michael Smith <msmith at fluendo dot com>
12994
12995         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12996         (gst_multi_fd_sink_client_queue_buffer),
12997         (gst_multi_fd_sink_new_client):
12998         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12999         (multifdsink_suite):
13000           Fix implementation of sync-method 'next-keyframe'
13001           Closes #354594
13002
13003 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13004
13005         patch by: Wim Taymans <wim at fluendo dot com>
13006
13007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13008         This patch removes the RANDOM flag that was incorrectly introduced with
13009         revision 1.91.  Fixes #354590
13010
13011 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         * tests/check/Makefile.am:
13014           Random variation in Makefile line to see if it makes the
13015           gen64-base-full bot any happier.
13016
13017 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13018
13019         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13020           Disable test that fails at the moment (killed after timeout).
13021
13022 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13023
13024         Patch by: James Livingston  <doclivingston at gmail.com>
13025
13026         * tests/check/Makefile.am:
13027         * tests/check/pipelines/.cvsignore:
13028         * tests/check/pipelines/oggmux.c: (get_page_codec),
13029         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13030         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13031         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13032         (test_theora_vorbis), (oggmux_suite):
13033           Add simple unit test for oggmux from #337026 with checking for the
13034           EOS flags disabled for the time being.
13035
13036 2006-09-04  Wim Taymans  <wim@fluendo.com>
13037
13038         patch by: Alessandro Dessina <alessandro nnva org>
13039
13040         * ext/ogg/gstoggmux.c:
13041         Add cmml caps to oggmux. Fixes #353912
13042
13043 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13044
13045         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13046           Returning a return value often helps. In this case, we
13047           don't need the return value anyway, so just get rid of it.
13048           Should make build bots much happier.
13049
13050 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13051
13052         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13053         (paint_get_structure), (gst_video_test_src_get_size),
13054         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13055         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13056         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13057         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13058         * gst/videotestsrc/videotestsrc.h:
13059           Add support for AYUV and the various RGBA formats. Initialise
13060           fields of paintinfo structs allocated on the stack.
13061
13062         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13063         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13064         (check_rgb_buf), (videotestsrc_suite):
13065           Add unit tests for videotestsrc's RGB output.
13066
13067 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13068
13069         * gst/videotestsrc/gstvideotestsrc.c:
13070         (gst_video_test_src_pattern_get_type),
13071         (gst_video_test_src_set_pattern):
13072         * gst/videotestsrc/gstvideotestsrc.h:
13073         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13074         (gst_video_test_src_black), (gst_video_test_src_white),
13075         (gst_video_test_src_red), (gst_video_test_src_green),
13076         (gst_video_test_src_blue):
13077         * gst/videotestsrc/videotestsrc.h:
13078           Add more uni-colour patterns ("white", "red", "green", and "blue").
13079
13080 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13081
13082         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13083           Fix stride for YVYU, should be word-aligned (#353658).
13084
13085 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13086
13087         * gst/adder/gstadder.c: (gst_adder_src_event):
13088           Fix build.
13089
13090 2006-08-31  Edward Hervey  <edward@fluendo.com>
13091
13092         * gst/adder/gstadder.c: (forward_event_func),
13093         (gst_adder_src_event), (gst_adder_collected),
13094         (gst_adder_change_state):
13095         * gst/adder/gstadder.h:
13096         Remember the start position asked in the incoming seeks, so we can
13097         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13098         of assuming it will always be 0).
13099
13100 2006-08-31  Edward Hervey  <edward@fluendo.com>
13101
13102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13103         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13104         (gst_ogg_demux_loop):
13105         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13106
13107 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13110         (gst_ffmpegcsp_get_unit_size):
13111           Return FALSE instead of returning a random false unit
13112           size when the format isn't known/supported (even if
13113           this shouldn't happen under normal circumstances).
13114
13115 2006-08-29  Wim Taymans  <wim@fluendo.com>
13116
13117         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13120         (gst_gnome_vfs_src_start):
13121         Try harder to get the size from a uri by using _info_uri() when
13122         _info_from_handle() does not give us enough info. 
13123         Also follow symlinks when getting the size.
13124         Partially Fixes #332864.
13125
13126 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13129
13130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13131         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13132         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13133         (gst_alsa_mixer_set_record):
13134         * ext/alsa/gstalsamixertrack.c:
13135         (gst_alsa_mixer_track_update_alsa_capabilities),
13136         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13137         (gst_alsa_mixer_track_update):
13138         * ext/alsa/gstalsamixertrack.h:
13139           Improve and fix mixer track handling, in particular better handling
13140           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13141           separate track objects for tracks that have both capture and playback
13142           volume (and label them differently as well so they're not mistakenly
13143           assumed to be duplicates); classify mixer tracks that only affect
13144           the audible volume of something (rather than the capture volume)
13145           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13146           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13147           (following the meaning documented in the mixer interface header
13148           file); add support for alsa's exclusive cswitch groups; update/sync
13149           state/flags better if mixer settings are changed by another
13150           application. Fixes #336075.
13151
13152 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         * gst/playback/gstplaybin.c:
13155           Improve docs: add section about BUFFERING messages sent by playbin.
13156
13157 2006-08-29  Michael Smith  <msmith@fluendo.com>
13158
13159         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13160         (gst_vorbis_enc_buffer_check_discontinuous),
13161         (gst_vorbis_enc_chain):
13162           Ignore explicit DISCONT marked on buffers (which is often spurious,
13163           particularly when using multiple segments), in favour of solely
13164           using the timestamps/durations.
13165
13166 2006-08-29  Edward Hervey  <edward@fluendo.com>
13167
13168         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13169         Don't rely on incoming buffers offset anymore, since it is completely
13170         broken when using multiple segments.
13171         Instead convert the incoming buffers timestamp to running time, and
13172         then convert that value to the offsets.
13173         Also inform GstSegment of the last outputted stop position, which is
13174         needed if we received several segments with an unknown stop value.
13175
13176 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13177
13178         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13179           fix buffer unreffing on a header push failure
13180
13181 2006-08-28  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13184         (gst_audio_rate_chain):
13185         Make the metadata of the buffer writable before changing its
13186         flags.
13187
13188 2006-08-28  Wim Taymans  <wim@fluendo.com>
13189
13190         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13191         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13192         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13193         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13194         Fix audiorate some more.
13195         Reset and resync counters on flush and READY.
13196         Handle the DISCONT flag correctly.
13197         Use GstSegment to track position.
13198         Fail when not negotiated.
13199         Fixes #353234.
13200
13201 2006-08-25  Michael Smith  <msmith@fluendo.com>
13202
13203         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13204           Fix spelling.
13205           Remove accidently included debug line.
13206
13207 2006-08-25  Wim Taymans  <wim@fluendo.com>
13208
13209         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13210         Small cleanups.
13211         If a buffer is received with no caps, make the buffer metadata
13212         writable and set the caps, making sure that we don't screw up the
13213         refcounts.
13214
13215 2006-08-25  Michael Smith  <msmith@fluendo.com>
13216
13217         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13218         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13219           Fix memory leaks and misleading debug messages, add a couple of
13220           comments.
13221
13222         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13223         (gst_multi_fd_sink_render):
13224           Do not use gst_buffer_make_writable() in a basesink render method,
13225           as it may incorrectly unref the buffer. Instead, use convoluted
13226           dance to avoid copying the buffer except when we need to.
13227
13228 2006-08-25  Michael Smith  <msmith@fluendo.com>
13229
13230         * ext/vorbis/vorbisenc.c:
13231         (gst_vorbis_enc_buffer_check_discontinuous):
13232           Allow very small discontinuities in the timestamps. These we can't
13233           do anything useful with anyway (because vorbis's timestamps have
13234           only sample granularity), and are commonly produced by elements with
13235           minor bugs. Allow up to 1/2 a sample out.
13236           Fixes #351742.
13237
13238 2006-08-24  Wim Taymans  <wim@fluendo.com>
13239
13240         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13241         (play_scrub_toggle_cb), (main):
13242         Add a checkbox to enable play scrubbing. Makes it possible to disable
13243         normal scrubbing.
13244
13245 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13246
13247         * tests/check/elements/.cvsignore:
13248           make buildbot happy
13249
13250 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13253         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13254         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13255         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13256         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13257         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13258         (gst_ogm_text_parse_strip_trailing_zeroes),
13259         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13260         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13261           Refactor ogm parse, do better input checking, misc. clean-ups.
13262           Cache incoming events and push them once the source pad has
13263           been created. Don't pass unterminated strings to sscanf().
13264           Strip trailing zeroes from subtitle text output, since they
13265           are not valid UTF-8. Don't push vorbiscomment packets on
13266           the subtitle text pad. Output perfect streams if possible.
13267
13268 2006-08-23  Wim Taymans  <wim@fluendo.com>
13269
13270         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13271         Waits for tasks to settle down so that we clean up correctly for 
13272         valgrind.
13273
13274 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13277           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13278           actually return return value in taglists_are_equal.
13279
13280 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13281
13282         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13283           Fix crash due to broken bitstream parsing on x86-64: can't make
13284           any assumptions about sizeof(struct) due to alignment/packing
13285           differences on different architectures. Fixes #351790.
13286
13287 2006-08-22  Wim Taymans  <wim@fluendo.com>
13288
13289         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13290         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13291         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13292         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13293         (gst_riff_parse_info):
13294         Protect public functions against bad input.
13295         Do some cleanups.
13296         Fix documentation.
13297
13298 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13299
13300         * gst-libs/gst/riff/riff-ids.h:
13301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13302           Add voxware audio IDs (even if we can't play it) (#351795).
13303
13304 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13305
13306         * gst-libs/gst/riff/riff-media.c:
13307         (gst_riff_create_video_template_caps),
13308         (gst_riff_create_audio_template_caps),
13309         (gst_riff_create_iavs_template_caps):
13310           Const-ify some arrays and use G_N_ELEMENTS instead
13311           of wasting oodles of RAM on terminator bits.
13312
13313 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13314
13315         * gst-libs/gst/tag/gstvorbistag.c:
13316         (gst_tag_list_to_vorbiscomment_buffer):
13317         * tests/check/libs/tag.c: (GST_START_TEST):
13318           And the same for _to_vorbiscomment_buffer(): allow
13319           id_data_len == 0 for speex.
13320
13321 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13322
13323         * configure.ac:
13324         * docs/plugins/Makefile.am:
13325         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13326         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13327         * docs/plugins/inspect/plugin-gdp.xml:
13328         * gst/gdp/Makefile.am:
13329         * tests/check/Makefile.am:
13330           Move GDP plugin to -base from -bad.  Closes #347783.
13331
13332 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13333
13334         * gst-libs/gst/tag/gstvorbistag.c:
13335         (gst_tag_list_from_vorbiscomment_buffer):
13336           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13337           Also add some checks to make sure we don't memcmp() beyond the end of
13338           vorbiscomment buffer if the ID to check for is larger than the buffer.
13339
13340         * tests/check/libs/tag.c: (GST_START_TEST):
13341           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13342
13343 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13346         (gst_vorbis_enc_set_metadata):
13347           Use vorbis comment utility functions from libgsttag
13348           instead of re-inventing the wheel (partially fixes #347091).
13349
13350 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13351
13352         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13353         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13354         as some that won't.
13355
13356 2006-08-21  Wim Taymans  <wim@fluendo.com>
13357
13358         * docs/libs/Makefile.am:
13359         * docs/libs/gst-plugins-base-libs-sections.txt:
13360         * docs/libs/gst-plugins-base-libs.types:
13361         Don't try to GObject scan the netbuffer as it's not a GObject.
13362         Fixes #351308.
13363
13364         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13365         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13366         Document GstNetBuffer.
13367
13368 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13369
13370         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13371         (audioconvert_suite):
13372           Add testcase for caps-size-explosion
13373
13374 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13375
13376         * gst/audioconvert/gstaudioconvert.c:
13377         (gst_audio_convert_get_unit_size), (set_structure_widths):
13378           Lower debug, use g_assert in _get_unit_size
13379
13380         * gst/audioresample/gstaudioresample.c:
13381         (audioresample_get_unit_size):
13382         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13383         (gst_ffmpegcsp_get_unit_size):
13384         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13385           use g_assert in _get_unit_size
13386
13387 2006-08-18  Wim Taymans  <wim@fluendo.com>
13388
13389         * docs/libs/gst-plugins-base-libs-sections.txt:
13390         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13391         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13392         (gst_rtp_buffer_get_payload_buffer):
13393         * gst-libs/gst/rtp/gstrtpbuffer.h:
13394         Document GstRTPBuffer.
13395         Added function to efficiently strip payload headers.
13396         API: gst_rtp_buffer_get_payload_subbuffer()
13397
13398 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13401         (gst_tag_to_vorbis_comments):
13402           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13403           tags and deserialise them properly as well (#347091).
13404           Add some more gtk-doc blurbs and also some g_return_if_fail().
13405
13406         * tests/check/libs/tag.c: (GST_START_TEST),
13407         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13408           More tests.
13409
13410 2006-08-17  Wim Taymans  <wim@fluendo.com>
13411
13412         * ext/ogg/Makefile.am:
13413         * ext/ogg/gstogg.c: (plugin_init):
13414         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13415         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13416         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13417         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13418         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13419         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13420         Added ogg-in-avi parser element. Fixes #140139.
13421
13422         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13423         Fixed a bug in oggdemux debug code.
13424
13425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13426         (gst_riff_create_audio_template_caps):
13427         Recognise Ogg in the AVI extensible wave format.
13428
13429 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13430
13431         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13432           Make buffer durations add up (duration should be next_ts-ts for
13433           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13434           from CVS.
13435
13436         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13437         (test_buffer_timestamps), (cddabasesrc_suite):
13438           Add unit test for the above.
13439
13440         * tests/check/Makefile.am:
13441           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13442           to see what happens.
13443
13444 2006-08-16  Wim Taymans  <wim@fluendo.com>
13445
13446         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13447         (gst_alsasink_open):
13448         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13449         (gst_alsasrc_open):
13450         Avoid setting and using a NULL device name.
13451         Print more info when we fail to open a device.
13452
13453 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13454
13455         * docs/libs/gst-plugins-base-libs-sections.txt:
13456         * gst-libs/gst/tag/tag.h:
13457         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13458           API: add gst_tag_parse_extended_comment() (#351426).
13459
13460         * tests/check/Makefile.am:
13461         * tests/check/libs/.cvsignore:
13462         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13463           Add unit test for gst_tag_parse_extended_comment().
13464
13465 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13469           Fix leak (#351502).
13470
13471 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13472
13473         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13474         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13475         * docs/plugins/gst-plugins-base-plugins.args:
13476         * gst/playback/gstplaybin.c:
13477           Document playbin.
13478           
13479         * docs/plugins/inspect/plugin-adder.xml:
13480         * docs/plugins/inspect/plugin-alsa.xml:
13481         * docs/plugins/inspect/plugin-audioconvert.xml:
13482         * docs/plugins/inspect/plugin-audiorate.xml:
13483         * docs/plugins/inspect/plugin-audioresample.xml:
13484         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13485         * docs/plugins/inspect/plugin-cdparanoia.xml:
13486         * docs/plugins/inspect/plugin-decodebin.xml:
13487         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13488         * docs/plugins/inspect/plugin-gnomevfs.xml:
13489         * docs/plugins/inspect/plugin-ogg.xml:
13490         * docs/plugins/inspect/plugin-pango.xml:
13491         * docs/plugins/inspect/plugin-playbin.xml:
13492         * docs/plugins/inspect/plugin-subparse.xml:
13493         * docs/plugins/inspect/plugin-tcp.xml:
13494         * docs/plugins/inspect/plugin-theora.xml:
13495         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13496         * docs/plugins/inspect/plugin-video4linux.xml:
13497         * docs/plugins/inspect/plugin-videorate.xml:
13498         * docs/plugins/inspect/plugin-videoscale.xml:
13499         * docs/plugins/inspect/plugin-videotestsrc.xml:
13500         * docs/plugins/inspect/plugin-volume.xml:
13501         * docs/plugins/inspect/plugin-vorbis.xml:
13502         * docs/plugins/inspect/plugin-ximagesink.xml:
13503         * docs/plugins/inspect/plugin-xvimagesink.xml:
13504           Update to CVS version.
13505
13506 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13507
13508         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13509         (gst_play_bin_set_property), (gst_play_bin_get_property),
13510         (value_list_append_structure_list),
13511         (gst_play_bin_handle_redirect_message),
13512         (gst_play_bin_handle_message):
13513           API: GstPlayBin::connection-speed
13514           Add "connection-speed" property; re-order redirect messages with
13515           multiple redirect locations depending on the minimum bitrate if
13516           that information is available and a connection speed is set
13517           (#350399).
13518
13519 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13520
13521         * gst/playback/gstplaybin.c:
13522           Update max volume to the same value that the volume element uses.
13523
13524 2006-08-14  Wim Taymans  <wim@fluendo.com>
13525
13526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13527         Less uglyness..
13528
13529 2006-08-14  Wim Taymans  <wim@fluendo.com>
13530
13531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13532         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13533         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13534         Add some more debug info.
13535         Don't crash when a seek failed.
13536         Actually return the result of the seek instead of TRUE.
13537         Ignore multiple BOS pages with the same serial so that we don't create
13538         the same stream multiple times.
13539         Post an error when we fail to do the initial seek.
13540
13541 2006-08-13  Wim Taymans  <wim@fluendo.com>
13542
13543         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13544         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13545         Small code cleanup.
13546
13547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13548         (gst_alsa_mixer_new):
13549         Remove hack that always set the device to hw:0*.
13550         Properly find the card name for whatever device was configured.
13551         Do some better debugging.
13552         Fixes #350784.
13553
13554         * ext/alsa/gstalsamixerelement.c:
13555         (gst_alsa_mixer_element_set_property),
13556         (gst_alsa_mixer_element_change_state):
13557         Cleanups.
13558         Handle setting of a NULL device name better.
13559
13560 2006-08-11  Wim Taymans  <wim@fluendo.com>
13561
13562         * gst/adder/gstadder.c:
13563         Don't clip float values. Fixes #350900.
13564
13565 2006-08-11  Andy Wingo  <wingo@pobox.com>
13566
13567         * gst/tcp/gsttcp.c: Really fix the build?
13568
13569         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13570         fixes the build.
13571
13572 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13573
13574         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13575           Float caps shouldn't have a "signed" field.
13576
13577 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13578
13579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13580           Implement SEEKING query in its most basic form, so that we can
13581           at least check if we're seekable or not (#350655).
13582
13583 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13584
13585         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13586           The checks here are not even close to anything that would
13587           justify MAXIMUM probability, lowering to POSSIBLE until someone
13588           fixes the checks (case at hand: quicktime redirection files
13589           might start with 00 00 01 XX and pass the checks here just
13590           fine, see #350399).
13591
13592 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         Patch by: Sjoerd Simons  <sjoerd at luon net>
13595
13596         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13597           Better detection for multipart/x-mixed-replace: accept leading
13598           whitespaces before the boundary marker as well (as our very own
13599           multipartmux used to produce) (#349068).
13600
13601 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         Patch by: Young-Ho Cha  <ganadist at chollian net>
13604
13605         * gst-libs/gst/riff/riff-ids.h:
13606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13607         (gst_riff_create_audio_template_caps):
13608           Detect DTS audio streams (#350157).
13609
13610 2006-08-05  Andy Wingo  <wingo@pobox.com>
13611
13612         * ext/theora/gsttheoraparse.h:
13613         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13614         (theora_parse_dispose, theora_parse_set_property)
13615         (theora_parse_get_property, theora_parse_munge_granulepos)
13616         (theora_parse_push_buffer, theora_parse_change_state):
13617         API: GstTheoraParse::synchronization-points
13618         Add a property 'synchronization-points' to fix badly synchronized oggs.
13619
13620 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13621
13622         * tests/check/Makefile.am:
13623         * tests/check/libs/.cvsignore:
13624         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13625         (fixed_caps_have_channel_positions), (GST_START_TEST),
13626         (audio_suite), (main):
13627           Add a few tests for the channel position stuff in libgstaudio.
13628
13629 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13630
13631         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13632         (gst_alsa_detect_channels):
13633         * ext/alsa/gstalsasink.c:
13634           Add support for cards that (only) do more than 8 channels,
13635           like the Delta 44 (#345188).
13636
13637         * gst-libs/gst/audio/multichannel.c:
13638         (gst_audio_check_channel_positions):
13639         * gst-libs/gst/audio/multichannel.h:
13640           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13641           unspecified channel position and cannot be combined with any
13642           of the other audio channel positions; adjust position layout
13643           checks accordingly (#345188).
13644
13645 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13646
13647         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13648           Recognise ancient RealAudio files (see #349779).
13649
13650 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13651
13652         Patch by: Jens Granseuer  <jensgr at gmx net>
13653
13654         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13655           Add typefinder for Interplay's MVE format (#348973).
13656
13657 2006-08-02  Wim Taymans  <wim@fluendo.com>
13658
13659         Patch by: Marcel Moreaux <marcelm at luon dot net>
13660
13661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13662         (gst_base_rtp_depayload_add_to_queue):
13663         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13664         Handle RTP sequence number rollover.
13665         Disable jitterbuffer by default.
13666
13667 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13668
13669         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13670         (audioresample_set_caps):
13671         Don't leak references to the incoming caps. Clean them up when
13672         stopping.
13673
13674         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13675         (gst_video_scale_finalize):
13676         Don't leak our temporary pixel buffer.
13677
13678         * tests/check/Makefile.am:
13679         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13680         (GST_START_TEST), (simple_launch_lines_suite):
13681
13682         Fix leaks and re-enable the test for valgrind checking.
13683
13684 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         Patch by: Sjoerd Simons  <sjoerd at luon net>
13687
13688         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13689         (plugin_init):
13690           Add typefind function for multipart/x-mixed-replace (#348916).
13691
13692 2006-07-28  Wim Taymans  <wim@fluendo.com>
13693
13694         * gst/adder/gstadder.c: (gst_adder_setcaps),
13695         (gst_adder_query_duration):
13696         Fix leak in duration query.
13697         Reflow some docs and notes.
13698
13699 2006-07-28  Michael Smith  <msmith@fluendo.com>
13700
13701         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13702         (vorbisenc_suite):
13703           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13704           aspect of it.
13705
13706 2006-07-28  Michael Smith  <msmith@fluendo.com>
13707
13708         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13709         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13710         (gst_vorbis_enc_push_buffer),
13711         (gst_vorbis_enc_buffer_check_discontinuous),
13712         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13713         * ext/vorbis/vorbisenc.h:
13714           Handle discontinuities in the input vorbis stream correctly,
13715           so that the output is properly timestamped (and has good granulepos
13716           values). Needs some oggmux fixes too.
13717
13718 2006-07-27  Wim Taymans  <wim@fluendo.com>
13719
13720         patch by: Kai Vehmanen <kv2004 eca cx>
13721
13722         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13723         (gst_base_rtp_depayload_chain),
13724         (gst_base_rtp_depayload_handle_sink_event),
13725         (gst_base_rtp_depayload_change_state):
13726         Don't send multiple newsegments with different formats.
13727         Fixes #348677.
13728
13729 2006-07-26  Wim Taymans  <wim@fluendo.com>
13730
13731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13732         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13733         Make seeking in ogg more accurate again by doing the more correct
13734         granuletime to stream time conversion.
13735
13736 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13737
13738         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13739         (gst_multi_fd_sink_new_client):
13740           debug a little more understandably
13741           do not use goto as a substitute for break, especially if
13742           break is also being used
13743
13744 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13745
13746         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13747         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13748           Remove GLib-2.6 compatibility cruft.
13749
13750 2006-07-24  Wim Taymans  <wim@fluendo.com>
13751
13752         * gst-libs/gst/audio/gstbaseaudiosink.c:
13753         (gst_base_audio_sink_render):
13754         Don't try to align a sample to an unknown value.
13755
13756 2006-07-24  Wim Taymans  <wim@fluendo.com>
13757
13758         * gst-libs/gst/audio/gstbaseaudiosink.c:
13759         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13760         When the audio clock is slaved to another clock, never try to align
13761         samples but trust the rate interpolation algorithm.
13762
13763 2006-07-24  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13766         Don't try to calculate silence samples, base class does this much
13767         better now.
13768
13769         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13770         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13771         (gst_ring_buffer_acquire):
13772         Calculate silence samples correctly.
13773
13774         * gst-libs/gst/audio/gstringbuffer.h:
13775         Add _CAST macro.
13776
13777 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13780           Limit search for the first markup tag to the first few kB of
13781           the file. If we don't find one there, it's highly unlikely that
13782           this is an XML(-ish) file.
13783
13784 2006-07-21  Andy Wingo  <wingo@pobox.com>
13785
13786         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13787         test to the one in vorbisenc. Also commented out.
13788
13789         * tests/check/pipelines/vorbisenc.c: 
13790         (test_discontinuity): New test, commented out until Mike lands
13791         some elite vorbisenc patches.
13792
13793         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13794         Bufferstraw was actually factored out of these tests. Now we share
13795         code yay.
13796
13797         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13798         for bufferstraw addition to gstcheck.
13799
13800 2006-07-21  Wim Taymans  <wim@fluendo.com>
13801
13802         * ext/theora/theoradec.c: (clip_buffer):
13803         Better clipping.
13804
13805 2006-07-21  Wim Taymans  <wim@fluendo.com>
13806
13807         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13808         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13809         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13810         Fix leak.
13811         Avoid type casting when we can.
13812
13813         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13814         Fix mem leak.
13815
13816 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * ext/alsa/gstalsamixerelement.c:
13819         (gst_alsa_mixer_element_change_state):
13820           Make state change fail if the specified device can't be opened
13821           for some reason.
13822
13823 2006-07-20  Wim Taymans  <wim@fluendo.com>
13824
13825         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13826         (cb_newpad), (main):
13827         Example of a small audio/video player using decodebin.
13828
13829 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13830
13831         * gst-libs/gst/riff/riff-ids.h:
13832           Add 'fact' chunk id
13833
13834 2006-07-19  Wim Taymans  <wim@fluendo.com>
13835
13836         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13837         (gst_base_rtp_depayload_chain),
13838         (gst_base_rtp_depayload_change_state):
13839         Don't assert when not negotiated but post a meaningfull 
13840         error message. Fixes #347918.
13841
13842         * gst-libs/gst/rtp/gstbasertppayload.c:
13843         Add comment about better default MTU size.
13844
13845         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13846         Small cleanups, start docs.
13847
13848 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13849
13850         Patch by: Martin Szulecki
13851
13852         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13853           If "device-name" is requested and the device is not
13854           open, try to temporarily open it to obtain this
13855           information (#342494).
13856
13857 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13858
13859         * gst-libs/gst/tag/gstid3tag.c:
13860           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13861
13862         * gst-libs/gst/tag/gsttageditingprivate.h:
13863         * gst-libs/gst/tag/gstvorbistag.c:
13864           Some more random const-ifications.
13865
13866 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13867
13868         * gst-libs/gst/riff/riff-ids.h:
13869         * gst-libs/gst/riff/riff-media.c:
13870         (gst_riff_create_video_template_caps):
13871           Add more FOURCCs (sort list to make stuff easier to find),
13872           add comment what those 16 bytes in struct _gst_riff_strh according to
13873           one avi-dumper are
13874
13875 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         * gst-libs/gst/audio/multichannel.c:
13878         (gst_audio_check_channel_positions),
13879         (gst_audio_fixate_channel_positions):
13880           Const-ify two arrays.
13881
13882 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13885           Fix typo, so that alsasink also advertises 8 channels
13886           if that's supported (tags: can, worms, open, alsa, ph34r).
13887
13888 2006-07-17  Wim Taymans  <wim@fluendo.com>
13889
13890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13891         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13892         *sigh*, when is the compiler going to warn when the comments
13893         are out-of-sync with the code.. Refix case of busted theora
13894         headers with 0 granule pos.
13895
13896 2006-07-14  Wim Taymans  <wim@fluendo.com>
13897
13898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13899         (gst_base_rtp_depayload_wait),
13900         (gst_base_rtp_depayload_change_state),
13901         (gst_base_rtp_depayload_set_property),
13902         (gst_base_rtp_depayload_get_property):
13903         Fix 99% cpu load by waiting for absolute times on the
13904         clock. Fixes #347300.
13905
13906 2006-07-14  Andy Wingo  <wingo@pobox.com>
13907
13908         * ext/theora/gsttheoraparse.h: 
13909         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13910         (theora_parse_push_headers, theora_parse_clear_queue)
13911         (theora_parse_drain_queue_prematurely, )
13912         (theora_parse_sink_event, theora_parse_change_state): Queue events
13913         until we initialized our state, like in vorbisparse.
13914
13915         * ext/vorbis/vorbisparse.h: 
13916         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13917         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13918         (vorbis_parse_drain_queue_prematurely, )
13919         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13920         until we have initialized our state. Fixes seeking after an
13921         initial pad block.
13922
13923 2006-07-14  Andy Wingo  <wingo@pobox.com>
13924
13925         Patch by: Iain Holmes <iaingnome@gmail.com>
13926         
13927         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13928
13929 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13930
13931         * configure.ac:
13932         Bump nano back to CVS
13933
13934 === release 0.10.9 ===
13935
13936 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13937
13938         * configure.ac:
13939           releasing 0.10.9, "I walk the line"
13940
13941 2006-07-14  Michael Smith  <msmith@fluendo.com>
13942
13943         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13944           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13945           (commonly happens when running this test under valgrind) when trying
13946           to remove the buffer probe.
13947
13948 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13949
13950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13951         Fix missing g_unlock from the previous commit
13952
13953 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13954
13955         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13956         (gst_ximagesink_change_state):
13957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13958         (gst_xvimagesink_change_state):
13959         Implement a locking order to ensure we always take the object lock
13960         before the x_lock and never vice-versa.
13961
13962 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13963
13964         * gst/playback/gstdecodebin.c: (find_compatibles):
13965         Fix a caps leak when linking (#347304)
13966
13967         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13968         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13969         (gst_ximagesink_change_state):
13970         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13971         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13972         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13973         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13974         Don't leak shared memory resources. Use the object lock to protect
13975         against the xcontext disappearing while returning a buffer from the
13976         pipeline. (#347304)
13977
13978 2006-07-12  Edward Hervey  <edward@fluendo.com>
13979
13980         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13981         (vorbis_handle_comment_packet):
13982         gst_tag_list_merge() returns a new object. Take that into account when
13983         using it. This avoids memleak.
13984         Revert previous commit which is not needed.
13985
13986 2006-07-12  Edward Hervey  <edward@fluendo.com>
13987
13988         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13989         Reset the decoder in finalize so that all fields get cleared.
13990
13991 2006-07-12  Wim Taymans  <wim@fluendo.com>
13992
13993         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13994         (gst_base_audio_src_set_clock),
13995         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13996         Don't try to post an error message when setting the clock fails
13997         as this can happen when adding an element to a bin which will then
13998         deadlock. Fixes #347296.
13999
14000 2006-07-12  Edward Hervey  <edward@fluendo.com>
14001
14002         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14003         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14004         (vorbis_handle_type_packet):
14005         Post tag messages on the bus even if we're not initialized.
14006         If we're not initialized, we still postpone the event pushing of tags.
14007
14008 2006-07-12  Wim Taymans  <wim@fluendo.com>
14009
14010         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14011         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14012         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14013         Revert last two changes that broke the freeze.
14014
14015 2006-07-12  Wim Taymans  <wim@fluendo.com>
14016
14017         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14018         basesink calculates silence sample correctly for us.
14019
14020 2006-07-12  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14023         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14024         Calculate correct silence samples so we don't fill our ringbuffer
14025         with noise.
14026
14027 2006-07-12  Edward Hervey  <edward@fluendo.com>
14028
14029         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14030         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14031         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14032         * ext/vorbis/vorbisdec.h:
14033         Delay sending events (newsegment, tags) until the decoder is properly
14034         initialized.
14035         Fixes #347295
14036
14037 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14038
14039         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14040         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14041           Patch from #347221 adding a test for audioconvert
14042           channel remappings.
14043
14044 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14045
14046         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14047         (gst_ssa_parse_parse_line):
14048           Don't include the terminating NUL in the buffer size,
14049           it's only there for extra paranoia (would add random
14050           '*' characters at the end of each subtitle since the
14051           terminator itself is not valid UTF-8 technically).
14052           Also fix indenting after boilerplate macro.
14053
14054 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         * gst/playback/gstdecodebin.c: (close_pad_link):
14057           Also emit 'unknown-type' signal (which should really be
14058           called unhandled-type) if we found potential decoders/demuxers
14059           in the registry but none of them worked in the end (as in the
14060           case where the plugins don't exist any longer but are still
14061           listed in the registry). Fixes #329798.
14062
14063 2006-07-08  Andy Wingo  <wingo@pobox.com>
14064
14065         * theoraparse.c (theora_parse_push_buffer)
14066         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14067         Add some more debugging. Fix granulepos reconstruction in the face
14068         of discontinuities.
14069
14070 2006-07-06  Wim Taymans  <wim@fluendo.com>
14071
14072         * gst-libs/gst/audio/gstbaseaudiosink.c:
14073         (gst_base_audio_sink_class_init),
14074         (gst_base_audio_sink_provide_clock):
14075         Use gobject_class instead of G_OBJECT_CLASS (klass)
14076
14077         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14078         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14079         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14080         (gst_base_audio_src_get_time),
14081         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14082         (gst_base_audio_src_create_ringbuffer):
14083         Fix latency and buffer-time constants and properties ala basesink.
14084         Implement pull based scheduling. Fixes #346527.
14085         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14086         one segment.
14087         Refuse slaving to another clock instead of silently not working.
14088         Only provide a clock when we are actually able to do so.
14089         Various small cleanups and compiler hints.
14090
14091 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14092
14093         Patch by: Lutz Mueller <lutz at topfrose de>
14094
14095         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14096         (plugin_init):
14097           Add typefinding for text/html (#346581).
14098
14099 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14100
14101         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14102         (xml_check_first_element), (xml_type_find), (smil_type_find):
14103           Fix SMIL typefinding, make xml_check_first_element() more
14104           useful.
14105
14106 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14109         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14110         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14111         * gst/playback/gstplaybasebin.h:
14112           Protect list of elements with a subtitle-encoding property and
14113           the subtitle encoding member itself with a lock of their own
14114           instead of using the object lock. This prevents a dead-lock in
14115           the element-remove callback in some circumstances when shutting
14116           down playbin.
14117
14118 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14119
14120         * win32/common/libgsttag.def:
14121         Export some new functions.
14122         * win32/vs6/libgstogg.dsp:
14123         Add a link to libgsttag-0.10.lib.
14124
14125 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14126
14127         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14128           Some const-ification.
14129
14130 2006-07-04  Wim Taymans  <wim@fluendo.com>
14131
14132         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14133         Improve checking if we are dealing with a stream. Added some
14134         more uris that need buffering.
14135
14136 2006-07-03  Edward Hervey  <edward@fluendo.com>
14137
14138         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14139         Remove unused variable.
14140
14141 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14142
14143         * Makefile.am:
14144           include lcov.mak
14145         * configure.ac:
14146           add GCOV_LIBS to GST_LIBS
14147
14148 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14149
14150         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14151
14152         * ext/alsa/gstalsasrc.c:
14153           Add 32 bps to template caps and increase channels range
14154           from [1,2] to [1,MAX]. See #346326.
14155
14156 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14159           Recognise 'WMVA' video codec fourcc (#345879).
14160           
14161 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14162          
14163         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14164           Fixed nasty memory leak
14165
14166 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14167
14168         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14169         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14170           fix logging
14171
14172 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14173
14174         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14175         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14176         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14177         Protect remove_fakesink using a mutex, so that we don't try and
14178         remove the fakesink simultaneously from multiple threads.
14179
14180         When going from READY to PAUSED, restore the fakesink, so that
14181         it is there when decodebin gets reused.
14182
14183 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14184
14185         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14187         * gst-libs/gst/rtp/gstbasertppayload.c:
14188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14189         * gst/tcp/gstmultifdsink.c:
14190         * gst/tcp/gsttcpclientsink.c:
14191         * gst/tcp/gsttcpclientsrc.c:
14192         * gst/tcp/gsttcpserversink.c:
14193         * gst/tcp/gsttcpserversrc.c:
14194         * gst/videorate/gstvideorate.c:
14195         * gst/videotestsrc/gstvideotestsrc.c:
14196         * sys/v4l/gstv4ljpegsrc.c:
14197         * sys/v4l/gstv4lmjpegsink.c:
14198         * sys/v4l/gstv4lsrc.c:
14199         * tests/examples/seek/scrubby.c:
14200         * tests/examples/seek/seek.c:
14201           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14202
14203 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14206           Second field in GEnumValue shouldn't be a description,
14207           but a stringified version of the enum value.
14208
14209 2006-06-22  Wim Taymans  <wim@fluendo.com>
14210
14211         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14212         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14213         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14214         Avoid type checking in buffer casts.
14215         Avoid caps copy in buffer_alloc when we can.
14216         Use pad_peer_accept.
14217
14218 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14219
14220         * gst-libs/gst/tag/tag.h:
14221           Oops, make that 'Since: 0.10.9'.
14222
14223 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         * docs/libs/gst-plugins-base-libs-sections.txt:
14226         * gst-libs/gst/tag/tag.h:
14227         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14228         (gst_tag_image_type_get_type):
14229           API: add GstTagImageType enum to describe images contained
14230           in image tags (#345641).
14231
14232 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14233
14234         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14235           Fix warnings with gst-inspect: "buffers-min" property
14236           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14237           typo in property description.
14238
14239 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14240
14241         Patch by: Cody Russell <bratsche at gnome org>
14242
14243         * gst/audioresample/gstaudioresample.c:
14244         (gst_audioresample_class_init):
14245         * gst/playback/gststreamselector.c:
14246         (gst_stream_selector_class_init):
14247         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14248         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14249         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14250         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14251         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14252         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14253         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14254         * gst/videotestsrc/gstvideotestsrc.c:
14255         (gst_video_test_src_class_init):
14256         * gst/volume/gstvolume.c: (gst_volume_class_init):
14257           Avoid unnecessary class cast check in class_init
14258           functions (#337747).
14259
14260 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14263         (gst_text_overlay_video_chain):
14264           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14265           and doesn't validate its input either (and neither did
14266           textoverlay it seems). Let's do that then and fix #345206.
14267
14268 2006-06-19  Wim Taymans  <wim@fluendo.com>
14269
14270         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14271         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14272         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14273         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14274         (find_syncframe), (find_limits), (assign_value),
14275         (count_burst_unit), (gst_multi_fd_sink_new_client),
14276         (gst_multi_fd_sink_handle_client_write),
14277         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14278         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14279         (gst_multi_fd_sink_change_state):
14280         * gst/tcp/gstmultifdsink.h:
14281         Added shiny new burst-on-connect methods.
14282         Add properties to control the minimal amount of data queued.
14283         Small cleanups.
14284         API: bytes-min property
14285         API: time-min property
14286         API: buffers-min property
14287         API: burst-unit property
14288         API: burst-value property
14289         API: add-full signal
14290
14291         * gst/tcp/gsttcp-marshal.list:
14292         Added new marshaller code for the new signal.
14293
14294         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14295         (multifdsink_suite):
14296         Added testcases for new burst methods.
14297
14298 2006-06-19  Edward Hervey  <edward@fluendo.com>
14299
14300         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14301         Implement clipping for accurate seeking.
14302         Closes #345225
14303
14304 2006-06-19  Wim Taymans  <wim@fluendo.com>
14305
14306         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14307
14308         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14309         (gst_video_scale_transform):
14310         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14311
14312 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14313
14314         * configure.ac:
14315           Fix --disable-external (can't set conditionals conditionally,
14316           #343602).
14317
14318 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14319
14320         * tests/check/elements/audioresample.c: (test_reuse),
14321         (audioresample_suite):
14322           Add test case for bug #342789 fixed below.
14323
14324 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         * gst/audioresample/gstaudioresample.c:
14327         (gst_audioresample_class_init), (gst_audioresample_init),
14328         (audioresample_start), (audioresample_stop),
14329         (gst_audioresample_set_property), (gst_audioresample_get_property):
14330           Implement GstBaseTransform::start and ::stop so that audioresample
14331           can clear its internal state properly and be reused instead of
14332           causing non-negotiated errors with playbin under some circumstances
14333           (#342789).
14334
14335         * tests/check/elements/audioresample.c: (setup_audioresample),
14336         (cleanup_audioresample):
14337           Need to set element state here so that ::start and ::stop are
14338           called.
14339
14340 2006-06-16  Wim Taymans  <wim@fluendo.com>
14341
14342         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14343
14344         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14345         Parse extra data better, apparently it's right behind
14346         the normal strf header size. Fixes #343500.
14347
14348 2006-06-16  Wim Taymans  <wim@fluendo.com>
14349
14350         * ext/alsa/gstalsasink.c: (set_hwparams):
14351         If we fail to set the buffer_time and period_time alsa
14352         parameters, post a warning and leave alsa select a 
14353         default instead of failing. Fixes #342085
14354
14355 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14356
14357         * docs/libs/gst-plugins-base-libs-sections.txt:
14358         * gst-libs/gst/cdda/gstcddabasesrc.h:
14359           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14360           out in the header file and shouldn't be listed in the docs.
14361
14362         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14363           Must dereference pointer to fourcc in the debug statement.
14364
14365 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14366
14367         * docs/libs/Makefile.am:
14368         * docs/libs/gst-plugins-base-libs-docs.sgml:
14369         * docs/libs/gst-plugins-base-libs-sections.txt:
14370         * docs/libs/gst-plugins-base-libs.types:
14371         add remaining symbols into correct setions
14372         
14373         * gst-libs/gst/audio/gstringbuffer.c:
14374         fix incomplete docs
14375         
14376         * gst-libs/gst/audio/gstringbuffer.h:
14377         comment out not yet implemented function
14378         
14379         
14380         * gst-libs/gst/floatcast/floatcast.h:
14381         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14382         add short descriptions
14383         
14384         
14385         * gst-libs/gst/interfaces/propertyprobe.c:
14386         fix return value docs   
14387         
14388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14389         simplify debug logging
14390         
14391         * gst-libs/gst/riff/riff-read.h:
14392         sync function prototype and docs
14393         
14394         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14395         remove left over symbol
14396
14397 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14398
14399         * autogen.sh:
14400         * configure.ac:
14401         * docs/Makefile.am:
14402           Use GST_PLUGIN_DOCS macro in configure.ac, add
14403           --enable-plugin-docs default to autogen.sh and use
14404           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14405
14406 2006-06-15  Wim Taymans  <wim@fluendo.com>
14407
14408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14409         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14410         (gst_ogg_demux_loop):
14411         Combine GstFlowReturn from the source pads to give a
14412         meaningfull result to the upstream peer or to stop the
14413         processing task in case of errors.
14414
14415 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         * gst/playback/gststreaminfo.c: (cb_probe):
14418           Try GST_TAG_CODEC as fallback when extracting the
14419           codec name; more debug info.
14420
14421 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * ext/ogg/Makefile.am:
14424         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14425           Extract language tags from ogm subtitle streams, so that
14426           the subtitle menu choices are labelled correctly in
14427           Totem (fixes #344708).
14428
14429 2006-06-14  Wim Taymans  <wim@fluendo.com>
14430
14431         Patch by: Alessandro Decina <alessandro at nnva dot org>
14432
14433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14434         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14435         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14436         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14437         Fix various leaks. Fixes #343699.
14438         Add x-smoke mime type.
14439
14440 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14441
14442         * gst-libs/gst/riff/riff-ids.h:
14443           Add IDs for 'bext' chunks (see #343837).
14444
14445 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         Patch by: Young-Ho Cha  <ganadist at chollian net>
14448
14449         * gst/subparse/samiparse.c: (sami_context_pop_state),
14450         (handle_start_font), (end_sami_element):
14451           Honour font face tags in SAMI subtitles (#344503).
14452
14453 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14454
14455         * po/POTFILES.in:
14456           add missing files containing translatable strings
14457
14458 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14459
14460         * docs/libs/tmpl/.cvsignore:
14461           we don't want those *.sgml files in CVS either
14462
14463 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14464
14465         * docs/libs/.cvsignore:
14466         * tests/check/elements/.cvsignore:
14467         * tests/check/libs/.cvsignore:
14468           ignore more
14469
14470 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14471
14472         * docs/libs/Makefile.am:
14473           also commiting the changed Makefile.am (added more libs to the
14474           doc-build)
14475
14476 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14477
14478         * docs/libs/gst-plugins-base-libs-docs.sgml:
14479         * docs/libs/gst-plugins-base-libs-sections.txt:
14480         * docs/libs/gst-plugins-base-libs.types:
14481           first batch of reordering things, add index & hierarchy
14482
14483 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14484
14485         * configure.ac:
14486           use GST_PKG_CHECK_MODULES, cleans up output
14487
14488 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14491           Add support for burn:// URIs (#343385); const-ify things a bit,
14492           use G_N_ELEMENTS instead of hard-coded array size.
14493
14494 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14495
14496         Patch by: Young-Ho Cha  <ganadist at chollian net>
14497
14498         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14499           Fix up broken entities before passing them to libxml *sigh*.
14500           (#343303).
14501           
14502 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * configure.ac:
14505           back to TRUNK
14506
14507 === release 0.10.8 ===
14508
14509 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14510
14511         * configure.ac:
14512           releasing 0.10.8, "Moar gij ziet mij nie"
14513
14514 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14515
14516         * configure.ac:
14517         * po/af.po:
14518         * po/az.po:
14519         * po/cs.po:
14520         * po/en_GB.po:
14521         * po/hu.po:
14522         * po/it.po:
14523         * po/nb.po:
14524         * po/nl.po:
14525         * po/or.po:
14526         * po/sq.po:
14527         * po/sr.po:
14528         * po/sv.po:
14529         * po/uk.po:
14530         * po/vi.po:
14531         * win32/common/config.h:
14532           0.10.7.2 prerelease
14533
14534 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14535
14536         * docs/libs/tmpl/gstaudio.sgml:
14537         * docs/libs/tmpl/gstcolorbalance.sgml:
14538         * docs/libs/tmpl/gstmixer.sgml:
14539         * docs/libs/tmpl/gstringbuffer.sgml:
14540         * docs/libs/tmpl/gsttuner.sgml:
14541         * docs/libs/tmpl/gstxoverlay.sgml:
14542         * gst-libs/gst/audio/audio.c:
14543         * gst-libs/gst/audio/gstringbuffer.c:
14544         * gst-libs/gst/interfaces/colorbalance.c:
14545         * gst-libs/gst/interfaces/mixer.c:
14546         * gst-libs/gst/interfaces/tuner.c:
14547         * gst-libs/gst/interfaces/xoverlay.c:
14548           move last template doc snippets to source code and delete them
14549
14550 2006-06-06  Michael Smith  <msmith@fluendo.com>
14551
14552         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14553         (theora_parse_drain_queue):
14554           Mark DELTA_UNIT on non-keyframes.
14555
14556 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14557
14558         * gst-libs/gst/audio/gstbaseaudiosink.c:
14559         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14560         * gst-libs/gst/audio/gstbaseaudiosink.h:
14561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14562         (gst_ring_buffer_samples_done):
14563         * gst-libs/gst/audio/gstringbuffer.h:
14564         Document better the fact that latency_time and buffer_time are values
14565         stored in microseconds, and not the usual GStreamer nanoseconds.
14566         Change the variables (compatibly) that store them from GstClockTime 
14567         to guint64 to make it more clear that they're not storing clock times.
14568         Also, remove the bogus property description that says the user can
14569         specify -1 to get the default value, since that's never been the case.
14570
14571         When computing the default segment size for the ring buffer, make it
14572         an integer number of samples.
14573
14574         When the sub-class indicates a delay greater than the number of
14575         samples we've written return 0 from the audio sink get_time method.
14576
14577 2006-06-02  Michael Smith  <msmith@fluendo.com>
14578
14579         * tests/check/elements/audioconvert.c: (set_channel_positions),
14580         (get_float_mc_caps), (get_int_mc_caps):
14581         * tests/check/elements/audioresample.c:
14582         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14583         * tests/check/elements/videorate.c:
14584         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14585         * tests/check/elements/volume.c:
14586         * tests/check/elements/vorbisdec.c:
14587         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14588           Don't busy-wait in tests; this was causing test timeouts very
14589           frequently when running under valgrind.
14590
14591 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14592
14593         * gst/tcp/README:
14594         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14595         (gst_multi_fd_sink_remove_client_link),
14596         (gst_multi_fd_sink_client_queue_caps),
14597         (gst_multi_fd_sink_client_queue_buffer),
14598         (gst_multi_fd_sink_handle_client_write),
14599         (gst_multi_fd_sink_render):
14600         * gst/tcp/gstmultifdsink.h:
14601           make multifdsink properly deal with streamheader:
14602           - streamheader is taken from caps
14603           - buffers marked with IN_CAPS are not sent
14604           - streamheaders are sent, on connection, from the caps of the
14605             buffer where the client gets positioned to
14606           - further streamheader changes are done every time the client
14607             will receive a buffer with different caps
14608         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14609         (gst_multifdsink_create_streamheader):
14610           add tests for this
14611
14612 2006-06-02  Michael Smith  <msmith@fluendo.com>
14613
14614         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14615           Reinstate limit on channel count. Vorbis does not define the meaning
14616           of > 6 channels, so they're just independent channels. Gstreamer
14617           currently has no mechanism to represent N independent channels.
14618
14619 2006-06-02  Michael Smith  <msmith@fluendo.com>
14620
14621         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14622           Don't arbitrarily restrict channel counts and rate in vorbis.
14623           In terms of effects likely on real-world files, this fixes 96kHz
14624           playback of vorbis.
14625
14626 2006-06-02  Michael Smith  <msmith@fluendo.com>
14627
14628         * gst/audioconvert/audioconvert.c: (float):
14629           More correct float->int conversion.
14630
14631 2006-06-02  Michael Smith  <msmith@fluendo.com>
14632
14633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14634           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14635           value. Fixes g-critical on trying to play back ogg containing
14636           unknown codec.
14637
14638 2006-06-02  Wim Taymans  <wim@fluendo.com>
14639
14640         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14641         (setup_source):
14642         * gst/playback/gstplaybasebin.h:
14643         Make the subtitle detection work from any thread so we don't
14644         deadlock. Fixes #343397.
14645
14646 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14647
14648         * gst/volume/Makefile.am:
14649           Seriously, it's not *that* hard to get compilation right.  Even
14650           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14651
14652 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14653
14654         * gst/volume/gstvolume.c: (volume_choose_func),
14655         (volume_update_real_volume), (gst_volume_class_init),
14656         (gst_volume_init), (volume_process_float), (volume_process_int16),
14657         (volume_process_int16_clamp), (volume_set_caps),
14658         (volume_transform_ip), (plugin_init):
14659         * gst/volume/gstvolume.h:
14660         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14661         another property desc., remove unused param from process function
14662         
14663         * tests/check/elements/volume.c: (volume_suite):
14664         reactivate the passthrough test
14665
14666 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14667
14668         * ext/alsa/gstalsamixerelement.h:
14669         * ext/alsa/gstalsamixeroptions.h:
14670         * ext/alsa/gstalsamixertrack.h:
14671         * ext/gnomevfs/gstgnomevfssink.h:
14672         * ext/gnomevfs/gstgnomevfssrc.h:
14673         * ext/theora/gsttheoradec.h:
14674         * ext/theora/gsttheoraenc.h:
14675         * ext/theora/gsttheoraparse.h:
14676         * ext/vorbis/vorbisparse.h:
14677         * gst-libs/gst/audio/gstaudioclock.h:
14678         * gst-libs/gst/audio/gstaudiofilter.h:
14679         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14680         * gst/audioconvert/gstaudioconvert.h:
14681         * gst/audioresample/gstaudioresample.h:
14682         * gst/audiotestsrc/gstaudiotestsrc.h:
14683         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14684         * gst/playback/gststreamselector.h:
14685         * gst/tcp/gstmultifdsink.h:
14686         * gst/tcp/gsttcpclientsink.h:
14687         * gst/tcp/gsttcpclientsrc.h:
14688         * gst/tcp/gsttcpserversink.h:
14689         * gst/tcp/gsttcpserversrc.h:
14690         * gst/videorate/gstvideorate.h:
14691         * gst/videoscale/gstvideoscale.h:
14692         * gst/videotestsrc/gstvideotestsrc.h:
14693         * gst/volume/gstvolume.h:
14694         * sys/v4l/gstv4ljpegsrc.h:
14695         * sys/v4l/gstv4lmjpegsink.h:
14696         * sys/v4l/gstv4lmjpegsrc.h:
14697         * sys/v4l/gstv4lsrc.h:
14698         * sys/ximage/ximagesink.h:
14699         * sys/xvimage/xvimagesink.h:
14700         * tests/old/testsuite/alsa/sinesrc.h:
14701         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14702
14703 2006-05-31  Wim Taymans  <wim@fluendo.com>
14704
14705         * ext/libvisual/visual.c: (gst_visual_reset),
14706         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14707         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14708         Handle DISCONT.
14709         Use running time before doing QoS.
14710         Handle mono too.
14711
14712 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14713
14714         * docs/libs/Makefile.am:
14715           set a magic variable to indicate we know the docs are incomplete
14716
14717 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14718
14719         * win32/common/libgstvideo.def:
14720           export gst_video_calculate_display_ratio
14721         * win32/vs6/libgstvideoscale.dsp:
14722           add link to libgstvideo-0.10.lib
14723
14724 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14725
14726         * gst/playback/gstplaybasebin.c: (gen_source_element):
14727           Throw a more comprehensible error for rtsp:// URIs (rather
14728           than erroring out with a negotiation error later on) until
14729           we fix playbin to handle rtspsrc etc.
14730
14731 2006-05-30  Wim Taymans  <wim@fluendo.com>
14732
14733         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14734         (gst_text_overlay_text_event):
14735         Added some FIXMEs.
14736
14737 2006-05-30  Wim Taymans  <wim@fluendo.com>
14738
14739         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14740         (gst_adder_request_new_pad), (gst_adder_release_pad):
14741         * gst/adder/gstadder.h:
14742         Implement release_request_pad.
14743         Make padcounter atomic.
14744
14745         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14746         Added check for release_pad in adder.
14747
14748 2006-05-30  Wim Taymans  <wim@fluendo.com>
14749
14750         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14751         Fix build again.
14752
14753 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14754
14755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14756         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14757         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14758         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14759         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14760         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14761         (gst_ogg_demux_bisect_forward_serialno),
14762         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14763         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14764           add more debugging
14765           clean up printf formats for granulepos and serialno
14766
14767 2006-05-30  Michael Smith  <msmith@fluendo.com>
14768
14769         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14770         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14771         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14772         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14773         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14774         * ext/vorbis/vorbisenc.h:
14775           Multi-channel caps negotiation, so we can do proper multichannel
14776           vorbis encoding, negotiated through audioconvert.
14777
14778 2006-05-30  Wim Taymans  <wim@fluendo.com>
14779
14780         * tests/check/elements/adder.c: (test_event_message_received),
14781         (test_play_twice_message_received), (GST_START_TEST),
14782         (adder_suite):
14783         Added check to show that #339935 is fixed with ongoing
14784         adder and collectpads fixes.
14785
14786 2006-05-29  Wim Taymans  <wim@fluendo.com>
14787
14788         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14789         Don't leak pad name.
14790
14791 2006-05-29  Wim Taymans  <wim@fluendo.com>
14792
14793         * gst/adder/gstadder.c: (gst_adder_query_duration),
14794         (forward_event_func), (forward_event), (gst_adder_src_event):
14795         Fix adder seeking.
14796         Make query/seeking code threadsafe.
14797
14798         * tests/check/Makefile.am:
14799         * tests/check/elements/adder.c: (test_event_message_received),
14800         (GST_START_TEST), (test_play_twice_message_received):
14801         Fix adder test case.
14802
14803 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14804
14805         Patch by: Young-Ho Cha  <ganadist at chollian net>
14806
14807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14808         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14809         (set_encoding_element), (decodebin_element_added_cb),
14810         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14811         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14812         * gst/playback/gstplaybasebin.h:
14813           Add 'subtitle-encoding' property to playbin, so applications can
14814           force a subtitle encoding for non-UTF8 subtitles (#342268).
14815
14816         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14817         (gst_sub_parse_set_property):
14818           Rename recently-added 'encoding' property to 'subtitle-encoding'
14819           (so it can be proxied by playbin/decodebin in a generic way
14820           with less danger of false positives).
14821
14822 2006-05-29  Michael Smith  <msmith@fluendo.com>
14823
14824         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14825         (append_with_other_format), (set_structure_widths),
14826         (gst_audio_convert_transform_caps):
14827           Patch from #341562: give more specific audio caps in get_caps, so
14828           that basetransform  can make better decisions on what caps to
14829           negotiate.
14830
14831 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14832
14833         * tests/check/elements/volume.c:
14834         make it compile again
14835
14836 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14837
14838         * tests/check/elements/volume.c: (volume_suite):
14839         disable test until #343196 gets resolved
14840
14841 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14842
14843         * gst/adder/gstadder.c: (gst_adder_get_type):
14844         Make it easier to copy&paste
14845         
14846         * gst/volume/Makefile.am:
14847         * gst/volume/gstvolume.c: (volume_update_real_volume),
14848         (gst_volume_set_volume), (gst_volume_set_mute),
14849         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14850         (volume_transform_ip), (volume_update_mute),
14851         (volume_update_volume):
14852         * gst/volume/gstvolume.h:
14853         Add own debug category, move duplicate code to helper function, fix
14854         property texts, add more comments and prepare ffor liboil-goodness
14855         
14856         * tests/check/Makefile.am:
14857         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14858         add test for mute and passtrough case, be a bit more verbose to track
14859         failure
14860         
14861         * tests/check/generic/states.c: (GST_START_TEST):
14862         catch elements that fail to instantiate
14863
14864 2006-05-28  Edward Hervey  <edward@fluendo.com>
14865
14866         * tests/check/pipelines/simple-launch-lines.c:
14867         * tests/check/pipelines/theoraenc.c:
14868         * tests/check/pipelines/vorbisenc.c:
14869         Comment out tests using parse_launch() if core was built without
14870         parsing capabilities.
14871
14872 2006-05-27  Edward Hervey  <edward@fluendo.com>
14873
14874         * tests/check/Makefile.am:
14875         Extra bonus points for whoever explains to ensonic that you are meant
14876         to test unit tests thoroughly before commiting them, especially if
14877         you know it's going to break.
14878         De-activated element/adder tests.
14879
14880 2006-05-27  Edward Hervey  <edward@fluendo.com>
14881
14882         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14883         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14884         Marking caps conversion issues as GST_WARNING is way too verbose,
14885         Moving them to GST_LOG.
14886
14887 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14888
14889         * README:
14890           Replace current README (containing the release notes from
14891           some 0.9.x version) with a proper README taken from the core.
14892
14893 2006-05-26  Wim Taymans  <wim@fluendo.com>
14894
14895         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14896         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14897         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14898         (vorbis_dec_change_state):
14899         Small cleanups.
14900         Add some FIXMEs
14901         Clip output samples to segment boundaries.
14902
14903 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14904
14905         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14906         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14907         Improve the errors produced on bad output, including some human
14908         readable description strings.
14909         Handle the (theoretical for ximagesink) case where the XServer 
14910         has a different idea about the size required for a particular 
14911         frame and gives us too small a memory allocation.
14912
14913 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14914
14915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14916         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14917         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14918         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14919         Improve the errors produced on bad output, including some human 
14920         readable description strings.
14921         Handle RGB Xv formats properly by transforming them into our 
14922         big-endian caps description.
14923         Use gst_caps_truncate to ensure that we never try and choose a
14924         non-fixed caps in buffer_alloc.
14925         Handle the case where the XServer has a different idea about the size
14926         required for a particular frame and gives us too small a memory
14927         allocation.
14928         Use -1 to indicate 'no image format', because 0 is a valid XServer
14929         image format number.
14930         Put RGB Xv formats at the end of the caps, so that we always prefer
14931         YUV format frames.
14932         Iterate the available Xv Encodings to determine the maximum width and
14933         height, and then return that in our caps.
14934         (Closes #315312, #337544)
14935
14936 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14937
14938         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14939         When there is only one unfinished pad and it receives an event that
14940         doesn't match our requirements, we need to set alldone=FALSE so that
14941         the fakesink is not removed yet.
14942
14943 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14944
14945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14946           Use gst_type_find_helper_for_buffer() to find the type
14947           of stream from the first packet.
14948
14949         * configure.ac:
14950           Bump requirements to core CVS (needed for vorbis
14951           typefinding to work).
14952
14953 2006-05-24  Edward Hervey  <edward@fluendo.com>
14954
14955         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14956         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14957         contain.  Else they play perfectly fine with qtdemux.
14958
14959 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14960
14961         * ext/theora/theoradec.c:
14962         * ext/theora/theoraenc.c:
14963         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14964         * gst/audiorate/gstaudiorate.c:
14965           make more debug catagories static
14966         
14967         * tests/check/Makefile.am:
14968         * tests/check/elements/adder.c: (message_received),
14969         (test_event_message_received), (GST_START_TEST),
14970         (test_play_twice_message_received), (adder_suite):
14971           added test case for using element twice, extra bonus points for anyone
14972           who can make these test run reliably
14973
14974 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * ext/theora/theoradec.c: (theora_dec_chain):
14977           Make work with time-stamped input buffers that do not
14978           have a granulepos in BUFFER_OFFSET_END (like theora
14979           buffers coming from matroskademux). Fixes #342448.
14980
14981 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         Patch by: Peter Kjellerstedt  <pkj at axis com>
14984
14985         * gst/tcp/Makefile.am:
14986           fdstresstest doesn't need Gtk+, fix compilation if 
14987           gtk is not available (#342566).
14988
14989 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14990          
14991         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14992           80 line columns
14993           Removed redundant floor()
14994
14995 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14998           On second thought, just skip JUNK chunks automatically, so
14999           the caller doesn't have to handle this. Fixes #342345.
15000           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15001           not GST_FLOW_ERROR.
15002
15003 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15006           Don't bail out on JUNK chunks with a size of 0 (would try to
15007           pull_range 0 bytes before, which sources don't like too much).
15008           See #342345.
15009
15010 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15011
15012         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15014         Use the gstutil scaling function to preserve 64 bits while calculating
15015         output width and height from the display-aspect-ratio. (A continuation
15016         of #341542)
15017
15018 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15019
15020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15021         (gst_xvimagesink_buffer_alloc):
15022         * sys/xvimage/xvimagesink.h:
15023         When performing buffer allocations, remember the caps and image format
15024         we return so that if the same caps are asked for next time we can
15025         return them immediately without doing any caps intersections.
15026
15027 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15028          
15029         * gst-libs/gst/rtp/README:
15030           Some new documentation
15031         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15032           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15033         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15034         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15035           New RTP audio base payloader class. Supports frame or sample based
15036           codecs.  Not enabled in Makefile.am until approved.
15037
15038 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15039
15040         * tests/check/elements/alsa.c: (test_device_property_probe):
15041           Fix test case: don't try to free NULL GValueArray when there
15042           are no devices.
15043
15044 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15045
15046         * tests/check/Makefile.am:
15047         * tests/check/elements/alsa.c: (test_device_property_probe),
15048         (alsa_suite), (main):
15049           Add simple test that runs a device property probe on alsasrc,
15050           alsasink and alsamixer. Disable valgrind check for now (too
15051           many leaks in libasound, and valgrind ignored my suppressions
15052           additions).
15053
15054 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15057         (gst_alsa_device_property_probe_probe_property),
15058         (gst_alsa_device_property_probe_needs_probe),
15059         (gst_alsa_device_property_probe_get_values),
15060         (gst_alsa_type_add_device_property_probe_interface):
15061         * ext/alsa/gstalsadeviceprobe.h:
15062         * ext/alsa/gstalsamixerelement.c:
15063         (gst_alsa_mixer_element_init_interfaces):
15064         * ext/alsa/gstalsamixerelement.h:
15065           Clean up and simplify alsa device probing. Make it actually work
15066           for multiple classes. Don't cache results any longer.
15067
15068         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15069         (gst_alsasink_init):
15070         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15071         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15072         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15073           Make alsasink and alsasrc implement the GstPropertyProbe interface
15074           for device probing (#342181).
15075           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15076
15077 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * gst/subparse/samiparse.c: (handle_start_font):
15080           Don't ignore return value of strtol (++compiler_happiness).
15081
15082 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15083
15084         Patch by: Young-Ho Cha  <ganadist chollian net>
15085
15086         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15087         (gst_sub_parse_class_init), (gst_sub_parse_init),
15088         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15089         (convert_encoding):
15090         * gst/subparse/gstsubparse.h:
15091           Add 'encoding' property (#341681).
15092
15093         * gst/subparse/samiparse.c: (characters_sami):
15094           Output is pango markup, so we need to escape text
15095           between tags (#342143).
15096
15097 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15098
15099         * gst-libs/gst/audio/multichannel.c:
15100         (gst_audio_check_channel_positions):
15101           It's okay to have caps with channels=1 and a channel position
15102           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15103           (deinterleavers might want to keep the position in the caps,
15104           so that they can be re-interleaved again properly later).
15105           Leave check for unexpected 2-channel layouts intact for now.
15106
15107 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15108
15109         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15110         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15111         basesrc can do its job correctly.
15112
15113 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15114
15115         * ext/alsa/Makefile.am:
15116         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15117         (gst_alsa_detect_formats), (get_channel_free_structure),
15118         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15119         (gst_alsa_probe_supported_formats):
15120         * ext/alsa/gstalsa.h:
15121         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15122           Refactor and improve caps probing code: probe signedness
15123           when we probe the supported formats/widths; set endianness
15124           to the one we actually probed for (ie. cpu endianness).
15125           
15126         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15127         (gst_alsasrc_close):
15128         * ext/alsa/gstalsasrc.h:
15129           Implement caps probing for alsasrc.
15130
15131 2006-05-15  Wim Taymans  <wim@fluendo.com>
15132
15133         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15134         (theora_dec_src_query), (theora_dec_src_event),
15135         (theora_dec_sink_event), (theora_handle_comment_packet),
15136         (theora_handle_data_packet), (theora_dec_change_state):
15137         Cleanups, add some G_LIKELY.
15138         Use segment helpers instead of our own wrong code.
15139         Clear queued buffers on seek and READY.
15140
15141         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15142         (vorbis_dec_convert), (vorbis_dec_src_query),
15143         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15144         (vorbis_handle_comment_packet), (vorbis_dec_push),
15145         (vorbis_handle_data_packet), (vorbis_dec_chain),
15146         (vorbis_dec_change_state):
15147         * ext/vorbis/vorbisdec.h:
15148         Remove old useless packetno variable.
15149         Do position query properly.
15150         Add some G_LIKELY.
15151         Do cleanup of queued buffers in new helper function
15152         and use it.
15153
15154 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15155
15156         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15157           Query supported sample rates. Fixes #341732.
15158
15159 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15160
15161         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15162         (gst_decode_bin_change_state): Make decodebin reusable
15163         when going from PAUSE_TO_READY and then back to PAUSED.
15164         Fixes #331678.
15165
15166 2006-05-15  Wim Taymans  <wim@fluendo.com>
15167
15168         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15169         (vorbis_dec_convert), (vorbis_dec_src_query),
15170         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15171         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15172         (vorbis_dec_clean_queued), (vorbis_dec_push),
15173         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15174         Cleanups. Use refcounting and DEBUG_OBJECT.
15175         Reset segment on flush, use code methods instead of our
15176         own wrong version.
15177         Fix potential memleak.
15178
15179 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15180
15181         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15182         (gst_alsasink_init):
15183         * ext/alsa/gstalsasink.h:
15184           Don't leak allocated snd_output_t structure if there's
15185           more than one alsasink instance at a time (#341873).
15186           Also fix GObject macros in header file.
15187           
15188 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15189
15190         * gst/subparse/gstsubparse.c:
15191         (gst_sub_parse_data_format_autodetect):
15192           Don't use libxml functions in the typefinding code.
15193
15194 2006-05-15  Wim Taymans  <wim@fluendo.com>
15195
15196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15197         Fix seeking performance in the case where a non-header 
15198         packet has a 0 granulepos (busted theora case). 
15199         Fixes #341719
15200         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15201          the first place, you limelight stealer you)
15202
15203 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * gst/subparse/gstsubparse.c:
15206         (gst_sub_parse_data_format_autodetect):
15207           Improve SAMI typefinding: handle case where there are
15208           whitespaces or newlines in front of the first <SAMI>
15209           tag (#169936).
15210
15211 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         * configure.ac:
15214           Build video4linux plugin even if there's no XVIDEO, just
15215           without implementing the GstXOverlay interface (#334002).
15216          
15217 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15218
15219         * configure.ac:
15220         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15221         (plugin_init):
15222           Add tentative support for libvisual-0.4 (#336881).
15223
15224 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15225
15226         Patch by: Young-Ho Cha <ganadist at chollian net>
15227
15228         * gst/subparse/samiparse.c: (handle_start_font):
15229           Need to map "silver" colour explicitly (#169936).
15230
15231 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15232
15233         Patch by: Young-Ho Cha  <ganadist at chollian net>
15234
15235         * gst/subparse/Makefile.am:
15236         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15237         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15238         (gst_sub_parse_format_autodetect), (feed_textbuf),
15239         (gst_subparse_type_find), (plugin_init):
15240         * gst/subparse/gstsubparse.h:
15241         * gst/subparse/samiparse.c:
15242         * gst/subparse/samiparse.h:
15243           Add support for SAMI subtitles (#169936).
15244
15245 2006-05-14  Michael Smith  <msmith@fluendo.com>
15246
15247         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15248           Fix #341696: crash when mixing L+R+C to mono or stereo.
15249         * tests/check/Makefile.am:
15250         * tests/check/elements/audioconvert.c: (set_channel_positions),
15251         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15252         (audioconvert_suite):
15253           Add test for the above, including some generic framework bits for
15254           testing multichannel things.
15255
15256 === release 0.10.7 ===
15257
15258 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15259
15260         * configure.ac:
15261           releasing 0.10.7, "Leave the gun"
15262
15263 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15264
15265         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15267         Fix the build.
15268
15269 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15270
15271         * docs/libs/gst-plugins-base-libs-docs.sgml:
15272         * docs/libs/gst-plugins-base-libs-sections.txt:
15273         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15274         * gst-libs/gst/video/video.h:
15275         * gst/videoscale/Makefile.am:
15276         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15278         * tests/check/Makefile.am:
15279         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15280         (main):
15281           Fix integer overflow problem with pixel-aspect-ratio calculations
15282           in videoscale and xvimagesink (#341542)
15283
15284 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * gst-libs/gst/tag/gstid3tag.c:
15287           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15288
15289 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15290
15291         * win32/MANIFEST:
15292           update win32 files listing
15293
15294 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15295
15296         patch by: Sjoerd Simons (sjoerd@luon.net)
15297
15298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15299         (group_create), (group_destroy), (add_stream),
15300         (gst_play_base_bin_get_property),
15301         (gst_play_base_bin_get_streaminfo_value_array):
15302         * gst/playback/gstplaybasebin.h:
15303           API: GstPlayBaseBin::stream-info-value-array property
15304           use a more bindings-friendly way of exposing streaminfo
15305           using a GValueArray.  Tested in ipython.
15306           Closes #341114
15307
15308 2006-05-11  Wim Taymans  <wim@fluendo.com>
15309
15310         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15311         (queue_underrun_cb), (queue_filled_cb):
15312         Also catch queue underruns but don't do anything yet.
15313         Refactor and comment queue enlarging code a bit.
15314
15315         * gst/playback/gstplaybasebin.c: (queue_overrun),
15316         (queue_threshold_reached), (queue_out_of_data),
15317         (gen_preroll_element):
15318         If a queue over/underruns check that we don't create nasty
15319         deadlocks when the min-threshold is not reached but the
15320         max-bytes is. In those cases disable max-bytes when we
15321         know that the queue is fed timed data.
15322         Add more comments.
15323
15324 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         * gst/playback/gstplaybin.c: (gen_audio_element):
15327           Make playbin automatically plug an 'audioresample'
15328           element before the audio sink as well. This solves
15329           problems with sinks that only accept a very specific
15330           sample rate, like esdsink (e.g. #340379).
15331
15332 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         * gst/playback/gstplaybasebin.c: (gen_source_element):
15335           Make http sources send special headers so that we receive
15336           icecast metadata if the http stream is an icecast stream
15337           (otherwise the server will just ignore them). This also
15338           means that from now on users will need the 'icydemux'
15339           element from gst-plugins-good installed if they want to
15340           listen to icecast radio streams. (#341432, #333657).
15341
15342 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15343
15344         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15345         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15346           remove stupid example from docs - it should come with a simple
15347           C program instead.
15348           Clean up/fix docs
15349         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15350         (fail_if_can_read), (GST_START_TEST),
15351         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15352           add a test for changing streamheader which exposes a bug in
15353           multifdsink
15354
15355 2006-05-11  Michael Smith  <msmith@fluendo.com>
15356
15357         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15358         (gst_gnome_vfs_src_received_headers_callback):
15359         * ext/gnomevfs/gstgnomevfssrc.h:
15360           Don't set icy-caps unless we have a sane interval value. Move
15361           interval to a local variable; we never use it outside this function.
15362
15363 2006-05-11  Wim Taymans  <wim@fluendo.com>
15364
15365         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15367         Register special buffer types along with the objects so
15368         that they are not registered at runtime from N different
15369         streaming threads since they are not threadsafe.
15370
15371 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15372
15373         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15374         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15375           add two more tests, one doing streamheader
15376
15377 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15378
15379         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15380           clean up the bufqueue when shutting down
15381         * tests/check/Makefile.am:
15382         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15383         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15384         (main):
15385           add a test for the leak that was just fixed
15386
15387 2006-05-10  Wim Taymans  <wim@fluendo.com>
15388
15389         * gst/adder/gstadder.c: (gst_adder_setcaps),
15390         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15391         (gst_adder_src_event), (gst_adder_sink_event),
15392         (gst_adder_class_init), (gst_adder_finalize),
15393         (gst_adder_request_new_pad), (gst_adder_collected):
15394         * gst/adder/gstadder.h:
15395         Updated some docs. Added comments and FIXMEs all over the place.
15396         Improve debugging info.
15397         Fix leak on finalize by not calling the parent.
15398         Implement duration query.
15399         Make event forwarding threadsafe.
15400         Correctly send NEWSEGMENT at start and after flush.
15401         Handle EOS correctly.
15402         Post error when not negotiated.
15403
15404         * tests/check/elements/adder.c: (GST_START_TEST):
15405         Added FIXME in the test.
15406
15407 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15408
15409         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15410         (gst_text_overlay_halign_get_type),
15411         (gst_text_overlay_wrap_mode_get_type):
15412         * ext/theora/theoradec.c: (theora_handle_type_packet),
15413         (theora_handle_data_packet):
15414         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15415         (theora_enc_sink_setcaps), (theora_enc_chain):
15416         * gst-libs/gst/cdda/gstcddabasesrc.c:
15417         (gst_cdda_base_src_mode_get_type):
15418         * gst/audiotestsrc/gstaudiotestsrc.c:
15419         (gst_audiostestsrc_wave_get_type):
15420         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15421         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15422         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15423         (gst_sync_method_get_type), (gst_unit_type_get_type),
15424         (gst_client_status_get_type):
15425         * gst/videoscale/gstvideoscale.c:
15426         (gst_video_scale_method_get_type):
15427         * gst/videotestsrc/gstvideotestsrc.c:
15428         (gst_video_test_src_pattern_get_type):
15429         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15430         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15431         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15432         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15433         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15434         (paint_setup_RGB565), (paint_setup_xRGB1555):
15435           Const-ify GEnumValue and GFlagsValue arrays. Use
15436           GST_ROUND_UP_* macros instead of home-made ones.
15437
15438 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15439
15440         * configure.ac:
15441           Require core CVS for the new newsegment stuff.
15442
15443 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         Patch by: Sjoerd Simons  <sjoerd at luon net>
15446
15447         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15448           Register nick for enum value (#341160).
15449
15450 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15451
15452         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15453         (plugin_init):
15454          backout typefind patch #340375
15455          
15456         * tests/check/elements/adder.c: (message_received),
15457         (GST_START_TEST), (adder_suite):
15458           redo, signal-handling of test
15459
15460 2006-05-09  Wim Taymans  <wim@fluendo.com>
15461
15462         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15463         (gst_adder_collected):
15464         * gst/adder/gstadder.h:
15465         Remove bogus segment merging and forwarding, we don't
15466         care about timestamps anyway and we just produce a
15467         continuous stream. 
15468         Also create a nice NEWSEGMENT event when we start.
15469         Use _scale_int some more.
15470
15471 2006-05-09  Edward Hervey  <edward@fluendo.com>
15472
15473         * tests/icles/stress-xoverlay.c:
15474         Fix if core was built without parsing support.
15475
15476 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15479           Add SEDG (Samsung MPEG-4) fourcc.
15480
15481 2006-05-09  Edward Hervey  <edward@fluendo.com>
15482
15483         * tests/icles/stress-xoverlay.c:
15484         * tests/examples/volume/volume.c:
15485         Fix if core was built without parsing support.
15486
15487         * tests/examples/seek/seek.c:
15488         Disable the parse_launch example if core was built without parsing
15489         support.
15490
15491 2006-05-08  Edward Hervey  <edward@fluendo.com>
15492
15493         * autogen.sh: (CONFIGURE_DEF_OPT): 
15494         libtoolize on Darwin/MacOSX is called glibtoolize
15495
15496 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15497
15498         * tests/check/Makefile.am:
15499         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15500           Disable the adder test, until the build-slaves posses the kindness to 
15501           either like it or to give valid reason for not doing so 
15502
15503 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15504
15505         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15506         (adder_suite):
15507           Shuffle NULL state change around and raise timeout more
15508
15509 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15510
15511         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15512         (mp4_type_find), (plugin_init):
15513           Add typefind to distinguish between "audio/x-m4a" and new type
15514           "video/mp4". Fixes #340375
15515
15516         * tests/check/elements/adder.c: (adder_suite):
15517           Raise timeout to make buildbot happy
15518
15519 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15520
15521         * gst/adder/gstadder.c: (gst_adder_sink_event),
15522         (gst_adder_request_new_pad), (gst_adder_change_state):
15523         * gst/adder/gstadder.h:
15524         * tests/check/Makefile.am:
15525         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15526         (adder_suite), (main):
15527           Add sink-event handling to adder. It tries to merge incomming
15528           newsegment-events. Added test to check if segment_done is comming
15529           through. Fixes #340060
15530
15531 2006-05-05  Andy Wingo  <wingo@pobox.com>
15532
15533         * ext/theora/theoraparse.c (gst_theora_parse_init)
15534         (theora_parse_src_convert, theora_parse_src_query):
15535         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15536         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15537         query functions on the source pads of the theora and vorbis parse
15538         elements. Fixes position querying when doing a remux.
15539
15540 2006-05-05  Michael Smith  <msmith@fluendo.com>
15541
15542         * ext/theora/theoraparse.c: (parse_granulepos),
15543         (theora_parse_drain_queue_prematurely),
15544         (theora_parse_queue_buffer), (theora_parse_sink_event):
15545           Fix flushing.
15546           Fix invalid granulepos outputs when starting with a non-keyframe.
15547
15548 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15549
15550         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15551         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15552         Rearrange MPEG system stream detection, fixing some memleaks in the
15553         process.
15554         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15555         they clean up their data correctly.
15556         Remove unused ogganx caps and move the 'is_annodex' check to inside
15557         the 'is_ogg' if statement.
15558
15559 2006-05-05  Wim Taymans  <wim@fluendo.com>
15560
15561         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15562         Properly remove ghostpads. Fixes #340392
15563
15564 2006-05-04  David Schleef  <ds@schleef.org>
15565
15566         * gst/typefind/gsttypefindfunctions.c:
15567
15568 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15569
15570         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15571         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15572
15573         When typefinding an MP3 in push-based mode, don't penalise the
15574         probability down to 74% when we found 5 valid frames just because we
15575         can't peek the end of the file.
15576
15577         Make the probability for detecting MPEG Transport Streams based on the
15578         number of sequential headers we successfully detected.
15579
15580 2006-05-03  Wim Taymans  <wim@fluendo.com>
15581
15582         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15583         (vorbis_dec_push), (vorbis_dec_chain):
15584         Still produce an error when we receive an empty packet.
15585
15586 2006-05-03  Wim Taymans  <wim@fluendo.com>
15587
15588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15589         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15590         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15591         Mark buffers with DISCONT after seek and after activating new
15592         chains.
15593
15594         * ext/theora/gsttheoradec.h:
15595         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15596         (theora_get_query_types), (theora_dec_sink_event),
15597         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15598         (theora_dec_change_state):
15599         Fix frame counter.
15600         Detect and mark DISCONT buffers.
15601
15602         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15603         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15604         (vorbis_dec_change_state):
15605         * ext/vorbis/vorbisdec.h:
15606         Use GstSegment.
15607         Detect and mark DISCONT buffers.
15608         Don't crash on 0 sized buffers.
15609
15610 2006-05-03  Wim Taymans  <wim@fluendo.com>
15611
15612         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15613         (volume_transform_ip):
15614         Increase "volume" property to 10.0. Fixes #340369.
15615         Set the process function to NULL when capsnego fails so that
15616         we properly error out.
15617
15618 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15619
15620         * gst/playback/gstplaybin.c: (add_sink):
15621         * gst/playback/test.c: (main):
15622         * gst/playback/test5.c: (dump_element_stats):
15623         * gst/playback/test6.c: (main):
15624           free caps using gst_caps_unref, don't leak caps-strings
15625
15626 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15627
15628         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15629         (plugin_init):
15630           Refine musepack typefinding a bit. Return MAXIMUM
15631           probability when we detect stream version 7 to make
15632           sure the mpeg audio typefinder doesn't trump us.
15633
15634 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15637           Protect against unexpected NULL strf_data buffer.
15638
15639 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15640
15641         * tests/check/elements/audioconvert.c: (verify_convert),
15642         (GST_START_TEST):
15643           interpret the out[] buffer in the order the bytes are actually
15644           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15645           Other tests should use BYTE_ORDER since the array is filled in
15646           with actual values
15647
15648 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15649
15650         * tests/check/elements/audioconvert.c: (verify_convert),
15651         (GST_START_TEST):
15652           when a test fails, give an indication of which it is
15653
15654 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15655
15656         * gst-libs/gst/cdda/gstcddabasesrc.c:
15657           compile fix; strtol() needs <stdlib.h>
15658
15659 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15660
15661         * ext/alsa/gstalsamixerelement.c:
15662         * ext/alsa/gstalsasrc.c:
15663         * ext/cdparanoia/gstcdparanoiasrc.c:
15664         * ext/gnomevfs/gstgnomevfssink.c:
15665         * ext/gnomevfs/gstgnomevfssrc.c:
15666         * ext/ogg/gstoggdemux.c:
15667         * ext/ogg/gstoggmux.c:
15668         * ext/ogg/gstoggparse.c:
15669         * ext/ogg/gstogmparse.c:
15670         * ext/pango/gstclockoverlay.c:
15671         * ext/pango/gsttextoverlay.c:
15672         * ext/pango/gsttextrender.c:
15673         * ext/pango/gsttimeoverlay.c:
15674         * ext/theora/theoradec.c:
15675         * ext/theora/theoraenc.c:
15676         * ext/vorbis/vorbisdec.c:
15677         * ext/vorbis/vorbisenc.c:
15678         * gst-libs/gst/audio/gstaudiofilter.c:
15679         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15680         * gst/audioconvert/gstaudioconvert.c:
15681         * gst/audiorate/gstaudiorate.c:
15682         * gst/audioresample/gstaudioresample.c:
15683         * gst/audiotestsrc/gstaudiotestsrc.c:
15684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15685         * gst/playback/gstdecodebin.c:
15686         * gst/playback/gstplaybin.c:
15687         * gst/playback/gststreamselector.c:
15688         * gst/subparse/gstsubparse.c:
15689         * gst/tcp/gstmultifdsink.c:
15690         * gst/tcp/gsttcpclientsink.c:
15691         * gst/tcp/gsttcpclientsrc.c:
15692         * gst/tcp/gsttcpserversink.c:
15693         * gst/tcp/gsttcpserversrc.c:
15694         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15695         * gst/videorate/gstvideorate.c:
15696         * gst/videoscale/gstvideoscale.c:
15697         * gst/videotestsrc/gstvideotestsrc.c:
15698         * gst/volume/gstvolume.c:
15699         * sys/v4l/gstv4ljpegsrc.c:
15700         * sys/v4l/gstv4lmjpegsink.c:
15701         * sys/v4l/gstv4lmjpegsrc.c:
15702         * sys/v4l/gstv4lsrc.c:
15703         * sys/ximage/ximagesink.c:
15704         * sys/xvimage/xvimagesink.c:
15705         * tests/check/libs/cddabasesrc.c:
15706           make GstElementDetails const
15707
15708 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15709
15710         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15711         (gst_adder_init):
15712           send events from src-pad to all sink-pads fixes #338657
15713
15714 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15715
15716         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15717         (alsasink_parse_spec):
15718           query width capabilities from alsa, fixes #338919
15719
15720 2006-04-28  Wim Taymans  <wim@fluendo.com>
15721
15722         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15723         (gst_multi_fd_sink_remove_client_link):
15724         * gst/tcp/gstmultifdsink.h:
15725         Fix race condition in multifdsink that can lead to spurious 
15726         duplicate clients. this patch adds a new signal that is fired when
15727         multifdsink has removed all references to the fd.
15728         Fixes #339574.
15729         Updated documentation.
15730         API: client-fd-removed signal added
15731
15732 2006-04-28  Michael Smith  <msmith@fluendo.com>
15733
15734         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15735           When asking g_value_array_new to prealloc elements, we may as well
15736           ask for the right number of elements.
15737
15738 2006-04-28  Wim Taymans  <wim@fluendo.com>
15739
15740         * gst-libs/gst/audio/gstbaseaudiosink.c:
15741         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15742         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15743         patch to make timestamp checking more tollerant to rounding 
15744         errors given that real discontinuities are to be marked on
15745         buffers. Fixes some asf files and #338778.
15746         Also avoid some crashers when we receive an event in the 
15747         NULL state.
15748
15749 2006-04-28  Michael Smith  <msmith@fluendo.com>
15750
15751         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15752         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15753         (gst_gnome_vfs_src_get_property),
15754         (gst_gnome_vfs_src_send_additional_headers_callback),
15755         (gst_gnome_vfs_src_received_headers_callback),
15756         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15757         (gst_gnome_vfs_src_stop):
15758         * ext/gnomevfs/gstgnomevfssrc.h:
15759           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15760           proper shared support within icydemux.
15761
15762 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15763
15764         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15765         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15766           fix up docs
15767           fix a leak when no caps negotiated
15768           fix counting of input frames
15769         * tests/check/elements/.cvsignore:
15770         * tests/check/elements/videorate.c: (assert_videorate_stats),
15771         (GST_START_TEST), (videorate_suite):
15772           add tests for these
15773
15774 2006-04-28  Wim Taymans  <wim@fluendo.com>
15775
15776         * gst-libs/gst/audio/gstringbuffer.c:
15777         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15778         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15779         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15780         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15781         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15782         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15783         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15784         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15785         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15786         Check arguments passed to public functions instead of
15787         crashing.
15788
15789 2006-04-28  Wim Taymans  <wim@fluendo.com>
15790
15791         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15792         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15793         GstBaseAudioSrc must be live or it does not work.
15794
15795         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15796         Don't set live to TRUE as this is the default in the parentclass.
15797
15798 2006-04-28  Wim Taymans  <wim@fluendo.com>
15799
15800         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15801         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15802         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15803         fixation cases better. Fixes #338991
15804
15805 2006-04-28  Wim Taymans  <wim@fluendo.com>
15806
15807         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15808         Handle 0/1 framerate correctly Fixes #331901.
15809
15810 2006-04-28  Wim Taymans  <wim@fluendo.com>
15811
15812         * tests/check/elements/audioconvert.c: (get_float_caps),
15813         (GST_START_TEST), (audioconvert_suite):
15814         Added check for correct clipping when doing float samples
15815         in audioconvert.
15816
15817 2006-04-28  Wim Taymans  <wim@fluendo.com>
15818
15819         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15820         (gst_video_rate_chain):
15821         Print more debugging info.
15822
15823 2006-04-28  Wim Taymans  <wim@fluendo.com>
15824
15825         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15826         (resample_set_state_from_caps):
15827         Add support for other formats audioresample can handle such as
15828         32 bits in and float and 64 bits float. Fixes #301759
15829
15830 2006-04-28  Wim Taymans  <wim@fluendo.com>
15831
15832         * gst/audioconvert/audioconvert.c: (float):
15833         correctly clip float samples > 1.0. Fixes #338718
15834
15835 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         Patch by: Young-Ho Cha  <ganadist at chollian net>
15838
15839         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15840         (gst_text_overlay_render_text):
15841           Don't strip newlines from the text. Also, center lines
15842           within multi-line paragraphs (#339405).
15843
15844 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15845
15846         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15847           Fix wavpack typefinding to work in more cases (don't peek
15848           for chunks of multiple hundred kBs at once, but process
15849           things step-by-step in smaller units). Fixes #339786.
15850
15851 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15852
15853         * configure.ac:
15854           back to HEAD
15855
15856 === release 0.10.6 ===
15857
15858 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15859
15860         * configure.ac:
15861           releasing 0.10.6, "Chao"
15862
15863 2006-04-26  David Schleef  <ds@schleef.org>
15864
15865         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15866           Fixes #338897.
15867
15868 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * configure.ac:
15871         * win32/common/config.h:
15872           new prerelease
15873
15874 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         patch by: Wim Taymans
15877
15878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15879         (gst_ogg_demux_perform_seek):
15880           make sure correct newsegments are sent, so that the decoder
15881           and the demuxer agree on timestamps.  Fixes playback of a lot
15882           of Ogg files that do not start from 0.  Fixes #339833.
15883
15884 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15885
15886         Patch by: Edward Hervey  <edward@fluendo.com>
15887
15888         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15889         * tests/check/Makefile.am:
15890         * tests/check/elements/videorate.c: (assert_videorate_stats),
15891         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15892         (videorate_suite), (main):
15893           Fix an infinite loop if frames are passed in with wrongly ordered
15894           timestamps.  Fixes #339013.
15895
15896 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15901           fix typefinding on some ISO files.  Fixes #339212.
15902
15903 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15904
15905         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15906
15907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15908           add another H264 fourcc.  Fixes #339047.
15909
15910 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15911
15912         Patch by: Jan Schmidt
15913
15914         * gst/playback/gststreamselector.c:
15915         (gst_stream_selector_bufferalloc):
15916           Restore old StreamSelector behaviour.
15917           Fixes #338419.
15918
15919 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15920
15921         * configure.ac:
15922         * win32/common/config.h:
15923           prerelease
15924
15925 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15926
15927         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15928
15929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15930         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15931           Fix some memory leaks: on finalize, free buffers left in the queue
15932           before destroying the queue; in _push(), unref rtp_buf even if
15933           the process vfunc returned a NULL buffer as output buffer (#337548);
15934           demote some recuring debug messages to LOG level.
15935
15936 2006-04-11  Wim Taymans  <wim@fluendo.com>
15937
15938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15939         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15940         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15941         (gst_ogg_demux_loop):
15942         More cleanups.
15943         Respect segment stop when emiting EOS or SEGMENT_DONE.
15944         Fixes (#337945).
15945
15946 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15947
15948         * gst/playback/gststreamselector.c:
15949         (gst_stream_selector_get_property):
15950           Don't leak pad name.
15951
15952 2006-04-10  Michael Smith  <msmith@fluendo.com>
15953
15954         * tests/check/Makefile.am:
15955         * tests/check/gst-plugins-base.supp:
15956           Suppress an old libtheora bug (fixed in more recent versions), so 
15957           that FC4 buildslaves can pass.
15958
15959 2006-04-10  Wim Taymans  <wim@fluendo.com>
15960
15961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15962         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15963         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15964         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15965         (gst_ogg_demux_loop):
15966         Don't leak events.
15967         Remember what error we got when finding chains, if we
15968         were shutdown, that would not be an error.
15969
15970 2006-04-10  Wim Taymans  <wim@fluendo.com>
15971
15972         * gst-libs/gst/audio/gstbaseaudiosink.c:
15973         (gst_base_audio_sink_event):
15974         Starting the ringbuffer when we did not acquire it can cause
15975         a deadlock, is pointless and causes nasty things for
15976         subclasses. 
15977         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15978
15979 2006-04-10  Wim Taymans  <wim@fluendo.com>
15980
15981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15982         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15983         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15984         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15985         (gst_ogg_demux_deactivate_current_chain),
15986         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15987         (gst_ogg_demux_bisect_forward_serialno),
15988         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15989         Add some more debugging.
15990
15991 2006-04-10  Wim Taymans  <wim@fluendo.com>
15992
15993         * ext/theora/theoradec.c: (theora_dec_src_event),
15994         (theora_handle_data_packet):
15995         Some more debug info.
15996
15997         * tests/examples/seek/seek.c: (start_seek), (main):
15998         Print element messages too.
15999
16000 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16001
16002         * gst/audioresample/debug.h:
16003           replace debug macros with variable number of parameters
16004           by a simple alias to gstreamer standard debug macros 
16005          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16006           supported by MSVC 6.0 and 7.1)
16007         * gst/audioresample/resample.h:
16008           define M_PI and rint for WIN32
16009         * win32/common/libgstaudio.def:
16010         * win32/common/libgstriff.def:
16011         * win32/common/libgsttag.def:
16012         * win32/common/libgstvideo.def:
16013           add new exported functions
16014         * win32/vs6:
16015           update project files
16016
16017 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16018
16019         * ext/alsa/gstalsamixeroptions.c:
16020         (gst_alsa_mixer_options_class_init):
16021         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16024         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16025         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16026         * gst-libs/gst/audio/gstaudiofilter.c:
16027         (gst_audio_filter_class_init):
16028         * gst-libs/gst/audio/gstaudiosink.c:
16029         (gst_audioringbuffer_class_init):
16030         * gst-libs/gst/audio/gstaudiosrc.c:
16031         (gst_audioringbuffer_class_init):
16032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16033         * gst-libs/gst/interfaces/colorbalancechannel.c:
16034         (gst_color_balance_channel_class_init):
16035         * gst-libs/gst/interfaces/mixeroptions.c:
16036         (gst_mixer_options_class_init):
16037         * gst-libs/gst/interfaces/mixertrack.c:
16038         (gst_mixer_track_class_init):
16039         * gst-libs/gst/interfaces/tunerchannel.c:
16040         (gst_tuner_channel_class_init):
16041         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16042         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16043         (gst_netbuffer_class_init):
16044         * gst-libs/gst/rtp/gstbasertppayload.c:
16045         (gst_basertppayload_class_init):
16046         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16048         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16049         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16050         * gst/playback/gststreamselector.c:
16051         (gst_stream_selector_class_init):
16052         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16053         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16054         * sys/v4l/gstv4lcolorbalance.c:
16055         (gst_v4l_color_balance_channel_class_init):
16056         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16057         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16058         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16059         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16060         (gst_v4l_tuner_norm_class_init):
16061         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16063         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16064         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16065
16066 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16067
16068         * ext/pango/gsttextrender.h:
16069         * gst-libs/gst/audio/gstaudiosink.h:
16070         * gst-libs/gst/audio/gstaudiosrc.h:
16071         * gst-libs/gst/audio/gstbaseaudiosink.h:
16072         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16073         * gst-libs/gst/audio/gstringbuffer.h:
16074         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16075         * gst-libs/gst/rtp/gstbasertppayload.h:
16076         * gst-libs/gst/video/gstvideofilter.h:
16077         * gst-libs/gst/video/gstvideosink.h:
16078         * gst/playback/gstplaybasebin.h:
16079         * gst/tcp/gstmultifdsink.h:
16080         * sys/v4l/gstv4lelement.h:
16081         Fix broken GObject macros
16082
16083 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16084
16085         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16086         More debug to trace why my USB headset is not working with gst
16087
16088 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16089
16090         * gst/playback/gstplaybasebin.c: (group_destroy):
16091         Clean up our group elements properly in the case where it never 
16092         got committed - it still got added unconditionally to the bin.
16093
16094 2006-04-07  Wim Taymans  <wim@fluendo.com>
16095
16096         * ext/theora/theoradec.c: (theora_dec_sink_event),
16097         (theora_handle_data_packet), (theora_dec_chain):
16098         Unref unhandled events.
16099         Protect against empty buffers.
16100         Perform QoS on running time.
16101
16102 2006-04-07  Michael Smith  <msmith@fluendo.com>
16103
16104         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16105         (gst_vorbis_enc_chain):
16106           Remove leaks from vorbisenc.
16107           Mostly minor changes, the only significant one is that now the
16108           buffers we set as 'streamheader' on the caps are copies of the
16109           original buffers, to avoid circular refcounting problems.
16110
16111 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16112
16113         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16114           Don't remove our mute-probe if someone else already did so.
16115           Don't set a 2nd one if there is already one pending on the pad.
16116
16117         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16118         (do_playbin_seek):
16119           When a seek fails, ensure that playbin is still set back to playing.
16120           
16121         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16122         (mpeg_ts_type_find), (plugin_init):
16123           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16124
16125 2006-04-06  Andy Wingo  <wingo@pobox.com>
16126
16127         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16128         (gst_video_rate_init): Caps-related parameters should not be reset
16129         by a flush -- move their inits to the instance init function.
16130         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16131         is not OK, just return the result.
16132
16133         * gst/audiotestsrc/gstaudiotestsrc.c
16134         (gst_audio_test_src_class_init)
16135         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16136         broken by Stefan's commit on 24 March.
16137
16138         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16139         buffers being pushed out. Fixes oggmux ! multifdsink.
16140
16141 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16142
16143         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16144         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16145         * ext/vorbis/vorbisdec.h:
16146         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16147         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16148         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16149         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16150         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16151         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16152         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16153         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16154         (gst_vorbis_enc_buffer_from_packet),
16155         (gst_vorbis_enc_buffer_from_header_packet),
16156         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16157         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16158         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16159         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16160         (gst_vorbis_enc_change_state):
16161         * ext/vorbis/vorbisenc.h:
16162           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16163           vorbisenc adhere to the official nomenclature; use boilerplate
16164           macro.
16165
16166 2006-04-04  Andy Wingo  <wingo@pobox.com>
16167
16168         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16169         Whoops, fix bug introduced. Bad hacker!
16170         
16171         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16172         Properly handle the case where you get EOS before any buffers are
16173         received. Use gst_buffer_make_metadata_writable where appropriate.
16174
16175         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16176         is often negative -- make it signed so as not to wrap around.
16177         Fixes segfaults introduced on 9 March.
16178
16179 2006-04-03  Wim Taymans  <wim@fluendo.com>
16180
16181         * ext/theora/gsttheoradec.h:
16182         * ext/theora/theoradec.c: (theora_dec_src_event):
16183         Don't try to store a gdouble in a gboolean.
16184         Small cleanups.
16185
16186 2006-04-03  Michael Smith  <msmith@fluendo.com>
16187
16188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16189           Oggmux sucks.
16190           Make it suck slightly less by writing out the final page.
16191           Still can't encode a vorbis-in-ogg file correctly, though.
16192
16193 2006-04-03  Andy Wingo  <wingo@pobox.com>
16194
16195         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16196         a g_print.
16197
16198         * ext/theora/theora.c (plugin_init): Register theoraparse.
16199
16200         * ext/theora/gsttheoraparse.h: 
16201         * ext/theora/theoraparse.c: New files implementing a theora
16202         parser. Now we can properly remux ogg/theora+vorbis, yay.
16203
16204         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16205
16206 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16207
16208         * gst/audiotestsrc/gstaudiotestsrc.c:
16209           Fixed the sample pipeline (see #323798)
16210
16211 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16212
16213         * configure.ac:
16214         * win32/common/config.h:
16215         * win32/common/config.h.in:
16216           use AS_VERSION and AS_NANO
16217           more cleanups
16218
16219 2006-03-31  Andy Wingo  <wingo@pobox.com>
16220
16221         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16222         uninitialized variable return that would happen.
16223         
16224         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16225         uninitialized variable return that would never happen.
16226
16227         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16228         (vorbis_parse_sink_event): Add an event function to flush our
16229         state on a seek, and to drain buffers on a premature EOS.
16230         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16231         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16232         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16233         (vorbis_parse_drain_queue): Queue up buffers until we can set
16234         their timestamps and granulepos values.
16235
16236         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16237         and keep track of data needed for deriving granulepos and
16238         timestamps for buffers.
16239
16240 2006-03-29  Wim Taymans  <wim@fluendo.com>
16241
16242         Patch by: j^ <j at bootlab dot org>
16243
16244         * ext/alsa/gstalsamixerelement.c:
16245         (gst_alsa_mixer_element_class_init):
16246         * ext/alsa/gstalsasink.c:
16247         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16248         * ext/ogg/gstoggdemux.c:
16249         * ext/ogg/gstoggmux.c:
16250         * ext/ogg/gstoggparse.c:
16251         * ext/pango/gstclockoverlay.c:
16252         * ext/pango/gsttextoverlay.c:
16253         * ext/pango/gsttextrender.c:
16254         * ext/pango/gsttimeoverlay.c:
16255         * ext/theora/theoradec.c:
16256         * ext/theora/theoraenc.c:
16257         * ext/vorbis/vorbisdec.c:
16258         * ext/vorbis/vorbisenc.c:
16259         * gst/audioconvert/gstaudioconvert.c:
16260         * gst/subparse/gstsubparse.c:
16261         * gst/tcp/gstmultifdsink.c:
16262         * gst/tcp/gsttcpclientsink.c:
16263         * gst/tcp/gsttcpclientsrc.c:
16264         * gst/tcp/gsttcpserversink.c:
16265         * gst/tcp/gsttcpserversrc.c:
16266           better/unified long descriptions
16267           Fixes #336477
16268
16269 2006-03-29  Wim Taymans  <wim@fluendo.com>
16270
16271         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16272         (stop_seek):
16273         Don't let double and triple clicks mess up our state.
16274
16275 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16276
16277         * gst/playback/gstplaybin.c: (gen_video_element),
16278         (gen_text_element), (gen_audio_element), (gen_vis_element):
16279           Error out gracefully when we can't create any of the usual
16280           conversion elements for some reason. Also, don't try to
16281           create an audioscale (sic) element that's not used anyway.
16282
16283 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16284
16285         * gst/playback/gstplaybasebin.c: (setup_source):
16286           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16287           element for a particular protocol, that's confusing for users.
16288           Instead, post a RESOURCE_FAILED error, so that our own error
16289           message is actually shown in totem etc. (#336303).
16290
16291 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16292
16293         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16294
16295         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16296         (gst_gnome_vfs_src_get_icy_metadata):
16297           Fix some minor memory leaks (#336194).
16298
16299 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * ext/gnomevfs/gstgnomevfs.c:
16302         (gst_gnome_vfs_location_to_uri_string):
16303         * ext/gnomevfs/gstgnomevfs.h:
16304         * ext/gnomevfs/gstgnomevfssink.c:
16305         (gst_gnome_vfs_sink_set_property):
16306         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16307           Make gnomevfssink accept filenames as well as URIs for the
16308           "location" property, just like gnomevfssrc does (and
16309           filesrc/filesink do) (#336190).
16310
16311 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16312
16313         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16314           set to NULL before unreffing, fixes a valgrind leak.
16315           Why was this not triggering the error that an object needs to
16316           be NULL before unreffing ?
16317         * win32/common/config.h:
16318           update
16319
16320 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16321
16322         * gst/subparse/gstsubparse.c: (convert_encoding),
16323         (gst_sub_parse_change_state):
16324         * gst/subparse/gstsubparse.h:
16325           Text subtitle files may or may not be UTF-8. If it's not, we
16326           don't really want to see '?' characters in place of non-ASCII
16327           characters like accented characters. So let's assume the input
16328           is UTF-8 until we come across text that is clearly not. If it's
16329           not UTF-8, we don't really know what it is, so try the following:
16330           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16331           is set; if not, check (b) if the current locale encoding is
16332           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16333           the current locale encoding is UTF-8 and the environment variable
16334           was not set to any particular encoding. Not perfect, but better
16335           than nothing (and better than before, I think) (fixes #172848).
16336
16337 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16338
16339         * configure.ac:
16340           update core requirement to 0.10.4.1 because of async_playback
16341           vmethod on GstBaseSink
16342
16343 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16344
16345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16346         * gst/adder/gstadder.c: (gst_adder_init):
16347         use DEBUG_FUNCPTR for collectpads
16348
16349 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16350
16351         * docs/plugins/Makefile.am:
16352         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16353         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16354         * ext/cdparanoia/gstcdparanoiasrc.c:
16355         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16356         (gst_gnome_vfs_sink_class_init):
16357         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16359         * ext/ogg/gstoggmux.c:
16360         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16361         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16362         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16363         * ext/pango/gsttextoverlay.c:
16364         * ext/pango/gsttextrender.c:
16365         * ext/theora/theoradec.c:
16366         * ext/theora/theoraenc.c:
16367         * ext/vorbis/vorbisdec.c:
16368         * ext/vorbis/vorbisenc.c:
16369         * gst-libs/gst/audio/gstaudiofilter.c:
16370         (gst_audio_filter_base_init):
16371         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16372         (gst_audio_filter_template_base_init):
16373         * gst/adder/gstadder.c: (gst_adder_get_type):
16374         * gst/adder/gstadder.h:
16375         * gst/audioconvert/gstaudioconvert.c:
16376         * gst/audiotestsrc/gstaudiotestsrc.c:
16377         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16378         (gst_audio_test_src_create):
16379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16380         * gst/playback/gstdecodebin.c:
16381         * gst/playback/gstplaybin.c:
16382         * gst/playback/gststreamselector.c:
16383         (gst_stream_selector_base_init):
16384         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16385         * gst/volume/gstvolume.c:
16386         * sys/v4l/gstv4lmjpegsink.c:
16387         * sys/v4l/gstv4lmjpegsrc.c:
16388         * tests/check/libs/cddabasesrc.c:
16389         * tests/old/examples/gob/gst-identity2.gob:
16390           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16391           define GstElementDetails at the top
16392
16393 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16394
16395         * win32/common/libgstinterfaces.def:
16396         Add a lot of export functions for gst-python
16397         * win32/vs6/libgstinterfaces.dsp:
16398         Add a missing include folder in the project configuration
16399         
16400 2006-03-23  Wim Taymans  <wim@fluendo.com>
16401
16402         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16403         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16404         (gst_base_audio_src_change_state):
16405         Fix audio sources, forgot to make the ringbuffer
16406         startable...
16407
16408 2006-03-23  Wim Taymans  <wim@fluendo.com>
16409
16410         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16411         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16412         (gst_base_audio_src_change_state):
16413         unparent instead of unref the ringbuffer.
16414
16415 2006-03-23  Wim Taymans  <wim@fluendo.com>
16416
16417         * gst-libs/gst/audio/gstbaseaudiosink.c:
16418         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16419         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16420         Implement new async_play vmethod to start slaving and allow
16421         playback start in case of async PLAY state changes. 
16422
16423         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16424         Enable QoS with new method in base class.
16425
16426 2006-03-23  Wim Taymans  <wim@fluendo.com>
16427
16428         Patch by: Julien MOUTTE <julien at moutte dot net>
16429
16430         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16431         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16432         Partially handle 0 framerate, only EOS after the first frame
16433         is missing.
16434
16435 2006-03-23  Wim Taymans  <wim@fluendo.com>
16436
16437         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16438
16439         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16440         (gst_riff_create_video_template_caps):
16441         * gst/ffmpegcolorspace/avcodec.h:
16442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16443         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16444         (gst_ffmpegcsp_avpicture_fill):
16445         * gst/ffmpegcolorspace/imgconvert.c:
16446         Patch for support of YVU9 AVI files (#334822)
16447
16448 2006-03-22  Edward Hervey  <edward@fluendo.com>
16449
16450         * docs/design/design-decodebin.txt:
16451         Added design document for new decodebin
16452         (Target Caps): text/x-pango-markup is also a default target caps.
16453
16454 2006-03-22  Wim Taymans  <wim@fluendo.com>
16455
16456         * gst-libs/gst/audio/gstbaseaudiosink.c:
16457         (gst_base_audio_sink_dispose):
16458         Since we _parent the ringbuffer, we also need to
16459         _unparent instead of a plain _unref.
16460
16461 2006-03-22  Wim Taymans  <wim@fluendo.com>
16462
16463         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16464         (stop_seek), (scrub_toggle_cb), (main):
16465         Add scrub checkbox.
16466
16467 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16468
16469         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16470         (gst_ogg_parse_chain):
16471           Fix very inefficient usage of linked lists (#335365).
16472
16473 2006-03-21  Edward Hervey  <edward@fluendo.com>
16474
16475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16476         * gst/playback/gstplaybin.c: (handoff):
16477         * gst/playback/gststreamselector.c:
16478         (gst_stream_selector_set_property):
16479         gcc 4.1 unreferenced pointer fixes.
16480         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16482         gst_buffer_ref() now takes a GstBuffer*.
16483
16484 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16485
16486         * sys/xvimage/xvimagesink.c:
16487         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16488         by Jan Schmidt.
16489
16490 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16491
16492         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16493         (id3v1_type_find), (apetag_type_find), (plugin_init):
16494           Can't do tag preferences via probability, as tags would then
16495           lose against types that are recognised with MAXIMUM probability
16496           (like .wav); so let all tag typefinders return MAXIMUM themselves
16497           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16498           that we can prefer APE to ID3v1 (fixes #335028).
16499           
16500 2006-03-17  Wim Taymans  <wim@fluendo.com>
16501
16502         * gst-libs/gst/audio/gstbaseaudiosink.c:
16503         (gst_base_audio_sink_change_state):
16504         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16505         (gst_ring_buffer_may_start):
16506         * gst-libs/gst/audio/gstringbuffer.h:
16507         Only start playback if we are playing.
16508         should fix #330748.
16509
16510 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16511
16512         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16513         * win32/common/config.h:
16514           Revert accidental commits to these files.
16515
16516 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16517
16518         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16519
16520         * tests/Makefile.am:
16521           Don't try to build tests in tests/icles if we
16522           don't have X (#323852)
16523
16524 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16525
16526         * gst-libs/gst/tag/gstid3tag.c:
16527           Add TXXX frame identifiers for replaygain stuff as used
16528           by some taggers (see #323721).
16529
16530 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16531
16532         * gst/playback/gststreamselector.c:
16533         (gst_stream_selector_set_property),
16534         (gst_stream_selector_bufferalloc):
16535           Preserve the existing buggy streamselector behaviour by performing
16536           a fallback buffer allocation when downstream isn't linked yet.
16537           This should really be fixed in playbin by blocking pads until it's
16538           linked them.
16539           Also, use gst_pad_alloc_buffer instead of
16540           gst_pad_alloc_buffer_and_set.
16541
16542 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16543
16544         * gst-libs/gst/tag/gstid3tag.c:
16545           Don't crash on unknown ID3v2 TXXX frames.
16546           
16547 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16548
16549         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16550           Chain up to the parent finalize method.
16551           Add 32-bit sample size to the template caps.
16552
16553         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16554         (gst_riff_create_video_template_caps):
16555           Add the fourcc that the VMWare codec uses.
16556           
16557         * gst/playback/gststreamselector.c:
16558         (gst_stream_selector_set_property),
16559         (gst_stream_selector_bufferalloc),
16560         (gst_stream_selector_request_new_pad):
16561           For the active pad, forward buffer-alloc requests, otherwise
16562           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16563           having to memcpy every frame when used by playbin.
16564
16565         * gst/tcp/gstmultifdsink.c:
16566         (gst_multi_fd_sink_handle_client_write):
16567           Get negotiated caps from the sink pad, rather than the sink
16568           pad's peer.
16569
16570 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16571
16572         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16573         
16574         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16575           Don't forget to set src->callbacks_pushed to FALSE again when
16576           popping them, otherwise re-activation in a different mode won't
16577           work (#334620).
16578
16579 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16580
16581         Patch by: Sebastien Moutte  <sebastien moutte net>
16582
16583         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16584         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16585         (gst_ffmpeg_smpfmt_to_caps):
16586           Replace __VA_ARGS__ caps creation macros with varargs functions.
16587           Makes things compile on MSVC (#320765), looks nicer, and we can
16588           tell the compiler to check for the NULL terminator.
16589
16590 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16591
16592         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16593
16594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16595           Make sure the buffer we copy into is really always big
16596           enough, this time for real (#333488).
16597           
16598 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16601           Add support for 24bpp DIB (#305279).
16602
16603 2006-03-14  Wim Taymans  <wim@fluendo.com>
16604
16605         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16606         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16608         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16609         (gst_video_scale_init), (gst_video_scale_src_event):
16610         Re-enable QoS after the release.
16611         Rework videoscale to use the base class src_event handler.
16612
16613 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16614
16615         * configure.ac:
16616           back to CVS.
16617
16618 === release 0.10.5 ===
16619
16620 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16621
16622         * configure.ac:
16623           releasing 0.10.5, "Net"
16624
16625 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16626
16627         * docs/plugins/Makefile.am:
16628           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16629           
16630 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16631
16632         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16633         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16634         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16635           Add cdparanoiasrc to docs.
16636
16637         * gst-libs/gst/cdda/gstcddabasesrc.c:
16638           More GstCddaBaseSrc docs.
16639
16640 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16641
16642         * docs/libs/gst-plugins-base-libs-sections.txt:
16643         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16644         * gst-libs/gst/tag/tag.h:
16645           API: libgsttag: new method gst_tag_from_id3_user_tag().
16646
16647 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16650           NULL-terminate array of mpeg4 video file extensions.
16651           Fixes crash on PPC (#334226).
16652
16653 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * ext/gnomevfs/gstgnomevfssrc.c:
16656         (gst_gnome_vfs_src_check_get_range):
16657           gnome_vfs_uri_is_local() alone is not a good indicator
16658           whether we can operate in pull-mode with a specific URI,
16659           as it returns FALSE for file:// URIs that point to an
16660           NFS-mounted path. Be more conservative here: whitelist
16661           local files, blacklist http URIs and use the old
16662           mechanism for anything else (fixes #334216).
16663
16664 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16665
16666         * configure.ac:
16667           back to trunk
16668
16669 === release 0.10.4 ===
16670
16671 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16672
16673         * configure.ac:
16674           releasing 0.10.4, "Power"
16675
16676 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16677
16678         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16679         Disable max-lateness by setting it to -1 for now, so that 
16680         we can bed QoS stuff in thoroughly between now and the next
16681         release.
16682
16683 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         Patch by: Fabrizio Gennari
16686
16687         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16688           Make sure we don't read beyond the palette buffer in case of
16689           broken or manipulated files (#333488)
16690
16691 2006-03-10  Edward Hervey  <edward@fluendo.com>
16692
16693         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16694         Fix for variable not initialized.
16695
16696 2006-03-09  Wim Taymans  <wim@fluendo.com>
16697
16698         * ext/libvisual/visual.c: (gst_visual_get_type),
16699         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16700         (gst_visual_chain):
16701         Small cleanups.
16702
16703         * ext/theora/gsttheoradec.h:
16704         * ext/theora/theoradec.c: (gst_theora_dec_init),
16705         (gst_theora_dec_reset), (_theora_granule_time),
16706         (theora_dec_src_convert), (theora_dec_sink_convert),
16707         (theora_dec_src_query), (theora_dec_src_event),
16708         (theora_dec_sink_event), (theora_handle_comment_packet),
16709         (theora_handle_header_packet), (theora_dec_push),
16710         (theora_handle_data_packet), (theora_dec_chain),
16711         (theora_dec_change_state):
16712         Add simple QoS.
16713
16714 2006-03-09  Wim Taymans  <wim@fluendo.com>
16715
16716         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16717         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16718         Some cleanups.
16719
16720 2006-03-09  Wim Taymans  <wim@fluendo.com>
16721
16722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16723         Don't try to activate NULL chains.
16724
16725 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16726
16727         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16728           Fix invalid memory access to region before peek'd data (#332964).
16729
16730 2006-03-09  Wim Taymans  <wim@fluendo.com>
16731
16732         Patch by: Christophe Fergeau
16733
16734         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16735         * ext/pango/gsttextrender.c: (gst_text_render_init):
16736         * gst/adder/gstadder.c: (gst_adder_init):
16737         Don't leak padtemplates, closes #333510.
16738
16739 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16740
16741         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16742           Fix invalid memory access: make sure string passed to
16743           regexec() is NUL-termianted.
16744
16745 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16746
16747         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16748         (mp3_type_find):
16749           Refactor mpeg/audio typefinding to make it more maintainable
16750           and easier to fine-tune. Make probing into middle of the file
16751           work properly (fixes #333900, also see #152688).
16752
16753 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         * gst/typefind/gsttypefindfunctions.c:
16756         (utf8_type_find_have_valid_utf8_at_offset):
16757           Remove part from previous commit that was bogus:
16758           g_utf8_validate() does in fact not accept embedded
16759           zeroes, so we don't need to check for those (thanks
16760           to Mike for the hint).
16761
16762 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * gst/typefind/gsttypefindfunctions.c:
16765         (utf8_type_find_count_embedded_zeroes),
16766         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16767           Make plain/text typefinder more conservative: firstly, check
16768           for embedded zeroes, which are perfectly valid UTF-8 characters,
16769           but also a fairly good sign that something is not a plain text
16770           file; secondly, probe into the middle of the file if possible.
16771           If we can't probe into the middle, limit the probability value
16772           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16773
16774 2006-03-08  Michael Smith  <msmith@fluendo.com>
16775
16776         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16777           Make typefind function name for mpeg4 video unique.
16778
16779 2006-03-08  Wim Taymans  <wim@fluendo.com>
16780
16781         * ext/libvisual/visual.c: (gst_visual_init),
16782         (gst_visual_clear_actors), (gst_visual_dispose),
16783         (gst_visual_reset), (gst_visual_src_setcaps),
16784         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16785         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16786         (gst_visual_chain), (gst_visual_change_state):
16787         Cleanups, post nice errors.
16788         Handle sink and src events.
16789         Implement simple QoS.
16790
16791         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16792         Use new basesink methods to configure max-lateness.
16793         Small doc update.
16794
16795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16796         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16797         Debug statement cleanups.
16798
16799         * gst/volume/gstvolume.c: (gst_volume_class_init):
16800         Simple cleanup.
16801
16802 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16803
16804         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16805         (gst_text_overlay_init), (gst_text_overlay_set_property),
16806         (gst_text_overlay_get_property):
16807           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16808           as string type properties, but mark them deprecated. Add
16809           'halignment' and 'valignment' properties that use enums
16810           instead of strings.
16811
16812 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16813
16814         Patch by: Fabrizio Gennari
16815
16816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16817           Allow palettes with less than 256 colours in AVI files
16818           (#333488)
16819
16820 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16821
16822         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16823         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16824         pad. We were releasing the queued text buffer when we should keep
16825         it until video pad gets EOS or discard the text buffer because it's
16826         too old. That was eating the last subtitle buffer. Add some more
16827         debug.
16828
16829 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16830
16831         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16832         (gst_text_overlay_video_chain):
16833           Fix invalid memory access (we can't access a buffer after it's been
16834           pushed downstream without taking a reference); fix memory leak (if
16835           there's no text to render, bail out before allocating stuff).
16836
16837 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16838
16839         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16840         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16841         * ext/pango/gsttextoverlay.h:
16842           If input is plain text, escape it before passing it to
16843           pango_layout_set_markup().
16844
16845 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16846
16847         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16848           Don't ignore flow return from gst_pad_push().
16849
16850 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16851
16852         Patch by: Fabrizio Gennari
16853
16854         * ext/libvisual/visual.c: (gst_visual_getcaps),
16855         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16857         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16858         (gst_vorbisenc_convert_sink):
16859         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16860         (gst_audio_duration_from_pad_buffer):
16861         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16862         (gst_audio_filter_chain):
16863         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16864         (gst_base_rtp_depayload_setcaps):
16865         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16866         (gst_video_get_size):
16867         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16868           Don't leak references returned by gst_pad_get_parent()
16869           (#333663)
16870
16871 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16872
16873         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16874           change location param details
16875         * gst/volume/gstvolume.c: (plugin_init):
16876           correct plugin description
16877
16878 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16879
16880         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16881         (gst_gnome_vfs_src_check_get_range):
16882           Override GstBaseSrc::check_get_range() in order to avoid opening
16883           the resource just to check whether we can operate in pull-mode or
16884           not - we can predict that pretty well from the URI alone. Should
16885           fix problems with last.fm (#331690). (Requires latest core CVS).
16886
16887 2006-03-06  Wim Taymans  <wim@fluendo.com>
16888
16889         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16890         (gst_video_sink_class_init):
16891         Throw away frames that are later than 20 ms.
16892
16893 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16894
16895         Patch by: Fabrizio Gennari
16896
16897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16898           Set depth on WMA caps (#333545)
16899
16900 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16901
16902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16903         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16904           put Theora BOS pages before others.  This hardcodes
16905           the Ogg/Theora I profile, but hey.
16906
16907 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16908
16909         * ext/ogg/README:
16910           updated with some examples
16911         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16912         (granulepos_add), (theora_buffer_from_packet):
16913         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16914         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16915         (gst_vorbisenc_chain):
16916           implement strategy from ext/ogg/README
16917         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16918         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16919         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16920         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16921           Fix muxer so that oggz-validate is happy with all streams;
16922           except for no eos mark, and the BOS page ordering
16923         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16924         (check_buffer_granulepos):
16925         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16926           update tests to check for OFFSET being set as requested
16927           fixed type of granulepos, it's not a ClockTime
16928
16929 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16930
16931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16932         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16933         Check that the xvimage we are creating has a correct size
16934         before returning it. (#314897)
16935
16936 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16939           Give id3 and ape tag typefinders a rank slightly higher
16940           than PRIMARY to ensure they're always run before any of
16941           the other typefinders (in particular wav and mp3) (#324186).
16942
16943 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16944
16945         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16946           Add support for '3IVD' fourcc (#333403).
16947
16948 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16949
16950         * configure.ac:
16951           Bump requirements to GStreamer CVS for the new error enum.
16952
16953         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16954           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16955           space left on the device (fixes #333352).
16956
16957 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16958
16959         * win32/vs6:
16960           add a project file for libgstvolume
16961           update the workspace
16962
16963 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16964
16965         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16966         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16967         (GST_START_TEST):
16968           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16969           Set IN_CAPS on header buffers
16970
16971 2006-03-02  Wim Taymans  <wim@fluendo.com>
16972
16973         * docs/plugins/Makefile.am:
16974         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16975         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16976         Add audioresample to docs.
16977
16978         * gst/audioconvert/gstaudioconvert.c:
16979         Add revision date.
16980
16981         * gst/audioresample/gstaudioresample.c:
16982         (gst_audioresample_base_init), (gst_audioresample_class_init),
16983         (gst_audioresample_init), (gst_audioresample_dispose),
16984         (audioresample_get_unit_size), (audioresample_transform_caps),
16985         (resample_set_state_from_caps), (audioresample_transform_size),
16986         (audioresample_set_caps), (audioresample_event),
16987         (audioresample_do_output), (audioresample_transform),
16988         (audioresample_pushthrough), (gst_audioresample_set_property),
16989         (gst_audioresample_get_property), (plugin_init):
16990         * gst/audioresample/gstaudioresample.h:
16991         Added docs.
16992         Small code cleanups.
16993
16994 2006-03-02  Wim Taymans  <wim@fluendo.com>
16995
16996         * docs/plugins/Makefile.am:
16997         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16998         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16999         Added videoscale to docs.
17000
17001         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17002         (gst_video_rate_swap_prev), (gst_video_rate_event),
17003         (gst_video_rate_chain):
17004         Fix typo in docs.
17005
17006         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17007         (gst_video_scale_init), (gst_video_scale_prepare_size),
17008         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17009         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17010         * gst/videoscale/gstvideoscale.h:
17011         Added docs, examples.
17012         Some code cleanups.
17013         Post errors instead of g_warning.
17014
17015 2006-03-02  Wim Taymans  <wim@fluendo.com>
17016
17017         * docs/libs/gst-plugins-base-libs-docs.sgml:
17018         * docs/libs/gst-plugins-base-libs-sections.txt:
17019         * docs/libs/gst-plugins-base-libs.types:
17020         * docs/plugins/Makefile.am:
17021         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17022         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17023         Added some more docs to libs and plugins.
17024
17025         * gst-libs/gst/audio/gstringbuffer.c:
17026         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17027         * gst-libs/gst/audio/gstringbuffer.h:
17028         Document ringbuffer some more.
17029
17030         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17031         (gst_video_rate_setcaps), (gst_video_rate_reset),
17032         (gst_video_rate_init), (gst_video_rate_flush_prev),
17033         (gst_video_rate_swap_prev), (gst_video_rate_event),
17034         (gst_video_rate_chain), (gst_video_rate_change_state):
17035         * gst/videorate/gstvideorate.h:
17036         Fix videorate to use segments.
17037         Make it work with 0/1 framerates (closes #331903)
17038         Handle EOS correctly.
17039         Added docs.
17040
17041 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17044         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17045         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17046           In state change function, first chain up to parent class,
17047           then handle downwards state change stuff. Remove some
17048           commented out cruft from 0.8 code.
17049
17050 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17053         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17054         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17055         (gst_ogm_parse_chain):
17056           Don't remove/re-add source pad if the new caps are the same as
17057           the old caps anyway (#333042). When removing source pad, don't
17058           unref it afterwards - we didn't ref it when adding. Sprinkle some
17059           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17060           after using gst_pad_get_parent(). Return downstream flow return
17061           value in chain function.
17062
17063 2006-03-02  Wim Taymans  <wim@fluendo.com>
17064
17065         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17066         * docs/plugins/gst-plugins-base-plugins.args:
17067         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17068         * docs/plugins/gst-plugins-base-plugins.interfaces:
17069         * docs/plugins/gst-plugins-base-plugins.signals:
17070         Fix hierarchy, added some more elements to the docs.
17071
17072         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17073         (gst_ffmpegcsp_get_type):
17074         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17075         Fix docs for ffmpegcolorspace.
17076
17077 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17078
17079         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17080         (apetag_type_find), (ape_type_find), (plugin_init):
17081           Some typefinding fine-tuning:
17082           - rank ID3/APE tags in order of preference via probabilities, so that
17083             ID3v2 > APEv2 > APEv1 > ID3v1.
17084           - three or four bytes don't really justify MAXIMUM probability,
17085             change those to 'very likely' (musepack and monkeysaudio).
17086
17087 2006-03-01  Wim Taymans  <wim@fluendo.com>
17088
17089         * docs/plugins/Makefile.am:
17090         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17091         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17092         * ext/alsa/gstalsamixer.c:
17093         * ext/alsa/gstalsamixer.h:
17094         * ext/alsa/gstalsamixerelement.c:
17095         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17096         * ext/alsa/gstalsamixerelement.h:
17097         * ext/alsa/gstalsasink.c:
17098         * ext/alsa/gstalsasink.h:
17099         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17100         (gst_alsasrc_init):
17101         * ext/alsa/gstalsasrc.h:
17102         Added alsa docs.
17103         Small code cleanups.
17104
17105 2006-03-01  Wim Taymans  <wim@fluendo.com>
17106
17107         * ext/theora/Makefile.am:
17108         Dist new header too,
17109
17110 2006-03-01  Wim Taymans  <wim@fluendo.com>
17111
17112         * docs/plugins/Makefile.am:
17113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17115         * ext/gnomevfs/gstgnomevfssink.h:
17116         * ext/gnomevfs/gstgnomevfssrc.h:
17117         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17118         * ext/vorbis/vorbisdec.h:
17119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17120         * ext/vorbis/vorbisenc.h:
17121         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17122         (vorbis_parse_chain), (vorbis_parse_change_state):
17123         * ext/vorbis/vorbisparse.h:
17124         * gst/audioconvert/gstaudioconvert.h:
17125         * gst/tcp/gsttcpserversink.h:
17126         * gst/videotestsrc/gstvideotestsrc.c:
17127         * gst/videotestsrc/gstvideotestsrc.h:
17128         * gst/volume/gstvolume.c:
17129         * gst/volume/gstvolume.h:
17130         Fix some more docs.
17131         Added docs for vorbisdec and vorbisparse.
17132         Fix vorbisparse.
17133
17134 2006-03-01  Wim Taymans  <wim@fluendo.com>
17135
17136         * docs/plugins/Makefile.am:
17137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17139         * ext/pango/gstclockoverlay.h:
17140         * ext/pango/gsttextoverlay.h:
17141         * ext/pango/gsttextrender.h:
17142         * ext/pango/gsttimeoverlay.h:
17143         * ext/theora/gsttheoradec.h:
17144         * ext/theora/gsttheoraenc.h:
17145         * ext/theora/theoradec.c:
17146         * ext/theora/theoraenc.c:
17147         * gst/audioconvert/gstaudioconvert.h:
17148         * gst/audiotestsrc/gstaudiotestsrc.h:
17149         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17150         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17151         * gst/tcp/gstmultifdsink.h:
17152         Updated/added documentation.
17153
17154         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17155         (gst_text_overlay_halign_get_type),
17156         (gst_text_overlay_wrap_mode_get_type),
17157         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17158         (gst_text_overlay_init), (gst_text_overlay_set_property),
17159         (gst_text_overlay_get_property):
17160         Fix up properties to be enums instead of string to make bindings,
17161         introspection and automatic GUI creation possible.
17162         Add getters for the properties.
17163
17164 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17165
17166         * gst/audiotestsrc/gstaudiotestsrc.c:
17167           added defines of M_PI and M_PI_2
17168         * gst/ffmpegcolorspace/avcodec.h:
17169           removed #include "stdint.h" for win32 as _stdint.h is 
17170           autogenerated to win32/common
17171         * win32/common/libgstaudio.def:
17172         * win32/common/libgsttag.def:
17173           added some exports
17174         * win32/vs6:
17175           some project files bugs corrected
17176         * win32/vs7:
17177           project files are reset to the default vs7 configuration 
17178           (they link to msvcr71.dll using default optimizations)
17179           
17180 2006-02-28  Wim Taymans  <wim@fluendo.com>
17181
17182         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17183         Fix some docs.
17184
17185 2006-02-28  Edward Hervey  <edward@fluendo.com>
17186
17187         * ext/alsa/gstalsasrc.c:
17188         Set proper class on the ElementDetails:
17189         Source/Audio instead of Src/Audio/
17190
17191 2006-02-28  Edward Hervey  <edward@fluendo.com>
17192
17193         * gst/videoscale/vs_scanline.c:
17194         (vs_scanline_resample_nearest_RGBA):
17195         Revert optimization in videoscale. It should go in liboil and have
17196         an appropriate liboil function.
17197
17198 2006-02-28  Wim Taymans  <wim@fluendo.com>
17199
17200         * gst-libs/gst/audio/gstbaseaudiosink.c:
17201         (gst_base_audio_sink_provide_clock):
17202         Don't try to provide a clock in the NULL state.
17203
17204 2006-02-28  Wim Taymans  <wim@fluendo.com>
17205
17206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17207         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17208         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17209         (gst_ogg_demux_deactivate_current_chain),
17210         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17211         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17212         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17213         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17214         Use GstSegment infrastructure to remove duplicated code
17215         and handle more seek cases correctly.
17216
17217 2006-02-28  Wim Taymans  <wim@fluendo.com>
17218
17219         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17220         (gst_ffmpegcsp_transform):
17221         Don't ignore return code from ffmpeg convert function.
17222
17223         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17224         Split out some long statements to ease debugging.
17225
17226 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17227
17228         * ext/libvisual/visual.c: (gst_visual_init),
17229         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17230         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17231         being able to renegotiate the size. Instead, use the negotiation
17232         algorithm from the goom plugin to pick an initial output caps. 
17233
17234         Also, allow theoretical libvisual plugins that might support non-GL 
17235         output even if they also do GL.
17236
17237 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17238
17239         * ext/libvisual/visual.c: (gst_visual_init),
17240         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17241         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17242         possible negotiation issues.
17243
17244 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17245
17246         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17247
17248 2006-02-24  Michael Smith  <msmith@fluendo.com>
17249
17250         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17251         (cmml_type_find), (plugin_init):
17252           Fix CMML type find function to not require a specific minor version
17253           of the CMML header.
17254
17255           Add an MPEG4 video elementary stream typefind function.
17256
17257 2006-02-04  Michael Smith  <msmith@fluendo.com>
17258
17259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17260         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17261         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17262         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17263         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17264         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17265           Annodex support in ogg demuxer. Doesn't do very much without the
17266           other annodex patches (to come).
17267
17268 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17269
17270         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17271
17272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17273           Pick up palette for MS video v1 (#327028)
17274
17275 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17276
17277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17278         (gst_ffmpegcsp_caps_remove_format_info),
17279         (gst_ffmpegcsp_get_unit_size):
17280           The 'palette_data' field from incoming RGB caps shouldn't be
17281           proxied on outgoing YUV caps; also, restrict unit size
17282           adjustment in case of paletted data only to the unit that
17283           actually has a palette. Fixes #330711.
17284
17285 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17286
17287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17288         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17289         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17290         (gst_ffmpegcsp_get_unit_size):
17291           Plug some memory leaks.
17292
17293 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17294
17295         * sys/ximage/Makefile.am:
17296         * sys/xvimage/Makefile.am:
17297           Add some _CFLAGS and _LIBS that seem to be missing
17298           and/or required for Cygwin (see #317048).
17299
17300 2006-02-22  Wim Taymans  <wim@fluendo.com>
17301
17302         * ext/alsa/gstalsasrc.c:
17303         Fix description as pointed out by caugier.
17304
17305 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17306
17307         Reviewed by : Edward Hervey  <edward@fluendo.com>
17308
17309         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17310         (qt_type_find):
17311         Better 3gp typefinding (#331526).
17312
17313 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17314
17315         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17316           Don't send EOS event here, the base class will send one for us.
17317
17318         * gst/playback/gstplaybasebin.c: (prepare_output):
17319           Subpictures without video stream aren't allowed either.
17320         
17321         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17322           Fix debug statement copy'n'paste-o.
17323
17324 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17325
17326         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17327           Fix issues with mixer keeping state when muting/unmuting
17328           and when changing the volume whilst muted (see #331763
17329           and #331765).
17330
17331 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17332
17333         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17334         (parse_subrip), (gst_sub_parse_format_autodetect):
17335           Set right caps given that we send escaped text. Also,
17336           honour <i></i>, <b></b> and <u></u> markers that can be found
17337           in .srt files (fixes #310202).
17338
17339 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * gst-libs/gst/audio/mixerutils.c:
17342         (element_factory_rank_compare_func):
17343           Make order in which elements are tried more determinable.
17344
17345 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17346
17347         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17348         (remove_element_chain), (cleanup_decodebin),
17349         (gst_decode_bin_change_state): Make decodebin reusable by
17350         fixing remove_element_chain first and then introduce a
17351         cleaner in state change to ->NULL. (Closes #331678)
17352
17353 2006-02-19  Wim Taymans  <wim@fluendo.com>
17354
17355         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17356         use 0666 mask when creating files so umask gets applied
17357         correctly. Fixes #331295.
17358
17359 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17360
17361         * gst/subparse/Makefile.am:
17362         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17363         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17364         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17365         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17366         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17367         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17368         * gst/subparse/gstssaparse.h:
17369         * gst/subparse/gstsubparse.c: (plugin_init):
17370           Add very basic parser for SSA subtitle streams (as often
17371           found in matroska files).
17372
17373 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17374
17375         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17376           That should be text/x-pango-markup, not text/x-pango-layout.
17377
17378 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17379
17380         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17381         Polishing.
17382
17383 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17384
17385         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17386         (gst_text_overlay_finalize), (gst_text_overlay_init),
17387         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17388         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17389         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17390         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17391         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17392         Fix state change deadlock.
17393
17394 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17395
17396         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17397         (gst_text_overlay_finalize), (gst_text_overlay_init),
17398         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17399         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17400         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17401         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17402         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17403         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17404         and subtitles files.
17405
17406 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17407
17408         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17409         should be considered as raw.
17410
17411 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17412
17413         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17414         (cb_probe):
17415         * gst/playback/gststreaminfo.h: Introduce language informations.
17416
17417 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17418
17419         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17420         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17421         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17422         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17423         Set shared memory segments to be deleted as soon as we have attached,
17424         that way they get cleaned up automatically if we crash.
17425
17426 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17427
17428         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17429         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17430         functions are called with lock held.
17431
17432 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17433
17434         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17435         (gst_text_overlay_finalize), (gst_text_overlay_init),
17436         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17437         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17438         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17439         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17440         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17441         (gst_text_overlay_change_state): Refactoring of textoverlay
17442         without collectpads. This now supports sparse subtitles coming
17443         from a demuxer instead of a sub file. Seeking is still broken 
17444         though. Need to discuss with wtay some more on how to handle
17445         seeking correctly.
17446         * ext/pango/gsttextoverlay.h:
17447         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17448         subtitles coming from the demuxer.
17449
17450 2006-02-17  Wim Taymans  <wim@fluendo.com>
17451
17452         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17453         (gst_vorbisenc_convert_sink):
17454         Use some more scaling functions.
17455
17456 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17457
17458         * ext/cdparanoia/gstcdparanoiasrc.c:
17459         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17460         (gst_cd_paranoia_paranoia_callback),
17461         (gst_cd_paranoia_src_signal_is_being_watched),
17462         (gst_cd_paranoia_src_read_sector):
17463         * ext/cdparanoia/gstcdparanoiasrc.h:
17464           Add back 'transport-error' and 'uncorrected-error' signals and
17465           make them actually be fired when bad stuff happens (#319340).
17466
17467 2006-02-17  Wim Taymans  <wim@fluendo.com>
17468
17469         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17470         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17471         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17472         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17473         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17474         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17475         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17476         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17477         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17478         (gst_ring_buffer_clear):
17479         Small cleanups.
17480         Added some G_LIKELY.
17481
17482 2006-02-17  Wim Taymans  <wim@fluendo.com>
17483
17484         * gst-libs/gst/audio/TODO:
17485         Update TODO
17486
17487         * gst-libs/gst/audio/gstbaseaudiosink.c:
17488         (gst_base_audio_sink_get_offset):
17489         When trying to play samples ASAP and we don't have a
17490         previous sample, try to play at position 0 instead of
17491         an invalid position.
17492
17493 2006-02-17  Wim Taymans  <wim@fluendo.com>
17494
17495         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17496         (gst_alsasink_reset):
17497         Also release lock when we get an error in _reset();
17498         fix an error message.
17499
17500 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17501
17502         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17503         (gst_alsasink_init), (get_channel_free_structure),
17504         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17505         (gst_alsasink_close):
17506         * ext/alsa/gstalsasink.h:
17507           Add support for more than 2 channels (#326720).
17508
17509 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17510
17511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17512           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17513           with 4 or 6 channels, assume a default channel layout to make things
17514           work (not sure there's anything else we can do in those cases).
17515
17516 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17517
17518         * gst-libs/gst/audio/multichannel.c:
17519           Minor docs fix.
17520
17521         * gst-libs/gst/riff/Makefile.am:
17522         * gst-libs/gst/riff/riff-ids.h:
17523         * gst-libs/gst/riff/riff-media.c:
17524         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17525           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17526           channels and a channel layout map.
17527           
17528 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17529
17530         Reviewed by Edward Hervey  <edward@fluendo.com>
17531
17532         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17533         C-level optimization of the RGBA nearest neighbour function.
17534         Eventually this might end up in liboil with vectorized versions.
17535
17536 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17537
17538         * gst-libs/gst/audio/multichannel.c:
17539         (gst_audio_get_channel_positions):
17540           When we have more than 2 channels, but no channel layout is
17541           specified in the caps, return some default channel layout
17542           to the caller and warn about about a possibly buggy element
17543           (could be buggy filtercaps as well of course) (#317038).
17544
17545 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17546
17547         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17548           Add gst-libs/gst/cdda to list of lib search paths.
17549
17550 2006-02-15  Andy Wingo  <wingo@pobox.com>
17551
17552         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17553         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17554         to the Lord Jesus that I do not have to touch the ogg muxer ever
17555         again.
17556
17557 2006-02-15  Edward Hervey  <edward@fluendo.com>
17558
17559         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17560         quicktime movie files can also contain 'uuid' atoms.
17561
17562 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17563
17564         * gst/audioconvert/plugin.c: (plugin_init):
17565           Register the GstAudioChannelPosition enum type with the type
17566           system in the plugin_init function, so that it is known before
17567           any element actually makes use of multi-channel stuff. This is
17568           required for example if one wants to be able to deserialise/use
17569           a caps string with channel positions before any pipeline has
17570           been setup and started, like with gst-launch.
17571
17572 2006-02-14  Wim Taymans  <wim@fluendo.com>
17573
17574         * gst-libs/gst/audio/gstringbuffer.c:
17575         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17576         (gst_ring_buffer_samples_done), (wait_segment),
17577         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17578         Add some compiler G_(UN_)LIKELY help.
17579         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17580         make sure they can exit their functions. Should fix #330748
17581
17582 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17583
17584         * Makefile.am:
17585         * configure.ac:
17586         * win32/MANIFEST:
17587         * win32/common/_stdint.h:
17588           Windows does not have long long; copy the generated _stdint.h
17589         * win32/common/interfaces-enumtypes.c:
17590         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17591         (gst_mixer_track_flags_get_type),
17592         (gst_tuner_channel_flags_get_type):
17593         * win32/common/multichannel-enumtypes.c:
17594         (gst_audio_channel_position_get_type):
17595           update
17596
17597 2006-02-13  Wim Taymans  <wim@fluendo.com>
17598
17599         * gst-libs/gst/audio/gstbaseaudiosink.c:
17600         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17601         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17602         Always sync on first sample we receive when starting.
17603
17604 2006-02-13  Wim Taymans  <wim@fluendo.com>
17605
17606         * gst/playback/gstplaybin.c: (gen_vis_element):
17607         Update vis bin docs.
17608         Move queue after tee so we don't queue video buffers but
17609         audio samples instead. Fixes problems where the video queue
17610         is filled and the audio queue empty.
17611
17612 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17613
17614         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17615           No need to push an EOS event here, GstBaseSrc will do that for us
17616           when we return FLOW_UNEXPECTED.
17617           
17618 2006-02-12  Wim Taymans  <wim@fluendo.com>
17619
17620         * gst-libs/gst/audio/gstbaseaudiosink.c:
17621         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17622         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17623         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17624         Use scale functions when possible.
17625         Fix error messages.
17626         Free clockid when after waiting for EOS.
17627         Use G_(UN_)LIKLY when it makes sense.
17628         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17629
17630 2006-02-12  Edward Hervey  <edward@fluendo.com>
17631
17632         * gst/playback/gstplaybasebin.c: (prepare_output): 
17633         Remove stray semi-colon (fixes #330888).
17634
17635 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17636
17637         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17639         Fix up the XShm call testing so that we catch errors, and don't
17640         cause new ones by attempting to detach from a segment we failed
17641         to attach to. Fixes #312439.
17642
17643 2006-02-10  Edward Hervey  <edward@fluendo.com>
17644
17645         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17646         Added flv file typefind (video/x-flv).
17647
17648 2006-02-10  Edward Hervey  <edward@fluendo.com>
17649
17650         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17651         (gst_riff_create_video_template_caps):
17652         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17653         Also added the caps to the default set of riff video caps.
17654
17655 2006-02-09  Andy Wingo  <wingo@pobox.com>
17656
17657         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17658         time and the end time of the last packet in the page.
17659         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17660         on the pages in our queue, set the duration as well. Reflow a
17661         debug statement.
17662         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17663         Fixes bad muxing order.
17664
17665 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17666
17667         * gst-libs/gst/rtp/gstbasertppayload.c:
17668         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17669           update seqnum before setting it on the packet; this makes sure
17670           that the timestamp and seqnum properties match after pushing
17671           a buffer
17672
17673 2006-02-09  Andy Wingo  <wingo@pobox.com>
17674
17675         * gst-libs/gst/audio/gstringbuffer.c
17676         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17677         overflow after 13.5 hours of recording. Kapow!
17678
17679         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17680         the buffer size -- we don't care about underrun/overrun reporting
17681         right now, just need to return a useful value.
17682
17683 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17684
17685         * configure.ac:
17686           Back to CVS
17687
17688 === release 0.10.3 ===
17689
17690 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17691
17692         * configure.ac:
17693           releasing 0.10.3, "Under Pressure"
17694
17695 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17696
17697         * configure.ac:
17698         Drat. Bump libtool version number for new API.
17699         Prelease 0.10.2.3 (of 0.10.3)
17700
17701 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17702
17703         * configure.ac:
17704         * win32/common/config.h:
17705         0.10.2.2 prerelease (of 0.10.3).
17706
17707 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17708
17709         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17710           Revert Andy's newsegment change pending a more correct
17711           fix.
17712
17713 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17714
17715         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17716         (qt_type_find), (plugin_init):
17717           detect more files as 3gp
17718           group and reorder the iso file formats
17719
17720 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17721
17722         * ext/vorbis/vorbis.c: (plugin_init):
17723           Register musicbrainz tags, so apps don't have to.
17724
17725 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17726
17727         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17728         (gst_tag_to_vorbis_tag):
17729           Make sure we called gst_tag_register_musicbrainz_tags()
17730           before possibly mapping a vorbiscomment string from/to a
17731           musicbrainz tag.
17732
17733 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17734
17735         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17736           In case we can't find the required number of consecutive
17737           mpeg audio frames to positively identify an MPEG audio
17738           stream, check if there's at least a valid mpeg audio
17739           frame right at offset 0 and if so suggest mpeg/audio
17740           caps with a very low probability (#153004).
17741
17742 2006-02-07  Andy Wingo  <wingo@pobox.com>
17743
17744         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17745         a TIME segment if we get timestamped buffers. Requires recent
17746         fixes in core to work properly.
17747
17748 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17749
17750         * gst/playback/gstplaybasebin.c: (prepare_output):
17751           Don't print the URI as part of the error message, it
17752           makes error dialogs look rather ugly, especially if
17753           the URI is very long or has characters in it that
17754           need escaping.
17755
17756 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17757
17758         * gst/playback/gstplaybasebin.c: (prepare_output):
17759           Error out if we have only text or subtitles, but nothing
17760           else. Also error out if we have subtitles but no video
17761           stream.
17762
17763 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17764
17765         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17766           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17767           Post an error message on the bus when we encounter an
17768           error, which will hopefully be more meaningful than the
17769           'Internal Flow Error' message users get to see if we
17770           just return GST_FLOW_ERROR.
17771
17772 2006-02-07  Andy Wingo  <wingo@pobox.com>
17773
17774         * configure.ac (GST_MAJORMINOR): Update core version req to
17775         0.10.2.2, for the collectpads API addition (#330244).
17776
17777 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17778
17779         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17780           Return FALSE from plugin_init() when GnomeVFS can't
17781           be initialised for some reason (#328423).
17782
17783 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17784
17785         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17786         Stick to seeking theory until i find the bug.
17787         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17788
17789 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17790
17791         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17792         (theora_enc_finalize), (theora_enc_sink_setcaps),
17793         (theora_set_header_on_caps), (theora_enc_chain),
17794         (theora_enc_change_state):
17795         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17796           Make theoraenc and the tests leak free. Like, really.
17797
17798 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17799
17800         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17801         (theora_enc_finalize), (theora_enc_sink_setcaps):
17802           Add a finalize method to ensure we clean up state even if
17803           someone omitted the state change back to NULL.
17804
17805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17806         (gst_vorbisenc_chain):
17807           Free some more leaked bits.
17808
17809         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17810         (stop_pipeline):
17811           Wait for state changes to happen if they're ASYNC.
17812
17813           This ought to teach those fancy pants buildbots a lesson.
17814
17815 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17816
17817         * gst-libs/gst/tag/gstid3tag.c:
17818           Add mapping for ID3 International Standard Recording Code
17819           tag "TSRC"
17820
17821 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17822
17823         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17824           Don't leak tag names.
17825
17826 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17827
17828         * docs/libs/gst-plugins-base-libs-docs.sgml:
17829         * docs/libs/gst-plugins-base-libs-sections.txt:
17830         * gst-libs/gst/tag/gstid3tag.c:
17831         * gst-libs/gst/tag/gstvorbistag.c:
17832         * gst-libs/gst/tag/tags.c:
17833           Split libgsttag docs into multiple sections.
17834
17835 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17836
17837         * docs/libs/Makefile.am:
17838         * docs/libs/gst-plugins-base-libs-docs.sgml:
17839         * docs/libs/gst-plugins-base-libs-sections.txt:
17840         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17841         * gst-libs/gst/tag/gstvorbistag.c:
17842         * gst-libs/gst/tag/tag.h:
17843         * gst-libs/gst/tag/tags.c:
17844           Add libgsttag to the docs.
17845
17846 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17847
17848         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17849         (gst_text_overlay_init), (gst_text_overlay_src_event),
17850         (gst_text_overlay_collected): Fix clockoverlay.
17851
17852 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17853
17854         * docs/libs/compiling.sgml:
17855           Fix typo: it's pkg-config, not pkg-gconfig
17856
17857         * docs/libs/gst-plugins-base-libs-docs.sgml:
17858         * docs/libs/gst-plugins-base-libs-sections.txt:
17859         * docs/libs/tmpl/gstgconf.sgml:
17860           There is no libgstgconf in 0.10, remove it
17861           from the docs.
17862
17863 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17864
17865         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17866         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17867         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17868         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17869         (gst_sub_parse_class_init), (gst_sub_parse_init),
17870         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17871         (parse_mpsub), (parser_state_init), (handle_buffer),
17872         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17873         * gst/subparse/gstsubparse.h: Introduce seeking code.
17874
17875 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17876
17877         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17878           Add comment about LANGUAGE tag inconsistency (we want
17879           ISO-639-1, but extract three-letter identifiers?)
17880
17881         * po/POTFILES.in:
17882           Add two translatable files.
17883
17884 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17885
17886         * gst-libs/gst/tag/Makefile.am:
17887         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17888         * gst-libs/gst/tag/tag.h:
17889         * gst-libs/gst/tag/tags.c:
17890         (gst_tag_register_musicbrainz_tags_internal),
17891         (gst_tag_register_musicbrainz_tags):
17892           Forward-port some tags stuff from the 0.8 branch. This is
17893           mostly the addition of musicbrainz tags and their mapping
17894           to vorbistags, and a vorbistag mapping of the language tag.
17895
17896 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17897
17898         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17899         refactoring.
17900
17901 2006-02-04  David Schleef  <ds@schleef.org>
17902
17903         * ext/ogg/gstoggmux.c:
17904         * gst/typefind/gsttypefindfunctions.c:
17905           Add Dirac typefinding and add dirac format to oggmux.
17906
17907 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17908
17909         * gst/playback/gstdecodebin.c: (try_to_link_1):
17910           Don't put essential function call into
17911           g_return_*() macro, otherwise it'll all be
17912           replaced by NOOPs when compiling with
17913           G_DISABLE_CHECKS defined.
17914
17915 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17916
17917         * ext/ogg/gstoggdemux.c:
17918         * ext/ogg/gstoggparse.c:
17919         * gst/tcp/gsttcpserversink.c:
17920         * sys/v4l/v4lsrc_calls.c:
17921         * sys/v4l/v4lsrc_calls.h:
17922         Just make it compile with --disable-gst-debug.
17923
17924 2006-02-03  Wim Taymans  <wim@fluendo.com>
17925
17926         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17927         (gst_alsasink_class_init), (gst_alsasink_init),
17928         (gst_alsasink_write), (gst_alsasink_reset):
17929         * ext/alsa/gstalsasink.h:
17930         Add lock to protect alsa calls.
17931         Implement reset to flush samples ASAP, does not work
17932         with dmix though.
17933
17934 2006-02-02  Wim Taymans  <wim@fluendo.com>
17935
17936         * gst-libs/gst/audio/gstbaseaudiosink.c:
17937         (gst_base_audio_sink_provide_clock):
17938         Ugh.. getting late I guess...
17939
17940 2006-02-02  Wim Taymans  <wim@fluendo.com>
17941
17942         * gst-libs/gst/audio/gstbaseaudiosink.c:
17943         (gst_base_audio_sink_provide_clock),
17944         (gst_base_audio_sink_set_property),
17945         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17946         Don't try to provide a clock when we are not negotiated since
17947         we might not be able to make it run.
17948
17949 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17950
17951         * gst/playback/gstdecodebin.c: (try_to_link_1):
17952           Unlinking two source pads is ... hard.
17953
17954 2006-02-02  Wim Taymans  <wim@fluendo.com>
17955
17956         * gst-libs/gst/audio/TODO:
17957         Updated.
17958
17959         * gst-libs/gst/audio/gstbaseaudiosink.c:
17960         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17961         On EOS, wait till the last sample is played before posting EOS.
17962
17963 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17964
17965         Patch by: Kai Vehmanen
17966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17967           Adds ability to enable newsegment bypass by setting queue_delay to
17968           zero. Also avoid thread being started if queue_delay is zero.
17969
17970 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17971
17972         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17973           Make test work again by connecting fakesinks to each decoded pad,
17974           which makes the pipeline wait until each fakesink has a buffer
17975           queued before going to PAUSED state. At that point we know the
17976           decodebin pads are negotiated.
17977
17978 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17979
17980         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17981         (gst_cdda_base_src_handle_event):
17982         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17983           Pass unhandled queries to the parent class's query function.
17984
17985 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17986
17987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17988         (gst_ogg_pad_src_query):
17989         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17990         * ext/theora/theoradec.c: (theora_dec_src_query),
17991         (theora_dec_sink_query):
17992         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17993         (vorbis_dec_sink_query):
17994         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17995         (gst_vorbisenc_sink_query):
17996         * gst/adder/gstadder.c: (gst_adder_query):
17997           Pass unhandled queries upstream instead of just
17998           dropping them (#326447). Also, fix supported
17999           query types list for some elements.
18000
18001 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18002
18003         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18004         (paris_type_find), (ilbc_type_find), (plugin_init):
18005           Fix typefinding for audio/x-au, audio/x-paris and
18006           audio/iLBC-sh. We cannot use the START_WITH macros
18007           here, because there can only be one typefind factory
18008           with the same name (caps), so the second one would
18009           replace the first one and the first one would never
18010           be called when doing typefinding (see #161712).
18011           
18012
18013 2006-01-31  Wim Taymans  <wim@fluendo.com>
18014
18015         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18016         (vorbis_handle_header_packet), (vorbis_dec_push),
18017         (vorbis_handle_data_packet):
18018         Use scale_int when we can, add some more scaling.
18019         Check packettype before parsing it.
18020
18021 2006-01-31  Wim Taymans  <wim@fluendo.com>
18022
18023         * ext/theora/theoradec.c: (_theora_granule_time),
18024         (theora_dec_src_convert), (theora_dec_sink_convert):
18025         Call right _scale functions.
18026         Use parameter instead of some other random value.
18027
18028 2006-01-31  Wim Taymans  <wim@fluendo.com>
18029
18030         * ext/theora/theoradec.c: (_theora_granule_frame),
18031         (_theora_granule_time), (_inc_granulepos),
18032         (theora_dec_src_convert), (theora_dec_sink_convert),
18033         (theora_handle_type_packet), (theora_handle_data_packet),
18034         (theora_dec_chain):
18035         Use higher precision timestamps calculation.
18036         Convert some other conversions to _scale.
18037
18038 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18039
18040         * gst/audiotestsrc/gstaudiotestsrc.c:
18041         (gst_audio_test_src_create_sine_table), (plugin_init):
18042         * gst/volume/gstvolume.c: (plugin_init):
18043           initialize gst_controller before using
18044
18045 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18046
18047         * tests/check/pipelines/theoraenc.c:
18048         * tests/check/pipelines/vorbisenc.c:
18049         Define constant using G_GINT64_CONSTANT to avoid errors when
18050         passing it around - otherwise it gets truncated to 32 bits.
18051
18052         Fixes failing tests.
18053
18054 2006-01-31  Andy Wingo  <wingo@pobox.com>
18055
18056         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18057         caps being set doesn't have a framerate value. Basically a stopgap
18058         measure.
18059
18060         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18061         technically correct enough to put into core though.
18062         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18063         DURATION. Fixes theoraenc ! oggmux.
18064
18065         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18066         fraction, not double.
18067
18068 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18069
18070         * win32/vs7:
18071         add vs7 project files created by Sergey Scobich
18072
18073 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18074
18075         * win32/vs8:
18076         add vs8 project files created by Sergey Scobich
18077         
18078 2006-01-30  Andy Wingo  <wingo@pobox.com>
18079
18080         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18081         timestamp + duration, not just timestamp -- ogg pages should be
18082         ordered by stop time. Necessary fix given the change in vorbis
18083         timestamps.
18084
18085         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18086         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18087         (granulepos_add): New function, handles the messiness of adjusting
18088         granulepos values.
18089         (theora_buffer_from_packet):
18090         (theora_enc_chain):
18091         (theora_enc_sink_event): Use granulepos_add, not +.
18092
18093         * tests/check/pipelines/theoraenc.c
18094         (check_buffer_granulepos_from_starttime): Just check the frame
18095         count, not the actual granulepos -- we can't dictate to the
18096         encoder when it should be placing keyframes.
18097
18098 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18099
18100         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18101           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18102           play an http:// stream from a server that's not serving
18103
18104 2006-01-30  Andy Wingo  <wingo@pobox.com>
18105
18106         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18107         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18108         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18109         available.
18110
18111         * ext/theora/gsttheoraenc.h:
18112         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18113         although theoraenc was timestamping correctly. Added handling of
18114         streams that start with nonzero timestamps.
18115
18116         * tests/check/Makefile.am:
18117         * tests/check/pipelines/theoraenc.c: New file, basically does same
18118         tests as vorbisenc.
18119
18120         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18121
18122 2006-01-30  Wim Taymans  <wim@fluendo.com>
18123
18124         * gst-libs/gst/audio/gstaudiosink.c:
18125         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18126         (gst_audioringbuffer_pause):
18127         Implement pause that does not wait for completion.
18128
18129         * gst-libs/gst/audio/gstbaseaudiosink.c:
18130         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18131         Don't drop buffers when going to PAUSED but perform preroll on
18132         remaining samples now that core base class supports this.
18133
18134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18135         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18136         (gst_ring_buffer_commit):
18137         Pause should not signal waiters.
18138         Implement return value of _commit correctly.
18139
18140 2006-01-30  Andy Wingo  <wingo@pobox.com>
18141
18142         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18143
18144         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18145         updated to timestamp from the first sample, not the last.
18146         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18147         special care of granulepos and timestamp for header packets.
18148         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18149         when the first buffer has a nonzero timestamp.
18150
18151         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18152         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18153         case when the first audio buffer we get has a nonzero timestamp.
18154         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18155         properly timestamp vorbis buffers with the time of the first
18156         sample, not the last.
18157         
18158         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18159         vorbis_granule_time_copy -- now it takes the granule/subgranule
18160         offset into account.
18161
18162         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18163         timestamps, durations, and granulepos on buffers produced by
18164         vorbisenc.
18165
18166 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18167
18168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18169         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18170           Patch from Eric Jonas to support conversions to/from UYVY 
18171           (Fixes: #324626)
18172
18173 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18174
18175         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18176         (setup_subtitle), (setup_source), (set_active_source):
18177         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18178         (gen_text_element), (gen_audio_element), (gen_vis_element),
18179         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18180
18181 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18182
18183         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18184         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18185                 use gst_guint64_to_gdouble to be compliant with vs6
18186         * gst/playback/gstdecodebin.c: (try_to_link_1)
18187         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18188                 use G_GINT64_CONSTANT for int64 constants
18189         * win32/common/libgstinterfaces.def:
18190                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18191         * win32/vs6:
18192                 update and add new project files
18193                 
18194 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18195
18196         * Makefile.am:
18197         * win32/MANIFEST:
18198         * win32/common/interfaces-enumtypes.c:
18199         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18200         (gst_mixer_track_flags_get_type),
18201         (gst_tuner_channel_flags_get_type):
18202         * win32/common/interfaces-enumtypes.h:
18203         * win32/common/multichannel-enumtypes.c:
18204         (gst_audio_channel_position_get_type):
18205         * win32/common/multichannel-enumtypes.h:
18206           add a win32-update rule like in core, and copy over enumtypes files
18207
18208 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18209
18210         * win32/MANIFEST:
18211         * win32/common/config.h:
18212         * win32/common/config.h.in:
18213           add config files just like in core
18214
18215 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18216
18217         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18218           Make gcc-4.1 happy (part of #327357).
18219
18220 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18221
18222         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18223         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18224         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18225         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18226         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18227         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18228           Update all error messages.  All of them should either use
18229           the default translated message, or actually provide a
18230           translatable string.
18231           Make the string for channel count problems meaningful.
18232
18233 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18234
18235         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18236           check for and throw RESOURCE_BUSY
18237
18238 2006-01-27  David Schleef  <ds@schleef.org>
18239
18240         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18241           checked in this change -- it requires liboil features not
18242           in 0.3.6.  Revert parts.
18243
18244 2006-01-27  David Schleef  <ds@schleef.org>
18245
18246         * REQUIREMENTS:
18247         * configure.ac: update liboil requirement to 0.3.6
18248         * gst/videoscale/Makefile.am:
18249         * gst/videoscale/vs_scanline.c: liboilify
18250
18251 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18252
18253         * ext/libvisual/visual.c: (get_buffer):
18254           When pad_alloc returns a GstFlowReturn other
18255           than GST_FLOW_OK, make sure it is passed upstream.
18256
18257 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18258
18259         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18260         (gst_alsasink_class_init):
18261           Free the device name string.
18262
18263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18264         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18265         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18266           Don't remove a pad from the collectpads structure until it
18267           is released - it's a request pad, and may receive data again
18268           if the element gets moved back to PLAYING state.
18269
18270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18271           Ensure we turn on double buffering on the Xv port, and
18272           set the colour key to something dark and mysterious that
18273           isn't black.
18274
18275 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18276
18277         * ext/alsa/gstalsaplugin.c: (plugin_init):
18278         * ext/cdparanoia/gstcdparanoiasrc.c:
18279         (gst_cd_paranoia_src_base_init), (plugin_init):
18280         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18282           - a library should not call setlocale. see "Libraries" node in
18283             gettext manual
18284           - make sure all plugins that use translation do bindtextdomain
18285             to point to the localedir
18286         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18287         (setup_sinks), (plugin_init):
18288           all this, and check for NULL when creating sinks
18289
18290 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18291
18292         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18293         (plugin_init): Make typefinding of subtitles work again.
18294
18295 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18296
18297         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18298         (mp3_type_frame_length_from_header), (mp3_type_find),
18299         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18300         (plugin_init):
18301           Backport a bunch of typefinding fixes from the 0.8 branch.
18302           Also, improve wavpack typefinding: if we can't peek the
18303           entire wavpack block, try to parse the bits we can get and
18304           see if we find what we're looking for in those.
18305
18306 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18307
18308         * sys/ximage/ximagesink.c:
18309         (gst_ximagesink_calculate_pixel_aspect_ratio):
18310         * sys/xvimage/xvimagesink.c:
18311         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18312         more cases of pixel aspect ratio.
18313
18314 2006-01-26  Edward Hervey  <edward@fluendo.com>
18315
18316         * gst/playback/gstdecodebin.c: (pad_probe):
18317         Also consider the flush-start and tag events as unblockers
18318         for the pad probes.
18319
18320 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18321
18322         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18323         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18324         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18325         On the fly visualisation switch, works disabling, enabling as
18326         well but it won't be able to enable vis in a playbin that was
18327         created with no visualisation.
18328
18329 2006-01-25  Wim Taymans  <wim@fluendo.com>
18330
18331         * gst-libs/gst/audio/gstbaseaudiosink.c:
18332         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18333         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18334         resume after pause.
18335
18336 2006-01-25  Wim Taymans  <wim@fluendo.com>
18337
18338         * gst-libs/gst/audio/gstbaseaudiosink.c:
18339         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18340         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18341         Improve debugging.
18342         Post error when caps cannot be parsed.
18343         Resync on discontinuity in the stream.
18344         Clip samples to segment boundaries.
18345         return WRONG_STATE sooner when we are flushing.
18346
18347         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18348         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18349         Make audiosrc operate in TIME.
18350         Set TIMESTAMP and DURATION on buffers.
18351
18352 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18353
18354         * tests/examples/seek/seek.c: (main):
18355           Output tag messages as well.
18356
18357 2006-01-23  Edward Hervey  <edward@fluendo.com>
18358
18359         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18360         (free_pad_probes), (remove_fakesink), (pad_probe),
18361         (close_pad_link), (gst_decode_bin_change_state):
18362         Replace GstPadBlockCallback with pad probes that detect
18363         first buffer AND eos before removing fakesink.
18364         Fixes hang with demuxers doing EOS while pre-rolling.
18365         Solves #328279
18366
18367 2006-01-23  Andy Wingo  <wingo@pobox.com>
18368
18369         * ext/alsa/gstalsasink.c:
18370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18371         (gst_base_rtp_depayload_setcaps),
18372         (gst_base_rtp_depayload_add_to_queue),
18373         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18374         
18375         Patch by: Jens Granseuer <jensgr at gmx dot net>
18376
18377 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18378
18379         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18380         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18381         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18382         frames. We might get a frame destroyed after changing state to
18383         NULL, adding a safety check on xcontext.
18384
18385 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18386
18387         * gst-libs/gst/interfaces/xoverlay.c:
18388           Fix prepare-xwindow-id code example in the docs - we need to
18389           ignore all messages that aren't element messages as well.
18390           
18391 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18392
18393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18394           I think one day i'll completely undestand how caps negotiation
18395           is supposed to work. This refactoring handles buffer_alloc
18396           called with caps we can't handle. We definitely don't want a
18397           set_caps with those caps, so we define and allocate a buffer
18398           we would like to receive.
18399
18400 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18401
18402         * gst/playback/gstplaybasebin.c: (setup_source):
18403           Free iterator when done.
18404
18405 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18406
18407         * gst-libs/gst/audio/gstbaseaudiosink.c:
18408         (gst_base_audio_sink_render):
18409           Fix playback of non-synchronised streams by assuming a rate
18410           of 1.0 instead of a random one.
18411
18412           Makes this work again:
18413
18414           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18415           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18416           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18417           audioresample ! alsasink
18418
18419 === release 0.10.2 ===
18420
18421 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18422
18423         * configure.ac:
18424           releasing 0.10.2, "Then the devil is six"
18425
18426 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18427
18428         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18429         * gst/playback/gststreamselector.c:
18430         (gst_stream_selector_set_property):
18431           Comment out broken code that connects to the state-changed signal.
18432           At this point, changing current stream selection is broken, but 
18433           stuff like gst-launch playbin current-audio=1 works and filters
18434           to the chosen stream.
18435
18436 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18437
18438         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18439           Fix #327216 (null dereference in vorbisdec)
18440
18441 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18442
18443         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18444           Post taglist actually on bus instead of just freeing it
18445           (fixes #327114 and totem bug #327080).
18446
18447         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18448           Use gst_element_found_tags_for_pad(), so that the tags
18449           are sent downstream as an event as well.
18450
18451 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18452
18453         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18454         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18455         (gst_ximagesink_buffer_alloc):
18456         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18457         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18458         (gst_xvimagesink_buffer_alloc):
18459           move all regularly occurring messages to GST_LOG level
18460           add some more object logs
18461
18462 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18463
18464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18465           fix a silly segfault
18466
18467 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18468
18469         * docs/libs/gst-plugins-base-libs-docs.sgml:
18470         * docs/libs/gst-plugins-base-libs-sections.txt:
18471         * gst-libs/gst/audio/mixerutils.c:
18472         * gst-libs/gst/audio/mixerutils.h:
18473           Add docs for mixerutils stuff.
18474
18475 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * gst/playback/gstplaybasebin.c: (setup_source):
18478           Fix playback for sources that emit raw audio or
18479           raw video streams (e.g.: cd audio sources) (#325984).
18480
18481 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18482
18483         * gst-libs/gst/audio/mixerutils.c:
18484         (gst_audio_mixer_filter_do_filter):
18485           actually save the element we create
18486
18487 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * gst-libs/gst/cdda/gstcddabasesrc.c:
18490         (gst_cdda_base_src_handle_track_seek):
18491           No need to post a tag message on the bus when seeking
18492           within the same track, only post it when the current
18493           track changes.
18494
18495 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18496
18497         * gst/playback/gstplaybasebin.c: (group_destroy),
18498         (probe_triggered), (new_decoded_pad), (mute_group_type),
18499         (set_active_source):
18500         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18501         * gst/playback/gststreamselector.c:
18502         (gst_stream_selector_base_init),
18503         (gst_stream_selector_set_property),
18504         (gst_stream_selector_request_new_pad):
18505           Reenable stream selection. These mechanisms need a complete overhaul
18506           in the face of 0.8->0.10 changes though.
18507
18508 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18509
18510         * ext/ogg/gstoggdemux.c:
18511           Change the pad template to src_%d to match the pads that 
18512           are created from it. decodebin needs this information in order
18513           to decide that oggdemux is capable of producing multiple pads
18514           (and hence needs queues inserted).
18515
18516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18517         (gst_ogg_mux_collected):
18518           Make debug output more useful by using GST_PTR_FORMAT.
18519
18520 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18521
18522         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18523
18524         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18525           Set depth and width for alaw/mulaw (fixes #326601).
18526
18527 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18528
18529         * tests/icles/Makefile.am:
18530           don't build the tests if we don't have the libs
18531
18532 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18533
18534         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18535         (gst_cd_paranoia_paranoia_callback):
18536           Don't try to free NULL pointers.
18537
18538 2006-01-10  Edward Hervey  <edward@fluendo.com>
18539
18540         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18541         (gst_audio_rate_change_state), (plugin_init):
18542         Add debugging category.
18543         Fix type issues.
18544         Add case for incoming buffers without valid offset/offset_end.
18545
18546 2006-01-10  Michael Smith  <msmith@fluendo.com>
18547
18548         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18549           Don't leak GCond in audio sources.
18550
18551 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18552
18553         * gst/playback/gstplaybin.c: (gen_audio_element):
18554           Don't leak an autoaudiosink/alsasink when we generate
18555           a new audio element. (old code, I guess)
18556
18557 2006-01-10  Michael Smith  <msmith@fluendo.com>
18558
18559         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18560           Support float audio in audiorate.
18561           Use width rather than depth for selecting sample width.
18562
18563 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18564
18565         * gst/videotestsrc/videotestsrc.h:
18566           Use GLib types here (that way we don't have to include the
18567           generated _stdint.h header, which makes life easier for win32
18568           folks that don't use autotools for the build) (#325990, patch
18569           by: Sergey Scobich).
18570
18571 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18572
18573         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18574         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18575         (gst_ring_buffer_pause), (wait_segment):
18576         * gst-libs/gst/audio/gstringbuffer.h:
18577           Name (private) union, makes Forte compiler happy (this time
18578           for real) (#324900).
18579
18580 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18581
18582         * gst-libs/gst/audio/Makefile.am:
18583           Link against libgstinterfaces, needed for mixer
18584           and property probe stuff.
18585
18586 2006-01-09  Edward Hervey  <edward@fluendo.com>
18587
18588         * gst-libs/gst/Makefile.am:
18589
18590 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18591
18592         * gst-libs/gst/audio/Makefile.am:
18593         * gst-libs/gst/audio/mixerutils.c:
18594         (gst_audio_mixer_filter_do_filter),
18595         (gst_audio_mixer_filter_check_element),
18596         (gst_audio_mixer_filter_probe_feature),
18597         (element_factory_rank_compare_func),
18598         (gst_audio_default_registry_mixer_filter):
18599         * gst-libs/gst/audio/mixerutils.h:
18600           Add gst_audio_default_registry_mixer_filter() utility
18601           function.
18602
18603 2006-01-03  Michael Smith  <msmith@fluendo.com>
18604
18605         * gst/audioresample/resample.h:
18606           As before, but for o_buf
18607
18608 2006-01-03  Michael Smith  <msmith@fluendo.com>
18609
18610         * gst/audioresample/resample.h:
18611           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18612           since we do arithmetic on it.
18613
18614 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18615
18616         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18617         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18618         (gst_ring_buffer_pause), (wait_segment):
18619         * gst-libs/gst/audio/gstringbuffer.h:
18620           Sun's Forte compiler doesn't seem to like anonymous structs,
18621           so use same setup as in GstBaseSrc (fixes #324900).
18622
18623 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18624
18625         * configure.ac:
18626         * gst/volume/Makefile.am:
18627         * gst/volume/demo.c:
18628           move old example to tests/examples/volume/volune.c
18629         * tests/examples/Makefile.am:
18630         * tests/examples/seek/seek.c: (main):
18631           change window-close event from "delete-event" to "destroy"
18632         * tests/examples/volume/Makefile.am:
18633         * tests/examples/volume/volume.c: (value_changed_callback),
18634         (setup_gui), (message_received), (eos_message_received), (main):
18635           fix event handling and bus usage
18636
18637 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18638
18639         * gst/audiotestsrc/gstaudiotestsrc.c:
18640         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18641         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18642         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18643         (gst_audio_test_src_create_square),
18644         (gst_audio_test_src_create_saw),
18645         (gst_audio_test_src_create_triangle),
18646         (gst_audio_test_src_create_silence),
18647         (gst_audio_test_src_create_white_noise),
18648         (gst_audio_test_src_create_pink_noise),
18649         (gst_audio_test_src_init_sine_table),
18650         (gst_audio_test_src_create_sine_table),
18651         (gst_audio_test_src_change_wave),
18652         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18653         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18654         * gst/audiotestsrc/gstaudiotestsrc.h:
18655           update to basesrc changes, implement segmented seeking and eos
18656           handling, add a 'sine-tab' waveform for performance critical playback
18657
18658 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18659
18660         * po/POTFILES.in:
18661           ... and this time the other modified file that I missed last time.
18662
18663 2005-12-29  Michael Smith  <msmith@fluendo.com>
18664
18665         * gst/playback/gstdecodebin.c: (new_pad):
18666           Fix non-C89 variable declaration not at the start of a block. Should
18667           help some compilers.
18668
18669 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18670
18671         * tests/check/Makefile.am:
18672           And now fix 'make distcheck' (builddir != srcdir)
18673
18674 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18675
18676         * configure.ac:
18677         * ext/cdparanoia/Makefile.am:
18678         * ext/cdparanoia/gstcdparanoia.c:
18679         * ext/cdparanoia/gstcdparanoia.h:
18680         * ext/cdparanoia/gstcdparanoiasrc.c:
18681         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18682         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18683         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18684         (gst_cd_paranoia_paranoia_callback),
18685         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18686         (gst_cd_paranoia_src_set_property),
18687         (gst_cd_paranoia_src_get_property), (plugin_init):
18688         * ext/cdparanoia/gstcdparanoiasrc.h:
18689           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18690           plugin again (there are still fixes required to playbin to make
18691           cdda:// uris work there).
18692
18693 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18694
18695         * tests/check/Makefile.am:
18696           Fix test case compilation.
18697
18698 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18699
18700         * gst-libs/gst/cdda/gstcddabasesrc.c:
18701         (gst_cdda_base_src_update_duration),
18702         (gst_cdda_base_src_calculate_cddb_id):
18703           An integer is not a string. Fix access to uninitialised variable.
18704
18705         * tests/check/Makefile.am:
18706           Add cddabasesrc unit test; also actually enable the vorbis test.
18707
18708         * tests/check/generic/states.c:
18709           Blacklist new cd audio elements as well.
18710
18711         * tests/check/libs/cddabasesrc.c:
18712           Unit test for GstCddaBaseSrc (discid calculation mostly).
18713
18714 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18715
18716         * docs/libs/Makefile.am:
18717         * docs/libs/gst-plugins-base-libs-docs.sgml:
18718         * docs/libs/gst-plugins-base-libs-sections.txt:
18719         * docs/libs/gst-plugins-base-libs.types:
18720           Add docs for libgstcdda/GstCddaBaseSrc.
18721
18722         * gst-libs/gst/interfaces/mixertrack.h:
18723           Do one struct member per line with a semicolon at the end, that way
18724           even gtk-doc might parse it without complaining.
18725
18726 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * configure.ac:
18729         * gst-libs/gst/Makefile.am:
18730         * gst-libs/gst/cdda/Makefile.am:
18731         * gst-libs/gst/cdda/base64.c:
18732         * gst-libs/gst/cdda/base64.h:
18733         * gst-libs/gst/cdda/gstcddabasesrc.c:
18734         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18735         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18736         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18737         (gst_cdda_base_src_get_property),
18738         (gst_cdda_base_src_get_track_from_sector),
18739         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18740         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18741         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18742         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18743         (gst_cdda_base_src_uri_get_protocols),
18744         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18745         (gst_cdda_base_src_uri_handler_init),
18746         (gst_cdda_base_src_setup_interfaces),
18747         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18748         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18749         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18750         (gst_cdda_base_src_add_tags),
18751         (gst_cdda_base_src_add_index_associations),
18752         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18753         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18754         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18755         (gst_cdda_base_src_create):
18756         * gst-libs/gst/cdda/gstcddabasesrc.h:
18757         * gst-libs/gst/cdda/sha1.c:
18758         * gst-libs/gst/cdda/sha1.h:
18759           Add new libgstcdda with GstCddaBaseSrc class.
18760
18761 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * ext/gnomevfs/gstgnomevfssink.h:
18764           Use GstBaseSinkClass as parent_class member for class struct, not
18765           GstBaseSink.
18766
18767 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18768
18769         Patch by: Michael Benes
18770
18771         * gst/videotestsrc/gstvideotestsrc.c:
18772         (gst_video_test_src_class_init), (gst_video_test_src_start):
18773           Add start method to reset running time and number of frames sent
18774           when starting up (fixes #324696)
18775
18776 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18777
18778         * docs/plugins/Makefile.am:
18779         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18780         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18781         * docs/plugins/gst-plugins-base-plugins.args:
18782         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18783         * docs/plugins/gst-plugins-base-plugins.signals:
18784           Add docs stuff for gnomevfssrc and gnomevfssink.
18785
18786         * ext/gnomevfs/gstgnomevfssrc.c:
18787           Fix example pipeline in gtk-doc blurb.
18788
18789 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18790
18791         * ext/gnomevfs/Makefile.am:
18792         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18793         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18794         (gst_gnome_vfs_handle_get_type), (plugin_init):
18795         * ext/gnomevfs/gstgnomevfs.h:
18796         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18797         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18798         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18799         (gst_gnome_vfs_sink_set_property),
18800         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18801         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18802         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18803         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18804         (gst_gnome_vfs_sink_uri_get_type),
18805         (gst_gnome_vfs_sink_uri_get_protocols),
18806         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18807         (gst_gnome_vfs_sink_uri_handler_init):
18808         * ext/gnomevfs/gstgnomevfssink.h:
18809           Port gnomevfssink; add gtk-doc blurb.
18810
18811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18812         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18813         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18814         (gst_gnome_vfs_src_uri_get_type),
18815         (gst_gnome_vfs_src_uri_get_protocols),
18816         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18817         (gst_gnome_vfs_src_uri_handler_init),
18818         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18819         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18820         (gst_gnome_vfs_src_send_additional_headers_callback),
18821         (gst_gnome_vfs_src_received_headers_callback),
18822         (gst_gnome_vfs_src_push_callbacks),
18823         (gst_gnome_vfs_src_pop_callbacks),
18824         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18825         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18826         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18827         * ext/gnomevfs/gstgnomevfssrc.h:
18828           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18829           file; add gtk-doc blurb with example pipelines.
18830
18831 === release 0.10.1 ===
18832
18833 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18834
18835         * configure.ac:
18836           releasing 0.10.1, "Dobro Dedek"
18837
18838 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18839
18840         * gst/typefind/gsttypefindfunctions.c:
18841         iLBC30 and iLBC20 added to typefind.
18842
18843 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18844
18845         * gst-libs/gst/audio/gstbaseaudiosink.c:
18846         (gst_base_audio_sink_class_init):
18847         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18848         (gst_base_audio_src_class_init):
18849           update strings, values are in microseconds
18850           change the default sink buffer time to something that is smaller
18851           (to help software volume mixing have a slightly lower delay) but
18852           still be acceptable on Wim's laptop
18853
18854 2005-12-20  Edward Hervey  <edward@fluendo.com>
18855
18856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18857         Made a quack, forgot to add DUCK to the riff video template.
18858
18859 2005-12-19  Edward Hervey  <edward@fluendo.com>
18860
18861         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18862         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18863         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18864         (gst_ogm_parse_chain):
18865         Make sure pads are initialized correctly.
18866         * gst-libs/gst/riff/riff-ids.h:
18867         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18868         (gst_riff_create_video_template_caps):
18869         Add a whole bunch of FOURCC <=> MimeType.
18870         Extend the riff video pad template to support the newly added fourcc.
18871
18872 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18873
18874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18875         (gst_ogg_demux_activate_chain):
18876           Extra debug output when activating/deactivating chains.
18877
18878         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18879         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18880         (unlinked):
18881           Remove a queue from our list when it becomes unlinked.
18882           Don't add queues to elements in class 'Demux' if they
18883           can only produce one pad 
18884
18885 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18886
18887         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18888         (gst_video_sink_get_type): Add a debug category.
18889
18890 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18891
18892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18893         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18894           Handle downstream newsegment by sending our own newsegment before the
18895           next buffer to be released. (#323900)
18896
18897 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18898
18899         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18900         (gst_base_rtp_depayload_set_gst_timestamp):
18901           add queue delay to new segment as well (as opposed to just the first
18902           buffer). (bug #322347)
18903
18904 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18905
18906         * ext/libvisual/visual.c: (make_valid_name):
18907           change some char* into char[]
18908         * gst/audiotestsrc/gstaudiotestsrc.c:
18909         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18910         (gst_audio_test_src_create):
18911         * gst/audiotestsrc/gstaudiotestsrc.h:
18912           prepare to handle EOS and SEGMENT_DONE
18913
18914 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18915
18916         * tests/check/generic/states.c: (GST_START_TEST):
18917           Blacklist cdparanoia element in state test.
18918
18919 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18920
18921           Patch by: Benjamin Pineau
18922
18923         * gst/tcp/gsttcp.c:
18924         * gst/tcp/gsttcpclientsink.c:
18925         * gst/tcp/gsttcpserversink.c:
18926         * gst/tcp/gsttcpserversrc.c:
18927           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18928
18929 2005-12-15  Michael Smith  <msmith@fluendo.com>
18930
18931         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18932         (gst_video_rate_chain):
18933           Fix timestamping for videorate when the first buffer it sees has a
18934           non-zero timestamp. Fix some misleading debug output.
18935
18936 2005-12-15  Michael Smith  <msmith@fluendo.com>
18937
18938         * gst/audioresample/gstaudioresample.c:
18939           Don't leak all input buffers to audioresample.
18940
18941 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18942
18943         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18944           Don't operate on empty text buffers. Strip newlines and
18945           tabs only from the end of the text, but leave them intact
18946           in the middle. Fix typo in gtk-doc description.
18947
18948 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18949
18950         * gst/playback/gstplaybasebin.c:
18951         * gst/playback/gstplaybin.c: (handoff):
18952           Make sure the video frame buffer we return to apps via the
18953           "frame" property always has caps set on it. Modify
18954           _gst_gvalue_set_object() macro to handle NULL objects
18955           gracefully too.
18956
18957 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18958
18959         * gst/audiotestsrc/gstaudiotestsrc.c:
18960         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18961         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18962         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18963         (gst_audio_test_src_create):
18964         * gst/audiotestsrc/gstaudiotestsrc.h:
18965         Adjust to some recent api changes and add wtays new cool seeking
18966         capabillities
18967
18968 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18969
18970         * ext/alsa/Makefile.am:
18971         * ext/alsa/gstalsadeviceprobe.c:
18972         * ext/alsa/gstalsadeviceprobe.h:
18973           Helper functions to add device probing via the GstPropertyProbe
18974           interface to a class.
18975
18976         * ext/alsa/gstalsamixer.h:
18977           Comment out GST_ALSA_MIXER, it returns a struct that's not
18978           used.
18979
18980         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18981           Add some debug info. 
18982
18983         * ext/alsa/gstalsamixerelement.c:
18984         (gst_alsa_mixer_element_interface_supported),
18985         (gst_implements_interface_init),
18986         (gst_alsa_mixer_element_init_interfaces),
18987         (gst_alsa_mixer_element_class_init),
18988         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18989         (gst_alsa_mixer_element_set_property),
18990         (gst_alsa_mixer_element_get_property),
18991         (gst_alsa_mixer_element_change_state):
18992         * ext/alsa/gstalsamixerelement.h:
18993           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18994           for device handling (gnome-volume-control will need that).
18995
18996 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18997
18998         * ext/Makefile.am: fix cdparanoia entry
18999         * gst-plugins-base.spec.in: add cdparanoia
19000
19001 2005-12-12  Michael Smith  <msmith@fluendo.com>
19002
19003         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19004           Use the correct function to free list of typefind factories.
19005
19006 2005-12-12  Wim Taymans  <wim@fluendo.com>
19007
19008         * gst/videotestsrc/gstvideotestsrc.c:
19009         (gst_video_test_src_class_init), (gst_video_test_src_init),
19010         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19011         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19012         (gst_video_test_src_create):
19013         * gst/videotestsrc/gstvideotestsrc.h:
19014         Implement seeking in videotestsrc.
19015         Small cleanups.
19016
19017 2005-12-12  Wim Taymans  <wim@fluendo.com>
19018
19019         * ext/cdparanoia/Makefile.am:
19020         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19021         (gst_paranoia_endian_get_type), (_do_init),
19022         (cdparanoia_class_init), (cdparanoia_init),
19023         (cdparanoia_set_property), (cdparanoia_get_property),
19024         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19025         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19026         (cdparanoia_convert), (cdparanoia_get_query_types),
19027         (cdparanoia_query), (cdparanoia_set_index),
19028         (cdparanoia_uri_set_uri):
19029         * ext/cdparanoia/gstcdparanoia.h:
19030         Partially ported cdparanoia now that basesrc can support a
19031         plugin like this..
19032
19033 2005-12-12  Wim Taymans  <wim@fluendo.com>
19034
19035         * tests/examples/seek/scrubby.c: (main):
19036         Set higher priority for bus events so they don't get reordered with
19037         gtk gui events.
19038
19039         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19040         (flush_toggle_cb), (main):
19041         Added checkbox to disable flushing seeks. 
19042         Disable scrubbing when doing non flushing seeks.
19043
19044 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19045
19046         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19047         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19048         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19049         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19050           Implement some sort of event handling that doesn't rely on
19051           g_return_if_fail; make sure we always push the last chunk of an 
19052           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19053           state change function; remove some old cruft. Seeking is still
19054           rather unlikely to work though.
19055
19056         * tools/.cvsignore:
19057           Ignore more.
19058
19059 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19060
19061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19062         Fixed a leak of the current image reference when cleaning up.
19063         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19064
19065 2005-12-09  Michael Smith  <msmith@fluendo.com>
19066
19067         * tools/Makefile.am:
19068         * tools/gst-launch-ext-m.m:
19069           Remove gst-launch-ext. It doesn't work, and is no longer
19070           particularly useful.
19071
19072 2005-12-08  Luca Ognibene  <luogni@tin.it>
19073
19074         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19075           don't pass random values to ogmparse convert function.
19076           Make seeking possible in the exile1.ogm file.
19077
19078 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19079
19080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19081         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19082           Work around refcount problem with g_value_set_object() that occur
19083           if the core has been compiled against GLib-2.6 (g_value_set_object()
19084           will only g_object_ref() the element, but the caller will
19085           gst_object_unref() it and bad things will happen due to the way
19086           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19087           totem for people on FC4 using Thomas's 0.10 RPMs.
19088           
19089 2005-12-07  Edward Hervey  <edward@fluendo.com>
19090
19091         Time to welcome ogm to 0.10 :)
19092         
19093         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19094         (gst_ogg_pad_typefind):
19095         Oggdemux can now properly typefind elements with dynamic pads.
19096         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19097         Properly set caps on src pad, and set caps on outgoing buffers.
19098
19099 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19100
19101         * ext/alsa/gstalsamixer.h:
19102         * ext/alsa/gstalsamixerelement.h:
19103         * ext/alsa/gstalsamixeroptions.h:
19104         * ext/alsa/gstalsamixertrack.h:
19105         * ext/alsa/gstalsasink.c:
19106         * ext/alsa/gstalsasink.h:
19107         * ext/alsa/gstalsasrc.c:
19108         * ext/alsa/gstalsasrc.h:
19109         * ext/cdparanoia/gstcdparanoia.h:
19110         * ext/gnomevfs/gstgnomevfsuri.h:
19111         * ext/ogg/gstoggdemux.c:
19112         * ext/ogg/gstoggmux.c:
19113         * ext/pango/gsttextoverlay.h:
19114         * ext/theora/theoradec.c:
19115         * ext/theora/theoraenc.c:
19116         * ext/vorbis/vorbisdec.h:
19117         * ext/vorbis/vorbisenc.c:
19118         * ext/vorbis/vorbisenc.h:
19119         * ext/vorbis/vorbisparse.h:
19120         * gst-libs/gst/audio/gstaudioclock.h:
19121         * gst-libs/gst/audio/gstaudiosink.c:
19122         * gst-libs/gst/audio/gstaudiosink.h:
19123         * gst-libs/gst/audio/gstaudiosrc.c:
19124         * gst-libs/gst/audio/gstaudiosrc.h:
19125         * gst-libs/gst/audio/gstbaseaudiosink.c:
19126         * gst-libs/gst/audio/gstbaseaudiosink.h:
19127         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19128         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19129         * gst-libs/gst/audio/gstringbuffer.h:
19130         * gst-libs/gst/audio/multichannel.h:
19131         * gst-libs/gst/floatcast/floatcast.h:
19132         * gst-libs/gst/interfaces/colorbalance.c:
19133         * gst-libs/gst/interfaces/colorbalance.h:
19134         * gst-libs/gst/interfaces/colorbalancechannel.h:
19135         * gst-libs/gst/interfaces/mixer.h:
19136         * gst-libs/gst/interfaces/mixeroptions.h:
19137         * gst-libs/gst/interfaces/mixertrack.h:
19138         * gst-libs/gst/interfaces/navigation.h:
19139         * gst-libs/gst/interfaces/propertyprobe.h:
19140         * gst-libs/gst/interfaces/tuner.h:
19141         * gst-libs/gst/interfaces/tunerchannel.h:
19142         * gst-libs/gst/interfaces/tunernorm.h:
19143         * gst-libs/gst/interfaces/xoverlay.h:
19144         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19145         * gst-libs/gst/riff/riff-ids.h:
19146         * gst-libs/gst/riff/riff-media.h:
19147         * gst-libs/gst/riff/riff-read.h:
19148         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19149         * gst-libs/gst/rtp/gstbasertppayload.c:
19150         * gst-libs/gst/rtp/gstbasertppayload.h:
19151         * gst-libs/gst/rtp/gstrtpbuffer.c:
19152         * gst-libs/gst/rtp/gstrtpbuffer.h:
19153         * gst-libs/gst/tag/gsttageditingprivate.h:
19154         * gst-libs/gst/tag/gstvorbistag.c:
19155         (gst_tag_list_from_vorbiscomment_buffer):
19156         * gst-libs/gst/tag/tag.h:
19157         * gst-libs/gst/video/video.h:
19158         * gst/adder/gstadder.c:
19159         * gst/adder/gstadder.h:
19160         * gst/audioconvert/audioconvert.c:
19161         * gst/audioconvert/audioconvert.h:
19162         * gst/audioconvert/gstaudioconvert.c:
19163         * gst/audioconvert/gstchannelmix.c:
19164         * gst/audioconvert/gstchannelmix.h:
19165         * gst/audiorate/gstaudiorate.c:
19166         * gst/audioresample/buffer.h:
19167         * gst/audioresample/functable.h:
19168         * gst/audioresample/gstaudioresample.c:
19169         * gst/audioresample/resample.h:
19170         * gst/ffmpegcolorspace/avcodec.h:
19171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19172         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19173         * gst/ffmpegcolorspace/imgconvert.c:
19174         * gst/ffmpegcolorspace/imgconvert_template.h:
19175         * gst/playback/gstdecodebin.c:
19176         * gst/playback/gstplaybasebin.h:
19177         * gst/playback/gstplaybin.c:
19178         * gst/playback/gststreaminfo.h:
19179         * gst/tcp/gstfdset.c:
19180         * gst/tcp/gstfdset.h:
19181         * gst/tcp/gstmultifdsink.c:
19182         * gst/tcp/gstmultifdsink.h:
19183         * gst/tcp/gsttcp.h:
19184         * gst/tcp/gsttcpclientsrc.c:
19185         * gst/tcp/gsttcpclientsrc.h:
19186         * gst/tcp/gsttcpplugin.h:
19187         * gst/tcp/gsttcpserversink.c:
19188         * gst/tcp/gsttcpserversrc.c:
19189         * gst/typefind/gsttypefindfunctions.c:
19190         * gst/videorate/gstvideorate.c:
19191         * gst/videotestsrc/gstvideotestsrc.h:
19192         * gst/videotestsrc/videotestsrc.h:
19193         * sys/v4l/gstv4lcolorbalance.h:
19194         * sys/v4l/gstv4ltuner.h:
19195         * sys/v4l/gstv4lxoverlay.h:
19196         * sys/v4l/v4l_calls.h:
19197         * sys/v4l/videodev_mjpeg.h:
19198         * tests/check/elements/audioconvert.c:
19199         * tests/check/elements/audioresample.c:
19200         * tests/check/elements/audiotestsrc.c:
19201         * tests/check/elements/videotestsrc.c:
19202         * tests/check/elements/volume.c:
19203         * tests/examples/seek/scrubby.c:
19204         * tests/examples/seek/seek.c:
19205           expand tabs
19206
19207 === release 0.10.0 ===
19208
19209 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19210
19211         * configure.ac:
19212           releasing 0.10.0, "Mont-d'or"
19213
19214 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19215
19216         * tests/examples/seek/Makefile.am:
19217         Build fix for when gtk is not available.
19218
19219 2005-12-05  Andy Wingo  <wingo@pobox.com>
19220
19221         * ext/libvisual/visual.c: (get_buffer):
19222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19223         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19224         * ext/theora/theoradec.c: (theora_handle_data_packet):
19225         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19226         (theora_enc_chain):
19227         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19228         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19229         Update for alloc_buffer changes.
19230
19231 2005-12-05  Andy Wingo  <wingo@pobox.com>
19232
19233         patch by: Kai Vehmanen <kv2004 eca cx>
19234         
19235         * gst-libs/gst/rtp/gstbasertpdepayload.c
19236         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19237
19238 2005-12-04  Andy Wingo  <wingo@pobox.com>
19239
19240         patch by: Sebastien Cote <sebas642 yahoo ca>
19241         
19242         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19243         Fixes #319172.
19244
19245 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19246
19247         * docs/plugins/Makefile.am:
19248         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19249         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19250         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19251         * ext/pango/gstclockoverlay.c:
19252         * ext/pango/gsttextoverlay.c: 
19253         * ext/pango/gsttextrender.c:
19254         * ext/pango/gsttimeoverlay.c:
19255           Add gtk-doc blurbs to pango elements.
19256
19257 2005-12-02  Wim Taymans  <wim@fluendo.com>
19258
19259         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19260         * gst/audioresample/buffer.h:
19261         * gst/audioresample/gstaudioresample.c:
19262         * gst/audioresample/gstaudioresample.h:
19263         * gst/audioresample/resample.c: (resample_input_flush),
19264         (resample_input_pushthrough), (resample_input_eos),
19265         (resample_get_output_size_for_input),
19266         (resample_get_input_size_for_output), (resample_get_output_size),
19267         (resample_get_output_data):
19268         * gst/audioresample/resample.h:
19269         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19270         Fix audioresample, seek torture, new segments, reverse negotiation
19271         etc.. work fine.
19272
19273 2005-12-02  Wim Taymans  <wim@fluendo.com>
19274
19275         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19276         Small cleanups.
19277
19278 2005-12-02  Wim Taymans  <wim@fluendo.com>
19279
19280         * gst/audioconvert/gstaudioconvert.c:
19281         (gst_audio_convert_transform):
19282         Post errors.
19283
19284 === release 0.9.7 ===
19285
19286 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19287
19288         * configure.ac:
19289           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19290
19291 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19292
19293         * Makefile.am:
19294         * po/hu.po:
19295         * win32/MANIFEST:
19296         * win32/gst.sln:
19297           add win32 MANIFEST file
19298           do something to the hungarian translation
19299
19300 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19301
19302         * ext/Makefile.am:
19303           Add $(PANGO_DIR) to SUBDIRS
19304
19305         * ext/pango/gstclockoverlay.c:
19306         * ext/pango/gsttimeoverlay.c:
19307           Fix and improve element descriptions.
19308
19309 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19310
19311         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19312         * docs/plugins/inspect/plugin-libvisual.xml:
19313         * docs/plugins/inspect/plugin-pango.xml:
19314           add pango plugin to docs
19315
19316 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19317
19318         * configure.ac:
19319         * ext/Makefile.am:
19320           moved pango to base
19321
19322 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19323
19324         * configure.ac:
19325         * tests/Makefile.am:
19326         * tests/icles/.cvsignore:
19327         * tests/icles/Makefile.am:
19328         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19329         (close_display), (resize_window), (move_window), (create_window),
19330         (terminate_playback), (pause_playback), (start_playback), (main):
19331           add stress test for xoverlay from Julien
19332
19333 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19334
19335         * docs/libs/tmpl/gstcolorbalance.sgml:
19336         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19337         * gst-libs/gst/rtp/gstbasertppayload.c:
19338         * gst-libs/gst/rtp/gstrtpbuffer.c:
19339         * gst-libs/gst/rtp/gstrtpbuffer.h:
19340           Do burger's rename for rtp payloaders and depayloaders
19341
19342 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19343
19344         * win32/:
19345           add Visual Studio 6 build files
19346
19347 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * docs/libs/gst-plugins-base-libs-docs.sgml:
19350         * docs/libs/gst-plugins-base-libs-sections.txt:
19351         * docs/libs/tmpl/gstaudio.sgml:
19352         * docs/libs/tmpl/gstringbuffer.sgml:
19353         * gst-libs/gst/interfaces/xoverlay.c:
19354         * gst-libs/gst/video/gstvideofilter.c:
19355         * gst-libs/gst/video/gstvideosink.c:
19356           update documentation
19357
19358 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19359
19360         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19361         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19362         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19363         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19364         (gst_multi_fd_sink_get_stats),
19365         (gst_multi_fd_sink_remove_client_link),
19366         (gst_multi_fd_sink_handle_client_read),
19367         (gst_multi_fd_sink_client_queue_data),
19368         (gst_multi_fd_sink_client_queue_caps),
19369         (gst_multi_fd_sink_client_queue_buffer),
19370         (gst_multi_fd_sink_new_client),
19371         (gst_multi_fd_sink_handle_client_write),
19372         (gst_multi_fd_sink_recover_client),
19373         (gst_multi_fd_sink_queue_buffer),
19374         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19375         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19376         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19377         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19378         * gst/tcp/gstmultifdsink.h:
19379         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19380         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19381         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19382         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19383         (gst_tcp_client_sink_set_property),
19384         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19385         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19386         * gst/tcp/gsttcpclientsink.h:
19387         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19388         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19389         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19390         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19391         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19392         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19393         * gst/tcp/gsttcpclientsrc.h:
19394         * gst/tcp/gsttcpplugin.c: (plugin_init):
19395         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19396         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19397         (gst_tcp_server_sink_finalize),
19398         (gst_tcp_server_sink_handle_server_read),
19399         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19400         (gst_tcp_server_sink_set_property),
19401         (gst_tcp_server_sink_get_property),
19402         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19403         * gst/tcp/gsttcpserversink.h:
19404         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19405         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19406         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19407         (gst_tcp_server_src_set_property),
19408         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19409         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19410         * gst/tcp/gsttcpserversrc.h:
19411           more borgifying
19412
19413 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19414
19415         * docs/plugins/Makefile.am:
19416         * docs/plugins/gst-plugins-base-plugins.args:
19417         * docs/plugins/inspect/plugin-libvisual.xml:
19418         * gst/audioconvert/plugin.h:
19419         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19420         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19421         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19422         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19423         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19424         (plugin_init):
19425         * gst/audiotestsrc/gstaudiotestsrc.c:
19426         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19427         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19428         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19429         (gst_audio_test_src_get_query_types),
19430         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19431         (gst_audio_test_src_create_square),
19432         (gst_audio_test_src_create_saw),
19433         (gst_audio_test_src_create_triangle),
19434         (gst_audio_test_src_create_silence),
19435         (gst_audio_test_src_create_white_noise),
19436         (gst_audio_test_src_init_pink_noise),
19437         (gst_audio_test_src_generate_pink_noise_value),
19438         (gst_audio_test_src_create_pink_noise),
19439         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19440         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19441         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19442         (plugin_init):
19443         * gst/audiotestsrc/gstaudiotestsrc.h:
19444         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19445         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19446         (gst_sub_parse_init), (gst_sub_parse_formats),
19447         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19448         (convert_encoding), (get_next_line),
19449         (gst_sub_parse_data_format_autodetect),
19450         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19451         (gst_sub_parse_loop), (gst_sub_parse_chain),
19452         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19453         (plugin_init):
19454         * gst/subparse/gstsubparse.h:
19455         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19456         (gst_video_rate_base_init), (gst_video_rate_class_init),
19457         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19458         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19459         (gst_video_rate_init), (gst_video_rate_event),
19460         (gst_video_rate_chain), (gst_video_rate_set_property),
19461         (gst_video_rate_get_property), (gst_video_rate_change_state),
19462         (plugin_init):
19463         * gst/videoscale/gstvideoscale.c:
19464         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19465         (gst_video_scale_src_template_factory),
19466         (gst_video_scale_sink_template_factory),
19467         (gst_video_scale_get_type), (gst_video_scale_base_init),
19468         (gst_video_scale_class_init), (gst_video_scale_init),
19469         (gst_video_scale_set_property), (gst_video_scale_get_property),
19470         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19471         (gst_video_scale_prepare_size), (parse_caps),
19472         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19473         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19474         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19475         (plugin_init):
19476         * gst/videoscale/gstvideoscale.h:
19477         * gst/videotestsrc/gstvideotestsrc.c:
19478         (gst_video_test_src_pattern_get_type),
19479         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19480         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19481         (gst_video_test_src_set_pattern),
19482         (gst_video_test_src_set_property),
19483         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19484         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19485         (gst_video_test_src_event), (gst_video_test_src_get_times),
19486         (gst_video_test_src_create), (plugin_init):
19487         * gst/videotestsrc/gstvideotestsrc.h:
19488         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19489         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19490         (gst_video_test_src_black):
19491         * gst/videotestsrc/videotestsrc.h:
19492           borgify further
19493           clean up docs a little
19494
19495 2005-11-30  Wim Taymans  <wim@fluendo.com>
19496
19497         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19498         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19499         (gst_basertppayload_event), (gst_basertppayload_push),
19500         (gst_basertppayload_change_state):
19501         * gst-libs/gst/rtp/gstbasertppayload.h:
19502         closed #320644.
19503
19504 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19505
19506         * docs/libs/gst-plugins-base-libs-docs.sgml:
19507         * docs/libs/gst-plugins-base-libs-sections.txt:
19508         * gst-libs/gst/video/gstvideofilter.c:
19509         * gst-libs/gst/video/gstvideosink.c:
19510         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19511
19512 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19513
19514         * LICENSE:
19515           move
19516         * po/af.po:
19517         * po/az.po:
19518         * po/cs.po:
19519         * po/en_GB.po:
19520         * po/hu.po:
19521         * po/it.po:
19522         * po/nb.po:
19523         * po/nl.po:
19524         * po/or.po:
19525         * po/sq.po:
19526         * po/sr.po:
19527         * po/sv.po:
19528         * po/uk.po:
19529         * po/vi.po:
19530         * Makefile.am:
19531           update
19532         * scripts/autoplugins.sh:
19533           remove
19534
19535 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19536
19537         * Makefile.am:
19538         * configure.ac:
19539         * examples/Makefile.am:
19540         * examples/capsfilter/Makefile.am:
19541         * examples/capsfilter/capsfilter1.c:
19542         * examples/gob/Makefile.am:
19543         * examples/gob/gst-identity2.gob:
19544         * examples/indexing/.cvsignore:
19545         * examples/indexing/Makefile.am:
19546         * examples/indexing/indexmpeg.c:
19547         * examples/seeking/.cvsignore:
19548         * examples/seeking/Makefile.am:
19549         * examples/seeking/cdparanoia.c:
19550         * examples/seeking/cdplayer.c:
19551         * examples/seeking/chained.c:
19552         * examples/seeking/scrubby.c:
19553         * examples/seeking/seek.c:
19554         * examples/stats/Makefile.am:
19555         * examples/stats/mp2ogg.c:
19556         * examples/switch/.cvsignore:
19557         * examples/switch/Makefile.am:
19558         * examples/switch/switcher.c:
19559         * tests/Makefile.am:
19560         * tests/check/generic/.cvsignore:
19561         * tests/check/pipelines/.cvsignore:
19562         * tests/examples/Makefile.am:
19563         * tests/examples/seek/Makefile.am:
19564           reorganize stuff under tests/
19565
19566 2005-11-30  Edward Hervey  <edward@fluendo.com>
19567
19568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19569         Go away you stupid GstStaticPadTemplate memleak.
19570
19571 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * gst-libs/gst/net/Makefile.am:
19574         * gst-libs/gst/net/README:
19575         * gst-libs/gst/net/gstnetbuffer.c:
19576         * gst-libs/gst/net/gstnetbuffer.h:
19577           this was moved to "netbuffer"
19578
19579 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19580
19581         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19582         (gst_video_filter_class_init), (gst_video_filter_init):
19583         * gst-libs/gst/video/gstvideofilter.h:
19584           borgify name to bring in line with other classes
19585
19586 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19587
19588         * gst/audioscale/.cvsignore:
19589         * gst/audioscale/Makefile.am:
19590         * gst/audioscale/README:
19591         * gst/audioscale/audioscale.vcproj:
19592         * gst/audioscale/dtof.c:
19593         * gst/audioscale/dtos.c:
19594         * gst/audioscale/functable.c:
19595         * gst/audioscale/gstaudioscale.c:
19596         * gst/audioscale/gstaudioscale.h:
19597         * gst/audioscale/private.h:
19598         * gst/audioscale/resample.c:
19599         * gst/audioscale/resample.h:
19600         * gst/audioscale/test.c:
19601           remove
19602
19603 2005-11-30  Edward Hervey  <edward@fluendo.com>
19604
19605         * gst-libs/gst/netbuffer/Makefile.am:
19606         really, really tired
19607
19608 2005-11-30  Edward Hervey  <edward@fluendo.com>
19609
19610         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19611         Update for new GstTypeFindFactory _register()
19612
19613 2005-11-30  Edward Hervey  <edward@fluendo.com>
19614
19615         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19616         Let's not override libgstnet from core for no reason...
19617         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19618         Ok, maybe not so quick next time.
19619
19620 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19621
19622         * configure.ac:
19623         * gst-libs/gst/Makefile.am:
19624           moved gst-libs/gst/net to netbuffer through CVS surgery
19625           remove old directory
19626           updating build to accomodate
19627           (#322257)
19628
19629 2005-11-29  Andy Wingo  <wingo@pobox.com>
19630
19631         * pkgconfig/gstreamer-plugins-base.pc.in:
19632         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19633         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19634         (#322257).
19635
19636 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19637
19638         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19639         3rd time's the charm. Correct ref-counting for discarded buffers.
19640
19641 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19642
19643         * gst/playback/gststreamselector.c:
19644         (gst_stream_selector_class_init),
19645         (gst_stream_selector_set_property),
19646         (gst_stream_selector_get_property),
19647         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19648         Fix ref-counting
19649
19650 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19651
19652         * gst/subparse/gstsubparse.c: (feed_textbuf):
19653           Don't access already unref'ed buffer.
19654
19655 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19656
19657         * gst/playback/gststreamselector.c:
19658         (gst_stream_selector_class_init), (gst_stream_selector_init),
19659         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19660         (gst_stream_selector_get_property),
19661         (gst_stream_selector_get_linked_pad),
19662         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19663         * gst/playback/gststreamselector.h:
19664         Add the active-pad property for playbin to use shortly. Ignore buffers
19665         from any other pad, returning GST_FLOW_NOT_LINKED
19666
19667 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19668
19669         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19670         patch from bug #322704 (Alessandro Decina).
19671
19672 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19673
19674         * gst-libs/gst/audio/Makefile.am:
19675           folded audiofilter into the audio library
19676
19677 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19678
19679         * gst/videoscale/gstvideoscale.h:
19680         * gst/videoscale/gstvideoscale.c:
19681           remove unimplemented scale methods
19682
19683 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19684
19685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19686           Don't leak caps.
19687
19688 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19689
19690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19691         (gst_ximagesink_setcaps):
19692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19693         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19694         happens (only visible on ximagesink but bug is in xv too) set_caps was
19695         destroying the internal x[v]image used to memcpy non locally alloced
19696         buffers so that it got renewed on next _chain. The issue is that 
19697         _expose will try to put that image as it reffed it in _put.
19698         Using gst_buffer_unref instead of destroy fixes it !
19699
19700 2005-11-28  Edward Hervey  <edward@fluendo.com>
19701
19702         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19703         (try_to_link_1), (queue_filled_cb):
19704         Better use of the queues. Start with a small size queue and only increase
19705         the size of the queues when the other queues are empty.
19706
19707 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19708
19709         * gst-libs/gst/video/Makefile.am:
19710           compile in copied-over videofilter into the video library
19711         * gst-libs/gst/video/videosink.h:
19712           rename the header to gstvideosink.h since it's a base GstObject class
19713         * sys/ximage/ximagesink.h:
19714         * sys/xvimage/xvimagesink.h:
19715           use the new header
19716
19717 2005-11-28  Wim Taymans  <wim@fluendo.com>
19718
19719         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19720         * gst/playback/gstplaybasebin.h:
19721         Prepare to handle errors betters.
19722
19723         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19724         Set sinks to PAUSED first before adding and linking them so that
19725         we don't interrupt dataflow.
19726
19727 2005-11-28  Wim Taymans  <wim@fluendo.com>
19728
19729         * gst-libs/gst/audio/TODO:
19730         Updated TODO
19731
19732         * gst-libs/gst/audio/gstaudiosink.c:
19733         (gst_audioringbuffer_open_device),
19734         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19735         (gst_audioringbuffer_release):
19736         Small cleanups.
19737
19738         * gst-libs/gst/audio/gstbaseaudiosink.c:
19739         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19740         (gst_base_audio_sink_change_state):
19741         Slave to the master clock when going to PLAYING and unslave when
19742         going to PAUSED.
19743
19744         * gst-libs/gst/audio/gstringbuffer.c:
19745         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19746         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19747         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19748         (gst_ring_buffer_clear_all), (wait_segment),
19749         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19750         (gst_ring_buffer_advance):
19751         * gst-libs/gst/audio/gstringbuffer.h:
19752         Add some docs and cleanups.
19753
19754 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19755
19756         * sys/xvimage/xvimagesink.c:
19757         (gst_xvimagesink_navigation_send_event): Fix navigation events
19758         coordinates translation with pixel aspect ratios.
19759
19760 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19761
19762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19763         Use calculated video geometry from _setcaps instead of buffer
19764         caps to respect pixel aspect ratio. (fixes #322388)
19765
19766 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19767
19768         * docs/libs/tmpl/gstcolorbalance.sgml:
19769         * docs/libs/tmpl/gstmixer.sgml:
19770         * docs/libs/tmpl/gstxoverlay.sgml:
19771         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19772         interface.
19773
19774 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19775
19776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19777         Refuse to create an XvImage if we can't find the format.
19778
19779 2005-11-28  Edward Hervey  <edward@fluendo.com>
19780
19781         * gst-libs/gst/riff/riff-media.c:
19782         (gst_riff_create_audio_template_caps):
19783         Add ATRAC3 to the list of riff-possible audio caps.
19784         I know we still don't have a plugin for atrac3, but it's saner to output
19785         that than a cryptic mimetype.
19786
19787 2005-11-27  Edward Hervey  <edward@fluendo.com>
19788
19789         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19790         Don't try to create a zero-sized subbuffer.
19791
19792 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19793
19794         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19795         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19796         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19797         (gst_ximagesink_expose): Fixed a tricky race.
19798         * sys/ximage/ximagesink.h:
19799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19800         (gst_xvimagesink_expose): Fixed a tricky race.
19801         * sys/xvimage/xvimagesink.h:
19802
19803 2005-11-27  Edward Hervey  <edward@fluendo.com>
19804
19805         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19806         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19807         Remove unused properties, and add queues between demuxers and decoders
19808         so that a lot more files can preroll properly.
19809
19810 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19811
19812         * gst-libs/gst/net/Makefile.am:
19813         * gst-libs/gst/rtp/Makefile.am:
19814         * gst-libs/gst/tag/Makefile.am:
19815           remove silly include
19816         * gst/tags/Makefile.am:
19817         * gst/tags/gsttagediting.c:
19818         * gst/tags/gsttageditingprivate.h:
19819         * gst/tags/tagedit.vcproj:
19820           remove directory, is as good as empty
19821
19822 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19823
19824         * configure.ac:
19825           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19826         * gst-libs/Makefile.am:
19827         * gst-libs/gst/audio/Makefile.am:
19828         * gst-libs/gst/interfaces/Makefile.am:
19829         * gst-libs/gst/net/Makefile.am:
19830         * gst-libs/gst/riff/Makefile.am:
19831         * gst-libs/gst/rtp/Makefile.am:
19832         * gst-libs/gst/tag/Makefile.am:
19833         * gst-libs/gst/video/Makefile.am:
19834           and use them
19835
19836 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19837
19838         * docs/libs/tmpl/gstcolorbalance.sgml:
19839         * docs/libs/tmpl/gstmixer.sgml:
19840         * docs/libs/tmpl/gstxoverlay.sgml:
19841         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19842         * sys/ximage/ximagesink.h:
19843         * sys/xvimage/xvimagesink.h: More and more documentation.
19844
19845 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19846
19847         * docs/libs/gst-plugins-base-libs-docs.sgml:
19848         * docs/libs/gst-plugins-base-libs-sections.txt:
19849         * docs/libs/tmpl/gstcolorbalance.sgml:
19850         * docs/libs/tmpl/gstmixer.sgml:
19851         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19852         to documentation.
19853
19854 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19855
19856         * docs/plugins/Makefile.am:
19857         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19859         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19860
19861 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19862
19863         * docs/plugins/Makefile.am:
19864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19866         * docs/plugins/inspect/plugin-adder.xml:
19867         * docs/plugins/inspect/plugin-alsa.xml:
19868         * docs/plugins/inspect/plugin-audioconvert.xml:
19869         * docs/plugins/inspect/plugin-audiorate.xml:
19870         * docs/plugins/inspect/plugin-audioresample.xml:
19871         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19872         * docs/plugins/inspect/plugin-decodebin.xml:
19873         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19874         * docs/plugins/inspect/plugin-gnomevfs.xml:
19875         * docs/plugins/inspect/plugin-ogg.xml:
19876         * docs/plugins/inspect/plugin-playbin.xml:
19877         * docs/plugins/inspect/plugin-subparse.xml:
19878         * docs/plugins/inspect/plugin-tcp.xml:
19879         * docs/plugins/inspect/plugin-theora.xml:
19880         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19881         * docs/plugins/inspect/plugin-video4linux.xml:
19882         * docs/plugins/inspect/plugin-videorate.xml:
19883         * docs/plugins/inspect/plugin-videoscale.xml:
19884         * docs/plugins/inspect/plugin-videotestsrc.xml:
19885         * docs/plugins/inspect/plugin-volume.xml:
19886         * docs/plugins/inspect/plugin-vorbis.xml:
19887         * docs/plugins/inspect/plugin-ximagesink.xml:
19888         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19889         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19890
19891 2005-11-26  Edward Hervey  <edward@fluendo.com>
19892
19893         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19894         Properly return GstFlowReturn from gst_pad_push in chain functions.
19895
19896 2005-11-25  Michael Smith  <msmith@fluendo.com>
19897
19898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19899         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19900         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19901         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19902           Handle various conditions better when we don't understand a stream.
19903           Removes a heap of CRITICALs on ogg streams containing unknown data.
19904
19905 2005-11-24  Andy Wingo  <wingo@pobox.com>
19906
19907         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19908         Be threadsafe.
19909
19910 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19911
19912         * configure.ac: back to HEAD
19913
19914 === release 0.9.6 ===
19915
19916 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19917
19918         * configure.ac:
19919           releasing 0.9.6, "White Eight"
19920
19921 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19922
19923         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19924         * docs/plugins/inspect/plugin-sine.xml:
19925           remove sinesrc some more
19926
19927 2005-11-23  Wim Taymans  <wim@fluendo.com>
19928
19929         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19930         If we are reading too slowly, jump forward in the ringbuffer
19931         instead of blocking.
19932
19933 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19934
19935         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19936         (gst_visual_chain):
19937         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19938         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19939         (gst_videorate_chain):
19940         * gst/videotestsrc/gstvideotestsrc.c:
19941         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19943         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19944         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19945         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19946         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19947           Updates for API changes
19948
19949 2005-11-23  Wim Taymans  <wim@fluendo.com>
19950
19951         * gst-libs/gst/audio/gstbaseaudiosink.c:
19952         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19953         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19954         Fix for calibration API change.
19955
19956 2005-11-23  Michael Smith <msmith@fluendo.com>
19957
19958         * gst-libs/gst/audio/multichannel.c:
19959         (gst_audio_get_channel_positions),
19960         (gst_audio_set_channel_positions),
19961         (gst_audio_set_structure_channel_positions_list),
19962         (gst_audio_fixate_channel_positions):
19963           Use gst_value_array_*() functions on value arrays, not
19964           gst_value_list_*().
19965
19966 2005-11-23  Edward Hervey  <edward@fluendo.com>
19967
19968         * autogen.sh:
19969         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19970         Fixes autogen
19971
19972 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19973
19974         * check/Makefile.am:
19975         * check/elements/videotestsrc.c: (setup_videotestsrc),
19976         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19977         (main):
19978           add a test for videotestsrc
19979
19980 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19981
19982         * gst/sine/.cvsignore:
19983         * gst/sine/Makefile.am:
19984         * gst/sine/gstsinesrc.c:
19985         * gst/sine/gstsinesrc.h:
19986         * gst/sine/sinesrc.vcproj:
19987           and remove sinesrc from the repository.  Closes #321446
19988
19989 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19990
19991         * configure.ac:
19992         * gst-plugins-base.spec.in:
19993           remove sinesrc from the build
19994
19995 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19996
19997         * check/Makefile.am:
19998         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19999         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20000         (main):
20001           add a test for audiotestsrc, testing all waves.  Even seems
20002           leak-free at first glance, nice job Stefan
20003
20004 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20005
20006         * po/af.po:
20007         * po/az.po:
20008         * po/cs.po:
20009         * po/en_GB.po:
20010         * po/hu.po:
20011         * po/it.po:
20012         * po/nb.po:
20013         * po/nl.po:
20014         * po/or.po:
20015         * po/sq.po:
20016         * po/sr.po:
20017         * po/sv.po:
20018         * po/uk.po:
20019         * po/vi.po:
20020           Translation string updates
20021
20022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20023         (gst_v4lsrc_set_caps):
20024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20025         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20026         * sys/v4l/v4lsrc_calls.h:
20027           Improve v4lsrc, by making it work again.
20028
20029 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20030
20031         * ext/libvisual/visual.c: (gst_visual_chain):
20032           Fix the fps calculations.
20033
20034         * gst/ffmpegcolorspace/avcodec.h:
20035           Move structure element for clarity
20036
20037         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20038         * gst-libs/gst/interfaces/tunernorm.h:
20039         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20040         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20041         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20042         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20043         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20044         (gst_v4lmjpegsrc_getcaps):
20045         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20046         (gst_v4lsrc_set_caps):
20047         * sys/v4l/gstv4lsrc.h:
20048         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20049         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20050         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20051         * sys/v4l/v4lsrc_calls.h:
20052           Fractional framerates...
20053
20054 2005-11-22  Wim Taymans  <wim@fluendo.com>
20055
20056         * gst-libs/gst/audio/gstbaseaudiosink.c:
20057         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20058         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20059         And we provide a clock by default, of course...
20060
20061 2005-11-22  Wim Taymans  <wim@fluendo.com>
20062
20063         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20064         This clock can be slaved to a master clock now.
20065
20066         * gst-libs/gst/audio/gstbaseaudiosink.c:
20067         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20068         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20069         (gst_base_audio_sink_set_clock),
20070         (gst_base_audio_sink_set_property),
20071         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20072         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20073         * gst-libs/gst/audio/gstbaseaudiosink.h:
20074         Handle slaving the internal clock to the clock selected in the
20075         pipeline.
20076         Add property to make the basesink not provide a clock.
20077
20078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20079         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20080         (gst_base_rtp_depayload_wait):
20081         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20082         We can use the clock in GstElement, no need to store it ourselves.
20083
20084 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20085
20086         * docs/libs/tmpl/gstaudio.sgml:
20087           update
20088         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20089         (gst_paranoia_endian_get_type):
20090         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20091         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20092         * gst/audiotestsrc/gstaudiotestsrc.c:
20093         (gst_audiostestsrc_wave_get_type):
20094         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20095         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20096         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20097         (gst_sync_method_get_type), (gst_unit_type_get_type),
20098         (gst_client_status_get_type), (gst_multifdsink_class_init),
20099         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20100         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20101         (gst_multifdsink_get_property):
20102         * gst/tcp/gstmultifdsink.h:
20103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20104         * gst/videotestsrc/gstvideotestsrc.c:
20105         (gst_videotestsrc_pattern_get_type):
20106           remove deprecated properties
20107           fix up enums to correctly have short lowercase dashed nicks
20108
20109 2005-11-22  Michael Smith <msmith@fluendo.com>
20110
20111         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20112         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20113           Add underscore.
20114
20115 2005-11-22  Michael Smith <msmith@fluendo.com>
20116
20117         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20118         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20119           Use utility method for scaling clocktime for fractional framerates.
20120
20121 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20122
20123         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20124         (gst_visual_chain):
20125         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20126         * ext/theora/theoradec.c: (theora_handle_type_packet):
20127         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20128         (theora_enc_chain):
20129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20130         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20131         * gst-libs/gst/video/video.h:
20132         * gst/ffmpegcolorspace/avcodec.h:
20133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20134         (gst_ffmpeg_caps_to_pixfmt):
20135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20136         (gst_ffmpegcsp_set_caps):
20137         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20138         (gst_videorate_setcaps), (gst_videorate_blank_data),
20139         (gst_videorate_chain):
20140         * gst/videotestsrc/gstvideotestsrc.c:
20141         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20142         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20143         (gst_videotestsrc_event), (gst_videotestsrc_create):
20144         * gst/videotestsrc/gstvideotestsrc.h:
20145         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20146         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20147         (gst_ximagesink_get_times), (gst_ximagesink_init):
20148         * sys/ximage/ximagesink.h:
20149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20150         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20151         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20152         * sys/xvimage/xvimagesink.h:
20153           Convert elements to use fractions for their framerate.
20154           V4L elements to come later tonight.
20155
20156 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20157
20158         * gst-libs/gst/audio/audio.c:
20159         * gst-libs/gst/audio/audio.h:
20160           remove some deprecated functions
20161
20162 2005-11-22  Andy Wingo  <wingo@pobox.com>
20163
20164         * Update for gst_tag_setter API changes.
20165
20166 2005-11-22  Andy Wingo  <wingo@pobox.com>
20167
20168         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20169         (gst_ogg_demux_perform_seek):
20170         * ext/theora/theoradec.c (theora_dec_sink_event):
20171         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20172         update-funcnames.
20173
20174 2005-11-22  Wim Taymans  <wim@fluendo.com>
20175
20176         * examples/seeking/seek.c: (main):
20177         Give higher priority to bus signals than the gtk events
20178         to fix a race condition in the segment looping.
20179
20180 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20181
20182         * ext/theora/Makefile.am:
20183         * ext/vorbis/Makefile.am:
20184         * gst-libs/gst/tag/Makefile.am:
20185         * gst-plugins-base.spec.in:
20186           Rename libgsttagedit to libgsttag (#322117).
20187
20188 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20189
20190         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20192           Call gst_x_overlay_prepare_xwindow_id() to give applications
20193           a final chance to set their own xwindow id before the video
20194           sink creates its own window.
20195
20196 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20197
20198         * sys/xvimage/xvimagesink.c:
20199         (gst_xvimagesink_navigation_send_event): Handle navigation
20200         events correcly with borders if applicable.
20201
20202 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20203
20204         Patch by: Luca Ognibene
20205
20206         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20207         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20209         (gst_ffmpegcsp_caps_remove_format_info):
20210         * gst/ffmpegcolorspace/imgconvert.c:
20211         * gst/ffmpegcolorspace/imgconvert_template.h:
20212           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20213           #318353); use gst_structure_has_name().
20214
20215 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20216
20217         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20218         (gst_ximagesink_class_init): Add debug macros on functions.
20219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20220         (gst_xvimagesink_xwindow_draw_borders),
20221         (gst_xvimagesink_xvimage_put),
20222         (gst_xvimagesink_xwindow_update_geometry),
20223         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20224         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20225         (gst_xvimagesink_xcontext_clear),
20226         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20227         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20228         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20229         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20230         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20231         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20232         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20233         expose while being PAUSED, out of data flow navigation events, etc..
20234
20235 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20236
20237         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20238         * gst-libs/gst/audio/audio.h:
20239           fix prototype - wondering why the test worked regardless
20240
20241 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20242
20243         * check/Makefile.am:
20244         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20245         * gst-libs/gst/audio/audio.h:
20246           add a method that returns a proper GstClockTime
20247
20248 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20249
20250         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20251         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20252         * gst-libs/gst/interfaces/xoverlay.h:
20253           Remove everything having to do with the desired size; add 
20254           gst_x_overlay_prepare_xwindow_id() function; remove the
20255           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20256           post a message on the bus instead (#321816).
20257
20258         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20260         (gst_xvimagesink_xoverlay_init):
20261           Remove desired size stuff (#321816).
20262
20263 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20264
20265         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20266         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20267         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20268           Terminate vararg functions with NULL instead of 0 to 
20269           make gcc4 happy.
20270
20271 2005-11-21  Andy Wingo  <wingo@pobox.com>
20272
20273         patch by: Sebastien Cote <sebas642@yahoo.ca>
20274         
20275         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20276         * gst-libs/gst/rtp/gstrtpbuffer.c
20277         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20278
20279 2005-11-21  Andy Wingo  <wingo@pobox.com>
20280
20281         * gst/playback/gstplaybin.c (gen_audio_element) 
20282         (gen_video_element): Use the new MISSING_PLUGIN core error
20283         category. Closes #320060.
20284
20285         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20286         * gst/videorate/gstvideorate.c (gst_videorate_event):
20287         * ext/theora/theoradec.c (theora_dec_sink_event): 
20288         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20289         stream lock.
20290
20291         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20292         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20293         stream lock changes.
20294
20295 2005-11-21  Wim Taymans  <wim@fluendo.com>
20296
20297         * gst-libs/gst/audio/gstbaseaudiosink.c:
20298         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20299         (gst_base_audio_sink_provide_clock),
20300         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20301         (gst_base_audio_sink_change_state):
20302         * gst/audioresample/gstaudioresample.c:
20303         Segment update fix.
20304
20305 2005-11-21  Andy Wingo  <wingo@pobox.com>
20306
20307         * *.h:
20308         * *.c: Ran scripts/update-macros. Oh yes.
20309
20310 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20311
20312         * sys/ximage/Makefile.am:
20313         * sys/ximage/ximage.c:
20314           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20315           remove your old libgstximage.* manually if necessary).
20316
20317 2005-11-21  Michael Smith <msmith@fluendo.com>
20318
20319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20320           Minimal fix for bug #320200: set the min/max bitrate in the correct
20321           units. A better fix would be to upgrade to the RATEMANAGE2
20322           interface, rather than using the deprecated interface used here, but
20323           that would require an update in our libvorbis dependency (to 1.1),
20324           which is probably undesirable.
20325
20326 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20327
20328         * ext/libvisual/visual.c: (get_buffer):
20329         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20330         (gst_base_audio_src_fixate):
20331         * gst/audioconvert/gstaudioconvert.c:
20332         (gst_audio_convert_fixate_caps):
20333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20334         * gst/audiotestsrc/gstaudiotestsrc.c:
20335         (gst_audiotestsrc_src_fixate):
20336         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20337         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20339         * gst/videotestsrc/gstvideotestsrc.c:
20340         (gst_videotestsrc_src_fixate):
20341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20343           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20344           (#322027)
20345
20346
20347 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20348
20349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20350         (gst_riff_create_iavs_caps):
20351         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20352         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20353         (gst_riff_parse_info):
20354         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20355         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20357           Fixes for GST_FOURCC_FORMAT API change.
20358
20359 2005-11-21  Andy Wingo  <wingo@pobox.com>
20360
20361         patch by: Alessandro Dessina <alessandro nnva org>
20362
20363         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20364         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20365         (gst_ogg_parse_chain):
20366         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20367         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20368         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20369         gst_value_list calls on arrays. Fixes #321962.
20370
20371 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20372
20373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20374         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20375         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20376         * gst/adder/gstadder.c: (gst_adder_init),
20377         (gst_adder_request_new_pad), (gst_adder_collected),
20378         (gst_adder_change_state):
20379           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20380           API change.
20381
20382 2005-11-21  Michael Smith <msmith@fluendo.com>
20383
20384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20385         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20386           Properly handle pad_push return values.
20387
20388 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20389
20390         * gst-libs/gst/tag/Makefile.am:
20391         * gst-libs/gst/tag/gstvorbistag.c:
20392         (gst_tag_list_to_vorbiscomment_buffer):
20393           Remove obsolete vorbistag element and debug category.
20394
20395         * gst/playback/gstplaybasebin.c: (check_queue):
20396           Don't divide by 0 when queue-threshold is 0.
20397
20398         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20399           Don't modify an existing pixel-aspect-ratio if we fail to read
20400           a new one.
20401
20402 2005-11-20  Wim Taymans  <wim@fluendo.com>
20403
20404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20405         (gst_vorbisenc_push_packet):
20406         GST_PAD_IS_USABLE is gone, use the return value of
20407         the push or pad_alloc_buffer instead.
20408
20409 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20410
20411         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20412         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20413         (gst_ximagesink_ximage_destroy),
20414         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20415         (gst_ximagesink_xwindow_new),
20416         (gst_ximagesink_xwindow_update_geometry),
20417         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20418         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20419         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20420         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20421         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20422         (gst_ximagesink_navigation_send_event),
20423         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20424         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20425         (gst_ximagesink_finalize), (gst_ximagesink_init),
20426         (gst_ximagesink_class_init):
20427         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20428         This new version brings correct software scaling, non flickering
20429         window while resizing, pixel aspect ratio handling, usage of
20430         hardware buffer pools, out of data flow event thread for 
20431         navigation and handling of expose events even when being PAUSED,
20432         a new property to keep video aspect ratio when resizing, etc...
20433
20434 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20435
20436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20437         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20438         handling of PAR.
20439
20440 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20441
20442         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20443         Unsetting IS_SINK flag from the fakesink, so decodebin
20444         never behaves as a sink.
20445
20446 2005-11-17  Wim Taymans  <wim@fluendo.com>
20447
20448         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20449         (gst_base_audio_src_change_state):
20450         Fix the audiosrc base class again, we did not unflush.
20451
20452 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20453
20454         * examples/seeking/seek.c: (make_dv_pipeline),
20455         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20456         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20457         to ogg/vorbis/theora pipeline.
20458
20459 2005-11-17  Wim Taymans  <wim@fluendo.com>
20460
20461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20462         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20463         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20464         Fix EOS on multiple streams.
20465         More debugging.
20466
20467 2005-11-16  Wim Taymans  <wim@fluendo.com>
20468
20469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20470         (gst_ogg_demux_perform_seek):
20471         Segment done must include stream time.
20472
20473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20474         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20475         (gst_ogg_mux_change_state):
20476         Fix ogg muxer again.
20477
20478 2005-11-16  Wim Taymans  <wim@fluendo.com>
20479
20480         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20481         Fix compile again.
20482
20483 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * ext/libvisual/visual.c: (gst_visual_init):
20486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20487         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20488         (gst_ogg_parse_chain):
20489         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20490         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20491         * ext/theora/theoradec.c: (gst_theora_dec_init):
20492         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20493         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20494         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20495         * gst/adder/gstadder.c: (gst_adder_class_init),
20496         (gst_adder_dispose):
20497         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20498         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20499         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20500           Fix a whole set of pad template leaks
20501
20502 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20503
20504         * check/generic/states.c: (GST_START_TEST):
20505           fix the test so that it only checks for elements that are part of
20506           this source module
20507
20508 2005-11-16  Michael Smith <msmith@fluendo.com>
20509
20510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20511         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20512         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20513         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20514         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20515         (gst_ogg_mux_change_state):
20516           Fix leaking collectpads.
20517
20518 2005-11-16  Edward Hervey  <edward@fluendo.com>
20519
20520         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20521         (gst_videorate_event), (gst_videorate_chain):
20522         Handle segment seeks
20523
20524 2005-11-16  Wim Taymans  <wim@fluendo.com>
20525
20526         * gst-libs/gst/audio/gstbaseaudiosink.c:
20527         (gst_base_audio_sink_provide_clock),
20528         (gst_base_audio_sink_change_state):
20529         Set ringbuffer to non-flushing when going to PAUSED, set to
20530         flushing again when going to READY.
20531
20532         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20533         (gst_ring_buffer_stop):
20534         Start in flushing mode by default.
20535         Don't set flushing in the _stop method, let the app call
20536         this explicitly.
20537
20538 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20539
20540         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20541         * gst-libs/gst/video/videosink.h: Add helper function needed
20542         for video sinks.
20543
20544 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20545
20546         * gst/videoscale/gstvideoscale.c:
20547         (gst_videoscale_handle_src_event):
20548           Don't leak reference to pad parent.
20549
20550 2005-11-16  Wim Taymans  <wim@fluendo.com>
20551
20552         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20553         Set ringbuffer to flushing when stopping so that we don't
20554         block on wait_segment anymore and livelock.
20555
20556 2005-11-16  Wim Taymans  <wim@fluendo.com>
20557
20558         * examples/seeking/seek.c: (send_event), (do_seek),
20559         (loop_toggle_cb), (segment_done), (main):
20560         Added looping checkbox.
20561
20562 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20563
20564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20565         (gst_ogg_demux_init):
20566         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20567         (gst_vorbis_dec_init):
20568           revert unrefs, they don't pass make check
20569
20570 2005-11-15  Johan Dahlin  <johan@gnome.org>
20571
20572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20573         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20574         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20575         (gst_vorbis_dec_init):
20576         Fix pad template leaks. 
20577
20578 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20579
20580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20581           Make state change function thread safe.
20582
20583 2005-11-15  Edward Hervey  <edward@fluendo.com>
20584
20585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20586         (gst_ogg_demux_class_init):
20587         Implement GstElement::send_event, so we can send seek events
20588         in GST_STATE_READY
20589
20590 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20591
20592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20593         Discovered how to take away flickering while resizing the
20594         window. Please don't put that in ximagesink, refactoring in
20595         progress.
20596
20597 2005-11-14  Michael Smith <msmith@fluendo.com>
20598
20599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20600         (gst_multifdsink_render):
20601           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20602
20603 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20604
20605         * gst/playback/gstplaybin.c: (gen_audio_element):
20606           Use autoaudiosink, it tends to be more widely available than
20607           autoaudiiosink.
20608           
20609 2005-11-14  Andy Wingo  <wingo@pobox.com>
20610
20611         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20612         as well if it is available. Fixes #316442.
20613
20614 2005-11-14  Michael Smith <msmith@fluendo.com>
20615
20616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20617         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20618         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20619         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20620         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20621         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20622         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20623         (gst_vorbisenc_change_state):
20624           Fix a small memory leak in vorbisenc.
20625           Fix large memory leaks in oggmux, also fix lots of state change
20626           bugs in oggmux.
20627
20628 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20629
20630         * gst/videotestsrc/gstvideotestsrc.c:
20631         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20632         (gst_videotestsrc_src_fixate):
20633           move fixation to a fixate function
20634           remove negotiate function, basesrc's is good enough
20635           fixes a bug for check when using the element alone
20636
20637 2005-11-13  Edward Hervey  <edward@fluendo.com>
20638
20639         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20640         (key_toggle_cb), (main):
20641         Added checkboxes for adding/removing the accurate and key_unit seek
20642         flags.
20643
20644 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20645
20646         * configure.ac: back to HEAD
20647
20648 === release 0.9.5 ===
20649
20650 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20651
20652         * configure.ac:
20653           releasing 0.9.5, "No No Kia"
20654
20655 2005-11-11  Edward Hervey  <edward@fluendo.com>
20656
20657         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20658         Added parse-launch syntax seeking mode for the seeking example.
20659         This should help stress-test even more cases.
20660         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20661
20662 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20663
20664         * sys/xvimage/xvimagesink.c:
20665         (gst_xvimagesink_navigation_send_event):
20666           Check whether peer pad exists before sending navigation events
20667           to it.
20668
20669 2005-11-11  Michael Smith <msmith@fluendo.com>
20670
20671         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20672         (gst_vorbisenc_buffer_from_packet):
20673         * ext/vorbis/vorbisenc.h:
20674           Set duration on encoded buffers. This allows oggmux's
20675           max_page_delay parameter to actually work.
20676
20677 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20678
20679         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20680         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20681         (gst_ffmpegcsp_avpicture_fill):
20682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20683         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20684           Make palettes work again (see #132341). Use our own macros
20685           for rounding up.
20686
20687 2005-11-10  Andy Wingo  <wingo@pobox.com>
20688
20689         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20690         string doober.
20691
20692 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20693
20694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20695         (gst_ffmpegcsp_transform_caps):
20696           Prefer passthrough in transform_caps
20697
20698 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20699
20700         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20701           check for ALSA errors properly, instead of relying on ALSA's
20702           error strings to serve to the user.
20703
20704 2005-11-10  Wim Taymans  <wim@fluendo.com>
20705
20706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20707         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20708         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20709         Modernise the seek code.
20710
20711 2005-11-10  Michael Smith <msmith@fluendo.com>
20712         
20713         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20714         (setup_substreams), (set_active_source):
20715           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20716           trying to go to NULL if we failed to read a file.
20717
20718 2005-11-10  Wim Taymans  <wim@fluendo.com>
20719
20720         * gst/audiotestsrc/gstaudiotestsrc.c:
20721         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20722         (gst_audiotestsrc_create):
20723         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20724         (gst_sinesrc_get_times), (gst_sinesrc_create):
20725         * gst/videotestsrc/gstvideotestsrc.c:
20726         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20727         (gst_videotestsrc_create):
20728         The base class can now sync for us.
20729
20730 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20731
20732         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20733           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20734           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20735           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20736           format=(fourcc)I420" ! xvimagesink
20737
20738 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20739
20740         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20741         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20742         (gst_sinesrc_newsegment):
20743           Send newsegment event in TIME format, set duration if
20744           num-buffers is set, fix duration querying.
20745
20746 2005-11-10  Michael Smith <msmith@fluendo.com>
20747
20748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20749         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20750         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20751         (gst_ogg_mux_collected):
20752          Fix EOS handling, partially. Now forwarding an EOS event once we have
20753          EOS on all pads works correctly. However, we still don't properly set
20754          EOS on the actual ogg stream pages.
20755
20756 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20757
20758         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20759           Set elements to NULL state before disposing of them.
20760
20761 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20762
20763         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20764
20765         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20766         (gst_base_rtp_depayload_init),
20767         (gst_base_rtp_depayload_set_gst_timestamp):
20768         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20769           We need to send a newsegment event for each instance, not
20770           just for the first instance of this class (get rid of
20771           static variable in function). (#321011).
20772           
20773 2005-11-08  Michael Smith <msmith@fluendo.com>
20774
20775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20776         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20777         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20778         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20779           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20780           This makes us mux things correctly according to the ogg muxing
20781           rules. Still not handling EOS correctly right now, though.
20782
20783 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20784
20785         * gst/audioconvert/gstaudioconvert.c:
20786           Fix typo in docs. 
20787
20788 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20789
20790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20791         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20792           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20793           creating a new chain; should fix live streaming. Also
20794           add more debug output and fix a typo.
20795
20796 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20797
20798         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20799
20800         * gst/volume/gstvolume.c: (volume_set_caps):
20801           Fix compilation on Solaris with Forte. (#320923)
20802
20803 2005-11-08  Wim Taymans  <wim@fluendo.com>
20804
20805         * gst-libs/gst/audio/gstbaseaudiosink.c:
20806         (gst_base_audio_sink_render):
20807         No need to do a typecheck.
20808
20809 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20810
20811         * ext/alsa/gstalsa.h:
20812           We register a debug category, so let's use it.
20813
20814 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20815
20816         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20817         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20818         Fixed a small problem.
20819
20820 2005-11-04  Wim Taymans  <wim@fluendo.com>
20821
20822         * examples/seeking/Makefile.am:
20823         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20824         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20825         (make_playerbin_pipeline), (format_value), (update_scale),
20826         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20827         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20828         (print_usage), (main):
20829         Added app for playback speed testing.
20830
20831         * examples/seeking/seek.c: (dynamic_link),
20832         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20833         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20834         (message_received), (main):
20835         Updated seek example.
20836
20837 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20838
20839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20840         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20841         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20842         (gst_base_rtp_depayload_set_clock):
20843         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20844         Don't sleep on the bench (system clock) when you have a nice 
20845         comfortable bed (Gstreamer clock) to sleep on.
20846
20847 2005-11-03  Wim Taymans  <wim@fluendo.com>
20848
20849         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20850         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20851         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20852         Handle the case where a pad_block failed.
20853
20854 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20855
20856         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20857
20858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20859         (gst_base_rtp_depayload_add_to_queue),
20860         (gst_base_rtp_depayload_push),
20861         (gst_base_rtp_depayload_set_gst_timestamp),
20862         (gst_base_rtp_depayload_queue_release):
20863           Fixes some bugs in the depayloader's queuing/de-queueing code.
20864
20865 2005-10-31  Michael Smith <msmith@fluendo.com>
20866
20867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20868         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20869         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20870           Patch from Alessandro Decina <alessandro@nnva.org>.
20871           Make oggdemux only find the final time in a chain, not per-pad,
20872           since the per-pad information can be very expensive to locate, and
20873           it isn't used anywhere. This makes reading a file containing
20874           OggSkeleton reasonably fast.
20875           Also, make chain finding work when there are logical bitstreams that
20876           can't be decoded. Fixes #319110.
20877
20878 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20879
20880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20881         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20882         (gst_base_rtp_depayload_chain),
20883         (gst_base_rtp_depayload_add_to_queue),
20884         (gst_base_rtp_depayload_push),
20885         (gst_base_rtp_depayload_set_gst_timestamp),
20886         (gst_base_rtp_depayload_queue_release),
20887         (gst_base_rtp_depayload_start_thread),
20888         (gst_base_rtp_depayload_set_property),
20889         (gst_base_rtp_depayload_get_property):
20890         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20891         Some random fixes, to fullfill the desires of thomas.
20892
20893 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20894
20895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20896         (gst_base_rtp_depayload_add_to_queue),
20897         (gst_base_rtp_depayload_push):
20898         Fixed the queueing algorithm.
20899
20900 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20901
20902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20903         (gst_base_rtp_depayload_push):
20904         A small fix
20905
20906 2005-10-31  Wim Taymans  <wim@fluendo.com>
20907
20908         * gst-libs/gst/audio/gstringbuffer.h:
20909         Don't break ABI.
20910
20911         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20912         (gst_ffmpeg_caps_to_pixfmt):
20913         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20914         (gst_ffmpegcsp_set_caps):
20915         Some more comments.
20916         Handle missing required caps fields better.
20917
20918 2005-10-31  Wim Taymans  <wim@fluendo.com>
20919
20920         * gst-libs/gst/audio/gstbaseaudiosink.c:
20921         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20922         (gst_base_audio_sink_render):
20923         * gst-libs/gst/audio/gstringbuffer.c:
20924         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20925         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20926         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20927         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20928         (gst_ring_buffer_read):
20929         * gst-libs/gst/audio/gstringbuffer.h:
20930         Add flushing mode to the ringbuffer so that it in all cases does
20931         not try to handle more audio. This makes sure it does not try to
20932         block anymore when flushing and fixes a livelock.
20933
20934 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20935
20936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20937         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20938         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20939           Explicitly check for -1 values before doing a conversion
20940           and always map them to -1. (#315545)
20941
20942 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20943
20944         * gst/playback/gstplaybin.c: (gen_video_element):
20945           first try autovideosink, then xvimagesink, then error out
20946         * po/POTFILES.in:
20947           add translatable file
20948         * po/af.po:
20949         * po/az.po:
20950         * po/cs.po:
20951         * po/en_GB.po:
20952         * po/hu.po:
20953         * po/it.po:
20954         * po/nb.po:
20955         * po/nl.po:
20956         * po/or.po:
20957         * po/sq.po:
20958         * po/sr.po:
20959         * po/sv.po:
20960         * po/uk.po:
20961         * po/vi.po:
20962           update translations
20963
20964 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20965
20966         * gst-libs/gst/rtp/gstbasedepayload.c:
20967         * gst-libs/gst/rtp/gstbasedepayload.h:
20968           Minor cleanups
20969
20970 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20971
20972         * gst/playback/.cvsignore:
20973         * gst/playback/decodetest.c:
20974         * gst/playback/test3.c:
20975           Port these two tests as well.
20976
20977 2005-10-27  Wim Taymans  <wim@fluendo.com>
20978
20979         * ext/theora/theoradec.c: (theora_dec_src_query),
20980         (theora_dec_sink_event):
20981         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20982         (theora_enc_change_state):
20983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20984         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20985         Take proper locks when handling events.
20986
20987 2005-10-27  Wim Taymans  <wim@fluendo.com>
20988
20989         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20990         (gst_adder_change_state):
20991         Fix timestamps and fix deadlock when stopping the collectpads.
20992
20993 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20994
20995         * gst-libs/gst/rtp/gstrtpbuffer.h:
20996         Declaring the payload types as strings too so that they can be used
20997         in the padtemplate inialization.
20998
20999 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21000
21001         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21002
21003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21004         (gst_base_rtp_depayload_class_init):
21005         Fixes a small but nasty bug. The derived elements no longer segfaults
21006         on finalization.
21007
21008 2005-10-26  Michael Smith <msmith@fluendo.com>
21009
21010         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21011           When clearing an audioconvert context, set tmpbufsize to zero, so
21012           we'll allocate it again later if required.
21013           This fixes audioconvert re-negotiating formats, which previously
21014           segfaulted with a NULL destination buffer.
21015
21016 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21017
21018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21019         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21020         (gst_base_rtp_depayload_set_gst_timestamp),
21021         (gst_base_rtp_depayload_queue_release):
21022         Fixed a smalll memleak.
21023
21024 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21025         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21026         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21027         (gst_base_rtp_depayload_finalize),
21028         (gst_base_rtp_depayload_setcaps),
21029         (gst_base_rtp_depayload_add_to_queue),
21030         (gst_base_rtp_depayload_push),
21031         (gst_base_rtp_depayload_set_gst_timestamp),
21032         (gst_base_rtp_depayload_queue_release),
21033         (gst_base_rtp_depayload_thread),
21034         (gst_base_rtp_depayload_change_state):
21035         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21036         Changed the C++ comments to C comments
21037
21038 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21039
21040         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21041         * gst/tcp/gsttcpclientsrc.h:
21042         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21043         * gst/tcp/gsttcpserversrc.h:
21044           Remove unused 'curoffset' structure member.
21045
21046 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21047
21048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21049         (gst_base_rtp_depayload_base_init),
21050         (gst_base_rtp_depayload_finalize):
21051         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21052         * gst-libs/gst/rtp/gstbasertppayload.h:
21053           The pad-template on the sinkpad should be set by the derived classes.
21054           Also added some useful macros.
21055
21056 2005-10-24  Wim Taymans  <wim@fluendo.com>
21057
21058         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21059         Correctly flush decoder samples even if we could not
21060         copy them to an output buffer. Fixes #319618.
21061
21062 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21063
21064         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21066         the caps against our xcontext caps.
21067
21068 2005-10-24  Wim Taymans  <wim@fluendo.com>
21069
21070         * gst-libs/gst/audio/gstbaseaudiosink.c:
21071         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21072         Remove g_print
21073         Use sync property from baseclass to disable sync.
21074
21075 2005-10-24  Wim Taymans  <wim@fluendo.com>
21076
21077         * gst-libs/gst/audio/gstbaseaudiosink.c:
21078         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21079         Buffers with no timestamps get aligned with previous buffers or
21080         on underrun, played ASAP.
21081
21082 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21083
21084         * gst-libs/gst/video/video.h:
21085         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21086         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21088         here comes my change on caps for framerate and geometry range.
21089         We are now accepting 1 to MAXINT for width and height, and from
21090         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21091         to be blended correctly in videomixer.
21092
21093 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21094
21095         * configure.ac:
21096           back to HEAD
21097
21098 === release 0.9.4 ===
21099
21100 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21101
21102         * NEWS:
21103         * RELEASE:
21104         * configure.ac:
21105           releasing 0.9.4, "Velociraptor"
21106
21107 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21108
21109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21110         * po/POTFILES.in:
21111           STOPPED -> FAILED
21112
21113 2005-10-21  Wim Taymans  <wim@fluendo.com>
21114
21115         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21116         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21117         (pad_blocked), (close_pad_link), (new_pad):
21118         Don't try to remove elements twice.
21119
21120 2005-10-21  Wim Taymans  <wim@fluendo.com>
21121
21122         * ext/theora/theoradec.c: (theora_dec_src_query),
21123         (theora_dec_sink_event):
21124         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21125         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21126         (vorbis_handle_data_packet):
21127         * ext/vorbis/vorbisdec.h:
21128         Fix old naming.
21129
21130         * gst-libs/gst/audio/gstbaseaudiosink.c:
21131         (gst_base_audio_sink_render):
21132         Don't try to sync on buffers without a timestamp.
21133
21134 2005-10-21  Wim Taymans  <wim@fluendo.com>
21135
21136         * ext/theora/theoradec.c: (theora_dec_src_query),
21137         (theora_dec_sink_event):
21138         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21139         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21140         (vorbis_handle_data_packet):
21141         * ext/vorbis/vorbisdec.h:
21142         Fix old naming.
21143
21144 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21145
21146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21147         (gst_vorbisenc_src_query):
21148           Implement position and duration queries.
21149
21150         * gst/playback/test3.c: (update_scale), (main):
21151           Fix for async state changes and print nicer output.
21152
21153 2005-10-20  Wim Taymans  <wim@fluendo.com>
21154
21155         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21156         (dump_element_stats), (main):
21157         * gst/playback/test6.c: (main):
21158         Fix tests again
21159
21160 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21161
21162         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21163         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21164           Don't use functions for position queries when handling
21165           duration queries.
21166
21167 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21168
21169         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21170         (vorbis_handle_data_packet), (vorbis_dec_chain),
21171         (vorbis_dec_change_state):
21172         * ext/vorbis/vorbisdec.h:
21173           Vorbis streams can be embedded in other container formats
21174           than ogg, container formats where the demuxer might set 
21175           timestamps on encoded vorbis buffers instead of those silly 
21176           granulepos thingies. In short: make vorbisdec handle 
21177           timestamps on incoming buffers as well.
21178
21179 2005-10-20  Wim Taymans  <wim@fluendo.com>
21180
21181         * gst/playback/gstplaybasebin.c: (group_destroy),
21182         (gst_play_base_bin_change_state):
21183         Fix leak.
21184         Handle case where playbasebin is now ASYNC because
21185         decodebin is.
21186
21187 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21188
21189         * gst/audioconvert/Makefile.am:
21190         * gst/audioconvert/bufferframesconvert.c:
21191         * gst/audioconvert/plugin.c: (plugin_init):
21192         * gst/audioconvert/plugin.h:
21193           And bye bye buffer-frames-convert
21194
21195 2005-10-19  Wim Taymans  <wim@fluendo.com>
21196
21197         * check/elements/audioconvert.c:
21198         * docs/libs/tmpl/gstaudio.sgml:
21199         * docs/libs/tmpl/gstcolorbalance.sgml:
21200         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21201         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21202         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21203         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21204         * gst-libs/gst/audio/audio.h:
21205         * gst/audioconvert/audioconvert.h:
21206         * gst/audioconvert/gstaudioconvert.c:
21207         (gst_audio_convert_parse_caps):
21208         * gst/volume/gstvolume.c:
21209         Bye bye buffer-frames.
21210
21211 2005-10-19  Wim Taymans  <wim@fluendo.com>
21212
21213         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21214         (query_positions_elems), (query_positions_pads), (update_scale),
21215         (do_seek), (set_update_scale), (message_received), (main):
21216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21217         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21218         (gst_ogg_demux_loop):
21219         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21220         * ext/theora/theoradec.c: (theora_dec_src_query),
21221         (theora_dec_sink_event):
21222         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21223         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21224         * gst/adder/gstadder.c: (gst_adder_query):
21225         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21226         * gst/playback/test3.c: (update_scale):
21227         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21228         (dump_element_stats), (main):
21229         * gst/playback/test6.c: (main):
21230         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21231         Query API update.
21232
21233 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21234
21235         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21236         (xml_check_first_element), (xml_type_find), (smil_type_find),
21237         (plugin_init):
21238           Add typefinding for SMIL and for generic XML. Based on patch by
21239           Akos Maroy (#308663).
21240
21241 2005-10-18  Wim Taymans  <wim@fluendo.com>
21242
21243         * gst/playback/Makefile.am:
21244         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21245         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21246         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21247         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21248         (gst_decode_bin_change_state):
21249         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21250         (gst_play_bin_send_event_to_sink):
21251         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21252         (dump_element_stats), (main):
21253         * gst/playback/test6.c: (main):
21254         Make playbin async, it'll commit state to paused when all streams
21255         are detected.
21256         Remove ugly hack.
21257         Added test6.c to show async behaviour.
21258
21259 2005-10-18  Wim Taymans  <wim@fluendo.com>
21260
21261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21262         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21263         Fix for segment-start/stop API change.
21264
21265 2005-10-18  Wim Taymans  <wim@fluendo.com>
21266
21267         * check/Makefile.am:
21268         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21269         (main):
21270         Add future test for clock selection.
21271
21272 2005-10-18  Wim Taymans  <wim@fluendo.com>
21273
21274         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21275         (gst_alsasink_close):
21276         Set handle to NULL.
21277
21278         * gst-libs/gst/audio/gstringbuffer.c:
21279         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21280         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21281         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21282         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21283         (gst_ring_buffer_read):
21284         More debug info.
21285
21286 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21287
21288         * gst/audiotestsrc/Makefile.am:
21289         * gst/sine/Makefile.am:
21290         * gst/volume/Makefile.am:
21291           fix broken build of controllerized plugins
21292
21293 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21294
21295         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21296
21297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21298         (gst_riff_create_video_template_caps):
21299           Add support for Indeo-3 (IV32).
21300
21301 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21302
21303         * configure.ac:
21304           rewrite
21305
21306 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21307
21308         * gst-libs/gst/video/video.c: (gst_video_get_size):
21309         * gst/audiotestsrc/gstaudiotestsrc.c:
21310           doc updates
21311
21312 2005-10-17  Andy Wingo  <wingo@pobox.com>
21313
21314         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21315         with the collectpads change.
21316         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21317
21318         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21319
21320         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21321
21322         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21323         alloc_buffer flow return to callers.
21324         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21325         change. Fix some memleaks in theoraenc.
21326
21327         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21328         in strange circumstance.
21329
21330 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21331
21332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21333         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21334         from caps, let's use the caps...
21335
21336 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21337
21338         * configure.ac:
21339           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21340
21341 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21342
21343         * gst-libs/gst/interfaces/Makefile.am:
21344           fix silly typo
21345
21346 2005-10-16  Andy Wingo  <wingo@pobox.com>
21347
21348         * gst/playback/gstdecodebin.c
21349         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21350         function!
21351         (try_to_link_1): Increase kraziness level.
21352
21353 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21354
21355         * configure.ac:
21356           restructure like the core one
21357         * gst-libs/gst/audio/Makefile.am:
21358         * gst-libs/gst/interfaces/Makefile.am:
21359         * gst-libs/gst/net/Makefile.am:
21360         * gst-libs/gst/riff/Makefile.am:
21361         * gst-libs/gst/rtp/Makefile.am:
21362         * gst-libs/gst/tag/Makefile.am:
21363         * gst-libs/gst/video/Makefile.am:
21364           use correct linker flags, now the libs are properly versioned
21365         * check/elements/audioconvert.c: (verify_convert):
21366         * ext/alsa/gstalsaplugin.c:
21367         * ext/cdparanoia/gstcdparanoia.c:
21368         * ext/gnomevfs/gstgnomevfs.c:
21369         * ext/libvisual/visual.c:
21370         * ext/ogg/gstogg.c:
21371         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21372         * ext/theora/theora.c:
21373         * ext/vorbis/vorbis.c:
21374         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21375         * gst-libs/gst/tag/gsttagediting.c:
21376         * gst-libs/gst/video/video.c:
21377         * gst/adder/gstadder.c:
21378         * gst/audioconvert/plugin.c:
21379         * gst/audiorate/gstaudiorate.c:
21380         * gst/audioresample/gstaudioresample.c:
21381         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21382         * gst/audioscale/gstaudioscale.c:
21383         * gst/audioscale/resample.c:
21384         * gst/audiotestsrc/gstaudiotestsrc.c:
21385         * gst/ffmpegcolorspace/gstffmpeg.c:
21386         * gst/playback/gstdecodebin.c: (close_pad_link):
21387         * gst/playback/gstplaybin.c: (gen_video_element),
21388         (gen_audio_element):
21389         * gst/sine/gstsinesrc.c:
21390         * gst/subparse/gstsubparse.c:
21391         * gst/tags/gsttagediting.c:
21392         * gst/tcp/gsttcpplugin.c:
21393         * gst/typefind/gsttypefindfunctions.c:
21394         * gst/videorate/gstvideorate.c:
21395         * gst/videoscale/gstvideoscale.c:
21396         * gst/videotestsrc/gstvideotestsrc.c:
21397         * gst/volume/gstvolume.c:
21398         * sys/v4l/gstv4l.c:
21399         * sys/ximage/ximage.c:
21400         * sys/xvimage/xvimagesink.c:
21401           fix up defines
21402
21403 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21404
21405         * ext/vorbis/vorbisenc.c:
21406         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21407         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21408         (gst_tag_to_vorbis_comments):
21409           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21410
21411 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21412
21413         * examples/stats/mp2ogg.c:
21414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21415           typo fixes
21416
21417 2005-10-13  Michael Smith <msmith@fluendo.com>
21418
21419         * ext/ogg/gstoggmux.c:
21420           Use magic glib macros to define constants as 64 bit, to ensure
21421           appropriate vararg passing.
21422
21423 2005-10-13  Michael Smith <msmith@fluendo.com>
21424
21425         * ext/ogg/gstoggmux.c:
21426         * gst/audioconvert/audioconvert.c: (float):
21427           Don't use LL suffix, as it's not portable, and neither of these
21428           uses required it anyway.
21429
21430 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21431
21432         * examples/indexing/indexmpeg.c: (main):
21433         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21434         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21435         (cdparanoia_convert), (cdparanoia_query):
21436         * ext/cdparanoia/gstcdparanoia.h:
21437         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21438         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21439         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21441         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21442         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21443         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21444         (gst_multifdsink_render), (gst_multifdsink_start),
21445         (gst_multifdsink_stop):
21446         * gst/tcp/gstmultifdsink.h:
21447         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21448         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21449         (gst_tcpclientsink_stop):
21450         * gst/tcp/gsttcpclientsink.h:
21451         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21452         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21453         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21454         * gst/tcp/gsttcpclientsrc.h:
21455         * gst/tcp/gsttcpserversink.h:
21456         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21457         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21458         (gst_tcpserversrc_stop):
21459         * gst/tcp/gsttcpserversrc.h:
21460         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21461         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21462         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21463           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21464           moved bitshift from macro to enum definition
21465
21466 2005-10-12  Wim Taymans  <wim@fluendo.com>
21467
21468         * examples/seeking/Makefile.am:
21469         Oops.
21470
21471 2005-10-12  Wim Taymans  <wim@fluendo.com>
21472
21473         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21474         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21475         Don't assert on normal stuff.
21476
21477         * gst/playback/gstplaybin.c: (do_playbin_seek):
21478         API fix.
21479
21480 2005-10-12  Wim Taymans  <wim@fluendo.com>
21481
21482         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21483         * examples/seeking/Makefile.am:
21484         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21485         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21486         (do_seek), (set_update_scale), (message_received), (main):
21487         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21488         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21489         Update for _get_state() API change.
21490
21491 2005-10-11  Wim Taymans  <wim@fluendo.com>
21492
21493         * gst-libs/gst/audio/gstbaseaudiosink.c:
21494         (gst_base_audio_sink_render):
21495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21496         (gst_base_audio_src_create):
21497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21498         (gst_ring_buffer_read):
21499         Cleanups.
21500         Commit and read from ringbuffer in samples rather than bytes.
21501
21502 2005-10-11  Wim Taymans  <wim@fluendo.com>
21503
21504         * gst-libs/gst/audio/gstbaseaudiosink.c:
21505         (gst_base_audio_sink_render):
21506         Respect segment rate and accum when scheduling samples.
21507
21508 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21509
21510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21511         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21512         EOS correctly, that needs more work.
21513
21514 2005-10-11  Wim Taymans  <wim@fluendo.com>
21515
21516         * check/generic/states.c: (GST_START_TEST):
21517         remove old property.
21518
21519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21520         (gst_ogg_demux_perform_seek):
21521         * ext/theora/theoradec.c: (theora_dec_sink_event):
21522         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21523         (vorbis_handle_data_packet):
21524         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21525         (gst_base_rtp_depayload_set_gst_timestamp):
21526         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21527         Update for newsegment API change.
21528
21529 2005-10-11  Michael Smith <msmith@fluendo.com>
21530
21531         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21532         (do_playbin_seek), (gst_play_bin_send_event):
21533           Override send_event differently, so that we can takes bits of
21534           functionality from GstPipeline (special handling for seeks,
21535           including pausing/resuming, and resetting stream time) and still get
21536           the appropriate behaviour of only forwarding event to a single sink,
21537           rather than all of them.
21538           Unfortunately requires a lot of code duplication, but the
21539           alternatives are equally ugly in the end.
21540
21541 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * check/elements/audioconvert.c: (setup_audioconvert),
21544         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21545         (GST_START_TEST), (audioconvert_suite):
21546           clean up tests a little, fix some leaks.
21547
21548 2005-10-10  Wim Taymans  <wim@fluendo.com>
21549
21550         * ext/alsa/gstalsasink.c:
21551         Also allow unsigned int.
21552
21553         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21554         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21555         Small cleanup
21556
21557 2005-10-10  Wim Taymans  <wim@fluendo.com>
21558
21559         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21560         Small update, use API as stated in design docs.
21561
21562         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21563         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21564         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21565         (message_received), (main):
21566         Updated seek example for GOption. Some usability improvements.
21567
21568 2005-10-10  Wim Taymans  <wim@fluendo.com>
21569
21570         * gst/audioconvert/audioconvert.h:
21571         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21572         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21573         Alloc temp storage somewhere else where we can do it more
21574         portable.
21575
21576 2005-10-10  Wim Taymans  <wim@fluendo.com>
21577
21578         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21579         (gst_tcpserversrc_start):
21580         Don't block in accept while doing the state change, move
21581         to poll and make cancellable.
21582
21583 2005-10-09  Philippe Khalaf <burger@speedy.org>
21584
21585         * gst-libs/gst/rtp/rtpbasedepayload.c:
21586         Set timestamp and add queue delay to timestamp
21587         * gst-libs/gst/rtp/rtpbuffer.h:
21588         Set correct payload type for h263
21589
21590 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21591
21592         * gst/audiotestsrc/gstaudiotestsrc.c:
21593         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21594         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21595         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21596         (gst_audiotestsrc_create_triangle),
21597         (gst_audiotestsrc_create_silence),
21598         (gst_audiotestsrc_create_white_noise),
21599         (gst_audiotestsrc_init_pink_noise),
21600         (gst_audiotestsrc_generate_pink_noise_value),
21601         (gst_audiotestsrc_create_pink_noise),
21602         (gst_audiotestsrc_change_wave):
21603         * gst/audiotestsrc/gstaudiotestsrc.h:
21604           fixed typo, added pink noise
21605
21606 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21607
21608         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21609         (plugin_init):
21610           Add wavpack and spc typefind functions from 0.8 branch.
21611
21612 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21613
21614         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21615         (ar_type_find), (msdos_type_find), (plugin_init):
21616           Add typefind functions for tar archives, ar archives,
21617           RAR archives, and msdos-executables (dlls, exe, etc.).
21618           Some of those would be wrongly identified as mpeg
21619           streams of some sort before (#315550).
21620
21621 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21622
21623         * configure.ac:
21624         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21625         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21626         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21627         * gst/audiotestsrc/Makefile.am:
21628         * gst/audiotestsrc/gstaudiotestsrc.c:
21629         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21630         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21631         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21632         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21633         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21634         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21635         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21636         (gst_audiotestsrc_create_silence),
21637         (gst_audiotestsrc_create_white_noise),
21638         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21639         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21640         (gst_audiotestsrc_start), (plugin_init):
21641         * gst/audiotestsrc/gstaudiotestsrc.h:
21642           add new plugin and element
21643         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21644           use gobject_class
21645
21646 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21647
21648         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21649         (gst_adder_init), (gst_adder_request_new_pad),
21650         (gst_adder_change_state):
21651           Add query function to source pad, so adder reports the correct
21652           time/sample position when queried (#315457); fix state change
21653           function; use GST_DEBUG_FUNCPTR() for pad functions.
21654
21655 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21656
21657         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21658           Fix leaks in typefind registration
21659           Clean up the gratuitous commenting and whitespacing a little
21660
21661 2005-10-08  Wim Taymans  <wim@fluendo.com>
21662
21663         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21664         Only actually wait for the thread to be stopped if it's 
21665         running.
21666
21667 2005-10-08  Wim Taymans  <wim@fluendo.com>
21668
21669         * gst-libs/gst/audio/gstbaseaudiosink.c:
21670         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21671         If we receive EOS we can start playback of what we had.
21672
21673 2005-10-08  Wim Taymans  <wim@fluendo.com>
21674
21675         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21676         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21677         (gst_multifdsink_stop):
21678         Fix crasher when going to NULL multiple times.
21679
21680 2005-10-06  Wim Taymans  <wim@fluendo.com>
21681
21682         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21683         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21684         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21686         patch from Edgard Lima <edgard.lima@indt.org.br>
21687         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21688
21689 2005-10-06  Wim Taymans  <wim@fluendo.com>
21690
21691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21692         Report the FLOW_RETURN as string in the error message.
21693
21694         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21695         Don't assert when clearing an unnegotiated buffer.
21696
21697 2005-10-04  Michael Smith <msmith@fluendo.com>
21698
21699         * gst/playback/gstplaybasebin.c: (group_destroy),
21700         (gen_preroll_element), (remove_groups), (setup_source):
21701         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21702         (setup_sinks), (gst_play_bin_send_event),
21703         (gst_play_bin_change_state):
21704           Set state to NULL before removing from bin. Fix refcounting.
21705
21706 2005-10-04  Michael Smith <msmith@fluendo.com>
21707
21708         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21709           Correct refcounting in send_event() function. Previously was wrong
21710           if the first sink was unable to handle the event.
21711
21712 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21713
21714         * configure.ac:
21715           back to development
21716
21717 === release 0.9.3 ===
21718
21719 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21720
21721         * configure.ac:
21722           Releasing 0.9.3, "De Facto"
21723
21724 2005-10-03  Andy Wingo  <wingo@pobox.com>
21725
21726         * gst/playback/gstdecodebin.c (try_to_link_1)
21727         (remove_element_chain): set element to NULL before removing it.
21728
21729 2005-10-02  Johan Dahlin  <johan@gnome.org>
21730
21731         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21732         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21733         MT safe.
21734
21735 2005-10-02  Andy Wingo  <wingo@pobox.com>
21736
21737         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21738         (gst_ring_buffer_prepare_read): 
21739         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21740         Demote to LOG.
21741
21742 2005-09-29  Wim Taymans  <wim@fluendo.com>
21743
21744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21745         * ext/theora/theoradec.c: (theora_handle_data_packet):
21746         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21747         Propagate error codes from alloc_buffer too.
21748
21749 2005-09-29  Wim Taymans  <wim@fluendo.com>
21750
21751         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21752         We use fixed caps.
21753
21754         * gst/playback/Makefile.am:
21755         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21756         (dump_element_stats), (main):
21757         Added example stream introspection code.
21758
21759 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21760
21761         * gst/adder/gstadder.c: (gst_adder_collected):
21762           fix adder for float elements
21763
21764 2005-09-28  Wim Taymans  <wim@fluendo.com>
21765
21766         * gst-libs/gst/audio/gstbaseaudiosink.c:
21767         (gst_base_audio_sink_class_init),
21768         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21769         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21770         (gst_base_audio_src_class_init),
21771         (gst_base_audio_src_provide_clock):
21772         get_clock -> provide_clock
21773
21774 2005-09-28  Andy Wingo  <wingo@pobox.com>
21775
21776         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21777         and unlocking.
21778
21779         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21780         unlocking.
21781
21782         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21783         Actually add the pad template.
21784         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21785
21786         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21787         I'm at it...
21788
21789         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21790         from fdsrc. Get caps in create() instead of start() so it can be
21791         interrupted. Interruption somewhat untested.
21792
21793         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21794         Proper EOS handling.
21795
21796 2005-09-27  Andy Wingo  <wingo@pobox.com>
21797
21798         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21799
21800         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21801
21802         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21803
21804         * gst/tcp/gsttcp.h: 
21805         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21806         out of tcpclientsrc.c. Cancellable.
21807         (gst_tcp_socket_read): Made private, cancellable, with better
21808         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21809         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21810         whole buffer, and better diagnostics.
21811         (gst_tcp_gdp_read_caps): Same.
21812
21813         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21814
21815 2005-09-26  Andy Wingo  <wingo@pobox.com>
21816
21817         * gst/sine/gstsinesrc.h:
21818         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21819         change the 'sync' property to 'is-live' and implement it halfway,
21820         update for controller api change.
21821
21822         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21823         controller api change.
21824
21825 2005-09-24  Wim Taymans  <wim@fluendo.com>
21826
21827         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21828         * gst-libs/gst/audio/gstaudiosink.c:
21829         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21830         (gst_audioringbuffer_stop):
21831         * gst-libs/gst/audio/gstbaseaudiosink.c:
21832         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21833         (gst_base_audio_sink_change_state):
21834         * gst-libs/gst/audio/gstbaseaudiosink.h:
21835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21836         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21837         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21838         * gst-libs/gst/audio/gstringbuffer.h:
21839         Fix sync again. Moved sample alignment to basesink.
21840
21841 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21842
21843         * docs/plugins/Makefile.am:
21844         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21845         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21846         * gst/volume/gstvolume.c:
21847           add/fix docs
21848         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21849         * gst-libs/gst/audio/audio.h:
21850           add conversion macros for frames <-> clocktime
21851
21852 2005-09-23  David Schleef  <ds@schleef.org>
21853
21854         * gst/audioresample/Makefile.am:
21855         * gst/audioresample/debug.h:
21856         * gst/audioresample/gstaudioresample.c:
21857         * gst/audioresample/resample.c: Convert to using gst debugging
21858
21859 2005-09-22  Wim Taymans  <wim@fluendo.com>
21860
21861         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21862         (gst_play_bin_send_event):
21863         Only seek on one sink, the first one that succeeds.
21864
21865 2005-09-22  Michael Smith <msmith@fluendo.com>
21866
21867         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21868         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21869         Don't flush encoder state unless we have an initialised encoder.
21870         Clear out encoder state on PAUSED_TO_READY.
21871
21872 2005-09-22  Wim Taymans  <wim@fluendo.com>
21873
21874         * gst-libs/gst/rtp/gstbasertppayload.c:
21875         (gst_basertppayload_class_init), (gst_basertppayload_init),
21876         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21877         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21878         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21879         (gst_basertppayload_set_property),
21880         (gst_basertppayload_get_property),
21881         (gst_basertppayload_change_state):
21882         * gst-libs/gst/rtp/gstbasertppayload.h:
21883         Added max-ptime to control amount of data in the rtp packets.
21884
21885 2005-09-21  Andy Wingo  <wingo@pobox.com>
21886
21887         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21888         thingies.
21889
21890         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21891         can be called multiple times, dogs.
21892
21893 2005-09-21  Wim Taymans  <wim@fluendo.com>
21894
21895         * gst-libs/gst/rtp/gstbasertppayload.c:
21896         (gst_basertppayload_class_init), (gst_basertppayload_init),
21897         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21898         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21899         (gst_basertppayload_push), (gst_basertppayload_get_property),
21900         (gst_basertppayload_change_state):
21901         Allow 0 ssrc too.
21902
21903 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21904
21905         * docs/libs/compiling.sgml:
21906           fixing typos
21907
21908 2005-09-20  Wim Taymans  <wim@fluendo.com>
21909
21910         * gst-libs/gst/rtp/gstbasertppayload.c:
21911         (gst_basertppayload_class_init), (gst_basertppayload_init),
21912         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21913         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21914         (gst_basertppayload_push), (gst_basertppayload_set_property),
21915         (gst_basertppayload_get_property),
21916         (gst_basertppayload_change_state):
21917         * gst-libs/gst/rtp/gstbasertppayload.h:
21918         Added property to configure sequence number offsets.
21919
21920 2005-09-20  Wim Taymans  <wim@fluendo.com>
21921
21922         * gst-libs/gst/rtp/gstbasertppayload.c:
21923         (gst_basertppayload_class_init), (gst_basertppayload_init),
21924         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21925         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21926         (gst_basertppayload_push), (gst_basertppayload_set_property),
21927         (gst_basertppayload_get_property),
21928         (gst_basertppayload_change_state):
21929         * gst-libs/gst/rtp/gstbasertppayload.h:
21930         Make timestamp offset configurable.
21931
21932 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21935           fix wrong pop/unref
21936
21937 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21938
21939         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21940
21941         * gst-libs/gst/interfaces/propertyprobe.c:
21942         (gst_property_probe_probe_property_name),
21943         (gst_property_probe_needs_probe_name),
21944         (gst_property_probe_get_values_name),
21945         (gst_property_probe_probe_and_get_values_name):
21946           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21947           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21948
21949 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21950
21951         * check/Makefile.am:
21952           have some tests be disabled for valgrinding
21953         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21954         (GST_START_TEST):
21955         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21956           Fix A Leak.  Chain To Parent Finalize.
21957
21958 2005-09-19  Wim Taymans  <wim@fluendo.com>
21959
21960         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21961         Fixed wav pipeline.
21962
21963 2005-09-19  Wim Taymans  <wim@fluendo.com>
21964
21965         * gst-libs/gst/rtp/gstbasertppayload.c:
21966         (gst_basertppayload_class_init), (gst_basertppayload_init),
21967         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21968         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21969         (gst_basertppayload_push), (gst_basertppayload_get_property),
21970         (gst_basertppayload_change_state):
21971         Posting ERROR and WARNING messages is good.
21972
21973 2005-09-19  Wim Taymans  <wim@fluendo.com>
21974
21975         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21976         (gst_base_rtp_depayload_add_to_queue),
21977         (gst_base_rtp_depayload_push),
21978         (gst_base_rtp_depayload_set_gst_timestamp),
21979         (gst_base_rtp_depayload_queue_release):
21980         This one was not supposed to go in.
21981
21982 2005-09-19  Wim Taymans  <wim@fluendo.com>
21983
21984         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21985         Fix for bus API.
21986
21987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21988         (gst_base_rtp_depayload_chain),
21989         (gst_base_rtp_depayload_add_to_queue),
21990         (gst_base_rtp_depayload_push),
21991         (gst_base_rtp_depayload_set_gst_timestamp),
21992         (gst_base_rtp_depayload_queue_release):
21993         Some cleanups.
21994
21995         * gst-libs/gst/rtp/gstbasertppayload.c:
21996         (gst_basertppayload_class_init), (gst_basertppayload_init),
21997         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21998         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21999         (gst_basertppayload_get_property),
22000         (gst_basertppayload_change_state):
22001         Added debugging category.
22002
22003 2005-09-18  David Schleef  <ds@schleef.org>
22004
22005         * gst/playback/gstdecodebin.c: free plugin list correctly
22006         * gst/playback/gstplaybin.c: emit warning if autovideosink
22007           and autoaudiosink can't be found (instead of segfaulting)
22008
22009 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * check/elements/audioconvert.c: (GST_START_TEST):
22012           try out 24 bit conversion
22013
22014 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22015
22016         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22017         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22018         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22019         * ext/vorbis/vorbisenc.h:
22020           Fix EOS handling.  Still needs a fix in the ogg muxer to
22021           mark the last page as eos.
22022
22023 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * common/gtk-doc-plugins.mak:
22026         * docs/plugins/Makefile.am:
22027         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22028         * gst/ffmpegcolorspace/Makefile.am:
22029         * gst/ffmpegcolorspace/avcodec.h:
22030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22031         * gst/tcp/gstmultifdsink.c:
22032           fix up ffmpegcolorspace docs; extract header
22033
22034 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         * common/gtk-doc-plugins.mak:
22037         * docs/plugins/Makefile.am:
22038         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22039         * ext/theora/Makefile.am:
22040         * ext/theora/gsttheoraenc.h:
22041         * ext/theora/theoraenc.c:
22042         * ext/vorbis/vorbisenc.c:
22043           pick up signals and args for vorbis; add some docs for vorbis
22044
22045 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22046
22047         * common/gstdoc-scangobj:
22048         * common/gtk-doc-plugins.mak:
22049         * docs/libs/Makefile.am:
22050         * docs/plugins/gst-plugins-base-plugins.args:
22051         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22052         * docs/plugins/gst-plugins-base-plugins.interfaces:
22053         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22054         * docs/plugins/gst-plugins-base-plugins.signals:
22055           only scanobj stuff from our source module.  Not sure yet
22056           if that's correct, given the hierarchy stuff :)
22057
22058 2005-09-15  Wim Taymans  <wim@fluendo.com>
22059
22060         * gst/audioconvert/gstaudioconvert.c:
22061         And enable 24 bits mode as well..
22062
22063 2005-09-15  Wim Taymans  <wim@fluendo.com>
22064
22065         * gst-libs/gst/rtp/Makefile.am:
22066         * gst-libs/gst/rtp/gstbasertppayload.c:
22067         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22068         (gst_basertppayload_class_init), (gst_basertppayload_init),
22069         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22070         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22071         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22072         (gst_basertppayload_set_property),
22073         (gst_basertppayload_get_property),
22074         (gst_basertppayload_change_state):
22075         * gst-libs/gst/rtp/gstbasertppayload.h:
22076         Added rtp payloader base class.
22077
22078 2005-09-15  Andy Wingo  <wingo@pobox.com>
22079
22080         * configure.ac (plugindir): Remove the EOL matcher from the
22081         regexp, as it causes me problems. Libtool? Make? Who knows?
22082
22083 2005-09-14  David Schleef  <ds@schleef.org>
22084
22085         * check/generic/states.c: 
22086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22087         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22088           Fixes for changes in registry API.
22089
22090         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22091           to GST_PLUGIN_LDFLAGS.
22092         * ext/libvisual/visual.c: Make the library shut up.
22093         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22094         * gst-libs/gst/audio/gstaudiofilter.c: same
22095
22096 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22097
22098         * docs/plugins/Makefile.am:
22099         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22100         * docs/plugins/inspect/plugin-libvisual.xml:
22101         * docs/plugins/tmpl/element-tcpserversink.sgml:
22102         * ext/theora/theoraenc.c:
22103           add libvisual plugin and theoraenc element to docs
22104
22105 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22106
22107         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22108         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22109         * ext/theora/theoraenc.c:
22110           add theoraenc
22111
22112 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22113
22114         * gst/audioconvert/Makefile.am:
22115           Audioconvert derives from GstBaseTransform and should
22116           link to the library with our base elements to avoid
22117           unresolved symbols. Makes things work with MinGW (#316160)
22118
22119         * gst/playback/test4.c: (main):
22120           Fix MinGW build problem and use g_usleep() instead of 
22121           sleep() (#316162)
22122
22123 2005-09-12  Wim Taymans  <wim@fluendo.com>
22124
22125         * gst/audioconvert/audioconvert.c: (float),
22126         (audio_convert_prepare_context), (audio_convert_convert):
22127         * gst/audioconvert/audioconvert.h:
22128         Cleanups, speedups, simplifications, added back support
22129         for 24 bits.
22130
22131 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22132
22133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22135         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22136         * docs/plugins/tmpl/element-tcpserversink.sgml:
22137         * gst/ffmpegcolorspace/gstffmpeg.c:
22138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22139         * gst/videotestsrc/gstvideotestsrc.c:
22140         * gst/volume/gstvolume.c:
22141           add more elements to the docs
22142
22143 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22144
22145         * check/Makefile.am:
22146         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22147         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22148           Add extra tests for basetransform based components. 
22149           Comment out the test_element_negotiation test until we decide
22150           if it's testing correct behaviour.
22151         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22152         (gst_visual_chain), (gst_visual_change_state):
22153           Slightly more correct but still bogus timestamping.
22154           Fix state change function.
22155         * gst/audioconvert/gstaudioconvert.c:
22156         (gst_audio_convert_class_init):
22157         * gst/audioresample/gstaudioresample.c:
22158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22159         (gst_ffmpegcsp_class_init):
22160         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22161         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22162         (gst_videoscale_prepare_image):
22163         * gst/volume/gstvolume.c: (gst_volume_class_init),
22164         (volume_transform_ip):
22165           Basetransform updates. Enable passthrough modes.
22166         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22167         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22168         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22169           Negotiation fix that allows the window to return to the original
22170           size and renegotiate passthrough upstream. Extra debug output.
22171
22172 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22173
22174         * gst/sine/gstsinesrc.c:
22175         * gst/volume/gstvolume.c:
22176           fix up header include
22177
22178 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22179
22180         * gst-libs/gst/audio/gstbaseaudiosink.c:
22181         (gst_base_audio_sink_render):
22182         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22183         * gst/volume/gstvolume.c: (gst_volume_class_init),
22184         (volume_transform):
22185           fixing lost sync, some more debugging
22186
22187 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22188
22189         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22190         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22191         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22192         (gst_xvimagesink_check_xshm_calls):
22193           Fix compilation when XShm is not available.
22194
22195 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22196
22197         * ext/libvisual/visual.c: (gst_visual_dispose),
22198         (gst_visual_getcaps), (gst_visual_src_setcaps),
22199         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22200         (gst_visual_change_state):
22201           Finish fixing up libvisual plugin so that it runs. 
22202
22203 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22204
22205         * ext/vorbis/vorbisenc.c:
22206         * gst-libs/gst/tag/gstvorbistag.c:
22207           gsttaginterface.h -> gsttagsetter.h
22208
22209 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22210
22211         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22212           added another test that failes for me (test is not active by default)
22213
22214 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22215
22216         * configure.ac:
22217           v4l2 is no longer in gst-plugins-base
22218
22219 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22220
22221         * configure.ac:
22222           In the output at the end, don't show the first plugin on the same
22223           line as "Core plug-ins, always built:".
22224           Indent the output as for other plugin categories
22225         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22226           #define that can be used to not use peer buffer_alloc functions for
22227           test purposes.
22228         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22229         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22230         (gst_ximagesink_show_frame):
22231         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22232         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22233         (gst_xvimagesink_show_frame):
22234           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22235           fails gracefully instead of XError aborting or deadlocking.
22236
22237 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22238
22239         * ext/libvisual/Makefile.am:
22240           link against gst-base-libs
22241
22242 2005-09-06  David Schleef  <ds@schleef.org>
22243
22244         * configure.ac: Enable libvisual plugin.
22245         * ext/libvisual/Makefile.am:
22246         * ext/libvisual/visual.c: Fixes to make it compile.
22247
22248 === release 0.9.2 ===
22249
22250 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22251
22252         * NEWS:
22253         * RELEASE:
22254         * configure.ac:
22255         * docs/random/ChangeLog-0.8:
22256           releasing 0.9.2, "Spoon"
22257
22258 2005-09-05  Michael Smith <msmith@fluendo.com>
22259
22260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22261           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22262           that in the vorbisenc element.
22263
22264 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * common/gtk-doc-plugins.mak:
22267         * docs/plugins/Makefile.am:
22268           fix distcheck
22269         * gst/audioresample/resample.c:
22270           fix wrong docstring
22271
22272 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22273
22274         * common/gst-xmlinspect.py:
22275         * common/gtk-doc-plugins.mak:
22276           only inspect plugins for this given package
22277           require gst-python 0.9
22278
22279 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22280
22281         * Makefile.am:
22282         * autogen.sh:
22283         * common/gst-xmlinspect.py:
22284         * configure.ac:
22285         * docs/Makefile.am:
22286         * docs/plugins/inspect/plugin-alsa.xml:
22287         * docs/plugins/inspect/plugin-audioresample.xml:
22288         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22289         * docs/plugins/inspect/plugin-ogg.xml:
22290         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22291         * docs/plugins/tmpl/element-multifdsink.sgml:
22292         * docs/plugins/tmpl/element-tcpserversink.sgml:
22293         * docs/plugins/tmpl/element-vorbisenc.sgml:
22294         * gst-plugins-base.spec.in:
22295           various doc-related updates
22296
22297 2005-08-31  Wim Taymans  <wim@fluendo.com>
22298
22299         * gst-libs/gst/audio/gstbaseaudiosink.c:
22300         (gst_base_audio_sink_render):
22301         Resync if the buffer timestamps drift more than a 10th 
22302         of a second.
22303
22304 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22305
22306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22307         (gst_v4lsrc_get_property):
22308           The 'timestamp-offset' property is registered as an int64, so
22309           let's use g_value_{set|get}_int64() in our setter and getter
22310           functions (makes it work and fixes warnings with gst-inspect).
22311
22312 2005-08-30  Wim Taymans  <wim@fluendo.com>
22313
22314         * check/elements/audioconvert.c: (setup_audioconvert):
22315         * check/elements/audioresample.c: (setup_audioresample):
22316         * check/elements/volume.c: (setup_volume):
22317         Fix checks.
22318
22319 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22320
22321         * common/gtk-doc-plugins.mak:
22322         * common/plugins.xsl:
22323         * docs/plugins/Makefile.am:
22324           make module a param
22325
22326 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22327
22328         * examples/seeking/seek.c: (make_mp3_pipeline),
22329         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22330         (play_cb), (pause_cb), (stop_cb):
22331           update the example
22332
22333 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22334
22335         * gst/volume/gstvolume.c: (gst_volume_class_init),
22336         (volume_transform):
22337           do not update controlled params, if buffer has no timestamp
22338
22339 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22340
22341         * configure.ac:
22342         * gst/sine/Makefile.am:
22343         * gst/volume/Makefile.am:
22344           controllerized elements also need to link against controller-libs ;)
22345
22346 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22347
22348         * docs/libs/tmpl/gstcolorbalance.sgml:
22349         * docs/libs/tmpl/gstgconf.sgml:
22350         * docs/libs/tmpl/gstmixer.sgml:
22351         * docs/libs/tmpl/gstringbuffer.sgml:
22352         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22353         (gst_sinesrc_create):
22354         * gst/volume/gstvolume.c: (gst_volume_class_init),
22355         (volume_transform):
22356           controllerized two audio plugins
22357
22358 2005-08-29  Andy Wingo  <wingo@pobox.com>
22359
22360         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22361         (vorbis_handle_data_packet): Fix some int overflow errors.
22362
22363         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22364         -1.
22365         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22366         valid.
22367         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22368         if it's valid. Fixed streaming-mode playback.
22369
22370         * check/elements/volume.c (cleanup_volume): Fix for running
22371         CK_FORK=no.
22372
22373         * check/elements/audioconvert.c: Convert from native endian, not
22374         little endian.
22375
22376 2005-08-29  Michael Smith <msmith@fluendo.com>
22377
22378         * ext/ogg/Makefile.am:
22379         * ext/ogg/gstogg.c: (plugin_init):
22380         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22381         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22382         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22383         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22384         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22385         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22386         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22387         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22388         Add an ogg parser element.
22389
22390 2005-08-28  Andy Wingo  <wingo@pobox.com>
22391
22392         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22393
22394 2005-08-26  Wim Taymans  <wim@fluendo.com>
22395
22396         * gst/audioconvert/audioconvert.c: (if), (float),
22397         (audio_convert_get_func_index), (check_default),
22398         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22399         (audio_convert_clean_context), (audio_convert_get_sizes),
22400         (audio_convert_convert):
22401         Cleanups.
22402
22403 2005-08-26  Wim Taymans  <wim@fluendo.com>
22404
22405         * gst/audioconvert/audioconvert.c: (if), (float),
22406         (audio_convert_get_func_index), (check_default),
22407         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22408         (audio_convert_clean_context), (audio_convert_get_sizes),
22409         (audio_convert_convert):
22410         More elegant and working temp buffer selection algo.
22411
22412 2005-08-26  Wim Taymans  <wim@fluendo.com>
22413
22414         * gst/audioconvert/audioconvert.c: (if), (float),
22415         (audio_convert_get_func_index), (check_default),
22416         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22417         (audio_convert_clean_context), (audio_convert_get_sizes),
22418         (get_temp_buffer), (audio_convert_convert):
22419         Use realloc else we lose our original data.
22420
22421 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22422
22423         * gst/audioresample/gstaudioresample.c:
22424           use base class' newsegment to properly timestamp
22425
22426 2005-08-26  Wim Taymans  <wim@fluendo.com>
22427
22428         * gst/audioconvert/audioconvert.c: (if), (float),
22429         (audio_convert_get_func_index), (check_default),
22430         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22431         (audio_convert_clean_context), (audio_convert_get_sizes),
22432         (get_temp_buffer), (audio_convert_convert):
22433         * gst/audioconvert/gstaudioconvert.c:
22434         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22435         (gst_audio_convert_transform_caps),
22436         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22437         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22438         Oops, allocate enough space to perform the channel mix.
22439
22440 2005-08-26  Wim Taymans  <wim@fluendo.com>
22441
22442         * gst/audioconvert/Makefile.am:
22443         * gst/audioconvert/audioconvert.c: (if), (float),
22444         (audio_convert_get_func_index), (check_default),
22445         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22446         (audio_convert_clean_context), (audio_convert_get_sizes),
22447         (get_temp_buffer), (audio_convert_convert):
22448         * gst/audioconvert/audioconvert.h:
22449         * gst/audioconvert/gstaudioconvert.c:
22450         (gst_audio_convert_class_init), (gst_audio_convert_init),
22451         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22452         (gst_audio_convert_get_unit_size),
22453         (gst_audio_convert_transform_caps),
22454         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22455         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22456         * gst/audioconvert/gstaudioconvert.h:
22457         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22458         (gst_channel_mix_fill_identical),
22459         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22460         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22461         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22462         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22463         (gst_channel_mix_mix):
22464         * gst/audioconvert/gstchannelmix.h:
22465         Cleanups, librarify a bit, optimize, better negotiation and more.
22466
22467 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22468
22469         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22470         Another from MikeS:
22471         During typefinding, don't support negative offsets
22472         (offsets from the end of the stream) in our typefind->peek() function
22473         - nothing embedded in ogg ever needs them. However, we need to recognise
22474         those requests and reject them, otherwise we return invalid pointers.
22475
22476 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22477
22478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22479         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22480         (vorbisdec_finalize), (vorbis_handle_type_packet):
22481           Big shout-out to MikeS for fixing this giant memory leak.
22482           Huzzah!
22483
22484 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22485
22486         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22487         (audio_convert_get_unit_size):
22488           plug some leaks
22489
22490 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22491
22492         * check/Makefile.am:
22493         * check/elements/audioconvert.c: (setup_audioconvert),
22494         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22495         (GST_START_TEST), (audioconvert_suite), (main):
22496           add a test for audioconvert
22497         * gst/audioresample/gstaudioresample.c:
22498         * gst/audioresample/gstaudioresample.h:
22499           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22500           note that for buffers of 1/3 sec this means DURATION(c) is 
22501           one nanosecond more than for a and b
22502
22503 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22504
22505         * check/Makefile.am:
22506         * check/elements/audioresample.c: (setup_audioresample),
22507         (cleanup_audioresample), (fail_unless_perfect_stream),
22508         (test_perfect_stream_instance), (GST_START_TEST),
22509           add a check for audioresample
22510         (audioresample_suite), (main):
22511         * check/elements/volume.c: (GST_START_TEST):
22512           remove unused method
22513         * gst/audioresample/gstaudioresample.c:
22514           set correct buffer parameters since we're changing them
22515         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22516           add some debug
22517
22518 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22519
22520         * gst/audioresample/debug.c:
22521         * gst/audioresample/gstaudioresample.c:
22522           add room for extra overlap samples when asked to transform size
22523           protect against possible mem corruption and check for discrepancies
22524           between written size and outbuffer's size so we can warn for
22525           potential problems
22526         * gst/audioresample/resample.c: (resample_init),
22527         (resample_get_output_size_for_input), (resample_get_output_size),
22528         (resample_set_n_channels), (resample_set_format):
22529           set debug level based on RESAMPLE_DEBUG env var
22530           make sure that get_output_size* returns a whole number of
22531           sample_size
22532           set sample_size each time either channel or format is set
22533         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22534         * gst/audioresample/resample_functable.c:
22535         (resample_scale_functable):
22536         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22537           remove r->sample_size, it's done in resample.c now
22538           add some debugging to the ref implementation
22539           make sure we only give back bytes that are wholes of the sample
22540           size
22541
22542 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22543         * gst/playback/gstplaybasebin.c: (fill_buffer):
22544         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22545
22546 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22547
22548         * gst/volume/gstvolume.c:
22549           made set_caps function static
22550
22551 2005-08-24  Wim Taymans  <wim@fluendo.com>
22552
22553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22554         (gst_vorbisenc_change_state):
22555         Stop leaking taglists.
22556
22557 2005-08-24  Wim Taymans  <wim@fluendo.com>
22558
22559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22560         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22561         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22562         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22563         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22564         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22565         Parse seeking events better.
22566         Unref static caps.
22567         Generate correct newsegment events, fixes seeking in live oggs.
22568
22569         * ext/theora/theoradec.c: (theora_dec_src_query),
22570         (theora_dec_src_event), (theora_dec_src_getcaps),
22571         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22572         Use newsegment values to report correct play time.
22573
22574         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22575         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22576         * ext/vorbis/vorbisdec.h:
22577         Parse and use newsegment values to report correct play time.
22578
22579         * gst-libs/gst/audio/gstbaseaudiosink.c:
22580         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22581         Clear ringbuffer on flush.
22582         Use newsegment values to calculate playback time.
22583
22584         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22586         Basesink does newsegment calculations for us now.
22587
22588 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22589
22590         * check/Makefile.am:
22591         * configure.ac:
22592           add core's plugins to the mix so that playbin works
22593         * check/generic/states.c: (GST_START_TEST):
22594           set a 0 timeout on pipelines, so they don't force the next
22595           state change
22596         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22597         (gst_play_base_bin_change_state):
22598           remove the crappy error handling and do GST error handling
22599
22600 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22601
22602         * check/Makefile.am:
22603         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22604           add same test as to core, it bitches out on playbin atm.
22605
22606 2005-08-24  Wim Taymans  <wim@fluendo.com>
22607
22608         * configure.ac:
22609         Remove audioscale.
22610
22611 2005-08-24  Wim Taymans  <wim@fluendo.com>
22612
22613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22614         (gst_videoscale_prepare_size), (parse_caps),
22615         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22616         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22617         (gst_videoscale_transform):
22618         * gst/videoscale/gstvideoscale.h:
22619         Refactor, make use of BaseTranform really well.
22620
22621 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22622
22623         * configure.ac:
22624           compile audioresample
22625         * gst/audioresample/Makefile.am:
22626         * gst/audioresample/buffer.c:
22627         * gst/audioresample/functable.c:
22628         * gst/audioresample/gstaudioresample.c:
22629         * gst/audioresample/gstaudioresample.h:
22630         * gst/audioresample/resample.c:
22631         (resample_get_output_size_for_input):
22632         * gst/audioresample/resample.h:
22633         * gst/audioresample/resample_chunk.c:
22634         * gst/audioresample/resample_functable.c:
22635         * gst/audioresample/resample_ref.c:
22636           port to use basetransform; doesn't work in all cases yet
22637
22638 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22639
22640         * gst/audioconvert/gstaudioconvert.c:
22641         (gst_audio_convert_class_init), (gst_audio_convert_init),
22642         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22643         (audio_convert_fixate_caps), (audio_convert_set_caps),
22644         (audio_convert_transform),
22645         (gst_audio_convert_buffer_to_default_format),
22646         (gst_audio_convert_buffer_from_default_format),
22647         (gst_audio_convert_channels):
22648         * gst/audioconvert/gstchannelmix.c:
22649         * gst/audioconvert/gstchannelmix.h:
22650           port to basetransform
22651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22652         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22653         (gst_ffmpegcsp_get_unit_size):
22654         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22655         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22656           fix for basetransform changes
22657
22658 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22659
22660         * check/Makefile.am:
22661           Add CHECK_CFLAGS and LDFLAGS
22662
22663         * gst/playback/gstplaybasebin.c: (fill_buffer):
22664           GST_MESSAGE_SRC became a GObject
22665
22666 2005-08-24  Wim Taymans  <wim@fluendo.com>
22667
22668         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22669         (gst_ring_buffer_clear_all):
22670         * gst-libs/gst/audio/gstringbuffer.h:
22671         Added function to clear the ringbuffer.
22672
22673 2005-08-24  Andy Wingo  <wingo@pobox.com>
22674
22675         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22676         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22677         of _open and _close.
22678
22679         * sys/v4l/gstv4lxoverlay.h:
22680         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22681         an Xv connection here, instead of all the time. Make Xv only be
22682         loaded if you axe for it. Kindof a workaround for buggy behaviour
22683         of Xv when using remote xservers (XvQueryExtension would block).
22684         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22685         replace the _open and _close public API. Only start the xv
22686         connection if necessary.
22687         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22688
22689 2005-08-23  David Schleef  <ds@schleef.org>
22690
22691         * gst/audioresample/Makefile.am: Leet audioresampling code
22692         * gst/audioresample/buffer.c:
22693         * gst/audioresample/buffer.h:
22694         * gst/audioresample/debug.c:
22695         * gst/audioresample/debug.h:
22696         * gst/audioresample/functable.c:
22697         * gst/audioresample/functable.h:
22698         * gst/audioresample/gstaudioresample.c:
22699         * gst/audioresample/gstaudioresample.h:
22700         * gst/audioresample/resample.c:
22701         * gst/audioresample/resample.h:
22702         * gst/audioresample/resample_chunk.c:
22703         * gst/audioresample/resample_functable.c:
22704         * gst/audioresample/resample_ref.c:
22705
22706 2005-08-23  Wim Taymans  <wim@fluendo.com>
22707
22708         * examples/seeking/seek.c: (make_vorbis_pipeline),
22709         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22710         Small seek updates.
22711
22712 2005-08-23  Andy Wingo  <wingo@pobox.com>
22713
22714         * gst-libs/gst/audio/gstbaseaudiosrc.c
22715         (gst_base_audio_src_fixate): Only fixate endianness if it is
22716         present in the caps.
22717
22718 2005-08-22  Andy Wingo  <wingo@pobox.com>
22719
22720         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22721         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22722         device-name property.
22723
22724         * gst-libs/gst/audio/gstaudiosrc.h:
22725         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22726         close_device in the ring buffer, like gstaudiosink.
22727
22728         * ext/alsa/gstalsamixer.h:
22729         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22730         macro to implement the interface without much code. Cleanups. 
22731
22732         * ext/alsa/gstalsasrc.h:
22733         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22734         READY.
22735
22736         * ext/alsa/Makefile.am: Add new files.
22737         * ext/alsa/gstalsamixerelement.c: 
22738         * ext/alsa/gstalsamixerelement.c: Split element code out from
22739         mixer code so that alsasrc can be a mixer too.
22740
22741 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22742
22743         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22744         (GST_START_TEST):
22745         * check/elements/vorbisdec.c: (setup_vorbisdec),
22746         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22747         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22748         (vorbis_handle_identification_packet),
22749         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22750         (vorbis_handle_header_packet), (vorbis_dec_push),
22751         (vorbis_dec_chain):
22752           use the setup/teardown methods to save code.  save code is good.
22753
22754 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22755
22756         * check/Makefile.am:
22757           add ext dir for plugins
22758           add vorbisdec test conditionally
22759         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22760         (GST_START_TEST), (volume_suite):
22761           add a test with wrong caps
22762         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22763         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22764           add a vorbisdec test
22765         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22766         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22767           clean up debug output
22768         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22769           yay, fix a segfault/security issue in vorbisdec
22770           gst-launch fakesrc ! vorbisdec wasn't happy
22771         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22772         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22773         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22774         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22775         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22776         (gst_vorbisenc_set_metadata), (get_constraints_string),
22777         (update_start_message), (gst_vorbisenc_setup),
22778         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22779         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22780         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22781         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22782         * ext/vorbis/vorbisenc.h:
22783           march in line
22784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22785         (gst_ffmpegcsp_transform):
22786           have the kow come home
22787         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22788           debug my func ptr
22789         * gst/volume/gstvolume.c: (volume_set_caps):
22790           add a debug
22791
22792 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22793
22794         * Makefile.am:
22795         * check/.cvsignore:
22796         * check/Makefile.am:
22797         * check/elements/.cvsignore:
22798         * check/elements/volume.c: (chain_func), (event_func),
22799         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22800         (main):
22801         * configure.ac:
22802           add unit test structure for gst-plugins-base
22803           add a test for volume
22804         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22805         (gst_volume_set_volume), (gst_volume_get_volume),
22806         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22807         (volume_funcfind), (volume_process_float), (volume_process_int16),
22808         (volume_set_caps), (volume_transform), (volume_update_mute),
22809         (volume_update_volume), (volume_set_property),
22810         (volume_get_property):
22811           document a little; use basetransform vmethod _set_caps
22812
22813 2005-08-19  Andy Wingo  <wingo@pobox.com>
22814
22815         * ext/alsa/gstalsamixertrack.h:
22816         * ext/alsa/gstalsamixertrack.c:
22817         * ext/alsa/gstalsamixeroptions.h:
22818         * ext/alsa/gstalsamixeroptions.c:
22819         * ext/alsa/gstalsamixer.h:
22820         * ext/alsa/gstalsamixer.c: Port to 0.9.
22821
22822         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22823         Remove gstalsa.c and alsaclock. No more cruft here.
22824         
22825 2005-08-18  Wim Taymans  <wim@fluendo.com>
22826
22827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22828         (gst_base_rtp_depayload_chain),
22829         (gst_base_rtp_depayload_add_to_queue),
22830         (gst_base_rtp_depayload_push),
22831         (gst_base_rtp_depayload_queue_release):
22832         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22833         Fix for RTPBuffer changes.
22834
22835         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22836         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22837         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22838         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22839         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22840         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22841         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22842         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22843         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22844         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22845         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22846         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22847         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22848         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22849         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22850         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22851         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22852         (gst_rtpbuffer_get_payload):
22853         * gst-libs/gst/rtp/gstrtpbuffer.h:
22854         Don't subclass GstBuffer but add methods and helper functions
22855         to construct and manipulate RTP packets in regular GstBuffers.
22856
22857 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22858
22859         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22860           moved statement below switch
22861         * gst/volume/gstvolume.c: (gst_volume_class_init):
22862           added debug ptr
22863
22864 2005-08-16  Wim Taymans  <wim@fluendo.com>
22865
22866         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22867         (gst_base_audio_src_change_state):
22868         Open and close device in READY<->NULL state change.
22869
22870 2005-08-16  Andy Wingo  <wingo@pobox.com>
22871
22872         * examples/seeking/Makefile.am: Don't compile non-compiling
22873         compiled objects with the compiler.
22874
22875         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22876         elements.
22877
22878 2005-08-12  Philippe Khalaf <burger@speedy.org>
22879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22880         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22881           Made a thread to release the queue.
22882           Removed timestamp conversion for now.
22883
22884 2005-08-10  Philippe Khalaf <burger@speedy.org>
22885         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22886         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22887           Added rtp timestamp -> gst timestamp conversion.
22888           Fixed several problems with queue.
22889
22890 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22891
22892         * gst-libs/gst/audio/gstaudioclock.h:
22893         * gst-libs/gst/audio/gstaudiofilter.h:
22894         * gst-libs/gst/audio/gstaudiosink.h:
22895         * gst-libs/gst/audio/gstaudiosrc.h:
22896         * gst-libs/gst/audio/gstbaseaudiosink.h:
22897         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22898         * gst-libs/gst/audio/gstringbuffer.h:
22899         * gst-libs/gst/net/gstnetbuffer.h:
22900         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22901         * gst-libs/gst/rtp/gstrtpbuffer.h:
22902           Add padding (you will need to rebuild gst-plugins-base,
22903           gst-plugins and all applications afterwards!)
22904
22905 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22906
22907         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22908         (gst_riff_parse_chunk):
22909           Fix bug in debug message and add some more debug messages.
22910
22911 2005-08-08  Edward Hervey  <edward@fluendo.com>
22912
22913         * gst-libs/gst/riff/riff-media.c:
22914         backported updates since branch
22915
22916 2005-08-08  Andy Wingo  <wingo@pobox.com>
22917
22918         * gst-libs/gst/audio/gstbaseaudiosink.c
22919         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22920         like good elements should. Close on READY->NULL too.
22921
22922         * gst-libs/gst/audio/gstaudiosink.c
22923         (gst_audioringbuffer_open_device,
22924         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22925         (gst_audioringbuffer_release): Updates for new ring buffer API,
22926         hook into the new audio sink api.
22927
22928         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22929         (GstAudioSinkClass.close): Just open and close the device -- no
22930         resource allocation or configuration.
22931         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22932         vmethods, handle device setup and resource allocation.
22933
22934         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22935         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22936         base class API.
22937
22938         * gst-libs/gst/audio/gstringbuffer.h
22939         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22940         New vmethods.
22941
22942         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22943         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22944         New API functions. The device should be opened before acquiring
22945         and closed after releasing.
22946
22947 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22948
22949         * gst-libs/gst/interfaces/mixer.h:
22950           Reset padding to GST_PADDING.
22951
22952 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22953
22954         * gst/playback/gstplaybin.c: (remove_sinks):
22955           Remove visualization from parent explicitely; works around some
22956           apparent refcount issue that I haven't tracked down yet.
22957
22958 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22959
22960         * ext/alsa/gstalsasink.c: (set_hwparams):
22961           Assign debug category, add negotiation debug msgs.
22962
22963 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22964
22965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22966           Fix error code for file-not-found to NOT_FOUND.
22967
22968 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22969
22970         * common/gtk-doc-plugins.mak:
22971         * docs/plugins/Makefile.am:
22972         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22973         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22974           renamed to actual element names, so much nicer to look at
22975         * docs/plugins/tmpl/gstmultifdsink.sgml:
22976           remove
22977         * docs/plugins/tmpl/multifdsink.sgml:
22978         * docs/plugins/tmpl/tcpserversink.sgml:
22979           add
22980         * ext/alsa/gstalsa.c:
22981         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22982         * ext/ogg/gstoggmux.c:
22983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22984         * gst/playback/gstdecodebin.c:
22985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22986         * gst/tcp/gsttcpserversink.c:
22987           various fixes and documentation additions
22988
22989 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22990
22991         * common/Makefile.am:
22992         * common/gstdoc-scangobj:
22993         * common/gtk-doc-plugins.mak:
22994         * common/gtk-doc.mak:
22995           add a custom scangobj that uses the registry
22996           add a custom gtk-doc-plugins.mak that uses it
22997           some doc build fixes
22998         * configure.ac:
22999         * docs/Makefile.am:
23000         * docs/plugins/Makefile.am:
23001         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23002         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23003         * docs/plugins/gst-plugins-base-plugins.types:
23004         * docs/plugins/tmpl/gstmultifdsink.sgml:
23005           add docs for one element, multifdsink
23006         * gst/adder/gstadder.h:
23007         * gst/volume/gstvolume.h:
23008           don't privatize enum
23009         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23010         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23011         (gst_sync_method_get_type), (gst_client_status_get_type),
23012         (gst_multifdsink_class_init),
23013         (gst_multifdsink_client_queue_buffer),
23014         (gst_multifdsink_handle_client_write):
23015         * gst/tcp/gstmultifdsink.h:
23016         * gst/tcp/gsttcp.h:
23017         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23018         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23019         (gst_tcpclientsink_render):
23020         * gst/tcp/gsttcpclientsink.h:
23021         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23022         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23023         (gst_tcpclientsrc_start):
23024         * gst/tcp/gsttcpclientsrc.h:
23025         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23026         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23027         * gst/tcp/gsttcpserversrc.h:
23028         * gst/typefind/gsttypefindfunctions.c:
23029           remove superfluous Type stuff
23030
23031 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23032
23033         * gst/playback/gstplaybin.c: (gen_video_element):
23034           Enable videoscale.
23035
23036 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23037
23038         * gst-libs/gst/gconf/gconf.c:
23039         * gst-libs/gst/gconf/gconf.h:
23040           Fix some Andy Problem [tm].
23041
23042 2005-08-04  Andy Wingo  <wingo@pobox.com>
23043
23044         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23045         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23046         (gst_ffmpegcsp_get_size): Adapt to API changes.
23047
23048         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23049         Implement an in-place do-nothing transform.
23050
23051 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23052
23053         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23054         (gst_ximagesink_renegotiate_size):
23055           Do not set new window sizes yet if we prepare a new buffer size
23056           for upstream renegotiation (software scaling) at some point in the
23057           future, because this new size waqs not actually accepted yet. Once
23058           accepted, renegotiation later on will set the new sizes just fine.
23059           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23060           embedding testcase.
23061
23062 2005-08-03  Andy Wingo  <wingo@pobox.com>
23063
23064         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23065         (gst_ximagesink_buffer_alloc): 
23066         Protect the height, width, and desired_caps with the pool_lock.
23067         Fixes videotestsrc ! queue ! ximagesink.
23068
23069 2005-08-02  Edward Hervey  <edward@fluendo.com>
23070
23071         * gst/volume/gstvolume.c:
23072         include left from controller cleanup
23073
23074 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23076           Stop collectpads before calling the parent state
23077           change function on PAUSED->READY.
23078
23079 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23080         * configure.ac:
23081           When testing for X libs, use the X CFlags 
23082         * gst/adder/gstadder.c: (gst_adder_change_state):
23083           Stop the collectpads before calling parent state change function
23084           on PAUSED->READY, otherwise we deadlock deactivating pads.
23085
23086 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23087
23088         * configure.ac:
23089         * docs/libs/tmpl/gstcolorbalance.sgml:
23090         * docs/libs/tmpl/gstmixer.sgml:
23091         * examples/Makefile.am:
23092         * gst/sine/Makefile.am:
23093         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23094         (gst_sinesrc_set_property), (plugin_init):
23095         * gst/sine/gstsinesrc.h:
23096         * gst/volume/Makefile.am:
23097         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23098         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23099         (volume_process_float), (volume_process_int16),
23100         (volume_set_property), (plugin_init):
23101         * gst/volume/gstvolume.h:
23102           deactivate and remove dparams (libgstcontrol)
23103
23104 2005-07-29  Wim Taymans  <wim@fluendo.com>
23105
23106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23107         Convert me to BaseTransform!! help..
23108
23109 2005-07-29  Andy Wingo  <wingo@pobox.com>
23110
23111         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23112         sinks.
23113
23114         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23115         support of both endiannesses.
23116
23117 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23118
23119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23120           Fix confusing debug message (s/event/query/)
23121
23122 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23123
23124         * gst/videotestsrc/videotestsrc.h:
23125           Use "_stdint.h" instead of <stdint.h>
23126
23127 2005-07-27  Wim Taymans  <wim@fluendo.com>
23128
23129         * ext/vorbis/Makefile.am:
23130         Revert wrong commit.
23131
23132 2005-07-27  Wim Taymans  <wim@fluendo.com>
23133
23134         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23135         More compilation fixen.
23136
23137 2005-07-27  Wim Taymans  <wim@fluendo.com>
23138
23139         * gst-libs/gst/audio/gstbaseaudiosink.c:
23140         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23141         (gst_base_audio_sink_create_ringbuffer),
23142         (gst_base_audio_sink_change_state):
23143         Fix compilation.
23144
23145 2005-07-27  Wim Taymans  <wim@fluendo.com>
23146
23147         * examples/seeking/seek.c: (setup_dynamic_link),
23148         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23149         (query_positions_elems), (query_positions_pads), (do_seek):
23150         Update seek example.
23151
23152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23153         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23154         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23155         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23156         (gst_ogg_demux_handle_event),
23157         (gst_ogg_demux_deactivate_current_chain),
23158         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23159         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23160         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23161         (gst_ogg_demux_loop):
23162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23163         * ext/theora/theoradec.c: (theora_dec_src_event),
23164         (theora_dec_src_getcaps), (theora_dec_sink_event),
23165         (theora_dec_push), (theora_dec_chain):
23166         * ext/vorbis/Makefile.am:
23167         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23168         (vorbis_dec_sink_event), (vorbis_dec_push),
23169         (vorbis_handle_data_packet):
23170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23171         (gst_vorbisenc_chain):
23172         * gst/playback/gststreaminfo.c: (cb_probe):
23173         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23174         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23175         * gst/videoscale/gstvideoscale.c:
23176         (gst_videoscale_handle_src_event):
23177         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23178         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23179         (gst_ximagesink_navigation_send_event):
23180         * sys/xvimage/xvimagesink.c:
23181         (gst_xvimagesink_navigation_send_event):
23182         Various event updates and cleanups
23183
23184 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23185
23186         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23187           Fix segfault for I420/YV12.
23188
23189 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23190
23191         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23192           Report bitrate.
23193
23194 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23195
23196         * gst/playback/gstplaybin.c: (gen_video_element),
23197         (gen_audio_element):
23198           Switch to auto*sink elements as default sinks; add volume element
23199           so that volume control in totem works.
23200
23201 2005-07-21  Wim Taymans  <wim@fluendo.com>
23202
23203         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23204         * gst/playback/gstplaybin.c: (setup_sinks),
23205         (gst_play_bin_change_state):
23206         Refcount fix and more comments.
23207
23208 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23209
23210         * sys/ximage/Makefile.am:
23211         * sys/ximage/ximage.c: (plugin_init):
23212         * sys/ximage/ximagesink.c:
23213         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23214         
23215
23216 2005-07-21  Wim Taymans  <wim@fluendo.com>
23217
23218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23219         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23220         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23221         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23222         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23223         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23224         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23225         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23226         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23227         Generate correct disconts for live chained oggs.
23228
23229         * gst-libs/gst/audio/gstbaseaudiosink.c:
23230         (gst_base_audio_sink_render),
23231         (gst_base_audio_sink_create_ringbuffer),
23232         (gst_base_audio_sink_change_state):
23233         Handle discont math correctly.
23234
23235         * gst/playback/gstplaybin.c: (add_sink):
23236         Some small debug cleanup.
23237
23238 2005-07-21  Wim Taymans  <wim@fluendo.com>
23239
23240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23241         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23242         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23243         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23244         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23245         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23246         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23247         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23248         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23249         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23250         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23251         (gst_ogg_demux_change_state), (gst_ogg_print):
23252         Reorganize code to send the right disconts when in streaming
23253         mode.
23254
23255 2005-07-20  Andy Wingo  <wingo@pobox.com>
23256
23257         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23258         fix (?), fixes a seggie mcfalterson (#310894).
23259
23260 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23261
23262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23263         (gst_ogg_mux_set_header_on_caps):
23264         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23266         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23267         * gst-libs/gst/audio/multichannel.c:
23268         (gst_audio_set_channel_positions),
23269         (gst_audio_set_structure_channel_positions_list):
23270         * gst/playback/gstdecodebin.c: (dynamic_create):
23271         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23272         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23273           Fixes for API changes in core.
23274
23275 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23276
23277         * gst/playback/gstplaybasebin.c: (fill_buffer):
23278           Use _new_custom() so we can set custom message types for buffering
23279           messages.
23280
23281 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23282
23283         * configure.ac:
23284         * gst-libs/gst/Makefile.am:
23285         * gst-libs/gst/gconf/.cvsignore:
23286         * gst-libs/gst/gconf/Makefile.am:
23287         * gst-libs/gst/gconf/test-gconf.c:
23288         * pkgconfig/Makefile.am:
23289         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23290         * pkgconfig/gstreamer-gconf.pc.in:
23291           Remove gconf stuff, use gconf elements instead from now on.
23292
23293 2005-07-20  Wim Taymans  <wim@fluendo.com>
23294
23295         * gst-libs/gst/audio/TODO:
23296         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23297         (gst_audio_clock_get_internal_time):
23298         * gst-libs/gst/audio/gstaudioclock.h:
23299         * gst-libs/gst/audio/gstbaseaudiosink.c:
23300         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23301         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23302         (gst_base_audio_sink_render),
23303         (gst_base_audio_sink_create_ringbuffer),
23304         (gst_base_audio_sink_change_state):
23305         Make sure the audio clock always returns an increasing value.
23306
23307 2005-07-19  Andy Wingo  <wingo@pobox.com>
23308
23309         * gst/videotestsrc/: Cleanups.
23310
23311 2005-07-19  Wim Taymans  <wim@fluendo.com>
23312
23313         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23314         Better debugging.
23315
23316 2005-07-19  Wim Taymans  <wim@fluendo.com>
23317
23318         * examples/seeking/seek.c: (make_dv_pipeline),
23319         (make_vorbis_theora_pipeline), (query_rates),
23320         (query_positions_elems), (query_positions_pads), (do_seek):
23321         Make correct DV pipeline.
23322
23323 2005-07-18  Andy Wingo  <wingo@pobox.com>
23324
23325         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23326         default. Also because it's the only thing that really works. (This
23327         is used in the GConf elements).
23328         Use AS_LIBTOOL_TAGS.
23329
23330 2005-07-18  Wim Taymans  <wim@fluendo.com>
23331
23332         * gst/playback/gstdecodebin.c: (remove_element_chain):
23333         * gst/playback/gstplaybin.c: (add_sink):
23334         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23335         (gst_stream_info_set_mute):
23336         * gst/playback/gststreamselector.c:
23337         (gst_stream_selector_get_linked_pad),
23338         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23339         More leak and compile fixes.
23340
23341 2005-07-18  Wim Taymans  <wim@fluendo.com>
23342
23343         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23344         (query_rates), (query_positions_elems), (query_positions_pads),
23345         (do_seek), (seek_cb), (stop_seek):
23346         Updated seek example. 
23347
23348         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23349         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23350         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23351         * gst/playback/gstplaybin.c: (add_sink):
23352         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23353         (gst_stream_info_set_mute):
23354         Some refcount leak fixes.
23355
23356 2005-07-16  Wim Taymans  <wim@fluendo.com>
23357
23358         * gst-libs/gst/audio/gstbaseaudiosink.c:
23359         (gst_base_audio_sink_render):
23360         Align samples even if we have roundoff errors in the 
23361         timestamp conversion.
23362
23363 2005-07-16  Wim Taymans  <wim@fluendo.com>
23364
23365         * docs/libs/tmpl/gstringbuffer.sgml:
23366         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23367         (query_rates), (query_positions_elems), (query_positions_pads),
23368         (update_scale), (do_seek):
23369         Updated seek example.
23370
23371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23372         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23373         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23374         (gst_ogg_demux_loop):
23375         Push out correct discont values.
23376
23377         * ext/theora/theoradec.c: (theora_dec_src_convert),
23378         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23379         (theora_dec_sink_event), (theora_handle_type_packet),
23380         (theora_handle_header_packet), (theora_dec_push),
23381         (theora_handle_data_packet), (theora_dec_chain),
23382         (theora_dec_change_state):
23383         Better timestamping.
23384
23385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23386         (vorbis_dec_sink_event), (vorbis_dec_push),
23387         (vorbis_handle_data_packet), (vorbis_dec_chain):
23388         * ext/vorbis/vorbisdec.h:
23389         Better timestamping.
23390
23391         * gst-libs/gst/audio/gstbaseaudiosink.c:
23392         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23393         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23394         Handle syncing on timestamps instead of sample offsets. Make
23395         use of DISCONT values as described in design docs.
23396
23397         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23398         (gst_base_audio_src_get_time):
23399         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23400         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23401         (gst_ring_buffer_read):
23402         * gst-libs/gst/audio/gstringbuffer.h:
23403         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23404         (gst_ximagesink_show_frame):
23405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23406         Correcly convert buffer timestamp to stream time.
23407
23408 2005-07-16  Wim Taymans  <wim@fluendo.com>
23409
23410         * gst/audioconvert/gstaudioconvert.c:
23411         (gst_audio_convert_get_buffer):
23412         Timestamp buffers correctly.
23413
23414         * gst/playback/gstplaybin.c: (gen_video_element):
23415         Make internal fakesink silent.
23416
23417 2005-07-15  Wim Taymans  <wim@fluendo.com>
23418
23419         * gst/ffmpegcolorspace/Makefile.am:
23420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23421         (gst_ffmpegcsp_caps_remove_format_info),
23422         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23423         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23424         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23425         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23426         Ported ffmpegcolorspace to basetransform.
23427
23428         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23429         * gst/volume/gstvolume.c: (volume_transform):
23430         Ported to new API.
23431
23432 2005-07-14  Wim Taymans  <wim@fluendo.com>
23433
23434         * gst/videotestsrc/Makefile.am:
23435         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23436         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23437         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23438         (gst_videotestsrc_init), (gst_videotestsrc_event),
23439         (gst_videotestsrc_create), (gst_videotestsrc_start),
23440         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23441         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23442         (gst_videotestsrc_get_property):
23443         * gst/videotestsrc/gstvideotestsrc.h:
23444         Make videotestsrc a pushsrc.
23445
23446 2005-07-14  Wim Taymans  <wim@fluendo.com>
23447
23448         * gst/tcp/gstfdset.c: (gst_fdset_free):
23449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23450         (gst_multifdsink_add), (gst_multifdsink_remove),
23451         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23452         (gst_multifdsink_remove_client_link),
23453         (gst_multifdsink_client_queue_data),
23454         (gst_multifdsink_client_queue_caps),
23455         (gst_multifdsink_client_queue_buffer),
23456         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23457         (gst_multifdsink_stop):
23458         * gst/tcp/gstmultifdsink.h:
23459         0.8 backporting.
23460
23461         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23462         Also draw image when not from a pool.
23463
23464 2005-07-14  Wim Taymans  <wim@fluendo.com>
23465
23466         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23467         (mute_stream), (silence_stream):
23468         Small debug additions.
23469
23470 2005-07-14  Wim Taymans  <wim@fluendo.com>
23471
23472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23473         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23474         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23475         Better error recovery, ignore unconnected pads and
23476         non-fatal errors.
23477
23478 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23479
23480         * docs/libs/tmpl/gstaudio.sgml:
23481         * docs/libs/tmpl/gstcolorbalance.sgml:
23482         * docs/libs/tmpl/gstgconf.sgml:
23483         * docs/libs/tmpl/gstmixer.sgml:
23484         * docs/libs/tmpl/gstringbuffer.sgml:
23485         * docs/libs/tmpl/gsttuner.sgml:
23486         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23487         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23488         (gst_tcpclientsrc_class_init):
23489         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23490         (gst_tcpserversrc_class_init):
23491         * sys/v4l/gstv4lelement.c:
23492           more autistic cleanliness in functions/names/defines
23493
23494 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23495
23496         * configure.ac:
23497           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23498           added manually to each Makefile.am so we are sure it goes
23499           *last* and doesn't add -L flags before linking in libs of our
23500           own, like, say, internal .la libs, that then accidentally pick
23501           up the installed copy.
23502         * docs/libs/Makefile.am:
23503         * ext/alsa/Makefile.am:
23504         * ext/cdparanoia/Makefile.am:
23505         * ext/gnomevfs/Makefile.am:
23506         * ext/libvisual/Makefile.am:
23507         * ext/ogg/Makefile.am:
23508         * ext/theora/Makefile.am:
23509         * ext/vorbis/Makefile.am:
23510         * gst-libs/gst/video/Makefile.am:
23511         * gst/adder/Makefile.am:
23512         * gst/audioconvert/Makefile.am:
23513         * gst/audiorate/Makefile.am:
23514         * gst/audioscale/Makefile.am:
23515         * gst/ffmpegcolorspace/Makefile.am:
23516         * gst/playback/Makefile.am:
23517         * gst/sine/Makefile.am:
23518         * gst/subparse/Makefile.am:
23519         * gst/tags/Makefile.am:
23520         * gst/tcp/Makefile.am:
23521         * gst/typefind/Makefile.am:
23522         * gst/videorate/Makefile.am:
23523         * gst/videoscale/Makefile.am:
23524         * gst/videotestsrc/Makefile.am:
23525         * gst/volume/Makefile.am:
23526         * sys/v4l/Makefile.am:
23527         * sys/ximage/Makefile.am:
23528         * sys/xvimage/Makefile.am:
23529           adapt properly to this change. This should make sure that
23530           plugins and libs properly link to the as-yet-uninstalled
23531           copies of stuff like libgstinterfaces and libgstvideo
23532
23533 2005-07-13  Andy Wingo  <wingo@pobox.com>
23534
23535         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23536         (gst_v4lsrc_fixate): Fixate on format as well.
23537
23538         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23539         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23540         buffer points to it.
23541         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23542         rather just doing X calls ourselves. Also fixes a memleak.
23543
23544 2005-07-12  Andy Wingo  <wingo@pobox.com>
23545
23546         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23547         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23548         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23549         TRUE to avoid deadlocks if an element holds on to our buffers.
23550
23551 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23552
23553         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23554         (gst_sinesrc_init), (gst_sinesrc_create),
23555         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23556         (gst_sinesrc_start):
23557         * gst/sine/gstsinesrc.h:
23558           removing num-buffers property before moving it
23559
23560 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23561
23562         * configure.ac:
23563           use overridable ERROR_CFLAGS
23564         * docs/libs/gst-plugins-base-libs.types:
23565         * docs/libs/tmpl/gstringbuffer.sgml:
23566         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23567         (gst_alsasink_class_init):
23568         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23569         (gst_alsasrc_class_init):
23570         * gst-libs/gst/audio/audio.h:
23571         * gst-libs/gst/audio/gstaudioclock.h:
23572         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23573         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23574         (gst_audio_filter_link), (gst_audio_filter_init),
23575         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23576         (gst_audio_filter_get_property),
23577         (gst_audio_filter_class_add_pad_templates):
23578         * gst-libs/gst/audio/gstaudiofilter.h:
23579         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23580         (gst_audio_filter_template_get_type),
23581         (gst_audio_filter_template_base_init),
23582         (gst_audio_filter_template_class_init),
23583         (gst_audio_filter_template_init),
23584         (gst_audio_filter_template_set_property),
23585         (gst_audio_filter_template_get_property), (plugin_init),
23586         (gst_audio_filter_template_setup),
23587         (gst_audio_filter_template_filter),
23588         (gst_audio_filter_template_filter_inplace):
23589         * gst-libs/gst/audio/gstaudiosink.c:
23590         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23591         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23592         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23593         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23594         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23595         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23596         * gst-libs/gst/audio/gstaudiosink.h:
23597         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23598         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23599         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23600         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23601         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23602         (gst_audio_src_class_init), (gst_audio_src_init),
23603         (gst_audio_src_create_ringbuffer):
23604         * gst-libs/gst/audio/gstaudiosrc.h:
23605         * gst-libs/gst/audio/gstbaseaudiosink.c:
23606         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23607         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23608         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23609         (gst_base_audio_sink_set_property),
23610         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23611         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23612         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23613         (gst_base_audio_sink_create_ringbuffer),
23614         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23615         * gst-libs/gst/audio/gstbaseaudiosink.h:
23616         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23617         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23618         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23619         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23620         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23621         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23622         (gst_base_audio_src_event), (gst_base_audio_src_create),
23623         (gst_base_audio_src_create_ringbuffer),
23624         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23625         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23626         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23627         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23628         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23629         (gst_ring_buffer_debug_spec_caps),
23630         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23631         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23632         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23633         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23634         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23635         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23636         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23637         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23638         (gst_ring_buffer_clear):
23639         * gst-libs/gst/audio/gstringbuffer.h:
23640         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23641         (gst_video_sink_class_init), (gst_video_sink_get_type):
23642         * gst-libs/gst/video/videosink.h:
23643         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23644         (gst_multifdsink_class_init),
23645         (gst_multifdsink_handle_client_write),
23646         (gst_multifdsink_change_state):
23647         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23648         (gst_tcpclientsink_setcaps):
23649         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23650         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23651         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23652         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23653         (gst_ximagesink_send_pending_navigation),
23654         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23655         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23657         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23658         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23659         (gst_xvimagesink_send_pending_navigation),
23660         (gst_xvimagesink_navigation_send_event),
23661         (gst_xvimagesink_set_xwindow_id),
23662         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23663         (gst_xvimagesink_get_type):
23664         more macro splitting
23665
23666 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23667
23668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23669           plug a memleak, allows me to import 1479 albums in one go
23670           in jamboree
23671         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23672         (vorbis_handle_type_packet), (vorbis_dec_chain),
23673         (vorbis_dec_change_state):
23674           fix some format strings
23675
23676 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23677
23678         * docs/libs/tmpl/gstcolorbalance.sgml:
23679         * docs/libs/tmpl/gstmixer.sgml:
23680         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23681         (gst_alsasink_set_property), (gst_alsasink_get_property):
23682         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23683         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23684           add device property
23685
23686 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23687
23688         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23689         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23690         (audiocast_register_listener), (audiocast_thread_run),
23691         (gst_gnomevfssrc_send_additional_headers_callback),
23692         (gst_gnomevfssrc_received_headers_callback),
23693         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23694         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23695         (gst_gnomevfssrc_get_size):
23696           add/clean up debugging
23697         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23698           cleanups
23699
23700 2005-07-07  Andy Wingo  <wingo@pobox.com>
23701
23702         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23703         framerate. Need to get a handle on when exactly this function is
23704         called, tho.
23705
23706         * sys/v4l/v4lsrc_calls.h:
23707         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23708         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23709         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23710
23711         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23712         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23713         v4lelements are sources.
23714
23715         * sys/v4l/gstv4lxoverlay.h:
23716         * sys/v4l/gstv4lxoverlay.c:
23717         * sys/v4l/gstv4ltuner.h:
23718         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23719         
23720         * sys/v4l/gstv4lsrc.h:
23721         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23722         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23723         or something should handle that. Made a live source.
23724
23725         * sys/v4l/gstv4lelement.h:
23726         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23727         signals. Some cleanups.
23728
23729         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23730
23731         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23732         stuff.
23733
23734         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23735         stuff.
23736
23737         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23738
23739 2005-07-07  Wim Taymans  <wim@fluendo.com>
23740
23741         * ext/theora/theoradec.c: (theora_get_query_types),
23742         (theora_dec_src_getcaps), (theora_dec_push):
23743         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23745         Remove deprecated/unused query types.
23746
23747 2005-07-06  Wim Taymans  <wim@fluendo.com>
23748
23749         * ext/alsa/Makefile.am:
23750         * ext/alsa/gstalsaplugin.c: (plugin_init):
23751         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23752         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23753         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23754         (gst_alsasrc_class_init), (gst_alsasrc_init),
23755         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23756         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23757         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23758         (gst_alsasrc_reset):
23759         * ext/alsa/gstalsasrc.h:
23760         * gst-libs/gst/audio/Makefile.am:
23761         * gst-libs/gst/audio/gstaudiosink.c:
23762         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23763         (gst_audioringbuffer_start):
23764         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23765         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23766         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23767         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23768         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23769         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23770         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23771         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23772         * gst-libs/gst/audio/gstaudiosrc.h:
23773         * gst-libs/gst/audio/gstbaseaudiosink.c:
23774         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23775         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23776         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23778         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23779         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23780         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23781         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23782         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23783         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23784         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23785         (gst_baseaudiosrc_change_state):
23786         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23787         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23788         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23789         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23790         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23791         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23792         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23793         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23794         * gst-libs/gst/audio/gstringbuffer.h:
23795         Added audiosource base classes.
23796         Ported alsasrc, still very basic.
23797
23798 2005-07-06  Wim Taymans  <wim@fluendo.com>
23799
23800         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23801         (theora_dec_push), (theora_handle_data_packet):
23802         Prepare for better timestamp fix later.
23803
23804         * gst/audioconvert/gstaudioconvert.c:
23805         List most accurate caps first
23806
23807         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23808         Use proper pad task function.
23809
23810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23811         (gst_xvimagesink_show_frame):
23812         Fix deadlock when alloc failed.
23813
23814 2005-07-05  Andy Wingo  <wingo@pobox.com>
23815
23816         * ext/gnomevfs/gstgnomevfssrc.c:
23817         * gst/sine/gstsinesrc.c:
23818         * gst/tcp/gsttcpserversrc.c:
23819         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23820
23821         * sys/v4l/: Port from 0.8.
23822
23823         * Many files: Null if we got it....
23824
23825 2005-07-05  Andy Wingo  <wingo@pobox.com>
23826
23827         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23828         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23829         Signedness fixes.
23830
23831 2005-07-05  Wim Taymans  <wim@fluendo.com>
23832
23833         * configure.ac:
23834         * gst/tcp/Makefile.am:
23835         * gst/tcp/README:
23836         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23837         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23838         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23839         (is_sync_frame), (gst_multifdsink_handle_client_write),
23840         (gst_multifdsink_render), (gst_multifdsink_start),
23841         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23842         * gst/tcp/gstmultifdsink.h:
23843         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23844         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23845         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23846         * gst/tcp/gsttcp.h:
23847         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23848         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23849         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23850         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23851         * gst/tcp/gsttcpclientsink.h:
23852         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23853         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23854         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23855         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23856         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23857         * gst/tcp/gsttcpclientsrc.h:
23858         * gst/tcp/gsttcpplugin.c: (plugin_init):
23859         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23860         * gst/tcp/gsttcpserversink.h:
23861         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23862         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23863         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23864         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23865         (gst_tcpserversrc_stop):
23866         * gst/tcp/gsttcpserversrc.h:
23867         * gst/tcp/gsttcpsink.c:
23868         * gst/tcp/gsttcpsink.h:
23869         * gst/tcp/gsttcpsrc.c:
23870         * gst/tcp/gsttcpsrc.h:
23871         Ported tcp plugins to 0.9. 
23872         
23873
23874 2005-07-05  Andy Wingo  <wingo@pobox.com>
23875
23876         * gst/playback/gstplaybasebin.c (fill_buffer):
23877         message_new_application fixen.
23878
23879         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23880         Style fix.
23881
23882 2005-07-04  Wim Taymans  <wim@fluendo.com>
23883
23884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23885         Set caps on output buffer.
23886
23887 2005-07-04  Andy Wingo  <wingo@pobox.com>
23888
23889         * ext/gnomevfs/gstgnomevfssrc.c
23890         (gst_gnomevfssrc_received_headers_callback) 
23891         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23892         hopefully.
23893
23894         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23895         No refcount leakage.
23896
23897         * configure.ac: Enable -Werror.
23898         
23899         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23900         * gst/audioconvert/bufferframesconvert.c
23901         (buffer_frames_convert_fixate):
23902         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23903         (gst_audio_convert_fixate):
23904         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23905         (gst_sinesrc_create): Fixate func changes.
23906         
23907         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23908         (gst_ximagesink_buffer_alloc): Unused var.
23909
23910 2005-07-01  Andy Wingo  <wingo@pobox.com>
23911
23912         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23913         getcaps to do explicit caps. Needs to be done in all decoders,
23914         possibly via a base class.
23915
23916         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23917
23918         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23919         caps on the sink pad, just rely on the pad template. Also, setting
23920         ANY caps on a pad is not valid because the caps are not fixed.
23921
23922         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23923         caps on the buffer, and get the width from the desired_caps if
23924         they're set.
23925         (gst_ximagesink_renegotiate_size): Implement via setting the
23926         desired_caps on the ximagesink.
23927         (gst_ximagesink_setcaps): Only reset the width of the player if it
23928         wasn't already set. Not sure if this is right.
23929         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23930
23931         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23932         that the user wants. NULL unless the window has been resized.
23933
23934         * gst/volume/gstvolume.c (volume_transform): Adapt to
23935         basetransform refcount changes.
23936         
23937 2005-07-01  Andy Wingo  <wingo@pobox.com>
23938
23939         * gst/videoscale/gstvideoscale.c:
23940         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23941         from BaseTransform, implements a transform_caps. Removed dead code
23942         including some PAR stuff that was never reached -- should probably
23943         be added back somehow.
23944
23945 2005-07-01  Andy Wingo  <wingo@pobox.com>
23946
23947         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23948         come later.
23949
23950 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23951
23952         * configure.ac:
23953         * docs/libs/Makefile.am:
23954         * docs/libs/gst-plugins-libs.types:
23955         * ext/alsa/Makefile.am:
23956         * ext/alsa/gstalsamixer.h:
23957         * ext/alsa/gstalsamixeroptions.h:
23958         * ext/alsa/gstalsamixertrack.h:
23959         * gst-libs/gst/Makefile.am:
23960         * gst-libs/gst/colorbalance/.cvsignore:
23961         * gst-libs/gst/colorbalance/Makefile.am:
23962         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23963         * gst-libs/gst/colorbalance/colorbalance.c:
23964         * gst-libs/gst/colorbalance/colorbalance.h:
23965         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23966         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23967         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23968         * gst-libs/gst/interfaces/Makefile.am:
23969         * gst-libs/gst/interfaces/colorbalance.c:
23970         (gst_color_balance_class_init):
23971         * gst-libs/gst/interfaces/colorbalance.h:
23972         * gst-libs/gst/interfaces/interfaces-marshal.list:
23973         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23974         * gst-libs/gst/interfaces/mixer.h:
23975         * gst-libs/gst/interfaces/mixeroptions.h:
23976         * gst-libs/gst/interfaces/navigation.c:
23977         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23978         * gst-libs/gst/interfaces/tuner.h:
23979         * gst/volume/Makefile.am:
23980         * gst/volume/gstvolume.c:
23981         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23982         * sys/ximage/Makefile.am:
23983         * sys/ximage/ximagesink.c:
23984         * sys/xvimage/Makefile.am:
23985         * sys/xvimage/xvimagesink.c:
23986           fold in all interfaces into an interfaces dir, preserving CVS
23987           history
23988
23989 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23990
23991         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23992           Fix build after riff changes.
23993
23994 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23995
23996         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23997         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23998         (gst_riff_create_video_template_caps),
23999         (gst_riff_create_audio_template_caps),
24000         (gst_riff_create_iavs_template_caps):
24001         * gst-libs/gst/riff/riff-media.h:
24002         * gst-libs/gst/riff/riff-read.h:
24003         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24004           Add gst_riff_init() to initialize the debug category, instead
24005           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24006
24007 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24008
24009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24010           Oops, I shouldn't apply hacks.
24011
24012 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24013
24014         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24015           Remove pad_loop function which doesn't work.
24016
24017 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24018
24019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24020           Send EOS when deactivating.
24021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24022         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24023         (gen_preroll_element), (probe_triggered), (mute_stream),
24024         (silence_stream), (new_decoded_pad), (setup_substreams),
24025         (set_active_source):
24026         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24027         (remove_sinks), (add_sink):
24028         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24029           Change for new probe API.
24030
24031 2005-06-29  Wim Taymans  <wim@fluendo.com>
24032
24033         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24034         * gst-libs/gst/audio/gstbaseaudiosink.c:
24035         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24036         (gst_baseaudiosink_change_state):
24037         * gst-libs/gst/audio/gstbaseaudiosink.h:
24038         * gst-libs/gst/audio/gstringbuffer.c:
24039         (gst_ringbuffer_set_callback):
24040         Fix compilation error.
24041         Ringbuffer starts out as not running.
24042         Free our clock in dispose.
24043         When releasing the ringbuffer we need to renegotiate so
24044         clear the pad caps.
24045
24046 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24047
24048         * autogen.sh:
24049         * configure.ac:
24050         * docs/Makefile.am:
24051         * docs/libs/Makefile.am:
24052         * docs/libs/gst-plugins-libs-docs.sgml:
24053         * docs/libs/gst-plugins-libs-sections.txt:
24054         * docs/libs/gst-plugins-libs.types:
24055         * docs/libs/tmpl/gstaudio.sgml:
24056         * docs/libs/tmpl/gstcolorbalance.sgml:
24057         * docs/libs/tmpl/gstringbuffer.sgml:
24058         * gst-libs/gst/audio/gstringbuffer.c:
24059         (gst_ringbuffer_set_callback):
24060           reinstate gtk-doc docs for plugin libs
24061
24062 2005-06-28  Wim Taymans  <wim@fluendo.com>
24063
24064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24065         (gst_ogg_demux_init):
24066         Removed pad loop function.
24067
24068 2005-06-28  Wim Taymans  <wim@fluendo.com>
24069
24070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24071         If we're building a chain we are not in an error case
24072         when we queue a buffer.
24073
24074 2005-06-28  Andy Wingo  <wingo@pobox.com>
24075
24076         * *.c: Don't cast to GstObject before reffing/unreffing.
24077
24078 2005-06-27  Andy Wingo  <wingo@pobox.com>
24079
24080         * gst/videotestsrc/gstvideotestsrc.c
24081         (gst_videotestsrc_activate_push): Activation API changes.
24082
24083         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24084         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24085         they have refs on the decodebin.
24086
24087         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24088         parent class.
24089         (gst_ogg_pad_typefind): Don't leak a pad ref.
24090         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24091         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24092         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24093
24094 2005-06-27  Edward Hervey  <edward@fluendo.com>
24095
24096         * ext/theora/theoradec.c: (theora_dec_change_state): 
24097         re-arranged call to parent's state change in order to avoid locks (or
24098         worse).
24099
24100 2005-06-26  Edward Hervey  <edward@fluendo.com>
24101
24102         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24103         2nd argument of 'unknow-type' signal is a GstCaps and not a
24104         GstMiniObject
24105
24106 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24107         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24108           Set the worker thread's running flag to TRUE before starting the
24109           thread.
24110         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24111           Catch a failure to add typefind to the bin.
24112
24113 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24114
24115         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24116         (gst_sinesrc_init), (gst_sinesrc_create),
24117         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24118         (gst_sinesrc_start):
24119         * gst/sine/gstsinesrc.h:
24120           add num-buffers and timestamp-offset properties
24121         * gst/videotestsrc/gstvideotestsrc.c:
24122         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24123         (gst_videotestsrc_get_property):
24124           add timestamp-offset property
24125
24126 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24127
24128         * configure.ac: add videorate
24129         * gst-plugins-base.spec.in: add videorate
24130
24131 2005-06-23  Wim Taymans  <wim@fluendo.com>
24132
24133         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24134         (gst_videorate_getcaps), (gst_videorate_setcaps),
24135         (gst_videorate_event), (gst_videorate_chain):
24136         Fixed videorate, fixating an already fixated caps is not
24137         an error.
24138
24139 2005-06-23  Wim Taymans  <wim@fluendo.com>
24140
24141         * ext/ogg/README:
24142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24143         Buffer on caps is not boxed anymore.
24144
24145 2005-06-22  Wim Taymans  <wim@fluendo.com>
24146
24147         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24149         Set buffers on caps as miniobjects and not as boxed.
24150
24151 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24152
24153         * configure.ac:
24154           back to HEAD
24155
24156 === release 0.9.1 ===
24157
24158 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24159
24160         * .cvsignore:
24161         * NEWS:
24162         * README:
24163         * RELEASE:
24164         * configure.ac:
24165         * po/af.po:
24166         * po/az.po:
24167         * po/cs.po:
24168         * po/en_GB.po:
24169         * po/hu.po:
24170         * po/it.po:
24171         * po/nb.po:
24172         * po/nl.po:
24173         * po/or.po:
24174         * po/sq.po:
24175         * po/sr.po:
24176         * po/sv.po:
24177         * po/uk.po:
24178         * po/vi.po:
24179           updates for release
24180
24181 2005-06-09  Andy Wingo  <wingo@pobox.com>
24182
24183         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24184         
24185 2005-06-09  Andy Wingo  <wingo@pobox.com>
24186
24187         * configure.ac:
24188         * gst-libs/gst/Makefile.am:
24189         * gst-libs/gst/net/Makefile.am:
24190         Add gstnet to build.
24191
24192 2005-06-09  Andy Wingo  <wingo@pobox.com>
24193
24194         * gst-libs/gst/gconf/gconf.c:
24195         * gst/playback/test.c:
24196         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24197         fixes.
24198
24199         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24200
24201         * ext/theora/theoraenc.c (theora_enc_chain): 
24202         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24203
24204         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24205         RealPad.
24206
24207 2005-06-02  Wim Taymans  <wim@fluendo.com>
24208
24209         * gst-libs/gst/net/Makefile.am:
24210         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24211         * pkgconfig/gstreamer-libs.pc.in:
24212         Added net stuff, version net lib.
24213
24214 2005-06-02  Wim Taymans  <wim@fluendo.com>
24215
24216         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24217         (query_rates), (query_positions_elems), (query_positions_pads),
24218         (do_seek):
24219         Updated seek example.
24220
24221 2005-06-02  Andy Wingo  <wingo@pobox.com>
24222
24223         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24224         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24225         list.
24226
24227         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24228         remove the typefind, the bin dispose will do it for us. When it's
24229         removed and unreffed, the signal handler will be disconnected,
24230         too.
24231         (unlinked): It's too difficult to disconnect from unlinked
24232         handlers, as they are on pads not elements. Just punt if the pads
24233         aren't grandkids of the bin.
24234
24235 2005-06-02  Wim Taymans  <wim@fluendo.com>
24236
24237         * ext/ogg/README:
24238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24239         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24241         * ext/theora/theoradec.c: (theora_dec_src_query),
24242         (theora_handle_data_packet):
24243         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24244         (theora_enc_chain):
24245         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24246         (vorbis_handle_data_packet):
24247         * gst/audioconvert/bufferframesconvert.c:
24248         (buffer_frames_convert_chain):
24249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24250         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24251         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24252         (gst_ffmpegcsp_chain):
24253         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24254         (gst_videorate_getcaps), (gst_videorate_setcaps),
24255         (gst_videorate_event), (gst_videorate_chain):
24256         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24257         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24258         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24259         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24260         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24261         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24262         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24263         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24264         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24265         Cleanups and buffer alloc.
24266
24267 2005-05-31  Wim Taymans  <wim@fluendo.com>
24268
24269         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24270         Don't try to call the delay method when the device is not
24271         opened.
24272
24273 2005-05-31  Wim Taymans  <wim@fluendo.com>
24274
24275         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24276         Get actual segment size and buffer size after opening
24277         the device.
24278
24279 2005-05-30  Wim Taymans  <wim@fluendo.com>
24280
24281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24282         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24283         Also FLUSH upstream, makes the loop function exit faster.
24284         
24285         * ext/theora/theoradec.c: (theora_dec_src_query):
24286         Some more debug info in the query.
24287         
24288         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24289         (gst_ximagesink_setcaps):
24290         Release lock on par error, better error reporting.
24291
24292 2005-05-26  Wim Taymans  <wim@fluendo.com>
24293
24294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24295         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24296         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24297         Clear chains in READY
24298         Queue packets until the chain is activated.
24299
24300 2005-05-25  Wim Taymans  <wim@fluendo.com>
24301
24302         * gst-libs/gst/audio/gstaudiosink.c:
24303         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24304         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24305         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24306         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24307         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24308         (gst_audiosink_create_ringbuffer):
24309         * gst-libs/gst/audio/gstbaseaudiosink.c:
24310         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24311         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24312         (gst_baseaudiosink_set_property), (build_linear_format),
24313         (debug_spec_caps), (debug_spec_buffer),
24314         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24315         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24316         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24317         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24319         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24320         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24321         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24322         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24323         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24324         (wait_segment), (gst_ringbuffer_commit),
24325         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24326         (gst_ringbuffer_clear):
24327         Various small cleanups.
24328
24329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24330         (gst_audio_convert_change_state):
24331         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24332         No need to take the locks anymore.
24333
24334 2005-05-25  Wim Taymans  <wim@fluendo.com>
24335
24336         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24337         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24338         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24339         (type_found):
24340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24341         (group_destroy), (group_commit), (queue_overrun),
24342         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24343         (mute_stream), (new_decoded_pad), (setup_substreams),
24344         (setup_source), (mute_group_type), (set_active_source),
24345         (gst_play_base_bin_change_state):
24346         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24347         (gen_video_element), (gen_text_element), (gen_audio_element),
24348         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24349         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24350         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24351         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24352         Some playbin cleanups mostly refcounting sloppyness.
24353
24354 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24355
24356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24357           Work with streaming input.
24358
24359 2005-05-25  Wim Taymans  <wim@fluendo.com>
24360
24361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24362         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24363         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24364         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24365         No need to take the STREAM lock anymore.
24366
24367 2005-05-25  Wim Taymans  <wim@fluendo.com>
24368
24369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24370         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24371         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24372         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24373         (gst_ogg_demux_sink_activate):
24374         * ext/theora/theoradec.c: (theora_dec_src_event),
24375         (theora_handle_comment_packet), (theora_dec_chain),
24376         (theora_dec_change_state):
24377         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24378         (vorbis_handle_data_packet), (vorbis_dec_chain),
24379         (vorbis_dec_change_state):
24380         Remove STREAM locks as they are taken in core now.
24381         Never set bogus granulepos on vorbis/theora.
24382         Fix leaks in theoradec tag parsing.
24383
24384 2005-05-25  Wim Taymans  <wim@fluendo.com>
24385
24386         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24387         Fix memleaks, GST_BUFFER_DATA() is not freed.
24388
24389 2005-05-25  Wim Taymans  <wim@fluendo.com>
24390
24391         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24392         Open non-blocking, set to blocking mode afterwards to avoid
24393         lockups when audio device is busy.
24394
24395 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24396
24397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24398           This can't be good.
24399
24400 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24401
24402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24403         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24404         (gst_audio_convert_setcaps):
24405           Implement instant setup switching.
24406
24407 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24408
24409         * gst/playback/gstplaybasebin.c: (probe_triggered):
24410           Fix missing unlock.
24411         * gst/playback/gstplaybin.c: (add_sink):
24412           First add, then link (otherwise pad link fails).
24413
24414 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24415
24416         * examples/Makefile.am:
24417         fix buildbot (make distcheck)
24418
24419 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24420
24421         * gst/playback/gstplaybin.c: (gen_vis_element):
24422           Remove some wrong code. Doesn't work yet.
24423
24424 2005-05-19  Wim Taymans  <wim@fluendo.com>
24425
24426         * gst-libs/gst/net/Makefile.am:
24427         * gst-libs/gst/net/README:
24428         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24429         (gst_netbuffer_class_init), (gst_netbuffer_init),
24430         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24431         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24432         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24433         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24434         * gst-libs/gst/net/gstnetbuffer.h:
24435         Added buffer subclass to store extra to/from addresses for
24436         network sources/sinks.
24437
24438 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24439
24440         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24441           Don't lock an unassigned variable.
24442
24443 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24444
24445         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24446           Increase buffer for video, decrease buffer for other media types.
24447         * gst/playback/gstplaybin.c: (gen_video_element),
24448         (gen_audio_element):
24449           Change names for debugging purposes.
24450
24451 2005-05-18  Wim Taymans  <wim@fluendo.com>
24452
24453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24454         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24455         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24456         (gst_ffmpegcsp_chain):
24457         Enable buffer alloc passthrough if the source and dest
24458         formats are the same.
24459
24460 2005-05-17  Wim Taymans  <wim@fluendo.com>
24461
24462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24463         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24464         (gst_ogg_demux_chain_unlocked):
24465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24466         (gst_audio_convert_caps_remove_format_info),
24467         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24468         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24470         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24471         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24472         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24473         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24474         (gst_ffmpegcsp_get_property):
24475         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24476         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24477         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24478         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24479         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24480         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24481         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24482         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24483         Leak fixes in oggdemux.
24484         Some cleanups in audioconvert.
24485         Make passthrough work along with buffer_alloc etc.
24486         Make buffer_alloc and buffer recycling actually work in
24487         xvimagesink.
24488
24489 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24490
24491         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24492           make the compiler happy
24493
24494 2005-05-17  Wim Taymans  <wim@fluendo.com>
24495
24496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24497         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24498         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24499         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24500         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24501         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24502         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24503         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24504         (gst_xvimagesink_set_xwindow_id):
24505         * sys/xvimage/xvimagesink.h:
24506         Port xvimagesink to new MiniObject.
24507
24508 2005-05-17  Wim Taymans  <wim@fluendo.com>
24509
24510         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24511         (gst_audiofilter_chain):
24512         * gst-libs/gst/audio/gstaudiosink.c:
24513         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24514         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24515         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24516         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24517         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24518         (gst_audiosink_create_ringbuffer):
24519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24520         (gst_audio_convert_caps_remove_format_info),
24521         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24522         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24524         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24525         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24526         Fix passthrough in ffmpegcolorspace.
24527         Fix memset in audiosink on wrong memory.
24528
24529 2005-05-16  David Schleef  <ds@schleef.org>
24530
24531         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24532         to GstMiniObject.
24533
24534 2005-05-16  David Schleef  <ds@schleef.org>
24535
24536         Port from GstData to GstMiniObject.
24537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24539         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24540         (gst_ogg_mux_collected):
24541         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24542         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24543         (theora_handle_data_packet):
24544         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24545         (theora_set_header_on_caps), (theora_enc_chain):
24546         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24547         (vorbis_handle_comment_packet):
24548         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24549         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24550         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24551         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24552         * gst/audioconvert/gstaudioconvert.c:
24553         (gst_audio_convert_get_buffer):
24554         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24555         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24556         (mute_stream), (silence_stream):
24557         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24558         * gst/volume/gstvolume.c: (volume_transform):
24559         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24560         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24561         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24562         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24563         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24564         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24565         (gst_ximagesink_buffer_alloc):
24566         * sys/ximage/ximagesink.h:
24567
24568 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24569
24570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24571         (fill_buffer), (check_queue), (queue_threshold_reached),
24572         (queue_out_of_data):
24573         * gst/playback/gstplaybasebin.h:
24574           Post buffer-fullness on the bus.
24575
24576 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24577
24578         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24579         (try_to_link_1):
24580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24581         (group_commit), (probe_triggered), (setup_source),
24582         (gst_play_base_bin_change_state):
24583         * gst/playback/gstplaybasebin.h:
24584         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24585         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24586         (gst_play_bin_change_state):
24587           Move setup_output_pads into a virtual function, remove
24588           group-switch (no longer needed) and redirect (handled by bus
24589           now) signals.
24590
24591 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24592
24593         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24594         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24595         (get_active_group), (get_building_group), (group_destroy),
24596         (group_commit), (check_queue), (queue_overrun),
24597         (queue_threshold_reached), (queue_out_of_data),
24598         (gen_preroll_element), (remove_groups), (unknown_type),
24599         (add_element_stream), (no_more_pads), (probe_triggered),
24600         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24601         (setup_substreams), (setup_source), (finish_source),
24602         (prepare_output), (muted_group_change_state),
24603         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24604         (gst_play_base_bin_change_state):
24605         * gst/playback/gstplaybasebin.h:
24606         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24607         (gst_play_bin_init), (gst_play_bin_set_property),
24608         (gen_video_element), (gen_text_element), (gen_audio_element),
24609         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24610         (gst_play_bin_change_state):
24611         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24612         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24613         (stream_info_change_state), (gst_stream_info_set_mute),
24614         (gst_stream_info_get_property):
24615         * gst/playback/gststreaminfo.h:
24616         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24617         (gst_stream_selector_get_linked_pad),
24618         (gst_stream_selector_getcaps),
24619         (gst_stream_selector_get_linked_pads),
24620         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24621         * gst/playback/gststreamselector.h:
24622           Rough port of playbin. Needs some more work, but is mostly done,
24623           and uses a few locks in important places, which should make stuff
24624           like chain-switches clean. Still uses GST_STATE() in a few places,
24625           which isn't all that good an idea, subtitles/elements disabled
24626           because no elements to test with and thus probably broken, query
24627           and event handling moved to GstBin, internal thread removed
24628           alltogether because the pipeline does that for us now. Can play
24629           Ogg/Vorbis files. Haven't tested anything else yet.
24630
24631 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24632
24633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24634           Do no-more-pads (needed for autoplugging).
24635
24636 2005-05-10  Andy Wingo  <wingo@pobox.com>
24637
24638         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24639         message to the bus with the tags. Still not sent downstream tho.
24640
24641         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24642         get_parent.
24643         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24644         avoid refcounting hassles.
24645
24646 2005-05-09  Andy Wingo  <wingo@pobox.com>
24647
24648         * gst/volume/Makefile.am:
24649         * gst/volume/demo.c
24650         * gst/volume/gstvolume.h
24651         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24652         basetransform. Probably need an audio filter base class.
24653
24654 2005-05-09  Wim Taymans  <wim@fluendo.com>
24655
24656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24657         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24658         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24659         (gst_vorbisenc_chain):
24660         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24661         (gst_audio_convert_caps_remove_format_info),
24662         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24663         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24664         Make caps writable before writing to it.
24665         Fix negotiation in audioconvert some more.
24666
24667 2005-05-09  Wim Taymans  <wim@fluendo.com>
24668
24669         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24670         (gst_videorate_getcaps), (gst_videorate_setcaps),
24671         (gst_videorate_event), (gst_videorate_chain):
24672         Better negotiation.
24673
24674 2005-05-09  Wim Taymans  <wim@fluendo.com>
24675
24676         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24677         (gst_videorate_getcaps), (gst_videorate_setcaps),
24678         (gst_videorate_blank_data), (gst_videorate_init),
24679         (gst_videorate_event), (gst_videorate_chain),
24680         (gst_videorate_change_state):
24681         Port videorate, do a better job at negotiation while we're at
24682         it.
24683
24684 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24685
24686         * configure.ac:
24687           Disable libvisual
24688
24689         * examples/Makefile.am:
24690         * gst-libs/gst/audio/Makefile.am:
24691         * gst-libs/gst/riff/Makefile.am:
24692         * gst-libs/gst/tag/Makefile.am:
24693         * gst-libs/gst/video/Makefile.am:
24694           Fixups for missing variables.
24695
24696 2005-05-09  Wim Taymans  <wim@fluendo.com>
24697
24698         * examples/seeking/seek.c: (make_theora_pipeline),
24699         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24700         (query_rates), (query_positions_elems), (query_positions_pads),
24701         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24703         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24704         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24705         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24706         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24708         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24709         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24710         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24711         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24712         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24713         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24714         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24715         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24716         (theora_dec_src_convert), (theora_dec_sink_convert),
24717         (theora_dec_src_query), (theora_dec_sink_query),
24718         (theora_dec_src_event), (theora_dec_sink_event),
24719         (theora_handle_comment_packet), (theora_handle_type_packet),
24720         (theora_handle_header_packet), (theora_handle_data_packet),
24721         (theora_dec_chain):
24722         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24723         (vorbis_dec_convert), (vorbis_dec_src_query),
24724         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24725         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24726         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24727         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24729         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24730         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24731         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24732         (gst_play_bin_query):
24733         * gst/playback/test3.c: (update_scale):
24734         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24735         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24736         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24737         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24738         (gst_videotestsrc_src_query):
24739         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24740         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24741         (paint_hline_YUV9):
24742         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24743         Port to new query API.
24744         Updated seek.
24745         Cleanups in x[v]imagesink
24746
24747 2005-05-09  Andy Wingo  <wingo@pobox.com>
24748
24749         * ext/alsa/gstalsasink.h:
24750         * ext/gnomevfs/gstgnomevfssrc.c:
24751         (gst_gnomevfssrc_get_icy_metadata):
24752         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24753         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24754         * ext/theora/theoradec.c (theora_dec_src_query)
24755         (theora_dec_src_event, theora_dec_sink_event)
24756         (theora_handle_comment_packet, theora_handle_data_packet):
24757         * ext/theora/theoraenc.c (theora_enc_chain):
24758         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24759         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24760         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24761         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24762         (qt_type_find):
24763         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24764         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24765         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24766         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24767         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24768         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24769         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24770         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24771         (paint_setup_RGB565, paint_setup_xRGB1555):
24772         * gst/videotestsrc/videotestsrc.h:
24773         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24774         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24775         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24776         GCC4 fixes.
24777         
24778         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24779         gst_pad_query_position. Fixes oggdemux.
24780
24781 2005-05-08  David Schleef  <ds@schleef.org>
24782
24783         * configure.ac: Require liboil.
24784         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24785         a few more.
24786         * gst/videotestsrc/videotestsrc.c:
24787         * gst/videotestsrc/videotestsrc.h:
24788
24789 2005-05-06  Wim Taymans  <wim@fluendo.com>
24790
24791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24792         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24793         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24794         Well, unreffing a buffer right before pushing it is asking
24795         for trouble..
24796
24797 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24798
24799         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24800
24801 2005-05-06  Wim Taymans  <wim@fluendo.com>
24802
24803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24804         (gst_audio_convert_caps_remove_format_info),
24805         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24806         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24808         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24809         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24810         * gst/sine/Makefile.am:
24811         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24812         (gst_sinesrc_class_init), (gst_sinesrc_init),
24813         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24814         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24815         (gst_sinesrc_update_freq):
24816         * gst/sine/gstsinesrc.h:
24817         * gst/tcp/gstmultifdsink.c:
24818         * sys/xvimage/xvimagesink.c:
24819         Fixed negotiation wrt _peer_get_caps()
24820         Some cleanups.
24821
24822
24823 2005-05-06  Wim Taymans  <wim@fluendo.com>
24824
24825         * gst-libs/gst/audio/gstaudiosink.c:
24826         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24827         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24828         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24829         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24830         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24831         (gst_audiosink_create_ringbuffer):
24832         * gst-libs/gst/audio/gstbaseaudiosink.c:
24833         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24834         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24835         (gst_baseaudiosink_set_property), (build_linear_format),
24836         (debug_spec_caps), (debug_spec_buffer),
24837         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24838         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24839         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24840         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24841         * gst-libs/gst/audio/gstbaseaudiosink.h:
24842         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24843         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24844         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24845         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24846         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24847         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24848         (wait_segment), (gst_ringbuffer_commit),
24849         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24850         (gst_ringbuffer_clear):
24851         * gst-libs/gst/audio/gstringbuffer.h:
24852         Make the base audiosink return an error when there is no
24853         audiobuffer negotiated.
24854
24855 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24856
24857         * ext/Makefile.am:
24858         Disable cdparanoia until someone ports it!
24859
24860 2005-05-06  Wim Taymans  <wim@fluendo.com>
24861
24862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24863         (gst_ogg_demux_sink_activate):
24864         And revert after wingo's revert.. sigh..
24865
24866 2005-05-05  Andy Wingo  <wingo@pobox.com>
24867
24868         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24869         GObject.
24870         * configure.ac: Return audiorate and subparse from the ghetto.
24871         Re-enable -Wall -Werror.
24872         * gst/subparse/gstsubparse.c:
24873         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24874         or chain-based. Cleaned up a bit. Not tested.
24875         
24876 2005-05-05  Christian Schaller <christian@fluendo.com> 
24877
24878         * Makefile.am: remove stuff that is not building
24879         * configure.ac: remove stuff that is not building
24880         * examples/Makefile.am: remove stuff that is not building
24881         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24882         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24883         * sys/Makefile.am: remove stuff that is not building
24884         * testsuite/Makefile.am: remove stuff that is not building
24885
24886 2005-05-05  Andy Wingo  <wingo@pobox.com>
24887
24888         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24889         * gst-libs/gst/tag/gstvorbistag.c:
24890         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24891         * gst/adder/gstadder.h:
24892         * gst/audioconvert/gstchannelmix.c:
24893         (gst_audio_convert_fill_one_other):
24894         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24895         (gst_audiorate_init), (gst_audiorate_chain):
24896         * gst/playback/gstplaybasebin.c: (setup_source):
24897         * gst/playback/test3.c: (update_scale):
24898         Some GCC4 fixes
24899         
24900         * po/af.po:
24901         * po/az.po:
24902         * po/cs.po:
24903         * po/en_GB.po:
24904         * po/hu.po:
24905         * po/it.po:
24906         * po/nb.po:
24907         * po/nl.po:
24908         * po/or.po:
24909         * po/sq.po:
24910         * po/sr.po:
24911         * po/sv.po:
24912         * po/uk.po:
24913         * po/vi.po: Foo
24914
24915 2005-05-05  Wim Taymans  <wim@fluendo.com>
24916
24917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24918         (gst_audio_convert_caps_remove_format_info),
24919         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24920         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24921         * gst/videotestsrc/gstvideotestsrc.c:
24922         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24923         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24924         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24925         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24926         Don't ignore _push() return values.
24927         Make sure no processing is done when shutting down.
24928         Videotestsrc pad activation fix.
24929
24930 2005-05-05  Wim Taymans  <wim@fluendo.com>
24931
24932         * gst/adder/Makefile.am:
24933         * gst/adder/gstadder.c: (gst_adder_setcaps),
24934         (gst_adder_class_init), (gst_adder_init),
24935         (gst_adder_request_new_pad), (gst_adder_collected),
24936         (gst_adder_change_state):
24937         * gst/adder/gstadder.h:
24938         Ported adder as an example of a mixer element using
24939         collect pads. Needs more negotiation work.
24940
24941 2005-05-05  Wim Taymans  <wim@fluendo.com>
24942
24943         * ext/theora/theoradec.c: (_inc_granulepos),
24944         (theora_dec_src_event), (theora_dec_sink_event),
24945         (theora_handle_comment_packet), (theora_handle_type_packet),
24946         (theora_handle_header_packet), (theora_handle_data_packet),
24947         (theora_dec_chain):
24948         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24949         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24950         (theora_push_buffer), (theora_push_packet),
24951         (theora_enc_sink_event), (theora_enc_chain),
24952         (theora_enc_change_state), (theora_enc_set_property),
24953         (theora_enc_get_property):
24954         Added stream lock to decoder so that we can serialize
24955         the discont event.
24956         More theoraenc porting, recover from errors, do clean
24957         shutdown.
24958
24959 2005-05-05  Wim Taymans  <wim@fluendo.com>
24960
24961         * ext/ogg/Makefile.am:
24962         * ext/ogg/README:
24963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24964         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24965         (gst_ogg_print):
24966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24967         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24968         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24969         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24970         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24971         (gst_ogg_mux_change_state):
24972         Ported ogg muxer.
24973
24974 2005-05-05  Wim Taymans  <wim@fluendo.com>
24975
24976         * docs/design-audiosinks.txt:
24977         * gst-libs/gst/audio/TODO:
24978         * gst-libs/gst/audio/gstaudiosink.c:
24979         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24980         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24981         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24982         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24983         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24984         (gst_audiosink_create_ringbuffer):
24985         * gst-libs/gst/audio/gstbaseaudiosink.c:
24986         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24987         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24988         (gst_baseaudiosink_set_property), (build_linear_format),
24989         (debug_spec_caps), (debug_spec_buffer),
24990         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24991         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24992         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24993         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24994         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24995         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24996         (gst_ringbuffer_release), (gst_ringbuffer_play),
24997         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24998         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24999         (gst_ringbuffer_set_sample), (wait_segment),
25000         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25001         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25002         More work on the audiosink, mostly debugging and a race in
25003         shutdown.
25004
25005 2005-04-28  Wim Taymans  <wim@fluendo.com>
25006
25007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25008         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25009         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25010         (vorbis_dec_src_query), (vorbis_dec_src_event),
25011         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25012         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25013         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25014         Don't crap out when seeking back to position 0.
25015
25016 2005-04-28  Wim Taymans  <wim@fluendo.com>
25017
25018         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25019         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25020         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25021         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25022         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25023         Make audio sink configurable, use alsasink as default.
25024
25025 2005-04-28  Wim Taymans  <wim@fluendo.com>
25026
25027         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25028         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25029         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25030         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25031         (vorbis_dec_change_state):
25032         * ext/vorbis/vorbisdec.h:
25033         Refactor, use STREAM_LOCK.
25034
25035 2005-04-28  Wim Taymans  <wim@fluendo.com>
25036
25037         * ext/theora/theoradec.c: (_inc_granulepos),
25038         (theora_dec_sink_event), (theora_handle_comment_packet),
25039         (theora_handle_type_packet), (theora_handle_header_packet),
25040         (theora_handle_data_packet), (theora_dec_chain),
25041         (theora_dec_change_state):
25042         Refactor a bit, use STREAM_LOCK.
25043
25044 2005-04-28  Wim Taymans  <wim@fluendo.com>
25045
25046         * ext/alsa/Makefile.am:
25047         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25048         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25049         (gst_alsa_link), (gst_alsa_close_audio):
25050         * ext/alsa/gstalsaplugin.c: (plugin_init):
25051         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25052         (gst_alsasink_dispose), (gst_alsasink_base_init),
25053         (gst_alsasink_class_init), (gst_alsasink_init),
25054         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25055         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25056         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25057         (gst_alsasink_reset):
25058         * ext/alsa/gstalsasink.h:
25059         Implement alsasink with simple open/write/close API. 
25060         Make alsa dir build by disabling compilation of code.
25061
25062 2005-04-28  Wim Taymans  <wim@fluendo.com>
25063
25064         * gst-libs/gst/audio/Makefile.am:
25065         * gst-libs/gst/audio/audio.h:
25066         * gst-libs/gst/audio/audioclock.c:
25067         * gst-libs/gst/audio/audioclock.h:
25068         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25069         (gst_audio_clock_class_init), (gst_audio_clock_init),
25070         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25071         * gst-libs/gst/audio/gstaudioclock.h:
25072         * gst-libs/gst/audio/gstaudiosink.c:
25073         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25074         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25075         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25076         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25077         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25078         (gst_audiosink_create_ringbuffer):
25079         * gst-libs/gst/audio/gstbaseaudiosink.c:
25080         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25081         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25082         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25083         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25084         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25085         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25086         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25087         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25088         * gst-libs/gst/audio/gstbaseaudiosink.h:
25089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25090         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25091         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25092         (gst_ringbuffer_release), (gst_ringbuffer_play),
25093         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25094         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25095         (gst_ringbuffer_set_sample), (wait_segment),
25096         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25097         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25098         * gst-libs/gst/audio/gstringbuffer.h:
25099         Make ringbuffer faster and more simple by removing the locks
25100         in the playback thread.
25101         Add sample accurate playback based on buffer sample offsets.
25102         Make the baseaudiosink provide a clock.
25103         Parse caps in the base class.
25104         Correctly handle seeking, flushing and state changes.
25105
25106 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25107
25108         * configure.ac:
25109         * gst/audioconvert/Makefile.am:
25110         * gst/audioscale/Makefile.am:
25111           Fix part of the build.  Come on guys, autogen didn't even work :)
25112
25113 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25114
25115         * configure.ac:
25116         * gst-libs/gst/Makefile.am:
25117         * gst-libs/gst/media-info/.cvsignore:
25118         * gst-libs/gst/media-info/Makefile.am:
25119         * gst-libs/gst/media-info/README:
25120         * gst-libs/gst/media-info/media-info-priv.c:
25121         * gst-libs/gst/media-info/media-info-priv.h:
25122         * gst-libs/gst/media-info/media-info-test.c:
25123         * gst-libs/gst/media-info/media-info.c:
25124         * gst-libs/gst/media-info/media-info.h:
25125         * gst-libs/gst/media-info/media-info.vcproj:
25126         * pkgconfig/Makefile.am:
25127         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25128         * pkgconfig/gstreamer-media-info.pc.in:
25129           Remove media-info, which is also successed by playbin (see Totem
25130           implementation).
25131
25132 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25133
25134         * configure.ac:
25135         * examples/Makefile.am:
25136         * examples/gstplay/.cvsignore:
25137         * examples/gstplay/Makefile.am:
25138         * examples/gstplay/player.c:
25139         * gst-libs/gst/Makefile.am:
25140         * gst-libs/gst/play/.cvsignore:
25141         * gst-libs/gst/play/Makefile.am:
25142         * gst-libs/gst/play/play.c:
25143         * gst-libs/gst/play/play.h:
25144         * gst-libs/gst/play/play.vcproj:
25145         * pkgconfig/Makefile.am:
25146         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25147         * pkgconfig/gstreamer-play.pc.in:
25148           Remove libgstplay, playbin is now the official successor.
25149
25150 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25151
25152         * configure.ac:
25153         * gst-libs/gst/Makefile.am:
25154         * gst-libs/gst/xwindowlistener/Makefile.am:
25155         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25156         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25157           Remove deprecated xwindowlistener (I've moved xwindowlistening
25158           in the v4l/v4l2 plugins over to serverside).
25159
25160 2005-04-25  David Schleef  <ds@schleef.org>
25161
25162         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25163         to examples/dynparams.  Examples do not belong interspersed with
25164         source code.
25165         * examples/dynparams/demo-dparams.c:
25166         * gst/sine/Makefile.am:
25167         * gst/sine/demo-dparams.c:
25168
25169 2005-04-25  David Schleef  <ds@schleef.org>
25170
25171         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25172         * gst-libs/gst/audio/Makefile.am:
25173         * gst-libs/gst/riff/Makefile.am:
25174         * gst-libs/gst/tag/Makefile.am:
25175         * gst-libs/gst/video/Makefile.am:
25176         * gst-libs/gst/xwindowlistener/Makefile.am:
25177
25178         Convert to 0.9 API, seems to work:
25179         * sys/ximage/Makefile.am:
25180         * sys/ximage/ximagesink.c:
25181
25182 2005-04-24  David Schleef  <ds@schleef.org>
25183
25184         Link plugins against libraries:
25185         * ext/alsa/Makefile.am:
25186         * gst/tcp/Makefile.am:
25187
25188         Remove asm code that should be in liboil
25189         * gst/videoscale/Makefile.am:
25190         * gst/videoscale/videoscale_x86_asm.s:
25191
25192         gettext wants these checked in:
25193         * po/af.po:
25194         * po/az.po:
25195         * po/cs.po:
25196         * po/en_GB.po:
25197         * po/hu.po:
25198         * po/it.po:
25199         * po/nb.po:
25200         * po/nl.po:
25201         * po/or.po:
25202         * po/sq.po:
25203         * po/sr.po:
25204         * po/sv.po:
25205         * po/uk.po:
25206         * po/vi.po:
25207
25208 2005-04-24  David Schleef  <ds@schleef.org>
25209
25210         Convert gst_main() to g_main_loop_run()
25211         * gst/playback/decodetest.c: (main):
25212         * gst/playback/test2.c: (main):
25213         * gst/playback/test3.c: (main):
25214         * gst/playback/test4.c: (main):
25215
25216         Link plugins against libraries:
25217         * ext/libvisual/Makefile.am:
25218         * sys/xvimage/Makefile.am:
25219
25220 2005-04-24  David Schleef  <ds@schleef.org>
25221
25222         * configure.ac: Remove idct and resample libs
25223         * gst-libs/gst/Makefile.am: same
25224
25225         Remove usage of gst_library_load():
25226         * ext/alsa/gstalsaplugin.c: (plugin_init):
25227         * ext/libvisual/visual.c: (plugin_init):
25228         * ext/ogg/gstogg.c: (plugin_init):
25229         * ext/theora/theora.c: (plugin_init):
25230         * ext/vorbis/vorbis.c: (plugin_init):
25231         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25232         * gst/audioscale/gstaudioscale.c:
25233         * gst/adder/gstadder.c: (plugin_init):
25234         * gst/audioconvert/plugin.c: (plugin_init):
25235         * sys/ximage/ximagesink.c: (plugin_init):
25236         * sys/xvimage/xvimagesink.c: (plugin_init):
25237         * gst/tcp/gsttcpplugin.c: (plugin_init):
25238
25239         Link plugins against libraries:
25240         * ext/ogg/Makefile.am:
25241         * ext/theora/Makefile.am:
25242         * ext/vorbis/Makefile.am:
25243         * gst/audioconvert/Makefile.am:
25244
25245         Create proper libraries:
25246         * gst-libs/gst/riff/Makefile.am:
25247         * gst-libs/gst/audio/Makefile.am:
25248         * gst-libs/gst/video/Makefile.am:
25249
25250         Move resample library to audioscale plugin directory:
25251         * gst-libs/gst/resample/Makefile.am:
25252         * gst-libs/gst/resample/README:
25253         * gst-libs/gst/resample/dtof.c:
25254         * gst-libs/gst/resample/dtos.c:
25255         * gst-libs/gst/resample/functable.c:
25256         * gst-libs/gst/resample/private.h:
25257         * gst-libs/gst/resample/resample.c:
25258         * gst-libs/gst/resample/resample.h:
25259         * gst-libs/gst/resample/resample.vcproj:
25260         * gst-libs/gst/resample/test.c:
25261         * gst/audioscale/Makefile.am:
25262         * gst/audioscale/README:
25263         * gst/audioscale/dtof.c:
25264         * gst/audioscale/dtos.c:
25265         * gst/audioscale/functable.c:
25266         * gst/audioscale/private.h:
25267         * gst/audioscale/resample.c:
25268         * gst/audioscale/resample.h:
25269         * gst/audioscale/test.c:
25270
25271         Move tagedit library to gst-libs:
25272         * gst-libs/gst/tag/Makefile.am:
25273         * gst-libs/gst/tag/gstid3tag.c:
25274         * gst-libs/gst/tag/gsttagediting.c:
25275         * gst-libs/gst/tag/gsttageditingprivate.h:
25276         * gst-libs/gst/tag/gstvorbistag.c:
25277         * gst/tags/Makefile.am:
25278         * gst/tags/gstid3tag.c:
25279         * gst/tags/gstvorbistag.c:
25280
25281         Fix for core changes:
25282         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25283         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25284         (gst_sinesrc_getrange):
25285
25286 2005-04-23  David Schleef  <ds@schleef.org>
25287
25288         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25289         in gst-plugins in a long time, and properly belongs in liboil.
25290         * gst-libs/gst/idct/Makefile.am:
25291         * gst-libs/gst/idct/README:
25292         * gst-libs/gst/idct/dct.h:
25293         * gst-libs/gst/idct/doieee:
25294         * gst-libs/gst/idct/fastintidct.c:
25295         * gst-libs/gst/idct/floatidct.c:
25296         * gst-libs/gst/idct/idct.c:
25297         * gst-libs/gst/idct/idct.h:
25298         * gst-libs/gst/idct/idtc.vcproj:
25299         * gst-libs/gst/idct/ieeetest.c:
25300         * gst-libs/gst/idct/intidct.c:
25301
25302 2005-04-20  Wim Taymans  <wim@fluendo.com>
25303
25304         * docs/design-audiosinks.txt:
25305         * gst-libs/gst/audio/Makefile.am:
25306         * gst-libs/gst/audio/TODO:
25307         * gst-libs/gst/audio/gstaudiosink.c:
25308         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25309         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25310         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25311         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25312         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25313         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25314         (gst_audiosink_class_init), (gst_audiosink_init),
25315         (gst_audiosink_create_ringbuffer):
25316         * gst-libs/gst/audio/gstaudiosink.h:
25317         * gst-libs/gst/audio/gstbaseaudiosink.c:
25318         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25319         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25320         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25321         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25322         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25323         (gst_baseaudiosink_create_ringbuffer),
25324         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25325         * gst-libs/gst/audio/gstbaseaudiosink.h:
25326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25327         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25328         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25329         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25330         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25331         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25332         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25333         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25334         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25335         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25336         * gst-libs/gst/audio/gstringbuffer.h:
25337         An attempt at a set of audio base classes together with some
25338         design docs.
25339
25340 2005-04-20  Wim Taymans  <wim@fluendo.com>
25341
25342         * gst/audioconvert/Makefile.am:
25343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25344         (gst_audio_convert_caps_remove_format_info),
25345         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25346         (gst_audio_convert_channels):
25347         Link against audio libs.
25348         Fix audio convert plugin.
25349
25350 2005-04-20  Wim Taymans  <wim@fluendo.com>
25351
25352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25353         (gst_ogg_demux_sink_activate):
25354         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25355         (theora_set_header_on_caps), (theora_enc_sink_event),
25356         (theora_enc_chain):
25357         Fix theora encoder.
25358
25359 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25360
25361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25362         * gst/playback/gstdecodebin.c: (find_compatibles):
25363           Work with staticpadtemplates in elementfactories.
25364
25365 2005-04-12  Wim Taymans  <wim@fluendo.com>
25366
25367         * gst/playback/README:
25368         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25369         (compare_ranks), (print_feature), (gst_decode_bin_init),
25370         (dynamic_create), (dynamic_free), (find_compatibles),
25371         (mimetype_is_raw), (close_pad_link), (got_redirect),
25372         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25373         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25374         (gst_decode_bin_change_state):
25375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25376         (gst_play_base_bin_init), (group_destroy), (group_commit),
25377         (check_queue), (queue_overrun), (queue_threshold_reached),
25378         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25379         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25380         (got_redirect), (setup_source), (play_base_eos),
25381         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25382         (gst_play_base_bin_remove_element):
25383         * gst/playback/gstplaybasebin.h:
25384         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25385         (gst_play_bin_init), (gst_play_bin_dispose),
25386         (gst_play_bin_set_property), (gen_video_element),
25387         (gen_text_element), (gen_audio_element), (remove_sinks),
25388         (gst_play_bin_send_event):
25389         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25390         (stream_info_change_state), (gst_stream_info_set_mute):
25391         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25392         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25393         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25394         (gst_stream_selector_chain):
25395         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25396         (main):
25397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25398         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25399         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25400         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25401         Raw and crude port of decodebin. 
25402         Make playbin compile.
25403
25404 2005-04-06  Wim Taymans  <wim@fluendo.com>
25405
25406         * ext/gnomevfs/Makefile.am:
25407         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25408         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25409         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25410         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25411         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25412         (gst_gnomevfssrc_stop):
25413         * ext/ogg/Makefile.am:
25414         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25415         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25416         * ext/theora/Makefile.am:
25417         * ext/theora/theoradec.c: (_inc_granulepos),
25418         (theora_dec_sink_event), (theora_dec_chain):
25419         * ext/vorbis/Makefile.am:
25420         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25421         (vorbis_dec_sink_event), (vorbis_dec_chain):
25422         * gst-libs/gst/audio/Makefile.am:
25423         * sys/xvimage/Makefile.am:
25424         Make gnomevfssrc extend the source base class.
25425         Fix linking against libs in various plugins.
25426
25427 2005-04-06  Andy Wingo  <wingo@pobox.com>
25428
25429         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25430         GST_BASE_LIBS.
25431
25432         * configure.ac: Add check and AC_SUBST for libgstbase.
25433
25434 2005-03-31  Wim Taymans  <wim@fluendo.com>
25435
25436         * examples/seeking/Makefile.am:
25437         * examples/seeking/cdparanoia.c: (main):
25438         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25439         (play_cb), (pause_cb), (stop_cb), (main):
25440         * examples/seeking/playbin.c:
25441         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25442         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25443         (make_sid_pipeline), (make_vorbis_pipeline),
25444         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25445         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25446         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25447         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25448         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25449         (stop_cb), (main):
25450         * examples/seeking/spider_seek.c:
25451         * examples/seeking/vorbisfile.c:
25452         * ext/gnomevfs/Makefile.am:
25453         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25454         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25455         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25456         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25457         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25458         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25459         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25460         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25461         * ext/ogg/README:
25462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25463         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25464         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25465         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25466         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25467         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25468         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25469         (gst_ogg_demux_factory_filter), (compare_ranks),
25470         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25471         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25472         (gst_ogg_chain_new), (gst_ogg_chain_free),
25473         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25474         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25475         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25476         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25477         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25478         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25479         (gst_ogg_demux_get_prev_page),
25480         (gst_ogg_demux_deactivate_current_chain),
25481         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25482         (gst_ogg_demux_bisect_forward_serialno),
25483         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25484         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25485         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25486         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25487         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25488         (gst_ogg_demux_change_state), (gst_ogg_print):
25489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25490         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25491         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25492         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25493         (gst_ogg_mux_loop):
25494         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25495         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25496         (theora_dec_src_convert), (theora_dec_sink_convert),
25497         (theora_dec_src_query), (theora_dec_src_event),
25498         (theora_dec_sink_event), (theora_dec_chain),
25499         (theora_dec_change_state):
25500         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25501         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25502         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25503         (theora_enc_change_state):
25504         * ext/vorbis/Makefile.am:
25505         * ext/vorbis/oggvorbisenc.c:
25506         * ext/vorbis/oggvorbisenc.h:
25507         * ext/vorbis/vorbis.c: (plugin_init):
25508         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25509         (vorbis_dec_src_query), (vorbis_dec_src_event),
25510         (vorbis_dec_sink_event), (vorbis_dec_chain),
25511         (vorbis_dec_change_state):
25512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25513         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25514         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25515         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25516         (gst_vorbisenc_change_state):
25517         * ext/vorbis/vorbisenc.h:
25518         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25519         * gst-libs/gst/audio/audioclock.c:
25520         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25521         (gst_audiofilter_init), (gst_audiofilter_chain):
25522         * gst-libs/gst/audio/testchannels.c: (main):
25523         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25524         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25525         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25526         (gmip_find_track_streaminfo), (gmip_find_track_format):
25527         * gst-libs/gst/media-info/media-info.c:
25528         (gst_media_info_read_idler):
25529         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25530         (gst_play_get_all_by_interface):
25531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25532         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25533         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25534         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25535         (gst_riff_parse_info):
25536         * gst-libs/gst/riff/riff-read.h:
25537         * gst-libs/gst/riff/riff.c: (plugin_init):
25538         * gst-libs/gst/video/Makefile.am:
25539         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25540         (gst_videosink_class_init), (gst_videosink_get_type):
25541         * gst-libs/gst/video/videosink.h:
25542         * gst/audioconvert/bufferframesconvert.c:
25543         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25544         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25545         * gst/audioconvert/channelmixtest.c: (main):
25546         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25547         (gst_audio_convert_chain),
25548         (gst_audio_convert_caps_remove_format_info),
25549         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25550         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25551         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25552         (gst_audio_convert_buffer_to_default_format),
25553         (gst_audio_convert_buffer_from_default_format),
25554         (gst_audio_convert_channels):
25555         * gst/audioconvert/gstchannelmix.h:
25556         * gst/ffmpegcolorspace/avcodec.h:
25557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25558         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25559         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25560         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25561         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25562         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25563         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25564         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25565         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25566         (dv_type_find):
25567         * gst/videotestsrc/gstvideotestsrc.c:
25568         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25569         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25570         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25571         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25572         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25573         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25574         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25576         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25577         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25578         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25579         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25580         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25581         (gst_xvimagesink_navigation_send_event),
25582         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25583         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25584         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25585         * sys/xvimage/xvimagesink.h:
25586         Plugin port to 0.9, ogg/theora playback should work in the seek
25587         example now.
25588         Removed old examples.
25589         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25590         explained in 0.9 TODO doc.
25591
25592
25593 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25594
25595         * autogen.sh:
25596         * configure.ac:
25597         * ext/Makefile.am:
25598         * gst/Makefile.am:
25599         * po/POTFILES.in:
25600         * po/af.po:
25601         * po/az.po:
25602         * po/cs.po:
25603         * po/en_GB.po:
25604         * po/hu.po:
25605         * po/it.po:
25606         * po/nb.po:
25607         * po/nl.po:
25608         * po/or.po:
25609         * po/sq.po:
25610         * po/sr.po:
25611         * po/sv.po:
25612         * po/uk.po:
25613         * po/vi.po:
25614         * sys/Makefile.am:
25615         * testsuite/Makefile.am:
25616           remove a whole bunch of plugins.  This module now contains a set
25617           of free reference plugins/elements as agreed.
25618
25619 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25620
25621         * configure.ac:
25622           hunting season on 0.9 is now OPEN
25623
25624 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25625
25626         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25627           Kick the hell out of gcc for not warning me about a symbol conflict.
25628
25629 2005-02-22  Luca Ognibene  <luogni@tin.it>
25630
25631         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25632
25633         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25634           Don't leak caps string (fixes #168134)
25635
25636         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25637         (gst_jpegenc_init), (gst_jpegenc_finalize),
25638         (gst_jpegenc_change_state):
25639           Don't leak line buffers and context struct (fixes #168133).
25640
25641 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25642
25643         * configure.ac:
25644         * ext/dirac/gstdiracdec.cc:
25645         (gst_diracdec_chain):
25646           Since dirac 0.5.0 the framerate in dirac is expressed as a
25647           rational number. Fix build and up requirement to 0.5.0, and
25648           also pass parameters to gst_diracdec_link in the right order
25649           (fixes #167959).
25650
25651 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25652
25653         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25654         * ext/faad/gstfaad.h:
25655         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25656         certain invalid muxed streams, where some packets will contain 
25657         junk after decoder data. Partially fixes #149158.
25658
25659 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25660         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25661           Make sure we only write to writable buffers
25662
25663 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25664
25665         * gst-libs/gst/riff/riff-media.c:
25666         (gst_riff_create_audio_caps_with_data):
25667           Do actually fix invalid RIFF fmt header values for alaw
25668           and mulaw audio instead of just saying so.
25669
25670         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25671           Give gst_riff_create_audio_caps_with_data() a chance to
25672           fix up broken format header fields before extracting any
25673           parameters from the header. (fixes #167633)
25674
25675 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25676
25677         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25678
25679         * gst/audioconvert/bufferframesconvert.c:
25680         (buffer_frames_convert_link):
25681           Don't leak othercaps. (fixes #167878)
25682
25683 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25684
25685         * configure.ac:
25686         * ext/libvisual/visual.c: (gst_visual_srclink),
25687         (gst_visual_change_state):
25688           Support libvisual 0.2.0.
25689
25690 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25691
25692         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25693         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25694           Use same rowstrides for I420 as used everywhere else.
25695
25696 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25697
25698         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25699           Declare variables at beginning of block and make gcc-2.95 happy
25700           (fixes # 167482, patch by Gergely Nagy).
25701           
25702         * gst/tcp/gsttcpclientsrc.c:
25703         * gst/tcp/gsttcpclientsrc.h:
25704           Move some includes into the header, so that struct sockaddr_in is
25705           defined when it should be defined on FreeBSD as well (fixes
25706           #167483).
25707           
25708         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25709           Don't pass uninitialised values to setsockopt() here either.
25710
25711 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25712
25713         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25714
25715         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25716           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25717
25718 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25719
25720         * gst/playback/gstplaybin.c: (add_sink):
25721           Invert bin_add/link order to workaround deadlock in opt.
25722
25723 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25724
25725         * gst/modplug/gstmodplug.cc:
25726           Add missing break causing position queries to fail.
25727
25728 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25729
25730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25731           Granpos can apparently be -1, which screws up calculations...
25732
25733 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25734
25735         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25736         (gst_ximagesink_send_pending_navigation),
25737         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25738         (gst_ximagesink_init):
25739         * sys/ximage/ximagesink.h:
25740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25741         (gst_xvimagesink_send_pending_navigation),
25742         (gst_xvimagesink_navigation_send_event),
25743         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25744         * sys/xvimage/xvimagesink.h:
25745           Use a mutex protected list to marshal navigation
25746           events into the stream thread from whichever thread
25747           sends them.
25748
25749 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25750
25751         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25752           Display current position and track length; misc. clean-ups.
25753           
25754         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25755         (speed_init), (speed_chain):
25756           Add query function, so that the stream length and current position
25757           get adjusted when queried (note that current position queries may
25758           still be wrong if the audio sink returns values based on buffer
25759           timestamps instead of passing on the query).
25760
25761 2005-02-13  Benjamin Otte  <otte@gnome.org>
25762
25763         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25764         (gst_audio_convert_channels):
25765           create channel conversion matrix when linking
25766         * gst/audioconvert/.cvsignore:
25767         * gst/audioconvert/Makefile.am:
25768         * gst/audioconvert/channelmixtest.c: (main):
25769           add (ugly) test that ensures stereo <=> mono conversion works
25770           correctly
25771
25772 2005-02-13  Benjamin Otte  <otte@gnome.org>
25773
25774         * gst/audioconvert/gstchannelmix.h:
25775           include missing header file
25776         * gst/audioconvert/gstchannelmix.c:
25777         (gst_audio_convert_fill_compatible):
25778           use same sign for both channels when converting to/from compatible
25779           channel. Previously used different signs made the signals cancel
25780           each other out and appear like silence. (fixes #167269)
25781
25782 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25783
25784         * gst/ffmpegcolorspace/avcodec.h:
25785         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25786         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25787         (gst_ffmpegcsp_avpicture_fill):
25788         * gst/ffmpegcolorspace/imgconvert.c:
25789           Convert to and from YV12 (fixes #156379).
25790
25791 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25792
25793         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25794         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25795         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25796         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25797         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25798         methods from chain and negotiation and vice versa (Fixes #166142).
25799         * sys/ximage/ximagesink.h: Add stream_lock.
25800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25801         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25802         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25803         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25804
25805 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25806
25807         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25808           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25809           error message when we can't open the DVD device (when dvdnav_open()
25810           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25811           the above). Send something more useful instead (fixes #167117).
25812
25813 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25814
25815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25816         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25817         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25818         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25819         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25820         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25821         methods from chain and negotiation and vice versa (Fixes #166142).
25822         Fix a possible bug of images in the buffer pool being discarded because
25823         we are looking at the wrong geometry.
25824         * sys/xvimage/xvimagesink.h: Add stream_lock.
25825
25826 2005-02-11  David Schleef  <ds@schleef.org>
25827
25828         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25829         unsigned int. (fixes #167128)
25830
25831 2005-02-11  David Schleef  <ds@schleef.org>
25832
25833         * gst/librfb/Makefile.am: Testing stuff before committing is
25834           for wimps... and people with fast machines.  Fix stupid
25835           mistake.
25836
25837 2005-02-11  David Schleef  <ds@schleef.org>
25838
25839         * configure.ac: Pull in librfb from my CVS tree, because it is
25840           too small and annoying to be separate.  Move rfbsrc plugin
25841           to gst/.
25842         * ext/Makefile.am:
25843         * ext/librfb/Makefile.am:
25844         * ext/librfb/gstrfbsrc.c:
25845         * gst/librfb/Makefile.am:
25846         * gst/librfb/gstrfbsrc.c:
25847         * gst/librfb/rfb.c:
25848         * gst/librfb/rfb.h:
25849         * gst/librfb/rfbbuffer.c:
25850         * gst/librfb/rfbbuffer.h:
25851         * gst/librfb/rfbbytestream.c:
25852         * gst/librfb/rfbbytestream.h:
25853         * gst/librfb/rfbcontext.h:
25854         * gst/librfb/rfbdecoder.c:
25855         * gst/librfb/rfbdecoder.h:
25856         * gst/librfb/rfbutil.h:
25857
25858 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25859
25860         * gst/speed/Makefile.am:
25861         * gst/speed/demo-mp3.c: (main):
25862         * gst/speed/filter.func:
25863         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25864         (speed_class_init), (speed_init), (speed_chain_int16),
25865         (speed_chain_float32), (speed_chain), (speed_set_property),
25866         (speed_get_property), (speed_change_state):
25867         * gst/speed/gstspeed.h:
25868           Fix speed element and make it chain-based (fixes #156467),
25869           and make it handle more than one channel.
25870
25871 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25872
25873         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25874         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25875         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25876         * ext/dts/gstdtsdec.h:
25877           Don't clobber the stack constructing the channels array.
25878           Make the element chain-based. DTS tracks can now be played.
25879           
25880 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25881
25882         * gst-libs/gst/audio/multichannel.h:
25883         * gst-libs/gst/gconf/gconf.h:
25884         * gst-libs/gst/idct/idct.h:
25885         * gst-libs/gst/media-info/media-info-priv.h:
25886         * gst-libs/gst/play/play.h:
25887         * gst-libs/gst/resample/private.h:
25888         * gst-libs/gst/resample/resample.h:
25889         * gst-libs/gst/riff/riff-ids.h:
25890         * gst-libs/gst/video/video.h:
25891         * gst-libs/gst/video/videosink.h:
25892           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25893           missing, so that they work when included from C++ code.
25894
25895 2005-02-09  David Schleef  <ds@schleef.org>
25896
25897         * testsuite/gst-lint: Check for non-statically scoped
25898           parent_class variables.  This won't be a problem once
25899           plugins are loaded with RTLD_LOCAL.
25900
25901 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25902
25903         * ext/mplex/gstmplexibitstream.cc:
25904           gcc madness.
25905
25906 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25907
25908         * ext/ogg/gstogmparse.c:
25909         * gst/debug/gstnavigationtest.c:
25910           Die, thou faulty symbol pollutors (non-static parent_class).
25911
25912 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25913
25914         * ext/mplex/gstmplexibitstream.cc:
25915           Fix event handling (#165525).
25916
25917 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25918
25919         * ext/mikmod/gstmikmod.c:
25920         * gst/modplug/gstmodplug.cc:
25921           Add missing endianness to template (fixes #165509).
25922
25923 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25924
25925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25926           Fix wrong order of reading of optional bytes (#165290).
25927
25928 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25929
25930         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25931           Implement FILLER event awareness.
25932
25933 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25934
25935         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25936           Fix track calculations (#166208).
25937
25938 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25939
25940         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25941
25942         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25943         * ext/libpng/gstpngenc.c:
25944           Fix byte-order, use proper fixed caps. Fixes #164197.
25945
25946 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25947
25948         * configure.ac:
25949           Add dvdlpcmdec 
25950
25951         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25952         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25953           Don't push buffers if the src pad isn't negotiated yet.
25954           
25955         * gst/audioconvert/gstaudioconvert.c:
25956         (gst_audio_convert_buffer_to_default_format),
25957         (gst_audio_convert_buffer_from_default_format):
25958           Add support for 24-bit width.
25959
25960         * gst/dvdlpcmdec/.cvsignore:
25961         * gst/dvdlpcmdec/Makefile.am:
25962         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25963         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25964         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25965         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25966         (plugin_init):
25967         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25968           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25969           format. Needs support for the channels maps if someone can find 
25970           a DVD LPCM track with > 2 channels.
25971
25972         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25973         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25974         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25975         * gst/mpegstream/gstdvddemux.h:
25976         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25977         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25978         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25979         * gst/mpegstream/gstmpegdemux.h:
25980         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25981         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25982         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25983         (gst_mpeg_parse_handle_src_query),
25984         (gst_mpeg_parse_handle_src_event):
25985           Use audio/x-dvd-lpcm for LPCM output.
25986           Add DTS output.
25987
25988 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25989
25990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25991
25992         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25993         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25994           Add BGRA handling (#165736).
25995
25996 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25997
25998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25999
26000         * gst/law/alaw-decode.c: (alawdec_link):
26001         * gst/law/alaw-encode.c: (alawenc_link):
26002         * gst/law/mulaw-decode.c: (mulawdec_link):
26003         * gst/law/mulaw-encode.c: (mulawenc_link):
26004           Fix caps memleaks (#166600).
26005
26006 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26007
26008         * ext/tarkin/mem.h:
26009         * ext/tarkin/wavelet.h:
26010         * ext/tarkin/yuv.h:
26011         * gst/ffmpegcolorspace/avcodec.h:
26012           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26013           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26014
26015 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26016
26017         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26019         (gst_xvimagesink_change_state):
26020           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26021           Xv video (and thereby regenerate Xv colourkey) in clear() so
26022           that PLAY -> READY -> PLAY works (fixes #162504).
26023
26024 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26025
26026         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26027           Switch to list instead of range, since MJPEG-devices really just
26028           support decimations, not any size.
26029
26030 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26031         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26032         (gst_mpeg2dec_reset), (free_all_buffers),
26033         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26034         * ext/mpeg2dec/gstmpeg2dec.h:
26035           The libmpeg2 user-allocated buffer management is awkward, 
26036           to say the least. Hopefully this fixes things.
26037
26038 2005-02-04  Andy Wingo  <wingo@pobox.com>
26039
26040         * gst/audioconvert/bufferframesconvert.c
26041         (buffer_frames_convert_fixate): New function, fixates to 256
26042         frames per buffer by default. (Much better than 1.)
26043         (buffer_frames_convert_init): Set the fixate function for both src
26044         and sink pad.
26045         (buffer_frames_convert_link): After success setting nonfixed caps,
26046         get the negotiated caps so we can know how many buffer-frames it
26047         will be. No idea how this worked at all before.
26048
26049 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26050
26051         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26052         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26053         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26054         (handle_sequence), (handle_picture):
26055         * ext/mpeg2dec/gstmpeg2dec.h:
26056           Rearrange buffer tracking and refcounting and refactor
26057           a little for readability. 
26058
26059 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26060         * sys/v4l/gstv4l.c: (plugin_init):
26061         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26062         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26063         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26064         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26065         * sys/v4l/gstv4ljpegsrc.h:
26066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26067         * sys/v4l/v4l_calls.h:
26068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26069         (gst_v4lsrc_get_fps):
26070         * sys/v4l/v4lsrc_calls.h:
26071           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26072           you jpeg inside rgb frames" driver.
26073           Don't error in the v4lsrc link function, just return 
26074           REFUSED.
26075
26076 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26077
26078         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26079         (gst_qcamsrc_open):
26080           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26081
26082 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26083
26084         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26085           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26086
26087 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26088
26089         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26090           Reset negotiated state on PAUSED->READY.
26091
26092 2005-02-02  David Schleef  <ds@schleef.org>
26093
26094         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26095         whereever possible.  (Fixes #165997)
26096         * examples/capsfilter/capsfilter1.c: (main):
26097         * examples/dynparams/filter.c: (create_ui):
26098         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26099         * examples/seeking/chained.c: (main):
26100         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26101         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26102         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26103         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26104         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26105         * examples/switch/switcher.c: (main):
26106         * ext/dv/demo-play.c: (main):
26107         * ext/faad/gstfaad.c: (gst_faad_change_state):
26108         * ext/mad/gstmad.c: (gst_mad_chain):
26109         * ext/smoothwave/demo-osssrc.c: (main):
26110         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26111         (gst_gconf_render_bin_from_description),
26112         (gst_gconf_get_default_audio_sink),
26113         (gst_gconf_get_default_video_sink),
26114         (gst_gconf_get_default_audio_src),
26115         (gst_gconf_get_default_video_src),
26116         (gst_gconf_get_default_visualization_element):
26117         * gst/level/demo.c: (main):
26118         * gst/level/plot.c: (main):
26119         * gst/playback/gstplaybin.c: (gen_video_element),
26120         (gen_audio_element):
26121         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26122         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26123         * gst/sine/demo-dparams.c: (main):
26124         * gst/spectrum/demo-osssrc.c: (main):
26125         * gst/speed/demo-mp3.c: (main):
26126         * gst/volume/demo.c: (main):
26127         * testsuite/embed/embed.c: (main):
26128
26129 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26130
26131         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26132         (gst_tcpclientsink_finalize):
26133         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26134         (gst_tcpclientsrc_finalize):
26135         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26136         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26137         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26138         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26139           Don't leak the hostname when shutting down.
26140           In tcpserversrc, take a copy of the default hostname.
26141
26142 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26143
26144         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26145           Set caps to systemstream=TRUE.
26146
26147 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26148
26149         * testsuite/Makefile.am:
26150           Fix more OSX buildbots.
26151
26152 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26153
26154         * ext/mpeg2dec/gstmpeg2dec.c:
26155           Don't send things to NULL PAD_PEERs
26156
26157         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26158           Copy-on-write the incoming buffer.
26159
26160         * gst/mpegstream/gstdvddemux.h:
26161         * gst/mpegstream/gstmpegclock.h:
26162         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26163         (normal_seek), (gst_mpeg_demux_handle_src_event):
26164         * gst/mpegstream/gstmpegdemux.h:
26165         * gst/mpegstream/gstmpegpacketize.h:
26166         * gst/mpegstream/gstmpegparse.c:
26167         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26168         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26169         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26170         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26171         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26172         * gst/mpegstream/gstmpegparse.h:
26173         * gst/mpegstream/gstrfc2250enc.h:
26174           Various changes to the way time is computed that make seeking and
26175           total time estimation much better here.
26176           Use G_BEGIN/END_DECLS instead of __cplusplus
26177
26178         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26179           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26180
26181 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26182
26183         * gst/subparse/gstsubparse.c:
26184           Fix OSX buildbot.
26185
26186 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26187
26188         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26189         (theora_enc_chain), (theora_enc_change_state):
26190         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26191         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26192         (gst_vorbisenc_change_state):
26193         * ext/vorbis/vorbisenc.h:
26194           Set granulepos and timestamp correctly for streams not
26195           starting at 0, taking into account the initial delay.
26196
26197 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26198
26199         * gst/mpegstream/gstdvddemux.c:
26200           Add audio/x-dts to audio pad template caps
26201
26202 2005-01-30  David Schleef  <ds@schleef.org>
26203
26204         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26205         (create_context), (gst_polypsink_link): Fix silly endianness
26206         bug.  Add some debugging.  Remove float from caps; it doesn't
26207         work.  Attempt to get remote audio working.
26208
26209 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26210
26211         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26212           Add 3IV2 fourcc.
26213
26214 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26217         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26218         (gst_avi_demux_stream_data):
26219         * gst/avi/gstavidemux.h:
26220           Invert DIB images. Fixes #132341.
26221
26222 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26223
26224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26225         (gst_ffmpegcsp_chain):
26226           D'oh, reference the palette data, not the palette structure.
26227           Fixes color distortion in #132341.
26228
26229 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26230
26231         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26232           PAR can be non-fixed when not provided as argument (#162626).
26233
26234 2005-01-29  David Moore  <dcm@acm.org>
26235
26236         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26237
26238         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26239         (gst_qtdemux_loop_header):
26240           Re-apply patch from #142272 that allows non-seekable sources,
26241           re-proposed by Daniel Drake <dsd@gentoo.org>.
26242
26243 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26244
26245         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26246           Use the src template for creating the src pad (#162330).
26247
26248 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * configure.ac:
26251         * ext/musepack/Makefile.am:
26252         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26253         (gst_musepackdec_init), (gst_musepackdec_dispose),
26254         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26255         (gst_musepack_stream_init), (gst_musepackdec_loop),
26256         (gst_musepackdec_change_state):
26257         * ext/musepack/gstmusepackdec.cpp:
26258         * ext/musepack/gstmusepackdec.h:
26259         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26260         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26261         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26262         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26263         * ext/musepack/gstmusepackreader.cpp:
26264         * ext/musepack/gstmusepackreader.h:
26265           Update to 1.1 API (#165446).
26266
26267 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26268
26269         * ext/Makefile.am:
26270           Unbreak buildbot.
26271
26272 2005-01-28  Andy Wingo  <wingo@pobox.com>
26273
26274         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26275         to reflect a different dubious internet source. Add a reference
26276         and some commentary.
26277
26278 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26279
26280         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26281         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26282         * gst/playback/gststreamselector.h:
26283           Be more selective when we're redoing caps negotiation from
26284           within the chain function on a stream change.
26285
26286 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26287
26288         * configure.ac:
26289         * ext/Makefile.am:
26290         * ext/amrnb/Makefile.am:
26291         * ext/amrnb/amrnb.c: (plugin_init):
26292         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26293         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26294         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26295         (gst_amrnbdec_state_change):
26296         * ext/amrnb/amrnbdec.h:
26297         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26298         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26299         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26300         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26301         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26302         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26303         * ext/amrnb/amrnbparse.h:
26304           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26305         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26306           Add AMR-NB/-WB raw formats.
26307         * ext/alsa/gstalsa.c: (gst_alsa_link):
26308           Keep valid time when changing format.
26309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26310         (qtdemux_parse_trak):
26311           Add some more format-specific options (#140141, #143555, #155163).
26312
26313 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26314
26315         * gst/matroska/matroska-demux.c:
26316         (gst_matroska_demux_parse_blockgroup):
26317           Fix logic error in timing of subtitle stream synchronization.
26318         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26319           Add skip-chunk, which is found in kodak-camera streams.
26320
26321 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26322
26323         * po/LINGUAS:
26324         * po/vi.po:
26325           Adding Vietnamese translation (submitted by Clytie Siddall)
26326
26327 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26328
26329         * gst/playback/gstdecodebin.c: (try_to_link_1):
26330           Use realpad for signal.
26331
26332 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26333
26334         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26335           Fix category so decodebin picks it up.
26336
26337 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26338
26339         * ext/mad/Makefile.am:
26340         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26341         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26342         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26343         (found_type), (gst_id3demux_bin_change_state):
26344         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26345         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26346         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26347         (gst_id3_tag_change_state), (plugin_init):
26348         * ext/mad/gstmad.h:
26349           Add id3demuxbin (which is a simple bin consisting of id3demux
26350           and typefind), take over rank from id3demux, remove typefind
26351           code from id3demux. Makes all broken mp3s that I know of work,
26352           and thereby fixes #152688.
26353
26354 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26355
26356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26357
26358         * ext/mad/gstmad.c: (gst_mad_src_event):
26359         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26360           Allow seeks on audio pad, make mad forward those (#164826).
26361         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26362           Set duration (#165335).
26363
26364 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26365
26366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26367         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26368         (gst_asf_demux_process_ext_content_desc),
26369         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26370         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26371         * gst/asfdemux/gstasfdemux.h:
26372           Improve metadata display, e.g. if the metadata comes before the
26373           streams are loaded (which is perfectly valid).
26374
26375 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26376
26377         * tools/gst-launch-ext-m.m:
26378           Fix AVI/ASF pipelines (#165340).
26379
26380 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26381         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26382         build failure on amd64
26383
26384 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26385
26386         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26387         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26388           Check environment variables GST_ID3V2_TAG_ENCODING,
26389           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26390           list of character encodings to force interpretation of non-unicode
26391           strings stored in an ID3v2 tag to a particular encoding. If none
26392           is specified, try to use current locale's encoding, then fall back
26393           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26394         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26395         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26396           Check environment variables GST_ID3V1_TAG_ENCODING,
26397           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26398           list of character encodings to use in case a string encountered
26399           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26400           specified, try to use the current locale's encoding, then fall
26401           back to ISO-8859-1 (which will always succeed).
26402
26403 2005-01-25  Benjamin Otte  <otte@gnome.org>
26404
26405         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26406           - on half framerate, compute the rate in advance so the comparisons
26407             don't compare wrong values
26408           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26409             behaviour
26410           - don't use mad_header_decode anymore, mad_frame_decode does that
26411             automatically
26412           - when getting rid of consumed bytes, reset the stream's skiplen
26413           (fixes #163867)
26414
26415 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26416
26417         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26418           Use 1/2 a second for default max_discont, as PES streams from DVB
26419           seem to have larger spacings in the SCR. 
26420           Fix a typo.
26421
26422 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * gst/playback/gstplaybasebin.c: (group_commit):
26425           Notify delayed stream-info availability.
26426
26427 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26428         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26429         (gst_a52dec_handle_event), (gst_a52dec_chain):
26430         Add some debug output. Check that a discont has a valid
26431         time associated.
26432         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26433         (gst_alsa_sink_loop):
26434         Ignore TAG events. A little extra debug for broken timestamps.
26435         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26436         (dvdnavsrc_change_state):
26437         Ensure we send a discont to engage the link before we send any
26438         other events.
26439         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26440         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26441         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26442         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26443         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26444         dvd://title works in totem because typefinding sends a seek that ends
26445         up going back to chapter 1 regardless.
26446         * ext/mpeg2dec/gstmpeg2dec.c:
26447         * ext/mpeg2dec/gstmpeg2dec.h:
26448         Output correct timestamps and handle disconts.
26449         * ext/ogg/gstoggdemux.c: (get_relative):
26450         Small guard against a null dereference.
26451         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26452         (gst_textoverlay_set_property):
26453         Free memory when done. Don't call gst_event_filler_get_duration on
26454         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26455         g_warning.
26456         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26457         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26458         (gst_sw_srclink), (gst_smoothwave_chain):
26459         Draw solid lines, prettier colours.
26460         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26461         Add a default palette that'll work for some movies.
26462         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26463         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26464         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26465         * gst/mpegstream/gstdvddemux.h:
26466         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26467         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26468         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26469         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26470         * gst/mpegstream/gstmpegparse.h:
26471         Use PTM/NAV events when for timestamp adjustment when connected to 
26472         dvdnavsrc. Don't use many discont events where one suffices.
26473         * gst/playback/gstplaybasebin.c: (group_destroy),
26474         (gen_preroll_element), (gst_play_base_bin_add_element):
26475         * gst/playback/gstplaybasebin.h:
26476         Make sure we remove subtitles from the same bin we put them in.
26477         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26478         (gst_subparse_buffer_format_autodetect),
26479         (gst_subparse_change_state):
26480         Fix some memleaks and invalid accesses.
26481         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26482         (oggskel_type_find), (cmml_type_find), (plugin_init):
26483         Some typefind functions for Annodex v3.0 files
26484         * gst/wavparse/gstwavparse.h:
26485         GstRiffReadClass is the correct parent class.
26486
26487 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * gst-libs/gst/riff/riff-media.c:
26490         (gst_riff_create_video_caps_with_data):
26491           Add extradata to huffyuv (fixes #165013).
26492         * gst-libs/gst/riff/riff-read.c:
26493         (gst_riff_read_strf_vids_with_data):
26494           Fix extradata extraction if it is in the chunk size.
26495
26496 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26497
26498         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26501         (gst_quarktv_change_state), (gst_quarktv_dispose):
26502           Memory free'ing location fix (#164708).
26503
26504 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26505
26506         * gst/playback/gstplaybasebin.c: (group_commit),
26507         (gen_preroll_element), (probe_triggered), (gen_source_element),
26508         (setup_source), (gst_play_base_bin_change_state),
26509         (gst_play_base_bin_add_element):
26510           Don't block for streams.
26511         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26512         (gst_stream_info_set_mute):
26513           Use gst_pad_set_active_recursive.
26514
26515 2005-01-25  Andy Wingo  <wingo@pobox.com>
26516
26517         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26518         for #ifndef HAVE_XVIDEO.
26519
26520 2005-01-24  Jeffrey C. Ollie
26521
26522         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26523
26524         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26525         * ext/gsm/gstgsmdec.h:
26526         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26527         * ext/gsm/gstgsmenc.h:
26528         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26529         was given by property. Add proper buffer timestamps and offsets.
26530
26531 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26532
26533         * gst-libs/gst/riff/riff-media.c:
26534         (gst_riff_create_audio_caps_with_data):
26535           Audio can be <8000Hz.
26536
26537 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26538
26539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26540           Explicit state change to workaround refcount bugs.
26541
26542 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26543
26544         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26545         (gst_avimux_riff_get_avi_header):
26546           Fix...
26547
26548 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26551         (gst_riff_read_element_data):
26552         * gst-libs/gst/riff/riff-read.h:
26553           Add _peek version (req'ed in CDXA).
26554         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26555         (gst_cdxaparse_loop):
26556           Fix parsing in playbin.
26557         * gst/playback/gstdecodebin.c: (close_pad_link):
26558           Ignore current_ pads, they cause major annoyance.
26559
26560 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26563           Safety guard.
26564
26565 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26566
26567         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26568           Fix padding...
26569
26570 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26571
26572         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26573           Allow for 0-sized buffers. Fixes length query problems in
26574           starwars.mkv from the testsuite.
26575
26576 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26577
26578         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26579         (gst_video_box_i420), (gst_video_box_chain):
26580           Fix row strides for I420 (fixes #163159)
26581           
26582 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26583
26584         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26585           MPEG2 has a useful rate property, so we can actually use that.
26586           For MPEG-1, continue using the bytes/time properties.
26587
26588 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * gst-libs/gst/riff/riff-media.c:
26591         (gst_riff_create_video_caps_with_data),
26592         (gst_riff_create_video_template_caps):
26593           Add intel-h263.
26594
26595 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26598           Fail if caps negotiation fails. Should fix #162184, and should
26599           definately be in there regardless of it fixing the actual bug.
26600         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26601         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26602         (gst_avimux_riff_get_avix_header),
26603         (gst_avimux_riff_get_video_header),
26604         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26605         (gst_avimux_start_file), (gst_avimux_handle_event),
26606         (gst_avimux_change_state):
26607         * gst/avi/gstavimux.h:
26608           Refactor structure writing to use GST_WRITE_UINT macros, add
26609           metadata writing support.
26610
26611 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26612
26613         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26614           Elements may already be destroyed when this function is called.
26615
26616 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26619         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26620           More memory leak fixes (#149162).
26621
26622 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26625         (gst_qtdemux_add_stream):
26626           Fix two memleaks.
26627
26628 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26629
26630         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26631           Argh...
26632
26633 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26634
26635         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26636           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26637           when fixating to six channels in Totem.
26638
26639 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26640
26641         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26642           Fix compile warnings on Solaris 10 buildbot
26643
26644 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26645
26646         * ext/dvdread/dvdreadsrc.c: (_read):
26647           Don't read beyond the last cell in a chapter (fixes 
26648           invalid memory access)
26649
26650 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26651
26652         * ext/dvdread/stream_labels.c:
26653         (dvdreadsrc_get_audio_stream_labels):
26654           Use NULL for an empty GList instead of g_list_alloc(); fix 
26655           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26656           of GString (easier to bulk free later)
26657
26658 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26659
26660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26661
26662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26663         (gst_ffmpeg_pixfmt_to_caps):
26664           Fix BGRA32 caps (#164209).
26665
26666 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26667
26668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26669
26670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26671         (gst_ffmpeg_caps_to_pixfmt):
26672           alpha_mask can be RGBA/ABGR. Fixes #164265.
26673
26674 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26675
26676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26679         (gst_mpeg2dec_alloc_buffer):
26680         * ext/mpeg2dec/gstmpeg2dec.h:
26681           Crop if decoding size is not the actual image size (#163676).
26682
26683 2005-01-17  Steve Baker  <steve@stevebaker.org>
26684
26685         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26686
26687         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26688         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26689           Add libsndfile typefind functions (#163309).
26690
26691 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26692
26693         * tools/gst-launch-ext-m.m:
26694           Add .aac, fix .m1v/.m2v (#163891).
26695
26696 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26697
26698         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26699           Sanity check, don't wait endlessly since the clock might not
26700           actually run at this point (which is a deadlock). Fixes #164069.
26701
26702 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26703
26704         * gst/playback/gstplaybasebin.c: (probe_triggered):
26705           Of course, only pause if group is done...
26706
26707 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * gst/playback/gstplaybasebin.c: (probe_triggered):
26710           Thread safety.
26711
26712 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26713
26714         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26715           Don't return state change success when the parent
26716           failed.
26717
26718 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26719
26720         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26721           Free events (fix memleak in #162905).
26722
26723 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26724
26725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26726
26727         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26728         (gst_ffmpeg_caps_to_pixfmt):
26729           Fix for depth = 15. Fixes #161675.
26730
26731 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26734           Set FPS correctly, even for webcams and the like.
26735         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26736           Don error on setting while capturing.
26737
26738 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26739
26740         * ext/dv/gstdvdec.c:
26741         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26742         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26743           I'm a bad boy. using /1001. to force C to do float division
26744           and not integer division (as it did in my last commit)
26745           Thanks to David I. Lehn for pointing this mistake.
26746
26747 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26750           Revert Johan's 1.35->1.36 since it breaks compat.
26751
26752 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26753
26754         * ext/dv/gstdvdec.c:
26755         * ext/libfame/gstlibfame.c:
26756         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26757         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26758           replace framerate aproximations by their real value
26759           (24000/1001, 30000/1001, 60000/1001)
26760           Finish fixing bug #164049
26761
26762 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26763
26764         * ext/ogg/gstoggmux.c:
26765           eos/bos debugging
26766         * gst/tcp/gstmultifdsink.c:
26767         * gst/tcp/gstmultifdsink.h:
26768         * gst/tcp/gsttcp.c:
26769         * gst/tcp/gsttcp.h:
26770         * gst/tcp/gsttcpclientsink.c:
26771         * gst/tcp/gsttcpclientsrc.c:
26772         * gst/tcp/gsttcpserversink.c:
26773         * gst/tcp/gsttcpserversrc.c:
26774           improve reusability of elements after state changes and errors
26775           make multifdsink throw away streamheaders when receiving new ones
26776
26777 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26778
26779         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26780           Fix for if items are already in list...
26781
26782 2005-01-12  Benjamin Otte  <otte@gnome.org>
26783
26784         * gst/adder/gstadder.c: (gst_adder_loop):
26785           fix adder a bit so it doesn't screw up with events as much anymore
26786
26787 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26788
26789         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26790         (pixbufscale_scale), (gst_pixbufscale_chain):
26791         * ext/gdk_pixbuf/pixbufscale.h:
26792           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26793           to ensure rowstrides are calculated the same way as 
26794           ffmpegcolorspace
26795           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26796           that we pick up duration and offset also.
26797
26798 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26799
26800         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26801         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26802           Reusability fixes.
26803
26804 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26805
26806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26807         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26808         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26809         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26810           Update flags when requested.
26811
26812 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26813
26814         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26815           Fix dmix.
26816
26817 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26818
26819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26820         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26821         (probe_triggered), (new_decoded_pad), (gen_source_element),
26822         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26823         * gst/playback/gstplaybasebin.h:
26824         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26825         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26826         (gst_play_bin_change_state):
26827           Implement group-switch signal for use in apps to clear metadata
26828           cache, clean up subtitle, add suburi property instead of # hack,
26829           some error-out fixes.
26830
26831 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26832
26833         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26834           Debug.
26835         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26836           If we got a state change in the _get handler, don't return success.
26837
26838 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26839
26840         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26841         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26842           Make jpegdec quiet on MJPEG decoding
26843         * gst/asfdemux/README:
26844           Fix mimetypes for MJPEG and H263
26845
26846 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26847
26848         * ext/theora/theoradec.c: (theora_dec_chain):
26849           Fix broken code generation by gcc by swapping arguments.
26850         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26851           Fix \n in debug.
26852
26853 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26854
26855         * TODO:
26856           delete this file, it is by far outdated
26857         * ext/alsa/gstalsa.1: remove
26858         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26859         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26860         (gst_alsa_get_caps):
26861           Add HW probing for supported sample rates. Fixes #161704
26862
26863 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26866           Don't crash, biatch! :).
26867
26868 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26869
26870         * ext/musepack/gstmusepackreader.cpp:
26871         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26872           Some work on tags - still doesn't work in playbin...
26873         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26874           Handle events...
26875
26876 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26877
26878         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26879           Also shove tags on kid pads.
26880
26881 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26882
26883         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26884           Don't bail on unknown events.
26885         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26886           Don't crash on events before negotiation.
26887         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26888           Send tags on pads, too.
26889         * gst/playback/gststreamselector.c:
26890         (gst_stream_selector_request_new_pad):
26891           Forward events on first pad if no input was selected yet.
26892
26893 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * gst/playback/gstplaybasebin.c: (setup_substreams):
26896           Don't disable streamtype if the stream doesn't exist, since
26897           then playing a video after audio will disable both and nothing
26898           will happen. Fixes the testsuite.
26899
26900 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26901
26902         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26903         (gst_v4l_xoverlay_set_xwindow_id):
26904         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26905         (gst_v4l2_xoverlay_set_xwindow_id):
26906           Add debug categories, fix overlay disabling.
26907
26908 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26909
26910         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26911         * ext/alsa/gstalsa.h:
26912           Add HW probing for period_count/size and buffer_size MIX/MAX
26913           Adjust default/user defined value if out of bounds
26914           Should fix bug #162024
26915
26916 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26919           Fix warning (#161191).
26920
26921 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26922
26923         * ext/dvdread/stream_labels.c:
26924         (dvdreadsrc_get_audio_stream_labels):
26925           Fix warning (init the good variable in switch default)
26926
26927 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26928
26929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26930
26931         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26932           Fix gcc-2.95 compile (#163485).
26933
26934 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26935
26936         * configure.ac:
26937         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26938         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26939         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26940         (gst_flacenc_change_state):
26941         * ext/flac/gstflacenc.h:
26942           Update for API change in flac-1.1.1. Update requirement in
26943           configure.ac. Fixes #162974.
26944
26945 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26946
26947         * gst/playback/gstplaybasebin.c: (group_destroy):
26948           Remove hack to get rid of assert and get rid of unlinked
26949           signals properly.
26950
26951 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26952
26953         * gst/playback/gstplaybasebin.c: (setup_source):
26954           Set source to NULL so that resources are free'ed. Fixes issues
26955           with playback of CDDA and similar device-accessing things.
26956
26957 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26958
26959         * testsuite/embed/Makefile.am:
26960           test->noinst, fix make test in buildbot.
26961
26962 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26963
26964         * ext/dvdread/stream_labels.c: new file
26965         * ext/dvdread/stream_labels.h: new file
26966         * ext/dvdread/Makefile.am:
26967         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26968           Extract audio stream label from DVD IFO files.
26969           It only dump them on the console for now, still have to
26970           make playbin aware of them.
26971
26972 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * gst/playback/gstplaybasebin.c: (setup_source):
26975           Fix hanging subs.
26976
26977 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26978
26979         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26980         (gen_preroll_element), (remove_groups), (setup_subtitle),
26981         (gen_source_element), (setup_source):
26982         * gst/playback/gstplaybasebin.h:
26983           Multiple .sub files is just a stupid idea... Fix some threading
26984           mistakes. Interestingly, external .sub files cause playbin to
26985           hang, I don't know why... Parsing fixes contributed by Fran??ois
26986           Kooman <fkooman@tuxed.net>.
26987
26988 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * testsuite/embed/Makefile.am:
26991           Fix buildbot.
26992
26993 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26994
26995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26996
26997         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26998         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26999         (gst_pngenc_set_property):
27000         * ext/libpng/gstpngenc.h:
27001           Add compression level property (#163323).
27002
27003 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27004
27005         * configure.ac:
27006         * examples/capsfilter/capsfilter1.c: (main):
27007         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27008         * ext/dvdread/Makefile.am:
27009         * ext/dvdread/demo-play:
27010         * ext/dvdread/demo-play.c:
27011         * gconf/gstreamer.schemas.in:
27012         * gst-libs/gst/gconf/gconf.c:
27013         * sys/v4l/TODO:
27014         * testsuite/Makefile.am:
27015         * testsuite/embed/Makefile.am:
27016         * testsuite/embed/embed.c: (cb_expose), (main):
27017           Remove all references to xvideosink, fix examples (#140845).
27018         * gst/playback/gstplaybasebin.c: (group_destroy):
27019           Apparently, disposal does not unlink - so do explicitely.
27020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27021           Add debug.
27022
27023 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27024
27025         * README: fix PKG_CONFIG_PATH instructions, what was there
27026         previously was breaking default search path, not nice. 
27027         Fixes #163358
27028
27029 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27030
27031         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27032         (gst_audioscale_chain):
27033           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27034           when resampling - how the ^@$^!@^! is this possible?!?
27035
27036 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27037
27038         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27039           Reset variables on READY.
27040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27041         (gst_matroska_mux_loop):
27042           Require data before writing header.
27043
27044 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27045
27046         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27047
27048         * ext/mad/gstmad.c: (gst_mad_chain):
27049           Don't call mad_stream_sync() directly after recovering sync.
27050           Fixes #151661.
27051
27052 2005-01-09  Martin Eikermann  <meiker@upb.de>
27053
27054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27055
27056         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27057         (snapshot_handler), (gst_snapshot_sinkconnect),
27058         (gst_snapshot_chain):
27059           Allocate resources when required, fix recursive signal emission
27060           and fix caps. Fixes #161667.
27061
27062 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27063
27064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27065
27066         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27067         (gst_pngdec_chain):
27068           Handle only 8-bppc (bits-per-pixel-component) images, better
27069           error handling and correct strides. Fixes #163177.
27070         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27071         (gst_pngenc_chain):
27072           Better error handling. Fixes #163348.
27073
27074 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27077         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27078         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27079         (dvdnavsrc_uri_handler_init):
27080           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27081         * gst/playback/gstplaybasebin.c: (gen_source_element):
27082           Add MMS to streaming URIs.
27083
27084 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27087         * sys/xvimage/xvimagesink.c:
27088         (gst_xvimagesink_navigation_send_event):
27089           Check for pad availability before sending event.
27090
27091 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27092
27093         * gst-plugins.spec.in:
27094           Add subparse.
27095
27096 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * configure.ac:
27099           Since we use functions from CVS, up requirement.
27100
27101 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27102
27103         * gst/playback/Makefile.am:
27104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27105         (group_destroy), (group_commit), (group_is_muted),
27106         (gen_preroll_element), (add_stream), (unknown_type),
27107         (probe_triggered), (preroll_unlinked), (mute_stream),
27108         (silence_stream), (new_decoded_pad), (setup_substreams),
27109         (setup_source), (get_active_source), (mute_group_type),
27110         (muted_group_change_state), (set_active_source),
27111         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27112         (play_base_eos), (gst_play_base_bin_change_state):
27113         * gst/playback/gstplaybasebin.h:
27114         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27115         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27116         (gst_stream_info_dispose), (stream_info_mute_pad),
27117         (stream_info_change_state), (gst_stream_info_set_mute):
27118         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27119         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27120         (gst_stream_selector_init), (gst_stream_selector_dispose),
27121         (gst_stream_selector_get_linked_pad),
27122         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27123         (gst_stream_selector_get_linked_pads),
27124         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27125         * gst/playback/gststreamselector.h:
27126           Adding stream selection support plus required properties for
27127           applications to use this. Fully fixes #100931.
27128
27129 2005-01-08  Benjamin Otte  <otte@gnome.org>
27130
27131         * gst/games/gstpuzzle.c: (nav_event_handler):
27132           - handle nav events differently: forward every event no matter if it
27133             was handled or not.
27134           - translate events
27135           You can now cheat by using navigationtest ! puzzle and moving the
27136           mouse close to the edge of a tile. ;)
27137
27138 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27139
27140         * configure.ac:
27141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27142         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27143         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27144         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27145         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27146         (gst_ogm_parse_plugin_init):
27147         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27148         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27149         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27150         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27151         * ext/pango/gsttextoverlay.h:
27152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27153         (gst_matroska_demux_handle_seek_event),
27154         (gst_matroska_demux_sync_streams),
27155         (gst_matroska_demux_parse_blockgroup),
27156         (gst_matroska_demux_subtitle_caps),
27157         (gst_matroska_demux_plugin_init):
27158         * gst/matroska/matroska-ids.h:
27159         * gst/playback/gstdecodebin.c: (close_pad_link):
27160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27161         (gen_preroll_element), (remove_groups), (add_stream),
27162         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27163         (setup_source):
27164         * gst/playback/gstplaybasebin.h:
27165         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27166         * gst/subparse/Makefile.am:
27167         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27168         (gst_subparse_base_init), (gst_subparse_class_init),
27169         (gst_subparse_init), (gst_subparse_formats),
27170         (gst_subparse_eventmask), (gst_subparse_event),
27171         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27172         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27173         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27174         (parse_mpsub_deinit), (parse_mpsub_init),
27175         (gst_subparse_buffer_format_autodetect),
27176         (gst_subparse_format_autodetect), (gst_subparse_loop),
27177         (gst_subparse_change_state), (gst_subparse_type_find),
27178         (plugin_init):
27179         * gst/subparse/gstsubparse.h:
27180         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27181         (plugin_init):
27182           Add subtitle support, .sub parser (supports SRT and MPsub),
27183           OGM text support, Matroska UTF-8 text support, deadlock fixes
27184           all over the place, subtitle awareness in decodebin/playbin
27185           and some fixes to textoverlay to handle subtitles in a stream
27186           correctly. Fixes #100931.
27187
27188 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27191           Check for pad availability before doing a query on it.
27192
27193 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27194
27195         * ext/dv/gstdvdec.c:
27196           really fix bpp24/32 dvdec caps (classic rgba indeed)
27197         * gst/asfdemux/gstasfdemux.c:
27198         (gst_asf_demux_process_ext_content_desc):
27199           don't send text tags if they are empty (bis repetita)
27200
27201 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27202
27203         * ext/dv/gstdvdec.c:
27204          remove unneeded comment from dvdec
27205           (related to DV 4CC codes in AVI files)
27206           moved them in gstreamer/docs/random/mimetypes
27207         * gst/asfdemux/gstasfdemux.c:
27208         (gst_asf_demux_process_ext_content_desc):
27209          don't send text tags if they are empty
27210          fix mem leak on error path
27211         * gst/ffmpegcolorspace/avcodec.h:
27212         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27213         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27214         (gst_ffmpegcsp_avpicture_fill):
27215         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27216         * gst/ffmpegcolorspace/imgconvert_template.h:
27217          adds BGR32 and BGRA32 to ffmpegcolorspace
27218           (still bad colors, fixing it on next commit)
27219           helps with dvdec outputing BGR32
27220
27221 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27222
27223         * ext/dv/gstdvdec.c:
27224          Fix audio caps i just broke (missing ',')
27225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27226         (gst_matroska_mux_reset):
27227          Fix typo + add FIXME about old "x-gst-metadata" crap
27228
27229 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27230
27231         * ext/dv/demo-play.c: (main):
27232          xvideosink -> xvimagesink
27233         * ext/dv/gstdvdec.c:
27234          change rgb 32/32 caps to 24/32 (no alpha)
27235          change nb of channels to be a list (2 or 4, not 2)
27236          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27237         * gst/asfdemux/gstasfdemux.c:
27238         (gst_asf_demux_process_ext_content_desc):
27239          Add 'date/year' to extracted metadata list
27240
27241 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27242
27243         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27244           The return value of fixate_to does not imply that the requested
27245           value was set, so don't assume.
27246
27247 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27248
27249         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * ext/libpng/gstpngdec.c:
27252         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27253         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27254         * ext/libpng/gstpngenc.h:
27255           Alpha support (encoder; #163161), mime fixage.
27256
27257 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27258
27259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27262         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27263         (gst_faac_set_property), (gst_faac_get_property):
27264         * ext/faac/gstfaac.h:
27265           Allow for ADTS output (#153434).
27266
27267 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27268
27269         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27270           Fix against template (#150576).
27271
27272 2005-01-06  Benjamin Otte  <otte@gnome.org>
27273
27274         * gst/games/gstpuzzle.c: (draw_puzzle):
27275           don't draw a puzzle if either width or height of tiles would be 0.
27276
27277 2005-01-06  Benjamin Otte  <otte@gnome.org>
27278
27279         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27280         (gst_puzzle_class_init), (gst_puzzle_finalize):
27281           no memleaks, please
27282         (gst_puzzle_create), (gst_puzzle_init),
27283         (gst_puzzle_set_property), (gst_puzzle_setup):
27284           change initialization code around so we don't reshuffle on resize
27285         (draw_puzzle):
27286           fix another stupid typo
27287
27288 2005-01-06  Benjamin Otte  <otte@gnome.org>
27289
27290         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27291           fix stupid typo that borked copying on YUY2
27292
27293 2005-01-06  Benjamin Otte  <otte@gnome.org>
27294
27295         * gst/games/gstpuzzle.c: (draw_puzzle):
27296           fix edges when image sizes aren't multiples of tile sizes
27297
27298 2005-01-06  Benjamin Otte  <otte@gnome.org>
27299
27300         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27301           make RGB endianness work correctly
27302         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27303           refactor and fix race with initial shuffling
27304         (nav_event_handler):
27305           allow using the mouse to puzzle
27306         (draw_puzzle):
27307           insist on tiles having width and height as multiples of 4 to get
27308           clean YUV image handling
27309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27310         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27311           s/DEBUG/LOG/ for common messages
27312         (gst_xvimagesink_navigation_send_event):
27313           fix mouse event translation to not include screen PAR
27314         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27315           fix mouse event translation to actually work
27316
27317 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27318
27319         * gst/asfdemux/gstasfdemux.c:
27320         (gst_asf_demux_process_ext_content_desc):
27321          Extract TrackNumber metadata + clean up code
27322         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27323          Hope this is the good fix (var used unitialised)
27324
27325 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27326
27327         * ext/faad/gstfaad.c: (gst_faad_chain):
27328           Only increment timestamp if it's valid. Fixes raw AAC streams.
27329
27330 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27331
27332         * configure.ac:
27333         * gst/games/Makefile.am:
27334         * gst/games/gstpuzzle.c:
27335           add a puzzle game with...
27336         * gst/games/gstvideoimage.c:
27337         * gst/games/gstvideoimage.h:
27338           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27339           from videotestsrc and made into something that would be a nice
27340           library for a lot of other plugins.
27341
27342 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27343
27344         * configure.ac:
27345          don't compile faad plugin if a RC of 2.0 is found
27346          Fixes #155346 (and FC1 buildbot)
27347         * gst/asfdemux/gstasfdemux.c:
27348         (gst_asf_demux_process_ext_content_desc):
27349          try to make Solaris compiler happier
27350
27351 2005-01-06  Paul Jack  <pjack@sfaf.org>
27352
27353         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27354
27355         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27356           Fix segfault (#161667).
27357
27358 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27361           Fix framerate reporting.
27362
27363 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27364
27365         * gst-libs/gst/riff/riff-ids.h:
27366         * gst/wavenc/riff.h:
27367          Add AMR (VBR and CBR) ids to riff.h audio codec list
27368         * gst/asfdemux/gstasfdemux.c:
27369         (gst_asf_demux_process_ext_content_desc),
27370         (gst_asf_demux_process_object):
27371           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27372
27373 2005-01-05  Martin Eikermann  <meiker@upb.de>
27374
27375         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27376
27377         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27378         (gst_dvd_demux_handle_discont):
27379         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27380         (gst_mpeg_demux_handle_discont):
27381           Recreate pads on new-media (#160730).
27382         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27383           Send discont even if manager changes timestamps (#161929).
27384
27385 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27386
27387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27388
27389         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27390           Fix invalid memory access (#159211).
27391
27392 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27393
27394         * examples/gstplay/player.c: (main):
27395           Don't iterate.
27396         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27397           Add visualizations.
27398         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27399         (gst_a52dec_handle_frame):
27400           Set duration.
27401         * ext/dvdnav/gst-dvd:
27402           Add audioconvert. Fixes #161325.
27403         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27404           Explicitely case to gint64. Possible valgrind error.
27405         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27406         (gst_play_tick_callback), (gst_play_change_state),
27407         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27408         (gst_play_set_location), (gst_play_get_location),
27409         (gst_play_seek_to_time), (gst_play_set_data_src),
27410         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27411         (gst_play_set_visualization), (gst_play_connect_visualization),
27412         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27413         (gst_play_new):
27414           Use playbin. Fixes #139749 and #147744.
27415         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27416           Add genre tag.
27417         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27418         (audioscale_get_type), (gst_audioscale_base_init),
27419         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27420         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27421         (gst_audioscale_link), (gst_audioscale_get_buffer),
27422         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27423         (gst_audioscale_init), (gst_audioscale_dispose),
27424         (gst_audioscale_chain), (gst_audioscale_set_property),
27425         (gst_audioscale_get_property), (plugin_init):
27426           Indent properly.
27427         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27428           Fix LPCM.
27429         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27430         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27431         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27432           Add more metadata (fixes #162656).
27433
27434 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27435
27436         * configure.ac:
27437           back to cvs
27438
27439 === release 0.8.7 ===
27440
27441 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27442
27443         * NEWS:
27444         * RELEASE:
27445         * configure.ac:
27446           releasing 0.8.7, "Hyperspace"
27447
27448 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27449
27450         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27451
27452         * gst/playback/gstplaybasebin.c:
27453          Fix for #162924 - free caps after use, not before
27454
27455 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27456
27457         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27458
27459         * gst/playback/gstplaybasebin.c:
27460         * gst/wavparse/gstwavparse.c:
27461           Fix for #154773 - fixes playback of small .wav files
27462
27463 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27464
27465         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27466
27467         * gst/audioscale/gstaudioscale.c:
27468           Fix for #162819 - make audioscale reusable
27469           Fixes playback of more than one file with playbin/totem
27470
27471 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27472
27473         * gst/ffmpegcolorspace/avcodec.h:
27474         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27475         * gst/ffmpegcolorspace/imgconvert.c:
27476           clean up the mess that made me cry and avoid needless duplication
27477
27478 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27479
27480         * gst/ffmpegcolorspace/imgconvert.c:
27481           give some indication of why we're segfaulting
27482
27483 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27484
27485         * configure.ac:
27486           Fix indentation, fix v4l2 plugin detection.
27487         * ext/Makefile.am:
27488           Fix libmms location (Maciej, use diff -u!).
27489         * ext/alsa/gstalsa.c: (gst_alsa_init):
27490           Initialize caps cache to NULL.
27491         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27492           Only change state on audiosink if it exists.
27493
27494 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27495
27496         * gst/matroska/matroska-demux.c:
27497         * gst/matroska/matroska-ids.h:
27498         * gst/matroska/matroska-demux.h:
27499         Fix Vorbis streams failing to decode in some files, where cluster_time
27500         isn't 0, because then it doesn't send codec_priv before actual data.
27501         Remove time-based test and replace it with marker set on beginning of
27502         new stream
27503
27504 2004-12-28  David Schleef  <ds@schleef.org>
27505
27506         Merge patch from Ronald fixing problems with streaming
27507         text.
27508         * ext/cairo/gstcairo.c: (plugin_init):
27509         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27510         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27511         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27512         (gst_textoverlay_font_init), (gst_textoverlay_init),
27513         (gst_textoverlay_set_property):
27514         * ext/cairo/gsttextoverlay.h:
27515
27516 2004-12-27  David Schleef  <ds@schleef.org>
27517
27518         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27519         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27520         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27521         (gst_textoverlay_font_init), (gst_textoverlay_init),
27522         (gst_textoverlay_set_property): Improvements to actually
27523         render text as white on black outline on video, including
27524         font selection and horizontal/vertical alignment.  (Ronald's
27525         christmas present)
27526         * ext/cairo/gsttextoverlay.h:
27527
27528 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27529
27530         * ext/ogg/gstogg.c:
27531         * ext/ogg/gstogmparse.c:
27532           fix ogm[audio/video]parse plugin registration
27533           (riff won't load if bytestream is already loaded)
27534
27535 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27536
27537         * gst/audioconvert/gstchannelmix.c:
27538           fix for GLIB < 2.4
27539
27540 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27541
27542         * Makefile.am:
27543         * configure.ac:
27544           disable docs again until it actually passes make distcheck.
27545
27546 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27547
27548         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27549         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27550         (plugin_init):
27551           Add 3GP (variables name Q3GP because they can't start with a
27552           number). Add samr audio fourcc (used in .3gp files), decoder
27553           is work in progress. Also do a GST_WARNING instead of ERROR
27554           in case of unknown nodes, to decrease output.
27555
27556 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * Makefile.am:
27559           really fix dist
27560
27561 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27562
27563         * configure.ac:
27564         * ext/speex/gstspeexdec.h:
27565         * ext/speex/gstspeexenc.h:
27566           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27567           Fix detection code in configure.ac
27568
27569 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * gst/matroska/matroska-demux.c:
27572         (gst_matroska_demux_parse_blockgroup):
27573           Save position, so that queries give proper return values. Don't
27574           know how this could ever have worked before...
27575
27576 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27577
27578         * configure.ac:
27579           Put additional LAME check inside the conditional.  Fixes #152339
27580
27581 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27582
27583         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27584         (gst_avi_demux_stream_scan):
27585           Add some more debug. Fix logic error when setting movi offset
27586           while reading index.
27587
27588 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27589
27590         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27591         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27592         (gst_avi_demux_process_next_entry):
27593           Add some debugging. Better detection of broken indexes and the
27594           accompanying index recovery. No infinite loops on state changes
27595           when we're still in our loopfunction.
27596
27597 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27598
27599         * configure.ac:
27600           Fix up.
27601
27602 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27603
27604         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27605
27606         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27607           Normalizing the value before setting
27608         (gst_sunaudiomixer_get_volume):
27609           Normalizing the value after getting. Fixes bug# 161980
27610
27611 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27612
27613         * Makefile.am: Make sure docs gets disted
27614         * docs/Makefile.am: Make sure all needed files get disted
27615         * gst-plugins.spec.in: latest updates
27616
27617 2004-12-22  Wim Taymans  <wim@fluendo.com>
27618
27619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27620         Revert patch 1.38 as clock distribution over schedulers does
27621         not work correcly in the core yet.
27622
27623 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27624
27625         * sys/oss/README: remove this file, which predates my birth
27626           (and which content is by far outdated)
27627
27628 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27629
27630         * Makefile.am:
27631         * configure.ac:
27632         * docs/Makefile.am:
27633         * docs/libs/Makefile.am:
27634         * docs/libs/gst-plugins-libs-docs.sgml:
27635         * docs/libs/gst-plugins-libs-sections.txt:
27636         * docs/libs/tmpl/gstgconf.sgml:
27637         * docs/upload.mak:
27638         * docs/version.entities.in:
27639           Added boilerplate gtk-doc files for plugin-libs documentation.
27640
27641 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27642
27643         * gst/auparse/gstauparse.c: fix int and float audio caps
27644
27645 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27646
27647         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27648         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27649           g_assert() can be a macro, don't use #ifdef inside it.
27650
27651 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27652
27653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27656         (gst_videorate_init), (gst_videorate_chain),
27657         (gst_videorate_change_state):
27658           Event handling (fixes #159986).
27659
27660 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27661
27662         * gst-libs/gst/riff/riff-media.c:
27663         (gst_riff_create_video_caps_with_data):
27664           Add BLZ0 (Blizzard's version of DivX) fourcc.
27665
27666 2004-12-18  David Schleef  <ds@schleef.org>
27667
27668         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27669         portability fix.
27670
27671 2004-12-18  David Schleef  <ds@schleef.org>
27672
27673         * gst/tta/ttadec.h: Disable some header code that isn't used
27674         and clearly isn't portable.
27675
27676 2004-12-18  David Schleef  <ds@schleef.org>
27677
27678         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27679         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27680         (avcodec_get_pix_fmt), (avpicture_layout),
27681         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27682         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27683         Fix code to not use GCC extensions (and c99 extensions that
27684         Forte does not like.)
27685
27686 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27687
27688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27691         (gst_deinterlace_chain):
27692           Rowstride fixes. Fixes #161039.
27693         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27694         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27695         (gst_video_crop_getcaps), (gst_video_crop_link),
27696         (gst_video_crop_i420), (gst_video_crop_chain),
27697         (gst_video_crop_change_state):
27698           Rework of negotiation. Actually works now. Fixes #158650.
27699
27700 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27701
27702         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27703           That was very stupid.
27704
27705 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27706
27707         * gst/matroska/matroska-demux.c:
27708         (gst_matroska_demux_parse_blockgroup):
27709           Fix possible crasher.
27710
27711 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27712
27713         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27714         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27715           Lace sizes can be zero.
27716
27717 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27718
27719         * ext/musepack/gstmusepackdec.cpp:
27720           Fetch error return values. Fixes #161624.
27721         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27722           Really EOS.
27723
27724 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27725
27726         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27727           Work for truncated (unfinished download etc.) files. Fixes #160514.
27728
27729 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27730
27731         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27732           Fix for integer overflow. Makes #156001 not crash. Probably masks
27733           the real bug.
27734
27735 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27736
27737         * gst/ac3parse/gstac3parse.c: (plugin_init):
27738           Parsers never have ranks. Fixes #159651.
27739
27740 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27741
27742         * gst/playback/gstdecodebin.c: (compare_ranks):
27743           make sure the facotries are ordered the same every time even if they
27744           have the same rank by using the name
27745         * gst/playback/gstdecodebin.c: (find_compatibles):
27746           make sure we don't add factories to the list twice
27747
27748 2004-12-16  David Schleef  <ds@schleef.org>
27749
27750         * configure.ac: look for musepack headers as musepack/*.h
27751         (fixes #159847)
27752         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27753         * ext/musepack/gstmusepackreader.h: same
27754
27755 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27756
27757         * gst-libs/gst/riff/riff-read.c:
27758         (gst_riff_read_strf_auds_with_data):
27759           Read extradata correctly (fixes #155879).
27760
27761 2004-12-16  David Schleef  <ds@schleef.org>
27762
27763         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27764         audio.  does _not_ attempt or allow conversion unless channels
27765         is 1 or 2.
27766
27767 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27768
27769         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27770
27771 2004-12-16  David Schleef  <ds@schleef.org>
27772
27773         * gst/audioscale/gstaudioscale.c: the resample library only
27774         handles 1 or 2 channels.  Change caps to compensate.
27775
27776 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27777
27778         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27779         (gst_matroska_demux_audio_caps):
27780           Some MPEG-AAC hacks, because else it doesn't work...
27781
27782 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27783
27784         * gst-libs/gst/riff/riff-media.c:
27785         (gst_riff_create_video_caps_with_data),
27786         (gst_riff_create_video_template_caps):
27787           Add h264.
27788
27789 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27790
27791         * gst-libs/gst/audio/Makefile.am:
27792           Try to fix buildbot.
27793
27794 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27795
27796         * gst/tcp/gstmultifdsink.c:
27797           Clean up and uniformize debugging.
27798
27799 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27800
27801         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27802
27803         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27804         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27805         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27806         (gst_mpeg_demux_change_state):
27807           Reset on ready. Fixes 160276.
27808
27809 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27810
27811         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27812
27813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27814         (gst_ffmpegcsp_pad_link):
27815           Fix memleak (#154815).
27816
27817 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27818
27819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27820
27821         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27822         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27823         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27824         * ext/musicbrainz/gsttrm.h:
27825           Add support for using a proxy server when getting a trm id from
27826           the MusicBrainz database (#149613).
27827
27828 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27829
27830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27831
27832         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27833         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27834           Fix memleaks (#157233).
27835
27836 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27837
27838         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27839
27840         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27841         * gst-libs/gst/resample/resample.h:
27842         * gst/audioscale/gstaudioscale.c:
27843           Fix memleak (#159215).
27844
27845 2004-12-16  Toni Willberg  <toniw@iki.fi>
27846
27847         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27848
27849         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27850         * sys/oss/oss_probe.c: (main):
27851           Check for mono/stereo support (similar to samplerate probing),
27852           fixes #159433. Also add missing copyright header to oss_probe.c.
27853
27854 2004-12-15  David Schleef  <ds@schleef.org>
27855
27856         * configure.ac: add audioresample and cairo plugins.  Remove
27857         HAVE_MMX stuff, because it's not used.
27858         * ext/Makefile.am: same
27859         * ext/audioresample/Makefile.am: You are not ready for an
27860         audio resampling element based on audioresample.
27861         * ext/audioresample/gstaudioresample.c:
27862         * ext/audioresample/gstaudioresample.h:
27863         * ext/cairo/Makefile.am: You are not ready for overlay elements
27864         based on cairo.  Don't look too closely, these elements kinda
27865         suck right now.
27866         * ext/cairo/gstcairo.c: new
27867         * ext/cairo/gsttextoverlay.c: new
27868         * ext/cairo/gsttextoverlay.h: new
27869         * ext/cairo/gsttimeoverlay.c: new
27870         * ext/cairo/gsttimeoverlay.h: new
27871         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27872         problem with compilers that don't support variadic macros.
27873
27874 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27875
27876         Reviewed by:  David Schleef  <ds@schleef.org>
27877
27878         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27879         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27880         bit.  Also ran indent-gst.
27881         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27882         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27883         (gst_sunaudiosrc_setparams):
27884
27885 2004-12-14  David Schleef  <ds@schleef.org>
27886
27887         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27888         output rate to 16000.  Should fix #160235.
27889
27890 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27891
27892         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27893         Add typefinding for mpeg2 pes streams
27894
27895 2004-12-13  David Schleef  <ds@schleef.org>
27896
27897         * configure.ac:  Applied patch from bug #143659, making default
27898         sources and sinks OS-dependent (for Solaris), and added code
27899         for OS/X.
27900         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27901
27902 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27903
27904         * gst-libs/gst/riff/riff-media.c:
27905           forgot to add h2.64 to avidemux template caps
27906
27907 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27908
27909         * gst/wavenc/riff.h:
27910         * gst-libs/gst/riff/riff-media.c:
27911         * gst-libs/gst/riff/riff-ids.h:
27912         * gst/avi/gstavimux.c
27913         add 4CC code for VideoSoft h264 in AVI (VSSH)
27914           fixes bug #160655
27915         remove s323 from riff, it's quicktime specific :(
27916
27917 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27918
27919         * gst/asfdemux/README
27920         * gst/wavenc/riff.h
27921         * gst-libs/gst/riff/riff-ids.h
27922         * gst-libs/gst/riff/riff-media.c
27923         * gst/qtdemux/qtdemux.c:
27924           add new 4CC codes for h263 related codecs
27925           fixes partially bug #155163
27926
27927 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27928
27929         * configure.ac: Update polyaudio requirement to 0.7
27930         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27931
27932 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27933
27934         * gst/interleave/deinterleave.c:
27935         fix my name's spelling! :)
27936
27937 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27938
27939         * AUTHORS ChangeLog
27940         * gst/auparse/gstauparse.c
27941         * gst/interleave/deinterleave.c
27942         * gst/law/:
27943                 alaw-decode.c alaw-encode.c
27944                 mulaw-decode.c mulaw-encode.c
27945         * gst/oneton/gstoneton.c
27946         * sys/osxaudio/:
27947                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27948         * sys/osxvideo/:
27949                 cocoawindow.h cocoawindow.m
27950                 osxvideosink.h osxvideosink.m
27951
27952         put the same mail address for Zaheer Abbas Merali everywhere
27953
27954 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27955
27956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27957           Align by packetsize, and assert that we a packet available before
27958           playing. The first makes webstreams work (they often include
27959           trailing padding data in a packet), the second allows pausing a
27960           ASF stream in totem without getting demux errors afterwards.
27961
27962 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27963
27964         * ext/ogg/gstoggdemux.c: (get_relative):
27965           Check for non-NULL before accessing member (end-of-chain).
27966
27967 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27968
27969         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27970         (cdparanoia_set_property), (cdparanoia_get_property):
27971         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27972         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27973         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27974         (dvdreadsrc_init), (dvdreadsrc_set_property),
27975         (dvdreadsrc_get_property):
27976         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27977         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27978           Synchronize property names where not yet the case. Devices are
27979           now device=X, other versions are deprecated (but still exist).
27980           Also use g_free() unconditionally.
27981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27982         (setup_source), (gst_play_base_bin_get_property):
27983           Expose source.
27984
27985 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27986
27987         * configure.ac: move GCONF macro outside conditional for the am
27988           conditional. Fixes #160439
27989
27990 2004-12-08  David Schleef  <ds@schleef.org>
27991
27992         * tools/gst-visualise-m.m: Switch to elements that currently
27993         exist.
27994
27995 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27996
27997         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27998           We love wrong commas.
27999
28000 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28001
28002         * gst/matroska/matroska-demux.c:
28003         (gst_matroska_demux_handle_src_query):
28004           Don't set DEFAULT, unsupported - makes length display incorrectly
28005           in some cases.
28006
28007 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28008
28009         * gst/monoscope/README: remove blurb about files being GPL
28010         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28011         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28012           monoscope is now effectively LGPL licensed
28013
28014 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28015
28016         * gst/monoscope/README: Update information to be more correct
28017         * gst/monoscope/convolve.c: Relicense to LGPL
28018         * gst/monoscope/convolve.h: Relicense to LGPL
28019
28020 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28021
28022         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28023           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28024         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28025           set default_duration for mpeg1 audio
28026
28027 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28028
28029         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28030         * ext/alsa/gstalsa.h:
28031           refactor big chunks of the core caps negotiation code to make it
28032           a lot faster, because people claim it's really slow
28033           (actually, just cache the getcaps when the device is opened)
28034
28035 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28036
28037         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28038         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28039         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28040         (gst_a52dec_change_state), (plugin_init):
28041         * ext/a52dec/gsta52dec.h:
28042           Do something useful with timestamps. Make chain-based (since
28043           there's really no reason to be loopbased).
28044         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28045           Update current_byte/frame correctly.
28046
28047 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28050         (gst_ape_demux_stream_init):
28051           Forward tags, too.
28052
28053 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28054
28055         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28056           Let's make sure we're done typefinding when detecting tags.
28057
28058 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28061         (gst_ebml_read_init), (gst_ebml_read_use_event),
28062         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28063         (gst_ebml_read_seek), (gst_ebml_read_skip),
28064         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28065         (gst_ebml_read_master):
28066         * gst/matroska/ebml-read.h:
28067         * gst/matroska/matroska-demux.c:
28068         (gst_matroska_demux_parse_contents),
28069         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28070           Disgustingly evil hack for working around INTERRUPT events and
28071           their extremely annoying habit of being a pain in the ass. We
28072           simply peek a cluster before reading any of it.
28073
28074 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28075
28076         * ext/musepack/gstmusepackdec.cpp:
28077           There's also floating point libmusepacks.
28078
28079 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28080
28081         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28082         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28083           Set DURATION even if source buffer didn't. Also use increasing
28084           timestamps.
28085         * gst-libs/gst/riff/riff-media.c:
28086         (gst_riff_create_audio_caps_with_data):
28087           Block_align can have larger values than 8192.
28088
28089 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28090
28091         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28092         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28093         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28094         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28095           Fix caps.
28096
28097 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28098
28099         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28100           Fix logic bug.
28101
28102 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28105           Yay, another one.
28106
28107 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28108
28109         * ext/esd/esdsink.c: (gst_esdsink_chain):
28110           Make error actually say something useful (fixes #156798).
28111         * gst-libs/gst/riff/riff-media.c:
28112         (gst_riff_create_video_caps_with_data),
28113         (gst_riff_create_video_template_caps):
28114           Add Intel Video 5.0 fourcc (IV50).
28115
28116 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28117
28118         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28119         detection on mono and stereo mp3 files.
28120
28121 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28122
28123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28124           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28125           the contained stream).
28126
28127 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28128
28129         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28130           Oops, remove debug.
28131
28132 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28133
28134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28135
28136         * gst/law/alaw-decode.c: (alawdec_getcaps):
28137         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28138           Prevent warnings when negotiating caps (fixes #159338).
28139
28140 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28141
28142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28143         (gst_ffmpegcsp_chain):
28144           Remove old leftover that shouldn't be there...
28145
28146 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28147
28148         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28149
28150         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28151           Don't forward DISCONT events (fixes #159684).
28152
28153 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28154
28155         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28156           Unlink manually since sometimes bin disposal (and therefore
28157           pad unlinking) is delayed, which will cause a new media file
28158           to not be able to start playing instantly.
28159
28160 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28161
28162         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28163           On mute of an unlinked stream, check for pad availability so
28164           we don't crash on unlinked pad.
28165
28166 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28167
28168         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28169         (gst_avi_demux_massage_index):
28170           Fix quite humiliating bug in omitting 0-sized index chunks but
28171           forgetting to count them for timestamps.
28172
28173 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28174
28175         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28176           Actually leave the loop if we failed to sync. Don't crash.
28177
28178 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28179
28180         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28181         (gst_dvd_demux_process_private):
28182         * gst/mpegstream/gstdvddemux.h:
28183           Fix crash (#159759). Doesn't work, though. :-(.
28184
28185 2004-11-28  Benjamin Otte  <otte@gnome.org>
28186
28187         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28188           more overwriting protection due to modifying channels one by one
28189           instead of all at once
28190
28191 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28192
28193         * gst/audioconvert/gstchannelmix.c:
28194         (gst_audio_convert_fill_normalize):
28195           Normalize using absolute values.
28196
28197 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28198
28199         * configure.ac:
28200         * ext/Makefile.am:
28201         * ext/directfb/Makefile.am:
28202         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28203         (gst_directfbvideosink_get_pixel_format),
28204         (gst_directfbvideosink_get_format_from_fourcc),
28205         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28206         (gst_directfbvideosink_sink_link),
28207         (gst_directfbvideosink_change_state),
28208         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28209         (gst_directfbvideosink_buffer_alloc),
28210         (gst_directfbvideosink_interface_supported),
28211         (gst_directfbvideosink_interface_init),
28212         (gst_directfbvideosink_navigation_send_event),
28213         (gst_directfbvideosink_navigation_init),
28214         (gst_directfbvideosink_set_property),
28215         (gst_directfbvideosink_get_property),
28216         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28217         (gst_directfbvideosink_base_init),
28218         (gst_directfbvideosink_class_init),
28219         (gst_directfbvideosink_get_type), (plugin_init):
28220         * ext/directfb/directfbvideosink.h: Adding a first version of
28221         directfbvideosink.
28222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28223         more.
28224
28225 2004-11-28  Benjamin Otte  <otte@gnome.org>
28226
28227         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28228           walk the samples backwards if out_channels > in_channels so we don't
28229           overwrite data
28230
28231 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28232
28233         * gst/audioconvert/Makefile.am:
28234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28235         (gst_audio_convert_link), (gst_audio_convert_change_state),
28236         (gst_audio_convert_channels):
28237         * gst/audioconvert/gstchannelmix.c:
28238         (gst_audio_convert_unset_matrix),
28239         (gst_audio_convert_fill_identical),
28240         (gst_audio_convert_fill_compatible),
28241         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28242         (gst_audio_convert_fill_others),
28243         (gst_audio_convert_fill_normalize),
28244         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28245         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28246         * gst/audioconvert/gstchannelmix.h:
28247           Implement a channel mixer.
28248
28249 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28250
28251         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28252         * ext/alsa/gstalsa.h:
28253         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28254         Make alsasink actually honor gst_element_set_clock and use that
28255         clock instead of its internal one.
28256
28257 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28258
28259         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28260         (gst_play_base_bin_change_state): nullify source and decoder when
28261         going from READY to NULL so that we don't try to do weird stuff with
28262         them when going from NULL to READY
28263         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28264         instead of g_object_unref
28265         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28266         it should be correct
28267         (gst_play_bin_change_state): don't call remove_sinks if we are
28268         currently disposing the object
28269
28270 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28271
28272         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28273           Don't forget bass if it's there. Else left channel is silent...
28274
28275 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28276
28277         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28278         (gst_a52dec_change_state):
28279           Don't do sample adjusting anymore, we use float audio now.
28280         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28281           Don't fixate to non-existing properties.
28282
28283 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28284
28285         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28286         (gst_a52dec_change_state):
28287           Advertise that we can do surround sound.
28288
28289 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28290
28291         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28292           Add buffer-frames=0.
28293         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28294         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28295         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28296         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28297         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28298         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28299         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28300         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28301         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28302         * ext/dvdread/dvdreadsrc.h:
28303           Add seeking, querying for bytes, sectors, title, angle and
28304           chapter. Handle multiple chapters. Relicense to LGPL because
28305           Billy agreed on that (thanks Billy!).
28306
28307 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28308
28309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28310         call parent dispose method
28311
28312 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28313
28314         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28315         (gst_audio_clock_get_internal_time):
28316         Fix active <-> inactive transitions: ensure time value always
28317         grows and avoid abrupt value changes.
28318
28319 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28320
28321         * configure.ac:
28322         * gst/tta/Makefile.am:
28323         * gst/tta/crc32.h:
28324         * gst/tta/filters.h:
28325         * gst/tta/gsttta.c:
28326         * gst/tta/gstttadec.c:
28327         * gst/tta/gstttadec.h:
28328         * gst/tta/gstttaparse.c:
28329         * gst/tta/gstttaparse.h:
28330         * gst/tta/ttadec.h:
28331           added TTA parser and decoder
28332
28333 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28334
28335         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28336         (probe_triggered), (check_queue), (buffer_underrun),
28337         (buffer_running), (buffer_overrun), (gen_source_element),
28338         (setup_source):
28339         * gst/playback/gstplaybasebin.h:
28340           Implement buffering. Needs some more work.
28341
28342 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28343
28344         * ext/theora/theoradec.c: (theora_dec_chain):
28345           Fix ilog mask range overflow.
28346
28347 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28348
28349         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28350           Don't omit the last (which in case of dmix is the only :) )
28351           channel count. Don't set channels if <= 2.
28352
28353 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28354
28355         * gst/playback/gstplaybin.c: (gen_video_element),
28356         (gen_audio_element): Removed 2 obsolete comments
28357
28358 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28359
28360         * ext/vorbis/oggvorbisenc.c
28361         * ext/vorbis/vorbisenc.c :
28362           change description fields of those plugins to differentiate them
28363           (pitivi show Encoders by description, they had the same one)
28364
28365 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28366
28367         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28370         (gst_play_bin_set_property), (gen_video_element),
28371         (gen_audio_element):
28372           Refcounting fixes for provided audio-/videosinks.
28373
28374 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28375
28376         * gst/playback/gstplaybin.c: (gen_video_element),
28377         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28378           Don't reference all sinks, but only the video- and audiosinks.
28379           The vis. element should be disposed when we're done with it.
28380           We don't have any reason to keep it around. This fixes warnings
28381           when reusing playbin for playing multiple audio files with
28382           vis. enabled. Also release audio device on pause - idea stolen
28383           from Rhythmbox.
28384
28385 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28386
28387         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28388         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28389         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28390         * ext/alsa/gstalsaplugin.c: (plugin_init):
28391         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28392         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28393         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28394         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28395         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28396         (gst_faad_change_state), (plugin_init):
28397         * ext/faad/gstfaad.h:
28398         * ext/vorbis/vorbis.c: (plugin_init):
28399         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28400         * gst-libs/gst/audio/Makefile.am:
28401         * gst-libs/gst/audio/audio.c: (plugin_init):
28402         * gst-libs/gst/audio/multichannel.c:
28403         (gst_audio_check_channel_positions),
28404         (gst_audio_get_channel_positions),
28405         (gst_audio_set_channel_positions),
28406         (gst_audio_set_structure_channel_positions_list),
28407         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28408         (gst_audio_fixate_channel_positions):
28409         * gst-libs/gst/audio/multichannel.h:
28410         * gst-libs/gst/audio/testchannels.c: (main):
28411         * gst/audioconvert/gstaudioconvert.c:
28412         (gst_audio_convert_class_init), (gst_audio_convert_init),
28413         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28414         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28415         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28416         * gst/audioconvert/plugin.c: (plugin_init):
28417           Surround sound support.
28418
28419 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28420
28421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28422           Fix position for discont if we're close as well. Nitpicking, but
28423           saves a few milliseconds of extra waiting or skipping.
28424
28425 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28426
28427         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28428           We sometimes need parsers for playback, so add those too.
28429
28430 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28431
28432         * configure.ac:
28433         * gst/apetag/Makefile.am:
28434         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28435         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28436         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28437         (gst_ape_demux_get_src_query_types),
28438         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28439         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28440         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28441         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28442         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28443         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28444         (gst_ape_demux_change_state):
28445         * gst/apetag/apedemux.h:
28446         * gst/apetag/apetag.c: (plugin_init):
28447         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28448         (plugin_init):
28449           APE v1/2 tag reader plus typefind function.
28450
28451 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28452
28453         * configure.ac:
28454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28455         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28456           Remove hacks for older core. Require newer core version
28457           accordingly.
28458
28459 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28460
28461         * gst/cdxaparse/Makefile.am:
28462         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28463         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28464         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28465         * gst/cdxaparse/gstcdxaparse.h:
28466         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28467         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28468         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28469         (gst_cdxastrip_get_src_query_types),
28470         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28471         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28472         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28473         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28474         * gst/cdxaparse/gstcdxastrip.h:
28475           SVCD/VCD header stripping separated from CDXA image parsing.
28476         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28477         (plugin_init):
28478           Add VCD/SVCD header typefinding for VCD/SVCD.
28479         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28480         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28481         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28482         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28483         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28484         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28485         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28486         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28487         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28488         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28489         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28490         * sys/vcd/vcdsrc.h:
28491           Fix up, add seeking, querying, URI interface. Works in totem now.
28492
28493 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28494
28495         * configure.ac:
28496           back to CVS
28497
28498 === release 0.8.6 ===
28499
28500 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28501
28502         * NEWS:
28503         * RELEASE:
28504         * configure.ac:
28505         * po/af.po:
28506         * po/az.po:
28507         * po/cs.po:
28508         * po/en_GB.po:
28509         * po/hu.po:
28510         * po/it.po:
28511         * po/nb.po:
28512         * po/nl.po:
28513         * po/or.po:
28514         * po/sq.po:
28515         * po/sr.po:
28516         * po/sv.po:
28517         * po/uk.po:
28518           releasing 0.8.6, "IOU Love"
28519
28520 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28521
28522         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28523
28524         * gst/playback/gstplaybasebin.c:
28525           Fix unplayable files error handling.  Fixes #158365
28526
28527 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28528
28529         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28530
28531         * gst/typefind/gsttypefindfunctions.c:
28532           Fix broken mp3 typefinding.  Fixes #158375
28533
28534 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28535
28536         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28537
28538         * ext/ogg/gstoggdemux.c:
28539           Fix sync on broken files.  Fixes #158976
28540
28541 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28542
28543         patch by: Edward Hervey <bilboed@bilboed.com>
28544
28545         * ext/libpng/gstpngenc.c:
28546           Copy over buffer properties.  Fixes #158832
28547
28548 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28549
28550         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28551
28552         * ext/dvdread/dvdreadsrc.c:
28553           Fixes invalid reads (#158462)
28554
28555 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28556
28557         * sys/v4l/gstv4lsrc.c:
28558         * sys/v4l/gstv4lsrc.h:
28559         * sys/v4l/v4lsrc_calls.c:
28560           Probe less and cache it.  Fixes #159187.
28561
28562 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28563
28564         * gst/videorate/gstvideorate.c:
28565           Handle all video formats. Fixes #159186.
28566
28567 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28568         * gst/synaesthesia/gstsynaesthesia.c:
28569         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28570         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28571         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28572         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28573         (gst_synaesthesia_change_state), (plugin_init):
28574         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28575         Force 320x200 output, as that's the only thing the underlying
28576         synaesthesia implementation supports. Still needs to be made
28577         re-entrant.
28578
28579 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * configure.ac:
28582           Fix mpeg2enc configure check (similar to mplex check below).
28583
28584 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28585
28586         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28587
28588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28589           Fix for gcc-2.95 (fixes #158221).
28590
28591 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28592
28593         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28594           Re-add clock distribution hack (until new core is released).
28595           Fixes #158125.
28596
28597 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28598         * configure.ac:
28599           fix mplex configure check segfaulting on some systems (bug #140994)
28600
28601 2004-11-13  Benjamin Otte  <otte@gnome.org>
28602
28603         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28604           add debugging
28605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28606           do a wait when we enter the loop func with no data available to
28607           write instead of getting into an 100% CPU loop by just returning and
28608           being called again by the scheduler
28609
28610 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28611
28612         * configure.ac:
28613         * ext/libvisual/visual.c: (gst_visual_get_type),
28614         (libvisual_log_handler), (gst_visual_getcaps),
28615         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28616         (plugin_init):
28617           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28618         * ext/smoothwave/Makefile.am:
28619         * ext/smoothwave/demo-osssrc.c: (main):
28620         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28621         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28622         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28623         (plugin_init):
28624         * ext/smoothwave/gstsmoothwave.h:
28625           Make gstsmoothwave a working element in the 20th century.
28626
28627         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28628           Fix incorrect link function
28629
28630 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28631
28632         * gst/volume/gstvolume.c:
28633           Allow buffer-frames=0.
28634
28635 2004-11-12 Iain <iaingnome@gmail.com>
28636
28637         * configure.ac: Check for polypaudio
28638
28639         * ext/Makefile.am: Build the polyp dir
28640
28641         * ext/polyp: The polypsink sources.
28642
28643 2004-10-30 Iain <iaingnome@gmail.com>
28644
28645         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28646         caps to reflect the new number of channels.
28647
28648 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28649
28650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28651           Fix for negotiation order problem. This would show when the
28652           ALSA loopfuction was called before any other function. ALSA
28653           wouldn't do anything because we're not negotiated yet, leading
28654           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28655
28656 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28657
28658         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28659
28660         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28661           No warnings (#157986).
28662
28663 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28664
28665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28666           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28667
28668 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28669
28670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28671           Signal no-more-pads (so it works in playbin).
28672
28673 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28674
28675         * ext/musepack/gstmusepackreader.cpp:
28676           Workaround for older core.
28677
28678 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28679
28680         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28681           Actually test for odd width/height rather than testing whether
28682           a temporary variable that was 0 before we subtracted 1 is now
28683           not equal to zero (which it always is).
28684
28685 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28686
28687         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28688         Fix compilation if HAVE_XVIDEO is not defined
28689
28690 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28691
28692         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28693         Fix compilation if HAVE_XVIDEO is not defined
28694
28695 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28696
28697         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28698         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28699         (gst_goom_change_state), (plugin_init):
28700         Use the bytestream adapter so goom doesn't depend on the input
28701         buffer size.
28702         Add a debug category
28703
28704 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28705
28706         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28707           Only set hardware parameters *after* negotiation. Before
28708           negotiation, it will set ANY and that seems to cause crashes
28709           (see e.g. #151288, #153227).
28710
28711 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28712
28713         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28714           This seems to be antique leftover. It needs to pass error
28715           checking.
28716         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28717         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28718         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28719         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28720           Fix GstXOverlay implementation (#151059).
28721
28722 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28723
28724         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28725           Don't assert (#157853).
28726
28727 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28728
28729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28730           Fix bytes/samples confustion.
28731         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28732           Fix for underrun (#144389).
28733
28734 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28735
28736         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28737           Disable halfway-seek for pending release (since it needs a new
28738           core release).
28739
28740 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28741
28742         * sys/v4l/gstv4lsrc.c:
28743         * sys/v4l/gstv4lsrc.h:
28744         * sys/v4l/v4lsrc_calls.c:
28745           add autoprobe-fps property so we can separate autoprobing parts
28746
28747 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28748
28749         * sys/v4l/gstv4lsrc.c:
28750         * sys/v4l/v4lsrc_calls.c:
28751         initialise fourcc to catch unset fourcc's, and debug
28752
28753 2004-11-09  Wim Taymans  <wim@fluendo.com>
28754
28755         * gst/playback/README:
28756         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28757         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28758         (gst_play_bin_dispose), (gst_play_bin_set_property),
28759         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28760         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28761         (gst_play_bin_get_formats), (gst_play_bin_convert),
28762         (gst_play_bin_get_query_types), (gst_play_bin_query):
28763         Cleanups and some more documentation.
28764
28765 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28766
28767         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28768         (gst_cacasink_init), (gst_cacasink_chain):
28769         * ext/libcaca/gstcacasink.h:
28770         Cacasink inherits from VideoSink, so let that store the clock.
28771
28772 2004-11-09  Wim Taymans  <wim@fluendo.com>
28773
28774         * gst/playback/README:
28775         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28776         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28777         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28778         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28779         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28780         (setup_sinks):
28781         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28782         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28783         * gst/playback/gststreaminfo.h:
28784         Updated README.
28785         Only switch groups if all streams have muted (EOSed).
28786         Send Tags in sync with the stream playback instead of in
28787         the playback/preroll phase.
28788         Some cleanups, free the fakesrc elements.
28789
28790 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28791
28792         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28793           buffer-frames property was missing
28794         * ext/arts/gst_arts.c:
28795           rate missing from sinkcaps
28796         * ext/audiofile/gstafparse.c:
28797         * ext/audiofile/gstafsink.c:
28798         * ext/audiofile/gstafsrc.c:
28799         * ext/swfdec/gstswfdec.c:
28800           int audio doesn't know buffer-frames
28801         * ext/cdparanoia/gstcdparanoia.c:
28802           int audio doesn't know chunksize either
28803         * ext/nas/nassink.c:
28804           it's endianness, not endianess
28805         * gst-libs/gst/audio/audio.h:
28806           make float standard pad template caps really describe float
28807         * gst/law/mulaw.c: (linear_factory):
28808           signed only, please
28809         * gst/mpegstream/gstdvddemux.c:
28810           widths of 20 are not valid
28811
28812 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28813
28814         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28815
28816         * po/LINGUAS:
28817         * po/it.po:
28818           Add Italian
28819
28820 2004-11-08  Wim Taymans  <wim@fluendo.com>
28821
28822         * gst/playback/README:
28823         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28824         * gst/playback/gstplaybasebin.c: (probe_triggered),
28825         (gst_play_base_bin_change_state):
28826         Updated README, added more comments for fixmes etc..
28827
28828 2004-11-08  Wim Taymans  <wim@fluendo.com>
28829
28830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28831         We can remove this hack now.
28832
28833 2004-11-08  Wim Taymans  <wim@fluendo.com>
28834
28835         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28836         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28837         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28838         Only mix AYUV for maximum quality.
28839
28840 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28841
28842         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28843         (gst_ogg_demux_push), (gst_ogg_pad_push):
28844           Let's act as if we're synchronized now! :).
28845         * ext/theora/theoradec.c: (theora_dec_chain):
28846           Add some debug.
28847
28848 2004-11-08  Wim Taymans  <wim@fluendo.com>
28849
28850         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28851         (gst_alpha_set_property), (gst_alpha_sink_link),
28852         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28853         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28854         (gst_alpha_init_params), (gst_alpha_chain):
28855         Implement alpha functions for AYUV too, this increases
28856         accuracy quite a bit.
28857
28858 2004-11-08  Wim Taymans  <wim@fluendo.com>
28859
28860         * gst/ffmpegcolorspace/avcodec.h:
28861         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28862         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28863         (gst_ffmpegcsp_avpicture_fill):
28864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28865         (gst_ffmpegcsp_caps_remove_format_info):
28866         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28867         (shrink12), (img_get_alpha_info), (deinterlace_line),
28868         (deinterlace_line_inplace):
28869         * gst/ffmpegcolorspace/imgconvert_template.h:
28870         Added AYUV colorspace and handle RGBA a bit more respectful.
28871
28872 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28873
28874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28875           Actually always send a discont (cornercase when resending the
28876           same serial-tagged chain twice).
28877
28878 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28879
28880         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28881         (gst_ximagesink_finalize):
28882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28883         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28884
28885 2004-11-08  Wim Taymans  <wim@fluendo.com>
28886
28887         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28888         Don't segfault on NULL data.
28889
28890 2004-11-08  Wim Taymans  <wim@fluendo.com>
28891
28892         * gst/playback/gstdecodebin.c: (unlinked):
28893         * gst/playback/gstplay-marshal.list:
28894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28895         (gst_play_base_bin_init), (group_create), (get_active_group),
28896         (get_building_group), (group_destroy), (group_commit),
28897         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28898         (add_element_stream), (no_more_pads), (probe_triggered),
28899         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28900         (state_change), (setup_source), (gst_play_base_bin_get_property),
28901         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28902         (gst_play_base_bin_link_stream),
28903         (gst_play_base_bin_get_streaminfo):
28904         * gst/playback/gstplaybasebin.h:
28905         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28906         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28907         Add support for chained ogg files. Prepare for playlist
28908         support. This patch introduces the concept of pad groups, which
28909         together compose one playable media file.
28910
28911 2004-11-07  David Schleef  <ds@schleef.org>
28912
28913         * testsuite/gst-lint: Check for pad templates that aren't statically
28914         scoped.
28915
28916 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28917
28918         * configure.ac:
28919         * ext/Makefile.am:
28920         * ext/musepack/Makefile.am:
28921         * ext/musepack/gstmusepackdec.cpp:
28922         * ext/musepack/gstmusepackdec.h:
28923         * ext/musepack/gstmusepackreader.cpp:
28924         * ext/musepack/gstmusepackreader.h:
28925           Add musepack decoder.
28926         * ext/faad/gstfaad.c: (gst_faad_base_init):
28927           Make pad templates static.
28928         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28929         (plugin_init):
28930           Add musepack typefinder, make mp3 typefinding work halfway stream,
28931           which doesn't actually work yet because id3demux doesn't implement
28932           _get_length().
28933
28934 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28937         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28938           Fix interrupt event handling (#144436).
28939
28940 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28941
28942         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28943           Hide unused glory.
28944
28945 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28946
28947         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28948
28949         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28950           Fix weird caps (#157548).
28951
28952 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28953
28954         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28955
28956         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28957           Add missing NULL terminator (#157543).
28958
28959 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28960
28961         * gst/tcp/gsttcp.h:
28962         * gst/tcp/gsttcpclientsink.c:
28963         * gst/tcp/gsttcpclientsrc.c:
28964         * gst/tcp/gsttcpserversink.c:
28965         * gst/tcp/gsttcpserversrc.c:
28966           ports can go up to 65535.  Move common defines to gsttcp.h
28967
28968 2004-11-05  Wim Taymans  <wim@fluendo.com>
28969
28970         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28971         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28972         Added two more colorspaces.
28973
28974 2004-11-05  Wim Taymans  <wim@fluendo.com>
28975
28976         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28977         (gst_ffmpegcsp_avpicture_fill):
28978         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28979         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28980         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28981         More stride fixes.
28982
28983 2004-11-05  Wim Taymans  <wim@fluendo.com>
28984
28985         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28986         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28987         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28988         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28989         (gst_videomixer_loop):
28990         More stride fixes.
28991
28992 2004-11-05  Benjamin Otte  <otte@gnome.org>
28993
28994         * ext/mad/gstmad.c: (gst_mad_chain):
28995           don't overflow data buffer. Flush not needed sync data when syncing
28996           failed.
28997
28998 2004-11-04  Wim Taymans  <wim@fluendo.com>
28999
29000         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29001         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29002         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29003         (gst_alpha_init_params), (gst_alpha_chain),
29004         (gst_alpha_change_state):
29005         Updated the chroma keying algorithm with something more
29006         sophisticated.
29007
29008 2004-11-03  Wim Taymans  <wim@fluendo.com>
29009
29010         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29011         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29012         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29013         Fix stride issues. Does not completely work for odd
29014         heights.
29015
29016 2004-11-03  Wim Taymans  <wim@fluendo.com>
29017
29018         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29019         (gst_alpha_chroma_key), (gst_alpha_chain):
29020         Fix stride issues. Does not completely work for odd
29021         heights.
29022
29023 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29024
29025         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29026         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29027         leak fixes
29028
29029 2004-11-03  Wim Taymans  <wim@fluendo.com>
29030
29031         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29032         (gst_ffmpegcsp_avpicture_fill):
29033         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29034         (avpicture_alloc):
29035         * gst/ffmpegcolorspace/imgconvert_template.h:
29036         Use correct _fill function to get correct strides.
29037
29038 2004-11-02  David Schleef  <ds@schleef.org>
29039
29040         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29041         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29042         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29043         Change all g_print()s to debugging.  Add a bunch of consistency
29044         checks.
29045
29046 2004-11-02  Wim Taymans  <wim@fluendo.com>
29047
29048         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29049         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29050         (unlinked), (no_more_pads), (close_link):
29051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29052         (unknown_type), (add_element_stream), (new_decoded_pad),
29053         (removed_decoded_pad), (setup_source):
29054         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29055         (gst_stream_info_class_init), (gst_stream_info_init),
29056         (gst_stream_info_new), (gst_stream_info_dispose),
29057         (stream_info_mute_pad), (gst_stream_info_set_property),
29058         (gst_stream_info_get_property):
29059         * gst/playback/gststreaminfo.h:
29060         Fix playback of multiple files.
29061         a slightly different approach to handling dynamic pad removals.
29062         This one only looks at pads that we have linked.
29063
29064 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29065
29066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29067         free" warning from libc.
29068
29069 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29072         (get_unconnected_element), (remove_starting_from), (pad_removed),
29073         (close_link):
29074           Implement support for dynamic pad changing. We listen to "live"
29075           pad removals (i.e. while playing) and re-setup autoplugging
29076           after that. Playbasebin/playbin need some more work for this
29077           to finally work, but decodebin supports (and replugs) chained
29078           ogg now.
29079
29080 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29081
29082         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29083         (gst_alsa_finalize):
29084         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29085         (gst_cdaudio_finalize):
29086         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29087         (cdparanoia_finalize):
29088         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29089         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29090         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29091         (dvdreadsrc_finalize):
29092         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29093         (gst_flacdec_finalize):
29094         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29095         (gst_flacenc_finalize):
29096         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29097         (gst_gnomevfssink_finalize):
29098         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29099         (gst_gnomevfssrc_finalize):
29100         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29101         (gst_fameenc_finalize):
29102         * ext/nas/nassink.c: (gst_nassink_class_init),
29103         (gst_nassink_finalize):
29104         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29105         (gst_sdlvideosink_class_init):
29106         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29107         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29108         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29109         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29110         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29111         (gst_x_window_listener_dispose):
29112         * gst/audioscale/gstaudioscale.c:
29113         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29114         (play_on_demand_finalize):
29115         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29116         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29117         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29118         (cdplayer_finalize):
29119         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29120         (gst_glimagesink_class_init):
29121         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29122         (gst_osselement_finalize):
29123         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29124         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29125         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29126           Fixes a bunch of problems with finalize and dispose functions,
29127           either assumptions that dispose is only called once, or not calling
29128           the parent class dispose/finalize function
29129
29130 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29131
29132         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29133           added two api precondition guards
29134           use g_strdup with getenv to fix crash when using ENVVAR
29135
29136 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29137         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29138         (gst_esdsink_finalize):
29139         Use a finalize function, not dispose, and more importantly,
29140         call the parent class finalize function too
29141
29142 2004-11-01  Johan Dahlin  <johan@gnome.org>
29143
29144         * ext/ogg/gstoggdemux.c:
29145         * gst/tags/gstvorbistag.c:
29146         Plug leaks.
29147
29148 2004-10-31  Benjamin Otte  <otte@gnome.org>
29149
29150         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29151           lotsa memleaks today. But they're all small...
29152
29153 2004-10-31  Benjamin Otte  <otte@gnome.org>
29154
29155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29156           another memleak crushed
29157
29158 2004-10-31  Benjamin Otte  <otte@gnome.org>
29159
29160         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29161           fix memleak
29162
29163 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29164
29165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29166           Hack to prevent crash when going to READY inside signal handler
29167           while this function is active.
29168
29169 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29170
29171         * gst/ffmpegcolorspace/Makefile.am:
29172         * gst/ffmpegcolorspace/avcodec.h:
29173         * gst/ffmpegcolorspace/common.h:
29174         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29175         * gst/ffmpegcolorspace/dsputil.h:
29176         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29178         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29179         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29180         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29181         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29182         (gst_ffmpegcsp_avpicture_fill):
29183         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29185         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29186         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29187         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29188         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29189         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29190         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29191         * gst/ffmpegcolorspace/imgconvert.c:
29192         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29193         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29194         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29195         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29196         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29197         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29198         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29199         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29200         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29201         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29202         (grow21), (grow22), (grow41), (grow44), (conv411),
29203         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29204         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29205         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29206         (avpicture_free), (is_yuv_planar), (img_convert),
29207         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29208         (deinterlace_line_inplace), (deinterlace_bottom_field),
29209         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29210         * gst/ffmpegcolorspace/imgconvert_template.h:
29211         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29212         * gst/ffmpegcolorspace/mmx.h:
29213         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29214         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29215         (av_freep), (avcodec_get_context_defaults),
29216         (avcodec_alloc_context), (avcodec_init):
29217           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29218           handling plus update from ffmpeg CVS. Large clean-up.
29219
29220 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29221
29222         * gst/playback/Makefile.am:
29223           We need the marshallers for decodebin, too.
29224
29225 2004-10-30  David Schleef  <ds@schleef.org>
29226
29227         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29228           quicktime typefinding work with 64-bit offsets.
29229
29230 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29231
29232         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29233           Set EOS on the element when processing an EOS event.
29234         * ext/speex/gstspeexdec.h:
29235         * ext/speex/gstspeexenc.h:
29236           Only keep a const ptr to the mode
29237         * gst-libs/gst/riff/riff-media.c:
29238         (gst_riff_create_audio_caps_with_data),
29239         (gst_riff_create_audio_template_caps):
29240           Allow WMAV3, with up to 6 channels.
29241         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29242           Don't call gst_pad_set_event_function on a sink pad.
29243         * gst/mpegstream/gstdvddemux.c:
29244         (gst_dvd_demux_get_subpicture_stream),
29245         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29246           Copy the explicit caps that were set across to the cur_* pads,
29247           instead of trying to use a possibly non-existent negotiated caps.
29248           Reset the type of subpicture pads to UNKNOWN after calling
29249           init_stream, so that the caps get set.
29250
29251 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29252
29253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29256           Don't touch buffer if it is of size 0 (fixes #151064).
29257
29258 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29261           Synchronized discont handling.
29262
29263 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29264
29265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29266         (gst_ogg_demux_push):
29267           Make seeking sort-of exact again (fixes #156387).
29268
29269 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29270
29271         * gst/playback/gstplaybasebin.c: (unknown_type),
29272         (add_element_stream), (new_decoded_pad),
29273         (gst_play_base_bin_change_state):
29274         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29275         (gst_stream_info_init), (gst_stream_info_new),
29276         (gst_stream_info_dispose), (gst_stream_info_get_property):
29277         * gst/playback/gststreaminfo.h:
29278           Make caps explicitely available. Makes testing for unsupported
29279           types possible. Improves error reporting.
29280
29281 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29282
29283         * gst/audioconvert/gstaudioconvert.c:
29284         (gst_audio_convert_buffer_to_default_format):
29285           Really don't touch read-only buffers (#156563).
29286
29287 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29288
29289         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29290
29291         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29292           Fix memleak (#155223).
29293
29294 2004-10-29  Wim Taymans  <wim@fluendo.com>
29295
29296         * gst/tcp/.cvsignore:
29297         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29298         (gst_multifdsink_class_init), (gst_multifdsink_init),
29299         (gst_multifdsink_add), (gst_multifdsink_remove),
29300         (gst_multifdsink_remove_client_link), (is_sync_frame),
29301         (gst_multifdsink_new_client),
29302         (gst_multifdsink_handle_client_write),
29303         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29304         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29305         (gst_multifdsink_get_property):
29306         * gst/tcp/gstmultifdsink.h:
29307         Added burst on connect sync_method, deprecated sync_clients,
29308         streamlined the sync code some more.
29309
29310 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29311
29312         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29313         (gst_play_base_bin_change_state):
29314           Improve error reporting.
29315
29316 2004-10-28  Wim Taymans  <wim@fluendo.com>
29317
29318         * gst/tcp/Makefile.am:
29319         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29320         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29321         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29322         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29323         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29324         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29325         (gst_fdset_wait):
29326         Added more locks around fdset structures. Fixed/reworked
29327         the poll array resizing code.
29328         Added stress test for fdset.
29329
29330 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29331
29332         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29333         fix build
29334
29335 2004-10-28  Benjamin Otte  <otte@gnome.org>
29336
29337         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29338           fix link function to always query channels and query width for
29339           floats
29340         * configure.ac:
29341           add equalizer dir
29342         * gst/equalizer/Makefile.am:
29343         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29344         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29345         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29346         (arg_to_scale), (setup_filter),
29347         (gst_iir_equalizer_compute_frequencies),
29348         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29349         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29350         (plugin_init):
29351           add an equalizer
29352
29353 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29354
29355         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29356
29357         * po/LINGUAS:
29358         * po/nb.po:
29359           Added Norwegian Bokmaal translation
29360
29361 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29362
29363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29364           Don't break on options (fixes #156488).
29365
29366 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29367
29368         * configure.ac:
29369         * ext/cdaudio/Makefile.am:
29370         * sys/Makefile.am:
29371           fix build on older automake
29372
29373 2004-10-26  Wim Taymans  <wim@fluendo.com>
29374
29375         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29376         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29377         Allow a little margin when negotiating the framerate.
29378
29379 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29380
29381         * gst/level/gstlevel.c:
29382           synchonised naming of pads and pad-templates
29383
29384 2004-10-26  Wim Taymans  <wim@fluendo.com>
29385
29386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29387         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29388         (_find_streams_check), (gst_ogg_demux_push):
29389         Fix EOS again. Needs to be done in a better way. We should not
29390         remove the pad if there is no new chained stream.
29391
29392 2004-10-26 Iain <iaingnome@gmail.com>
29393
29394         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29395         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29396         of the caps.
29397         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29398         pad.
29399         (interleave_release_pad): Remove the pad.
29400         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29401         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29402         the set device.
29403         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29404         attrs
29405         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29406         (gst_xvimagesink_finalize): Free the par.
29407
29408 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29409
29410         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29411         (gst_avimux_stop_file):
29412           First calculate the rate, and only then use it. Hdr.rate is a
29413           multiple and not a derivative of hdr.scale. Scale is not the
29414           same as blockalign but is solely related to rate.
29415
29416 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29419         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29420           Implement seeking.
29421
29422 2004-10-25  James Henstridge  <james@jamesh.id.au>
29423
29424         Reviewed by:  David Schleef  <ds@schleef.org>
29425
29426         * examples/gstplay/player.c: (got_stream_length), (main):
29427         * examples/seeking/cdplayer.c: (update_scale):
29428         * examples/seeking/seek.c: (format_value), (update_scale):
29429         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29430         (stop_seek):
29431         Build fixes on AMD64.
29432
29433 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29434
29435         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29436
29437         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29438         Fix for some v4l cards which hang in v4lsrc
29439
29440 2004-10-25  Wim Taymans  <wim@fluendo.com>
29441
29442         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29443         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29444         Make sure to remove the pad when a new chain is
29445         encountered. Set some vars to NULL so we don't try
29446         to reference freed memory.
29447
29448 2004-10-25  Wim Taymans  <wim@fluendo.com>
29449
29450         * examples/seeking/Makefile.am:
29451         * examples/seeking/cdplayer.c: (update_scale):
29452         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29453         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29454         (format_value), (update_scale), (iterate), (start_seek),
29455         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29456         (print_usage), (main):
29457         Added some more examples, update others.
29458
29459 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29460
29461         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29462         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29463         * ext/theora/theoradec.c: (theora_dec_chain):
29464         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29465           Add codec-name metadata.
29466
29467 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29468
29469         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29470
29471         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29472         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29473         * ext/alsa/gstalsamixertrack.h:
29474         * po/POTFILES.in:
29475           ALSA mixer track label internationalization (#154054).
29476
29477 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * ext/theora/theoradec.c: (theora_dec_chain):
29480           Export bitrate as metadata.
29481
29482 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29483
29484         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29485         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29486         * ext/alsa/gstalsamixertrack.h:
29487           Fix names, fix loop.
29488
29489 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29490
29491         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29492         (speex_dec_convert):
29493           sinkconvert function so oggdemux can get the file length (totem).
29494
29495 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29496
29497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29498
29499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29500           Don't push incomplete packets.
29501         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29502           Fix MPEG-4 audio typefinding.
29503
29504 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29505
29506         * sys/v4l/Makefile.am:
29507         * sys/v4l/gstv4l.c: (plugin_init):
29508         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29509         (gst_v4lelement_init), (gst_v4lelement_dispose),
29510         (gst_v4lelement_change_state):
29511         * sys/v4l/gstv4lelement.h:
29512         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29513         (gst_v4l_xoverlay_close), (idle_refresh),
29514         (gst_v4l_xoverlay_set_xwindow_id):
29515         * sys/v4l/gstv4lxoverlay.h:
29516         * sys/v4l/v4l-overlay_calls.c:
29517         * sys/v4l/v4l_calls.h:
29518         * sys/v4l2/Makefile.am:
29519         * sys/v4l2/gstv4l2.c: (plugin_init):
29520         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29521         (gst_v4l2element_init), (gst_v4l2element_dispose),
29522         (gst_v4l2element_change_state):
29523         * sys/v4l2/gstv4l2element.h:
29524         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29525         (gst_v4l2_xoverlay_close), (idle_refresh),
29526         (gst_v4l2_xoverlay_set_xwindow_id):
29527         * sys/v4l2/gstv4l2xoverlay.h:
29528         * sys/v4l2/v4l2-overlay_calls.c:
29529         * sys/v4l2/v4l2_calls.h:
29530           Remove client-side overlay handling, use the X-server v4l plugin
29531           for that. Nicer overlay, less code. Also make the plugin
29532           compileable without X (but then without overlay, obviously).
29533           Makes xwindowlistener obsolete, should we remove that?
29534
29535 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29536
29537         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29538         (gst_osssrc_src_query):
29539         * sys/oss/gstosssrc.h:
29540           OK, so people want offset in DEFAULT. This time, actually fix all
29541           cases.
29542         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29543           Add FPS properly.
29544
29545 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29546
29547         * gst/asfdemux/gstasfmux.c:
29548         * gst/avi/gstavimux.c:
29549           Framerate.
29550
29551 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29552
29553         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29554           Fix properties (channel, norm, frequency).
29555
29556 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29557
29558         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29559           Flag typo.
29560         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29561           No warnings.
29562
29563 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29564
29565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29566           Fix hang.
29567
29568 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29569
29570         * sys/v4l2/gstv4l2element.h:
29571           Yet Another Hack (tm) for kernel header borkedness.
29572         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29573         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29574         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29575         (gst_v4l2src_change_state):
29576         * sys/v4l2/gstv4l2src.h:
29577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29578         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29579           Fix caps, keep track of state, work.
29580
29581 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29584           Quiet.
29585
29586 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29589           Don't mix bytes and samples.
29590
29591 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29592
29593         * ext/ogg/gstoggmux.c:
29594           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29595           and theora. Any is incorrect.
29596         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29597           Fix caps.
29598         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29599         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29600         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29601         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29602         * sys/v4l/gstv4lmjpegsrc.h:
29603         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29604         (gst_v4lsrc_change_state):
29605         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29606         (gst_v4lmjpegsrc_capture_stop):
29607           Fix caps. Keep track of internal state. Work.
29608
29609 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29610
29611         * ext/Makefile.am:
29612           Fix the build fixes.
29613
29614 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29615
29616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29617         (gst_ogg_demux_src_event), (_find_chain_seek),
29618         (gst_ogg_pad_push):
29619           Check for pad availability before using it.
29620         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29621           Fix parsing of chained ogg. Needs more work on the decoder side.
29622
29623 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29624
29625         * gst/spectrum/Makefile.am:
29626         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29627         (idle_func):
29628           Fix demo and reenable it. Yes, I'm currently playing with audio
29629           analysis tools
29630
29631 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29632
29633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29634           We love it if files that start at zero work too...
29635
29636 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29639           Handle files with missing EOS headers.
29640
29641 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29642
29643         * gst/tcp/gsttcpserversink.c:
29644         (gst_tcpserversink_handle_server_read),
29645         (gst_tcpserversink_init_send):
29646         Zero some variables first (need for accept not to return EINVAL)
29647
29648 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29649
29650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29651         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29652         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29653         (theora_dec_chain):
29654         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29655         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29656           Seeking and querying finetune.
29657
29658 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29659
29660         * configure.ac:
29661         * ext/Makefile.am:
29662         * ext/raw1394/Makefile.am:
29663           fix the build
29664
29665 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29666
29667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29668           Wrong return.
29669         * gst/playback/Makefile.am:
29670         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29671         * gst/playback/gstplay-marshal.list:
29672         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29673           Fix marshallers.
29674
29675 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29676
29677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29678           Silence.
29679
29680 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29681
29682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29683         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29684         (gst_ogg_pad_push):
29685           Yay for non-lineair granulepos in theora.
29686
29687 2004-10-18  Wim Taymans  <wim@fluendo.com>
29688
29689         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29690         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29691         * ext/dv/gstdvdec.h:
29692         Make sure we renegotiate aspect ratio when the camera switches.
29693
29694 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29695
29696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29697         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29698           Start at zero.
29699         * ext/theora/theoradec.c: (theora_dec_chain):
29700           Skip headers. Bad idea for chained ogg, but fixes seeking.
29701
29702 2004-10-18  Wim Taymans  <wim@fluendo.com>
29703
29704         * configure.ac:
29705         I swear, this is the last time I touch this.
29706
29707 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29708
29709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29710         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29711         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29712           Faster seeking.
29713         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29714           Time-to-default conversion.
29715         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29716           Don't error on unknown packets, just skip. We should probably
29717           read them if we want to support chained ogg.
29718
29719 2004-10-18  Wim Taymans  <wim@fluendo.com>
29720
29721         * configure.ac:
29722         Added cdaudio to wrong list.
29723
29724 2004-10-18  Wim Taymans  <wim@fluendo.com>
29725
29726         * configure.ac:
29727         Revive cdaudio.
29728
29729 2004-10-18  Wim Taymans  <wim@fluendo.com>
29730
29731         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29732         (gst_dvdec_video_link), (gst_dvdec_push):
29733         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29734         (gst_smokeenc_resync), (gst_smokeenc_chain):
29735         Fix mimetype on smoke encoder.
29736         Add aspect ratio to dvdec. Not sure if these
29737         values are correct though....
29738
29739 2004-10-18  Wim Taymans  <wim@fluendo.com>
29740
29741         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29742         Fix vorbis property descriptions and ranges.
29743
29744 2004-10-18  Wim Taymans  <wim@fluendo.com>
29745
29746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29747         Really do nothing when no data is available.
29748         Go to the playing state when the stream is not seekable
29749         instead of failing.
29750
29751 2004-10-18  Wim Taymans  <wim@fluendo.com>
29752
29753         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29754         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29755         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29756         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29757         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29758         Added uri handler for cd://
29759         Port to new API.
29760
29761 2004-10-18  Wim Taymans  <wim@fluendo.com>
29762
29763         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29764         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29765         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29766         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29767         (remove_prerolls), (unknown_type), (add_element_stream),
29768         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29769         (gst_play_base_bin_remove_element),
29770         (gst_play_base_bin_link_stream):
29771         * gst/playback/gstplaybin.c: (gen_video_element),
29772         (gen_vis_element), (remove_sinks), (setup_sinks):
29773         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29774         (gst_stream_info_get_type), (gst_stream_info_class_init),
29775         (gst_stream_info_init), (gst_stream_info_new),
29776         (gst_stream_info_dispose), (stream_info_mute_pad),
29777         (gst_stream_info_set_property), (gst_stream_info_get_property):
29778         * gst/playback/gststreaminfo.h:
29779         Add sink padtemplate to decodebin.
29780         Added some more comments.
29781         Make queue size configurable in playbasebin.
29782         Added possibility to use elements as sinks (ex cdaudio).
29783
29784 2004-10-15  Wim Taymans  <wim@fluendo.com>
29785
29786         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29787         (gst_speexenc_chain):
29788         Fix speex timestamps so that it gets muxed properly.
29789
29790 2004-10-15  Wim Taymans  <wim@fluendo.com>
29791
29792         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29793         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29794         (gst_dv1394src_init), (gst_dv1394src_dispose),
29795         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29796         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29797         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29798         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29799         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29800         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29801         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29802         * ext/raw1394/gstdv1394src.h:
29803         Added conversion/query functions.
29804         Update buffer timestamps,
29805         Added signals.
29806         Added uri dv:// so it might play from the firewire in playbin.
29807         Fix a possible leak.
29808         Added debugging.
29809
29810 2004-10-15  Wim Taymans  <wim@fluendo.com>
29811
29812         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29813         (gst_dv1394src_init), (gst_dv1394src_set_property),
29814         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29815         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29816         * ext/raw1394/gstdv1394src.h:
29817         Added AV/C VTR control support needed for some cameras.
29818         Added automatic port detection.
29819         Added properties for selecting the channel.
29820         The configure.ac script is not yet updated to reflect the
29821         new libavc1394 and librom1394 dependencies.
29822
29823 2004-10-15  Wim Taymans  <wim@fluendo.com>
29824
29825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29826         (qtdemux_parse), (gst_qtdemux_handle_esds):
29827         An esds box is not a container.
29828         Fix parsing of mp4v boxes.
29829         Do not try to renegotiate fps for each frame. Need to
29830         find a better method. This should fix mp4 playback.
29831
29832 2004-10-14  David Schleef  <ds@schleef.org>
29833
29834         * configure.ac: update for swfdec-0.3 and liboil-0.2
29835         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29836         * ext/swfdec/gstswfdec.h: same
29837         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29838         * gst/videotestsrc/videotestsrc.c: same
29839
29840 2004-10-14  Wim Taymans  <wim@fluendo.com>
29841
29842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29843         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29844         (is_sync_frame), (gst_multifdsink_new_client),
29845         (gst_multifdsink_handle_client_write),
29846         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29847         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29848         Turn warnings into info.
29849         Don't allow a state change in the streaming thread.
29850
29851 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29852
29853         * ext/vorbis/oggvorbisenc.c:
29854         * ext/vorbis/vorbisdec.c:
29855           fix template sample rate
29856
29857 2004-10-13  Wim Taymans  <wim@fluendo.com>
29858
29859         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29860         Decoding the header first fixes some problems in resyncing
29861         in more mp3s.
29862
29863 2004-10-12  Wim Taymans  <wim@fluendo.com>
29864
29865         * gst/playback/gstplaybin.c: (gen_video_element),
29866         (gen_vis_element), (remove_sinks), (setup_sinks):
29867         Added vis plugin support, need to configure the vis
29868         element to activate it.
29869
29870 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29871
29872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29873         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29874           Some debug.
29875         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29876         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29877         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29878         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29879         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29880         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29881         * gst/avi/gstavidemux.h:
29882           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29883           recovery (where, if part of the index is broken, we will still read
29884           the rest of the index and recover the broken part by stream
29885           scanning). More broken media support. EOS workarounds. General AVI
29886           braindamage headache recovery. Aspirin included.
29887
29888 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29891         (cdparanoia_event), (cdparanoia_query):
29892           Get rid of hideous lead-in.
29893
29894 2004-10-11  Wim Taymans  <wim@fluendo.com>
29895
29896         * gst/playback/gstplaybasebin.c: (setup_source):
29897         Wrong var used to get g_list_next.
29898
29899 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29900
29901         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29902         (cdparanoia_get), (cdparanoia_open):
29903           Report discid as metadata, add duration.
29904
29905 2004-10-11  Wim Taymans  <wim@fluendo.com>
29906
29907         * gst/playback/gstplaybasebin.c: (setup_source):
29908         Cleanup the previous pipeline a little earlier for the
29909         case that a source element provides raw data.
29910
29911 2004-10-11  Benjamin Otte  <otte@gnome.org>
29912
29913         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29914           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29915           consuming the last 128 bytes, even though it was valid mp3 data.
29916
29917 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29918
29919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29920         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29921         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29922         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29923
29924 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29925
29926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29927         Fix for webcams that support only specific width or height
29928
29929 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29930
29931         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29932
29933         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29934           Fix wrong discont event setup (fixes #154967).
29935
29936 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29937
29938         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29939
29940         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29941           Error out on invalid data (fixes #154807).
29942
29943 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29944
29945         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29946
29947         * ext/dvdread/dvdreadsrc.c: (_read):
29948           Make titles > 0 work again (fixes #154834).
29949
29950 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29951
29952         * gst-libs/gst/riff/riff-media.c:
29953         (gst_riff_create_video_template_caps):
29954           WMV3 missing in template caps.
29955
29956 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29957
29958         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29959           OK, so the original code was too strict. It makes random AVI files
29960           hang for seconds upon opening, which is unacceptable and is far
29961           beyond the original goal of getting multiple chunks for one-chunk
29962           sounc stream files. So now do just that.
29963
29964 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29965
29966         * gst/playback/gstplaybasebin.c: (setup_source),
29967         (gst_play_base_bin_change_state):
29968           Actually clean up streaminfo if output fails. This would trigger
29969           if, for example, there was no CD in the drive. No preroll, so
29970           a streaminfo structure is created, but the subsequent state change
29971           of the thread fails.
29972         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29973           Don't change state if parent failed.
29974
29975 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29976
29977         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29978         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29979         (gen_video_element), (remove_sinks):
29980           Add small bits of code for screenshot handling.
29981
29982 2004-10-08  Wim Taymans  <wim@fluendo.com>
29983
29984         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29985         (gen_video_element), (gen_audio_element), (setup_sinks):
29986         Don't assume the user provided sinks are named "sink"...
29987
29988 2004-10-08  Wim Taymans  <wim@fluendo.com>
29989
29990         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29991         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29992         (gst_play_base_bin_link_stream):
29993         Do not try to autoplug sources that generate raw streams like
29994         cdparanoia.
29995         disconnect the preroll overrun signal when we don't need it anymore.
29996
29997 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29998
29999         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30000         Added reworked patch from #154903 from milosz derezynski (deadchip).
30001
30002 2004-10-08  Wim Taymans  <wim@fluendo.com>
30003
30004         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30005         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30006         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30007         (cdparanoia_convert), (cdparanoia_uri_get_type),
30008         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30009         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30010         * ext/cdparanoia/gstcdparanoia.h:
30011         This adds the cdda://<tracknum> uri.
30012
30013 2004-10-08  Wim Taymans  <wim@fluendo.com>
30014
30015         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30016         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30017         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30019         (unknown_type), (gst_play_base_bin_remove_element),
30020         (gst_play_base_bin_link_stream):
30021         * gst/playback/gstplaybasebin.h:
30022         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30023         (gst_play_bin_set_property), (gen_video_element),
30024         (gen_audio_element), (setup_sinks):
30025         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30026         (gst_stream_info_get_type), (gst_stream_info_class_init),
30027         (gst_stream_info_init), (gst_stream_info_new),
30028         (gst_stream_info_dispose), (stream_info_mute_pad),
30029         (gst_stream_info_set_property), (gst_stream_info_get_property):
30030         * gst/playback/gststreaminfo.h:
30031         Reuse the audio and video bins.
30032         Some internal cleanups in the stream selection code.
30033
30034 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30035
30036         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30037         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30038         * sys/ximage/ximagesink.h:
30039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30040         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30041         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30042         not coming from those elements. Moreover these elements should not keep
30043         the xid they have been given when in NULL state.
30044
30045 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30046
30047         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30048         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30049         * sys/ximage/ximagesink.h:
30050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30051         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30052         * sys/xvimage/xvimagesink.h:
30053           Actually only create a new toplevel window if we're not gonna
30054           embed it right after.
30055
30056 2004-10-07  Wim Taymans  <wim@fluendo.com>
30057
30058         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30059         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30060         * gst/playback/gstplaybin.c: (setup_sinks):
30061         Implement muting/unmuting of streams, mute streams that are not
30062         used.
30063
30064 2004-10-07  Wim Taymans  <wim@fluendo.com>
30065
30066         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30067         (plugin_init):
30068         Added lame audio/x-ac3 typefind function.
30069
30070 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30071
30072         * configure.ac:
30073           bump nano to cvs
30074
30075 === release 0.8.5 ===
30076
30077 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30078
30079         * NEWS:
30080         * RELEASE:
30081         * configure.ac:
30082           releasing 0.8.5, "Take You On"
30083
30084 2004-10-06  Wim Taymans  <wim@fluendo.com>
30085
30086         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30087         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30088         (no_more_pads), (close_link), (type_found):
30089         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30090         * gst/playback/gstplaybin.c: (gen_video_element):
30091         Do not signal the no_more_pads after the first pad when
30092         we are plugging a non dynamic element with multiple
30093         output pads (like swfdec, dvdec, ...).
30094
30095 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30096
30097         * configure.ac:
30098           bump for prerelease
30099
30100 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30101
30102         * gst/wavparse/gstwavparse.c:
30103           add ATRAC3 to STATIC CAPS to fix a warning
30104
30105         * gst/matroska/ebml-read.c:
30106         * gst-libs/gst/riff/riff-read.c:
30107           fix typos
30108
30109 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30110
30111         * gst-libs/gst/riff/riff-media.c:
30112           generate caps for ATRAC3 audio streams
30113
30114         * gst/realmedia/rmdemux.c:
30115           generate caps for ATRAC3 audio streams
30116
30117 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30118
30119         * gst/wavparse/Makefile.am
30120         * gst/wavparse/riff.h
30121         * gst/wavparse/wavparse.vcproj
30122           riff.h removal (unused and duplication with riff-ids.h)
30123
30124 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30125
30126         * gst/wavparse/gstwavparse.h
30127           remove duplicated defines for audio codec codes
30128
30129         * gst-libs/gst/riff/riff-ids.h
30130         * gst/wavenc/riff.h:
30131           add "4CC" code for ATRAC3 audio streams
30132           add "4CC" code for ITU_G721_ADPCM (unused for now)
30133
30134 2004-10-06  Wim Taymans  <wim@fluendo.com>
30135
30136         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30137         Actually _do_ negotiation. Pass gdouble as arg instead
30138         of guint64 for the framerate.
30139
30140 2004-10-06  Wim Taymans  <wim@fluendo.com>
30141
30142         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30143         (find_compatibles), (close_pad_link), (try_to_link_1),
30144         (no_more_pads), (close_link), (type_found):
30145         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30146         * gst/playback/gstplaybin.c: (gen_video_element),
30147         (gen_audio_element):
30148         Set state on newly added element to READY so that negotiation
30149         can happen ASAP.
30150         Addes some more debug info.
30151         Do not try to plug pads with multiple caps structures or ANY
30152         because it is too dangerous since we do not do dynamic
30153         replugging.
30154
30155 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30156
30157         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30158
30159         * po/LINGUAS:
30160         * po/or.po:
30161           add Oriya translation
30162
30163 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30164
30165         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30166           Prevent overwrite of size member. Makes audio sound crappy.
30167
30168 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30169
30170         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30171         Add rmvb to the list of known RealMedia extensions
30172
30173 2004-10-05  Wim Taymans  <wim@fluendo.com>
30174
30175         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30176         (mngdec_openstream), (mngdec_closestream),
30177         (mngdec_handle_sink_event), (mngdec_readdata),
30178         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30179         (mngdec_getcanvasline), (mngdec_refresh),
30180         (gst_mngdec_change_state):
30181         Set the framerate correctly.
30182
30183 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30184
30185         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30186           There was something wrong with the index massaging.
30187
30188 2004-10-04  Wim Taymans  <wim@fluendo.com>
30189
30190         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30191         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30192         (gst_smokedec_chain):
30193         * ext/jpeg/gstsmokedec.h:
30194         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30195         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30196         * ext/jpeg/gstsmokeenc.h:
30197         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30198         (smokecodec_decode_new), (smokecodec_info_free),
30199         (smokecodec_set_quality), (smokecodec_get_quality),
30200         (smokecodec_set_threshold), (smokecodec_get_threshold),
30201         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30202         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30203         (smokecodec_encode), (smokecodec_parse_id),
30204         (smokecodec_parse_header), (smokecodec_decode):
30205         * ext/jpeg/smokecodec.h:
30206         * ext/jpeg/smokeformat.h:
30207         Updated smoke, new bitstream, allows embedding in ogg.
30208
30209 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30210
30211         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30212           Fix seeking in some files. All this code is no longer needed (and
30213           actually breaks stuff) because we now synchronize the full index
30214           right when reading the header.
30215
30216 2004-10-04  Wim Taymans  <wim@fluendo.com>
30217
30218         * configure.ac:
30219         configure update for libmng.
30220
30221 2004-10-04  Wim Taymans  <wim@fluendo.com>
30222
30223         * ext/libmng/Makefile.am:
30224         * ext/libmng/gstmng.c: (plugin_init):
30225         * ext/libmng/gstmng.h:
30226         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30227         (gst_mngdec_base_init), (gst_mngdec_class_init),
30228         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30229         (gst_mngdec_loop), (gst_mngdec_get_property),
30230         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30231         (mngdec_closestream), (mngdec_handle_sink_event),
30232         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30233         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30234         (gst_mngdec_change_state):
30235         * ext/libmng/gstmngdec.h:
30236         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30237         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30238         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30239         (gst_mngenc_chain), (gst_mngenc_get_property),
30240         (gst_mngenc_set_property):
30241         * ext/libmng/gstmngenc.h:
30242         Added basic MNG decoder. Needs more work. The encoder does
30243         not work yet.
30244
30245 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30246
30247         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30248         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30249         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30250           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30251           no-more-pads.
30252
30253 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30254
30255         * configure.ac:
30256           you need at least 1.0.4 of speex
30257
30258 2004-10-04 Iain <iaingnome@gmail.com>
30259
30260         * ext/speex/gstspeexdec.h: Revert the includes changes.
30261
30262         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30263
30264 2004-09-30 Iain <iaingnome@gmail.com>
30265
30266         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30267         found during init or set as a property instead of hardcoding /dev/audio
30268
30269 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30270
30271         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30272         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30273         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30274         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30275         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30276         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30277         (gst_rmdemux_dump_data):
30278           Use debug category, fix EOS handling. filesrc ! rmdemux now
30279           works.
30280
30281 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30282
30283         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30284         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30285         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30286           Improve allocation, cutting and sorting of the index. How takes a
30287           few seconds instead of minutes.
30288
30289 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30290
30291         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30292           fixed compilation
30293
30294 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30295
30296         * gst-libs/gst/riff/riff-media.c:
30297         (gst_riff_create_video_caps_with_data),
30298         (gst_riff_create_video_template_caps):
30299           Add wing commander format mimetype/fourccs.
30300         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30301           Don't crash if some value is 0.
30302
30303 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30304
30305         * gst-libs/gst/riff/riff-media.c:
30306         (gst_riff_create_video_caps_with_data),
30307         (gst_riff_create_video_template_caps):
30308           Add DIB fourcc (raw, palettized 8-bit RGB).
30309         * gst-libs/gst/riff/riff-read.c:
30310         (gst_riff_read_strf_vids_with_data):
30311           Oops, fix strf_data reading bug.
30312         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30313           Use a non-NULL tag.
30314         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30315           Time for hacks. Sorry Dave. At least one quicktime movie (a
30316           trailer) that I've encountered contains multiple video tracks.
30317           One of those is the actual video track, the other are one-frame
30318           tracks (images). Unfortunately, the number of frames according
30319           to the trak header is 1 for each, so that doesn't help. So
30320           instead, I look at the duration and discard tracks with a
30321           duration shorter than 20% of the length of the stream. Better
30322           than nothing.
30323
30324 2004-10-01  Christian Schaller <christian@fluendo.com>
30325
30326         * ext/ivorbis/vorbis.c:
30327           Patch from Phil Blundell (Bug 152341)
30328
30329 2004-10-01  Wim Taymans  <wim@fluendo.com>
30330
30331         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30332         (speex_dec_get_formats), (speex_dec_convert),
30333         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30334         (speex_dec_chain), (gst_speexdec_get_property),
30335         (gst_speexdec_set_property):
30336         Small cleanups.
30337
30338 2004-10-01  Wim Taymans  <wim@fluendo.com>
30339
30340         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30341         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30342         (gst_wavparse_other), (gst_wavparse_loop),
30343         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30344         (gst_wavparse_srcpad_event):
30345         * gst/wavparse/gstwavparse.h:
30346         Added some more debugging info.
30347         Fix the case where the length of the file is 0.
30348         Make sure we seek to sample borders.
30349
30350 2004-10-01  Wim Taymans  <wim@fluendo.com>
30351
30352         * gst/playback/README:
30353         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30354         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30355         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30356         Add some debug info to decodebin, update README
30357
30358 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30359
30360         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30361           Don't use g_print(); use GST_DEBUG().
30362
30363 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30364
30365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30366         (gst_ogg_mux_queue_pads):
30367           Handle EOS properly.
30368
30369 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30370
30371         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30372
30373         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30374         (gst_faad_chain), (gst_faad_change_state):
30375         * ext/faad/gstfaad.h:
30376           Allow playback of raw (unframed) MPEG AAC files (#148993).
30377
30378 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30379
30380         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30381
30382         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30383           Throw error if we didn't recognize the stream. Fixes #152289.
30384
30385 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30386
30387         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30388           Fix negotiation.
30389
30390 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30391
30392         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30393
30394         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30395           Fix memleak.
30396
30397 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30398
30399         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30400
30401         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30402           Solve #152805.
30403         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30404           Solve 152806.
30405
30406 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30407
30408         * gst-libs/gst/riff/riff-media.c:
30409         (gst_riff_create_video_caps_with_data),
30410         (gst_riff_create_audio_caps_with_data):
30411           Add codec_data handling (like asfdemux used to do).
30412         * gst/asfdemux/gstasf.c: (plugin_init):
30413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30414         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30415           Use riff-media for caps creation instead of our own (mostly
30416           broken) copy of its functions.
30417
30418 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30419
30420         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30421           Don't actually error out if we get another return value than
30422           -EINVAL. Opposite to what I first thought, drivers have random
30423           return values for this, although -EINVAL is the expected return
30424           value. Since this is not fatal, we shouldn't use
30425           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30426
30427 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30428
30429         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30430         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30431         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30432         (dvdreadsrc_get), (dvdreadsrc_open_file),
30433         (dvdreadsrc_change_state):
30434           Fix. Don't do one big huge loop around the whole DVD, that will
30435           cache all data and thus eat sizeof(dvd) (several GB) before we
30436           see something.
30437         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30438           Actually NULL'ify event after using it.
30439         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30440         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30441         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30442         (gst_ebml_read_seek), (gst_ebml_read_skip):
30443           Handle events.
30444         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30445         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30446         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30447           Fix timing (this will probably break if I seek using menus, but
30448           I didn't get there yet). VOBs and normal DVDs should now work.
30449           Add a mpeg2-only pad with high rank so this get autoplugged for
30450           MPEG-2 movies.
30451         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30452         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30453         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30454         (gst_mpeg_demux_get_audio_stream),
30455         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30456         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30457           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30458           MPEG-1 but use dvddemux for MPEG-2.
30459         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30460         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30461         (gst_mpeg_parse_parse_packhead):
30462           Timing. Only add pad template if it exists. Add sink template from
30463           class and not from ourselves. This means we will always use the
30464           correct sink template even if it is not the one defined in this
30465           file.
30466
30467 2004-09-29  Wim Taymans  <wim@fluendo.com>
30468
30469         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30470         (gst_mpeg_demux_parse_pes):
30471         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30472         Fix playback of mpeg again, timestamps where screwed up by
30473         patch 1.61.
30474
30475 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30476
30477         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30478           Only return true if we actually filled something in. Prevents
30479           player applications from showing a random length for flac files.
30480         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30481         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30482         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30483         (gst_riff_read_strf_vids_with_data),
30484         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30485           OK, ok, so I implemented event handling. Apparently it's normal
30486           that we receive random events at random points without asking
30487           for it.
30488         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30489         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30490         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30491         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30492         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30493         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30494         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30495         * gst/avi/gstavidemux.h:
30496           Implement non-lineair chunk handling and subchunk processing.
30497           The first solves playback of AVI files where the audio and video
30498           data of individual buffers that we read are not synchronized.
30499           This should not happen according to the wonderful AVI specs, but
30500           of course it does happen in reality. It is also a prerequisite for
30501           the second. Subchunk processing allows us to cut chunks in small
30502           pieces and process each of these pieces separately. This is
30503           required because I've seen several AVI files with incredibly large
30504           audio chunks, even some files with only one audio chunk for the
30505           whole file. This allows for proper playback including seeking.
30506           This patch is supposed to fix all AVI A/V sync issues.
30507         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30508         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30509           Work.
30510         * gst/modplug/gstmodplug.cc:
30511           Proper return value setting for the query() function.
30512         * gst/playback/gstplaybasebin.c: (setup_source):
30513           Being in non-playing state (after, e.g., EOS) is not necessarily
30514           a bad thing. Allow for that. This fixes playback of short files.
30515           They don't actually playback fully now, because the clock already
30516           runs. This means that small files (<500kB) with a small length
30517           (<2sec) will still not or barely play. Other files, such as mod
30518           or flx, will work correctly, however.
30519
30520 2004-09-28  Wim Taymans  <wim@fluendo.com>
30521
30522         * ext/speex/gstspeex.c: (plugin_init):
30523         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30524         (gst_speex_dec_class_init), (speex_dec_get_formats),
30525         (speex_get_event_masks), (speex_get_query_types),
30526         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30527         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30528         (gst_speexdec_get_property), (gst_speexdec_set_property),
30529         (speex_dec_change_state):
30530         * ext/speex/gstspeexdec.h:
30531         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30532         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30533         (gst_speexenc_base_init), (gst_speexenc_class_init),
30534         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30535         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30536         (gst_speexenc_src_query), (gst_speexenc_init),
30537         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30538         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30539         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30540         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30541         (gst_speexenc_chain), (gst_speexenc_get_property),
30542         (gst_speexenc_set_property), (gst_speexenc_change_state):
30543         * ext/speex/gstspeexenc.h:
30544         Rewrote speex encoder, make sure it can be embedded in ogg.
30545         Implemented speex decoder.
30546
30547 2004-09-28  Christian Schaller <christian@fluendo.com>
30548
30549         * configure.ac:
30550         Remove kioslave plugin. Markey is brewing a new working one
30551         * ext/Makefile.am: Remove kioslave plugin
30552         * ext/kio: remove
30553         * gst-plugins.spec.in: remove kio plugin from spec
30554
30555 2004-09-27  Wim Taymans  <wim@fluendo.com>
30556
30557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30558         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30559         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30560         (gst_multifdsink_new_client),
30561         (gst_multifdsink_handle_client_write),
30562         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30563         (gst_multifdsink_handle_clients):
30564         * gst/tcp/gstmultifdsink.h:
30565         Make syncing to keyframes actually work for new clients and lagging
30566         clients.
30567
30568 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30569
30570         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30571         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30572         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30573         * gst/debug/gstnavigationtest.h:
30574           make navigationtest display button-press and button-release events
30575
30576 2004-09-26 Iain <iaingnome@gmail.com>
30577
30578         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30579         the channels have received a new media event.
30580         (interleave_buffered_loop): Compresses a new media event on all
30581         channels into one.
30582
30583 2004-09-26 Iain <iaingnome@gmail.com>
30584
30585         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30586         call the sinkpad's default event handler and not the srcpads. He also
30587         says this is confusing :)
30588         (gst_wavenc_stop_file): Company says that seek events only go upstream
30589         we should send a discontinuous downstream instead.
30590
30591 2004-09-25  Christian Schaller <christian@fluendo.com>
30592
30593         * Update SPEC file to be usable in conjunction with Fedora Core,
30594           Fedora.us and freshrpms packages
30595         * Fix typo in multifilesrc test Makefile
30596
30597 2004-09-24  Wim Taymans  <wim@fluendo.com>
30598
30599         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30600         Only signal the no_more_pads signal when we have
30601         added the stream to our list.
30602
30603 2004-09-24  Wim Taymans  <wim@fluendo.com>
30604
30605         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30606         (new_decoded_pad):
30607         * gst/playback/gstplaybasebin.h:
30608         * gst/playback/gstplaybin.c: (setup_sinks):
30609         Don't try to preroll or decode more than one audio/video
30610         track.
30611
30612 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30613
30614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30615           Throw error if we failed to find a suitable output. This should
30616           throw an error if we successfully set up a pipeline (e.g. because
30617           we recognized a media file) but found no decodable streams in it
30618           (e.g. because it contains only media stream types for which we
30619           have no decoders, or because it's not a media type).
30620
30621 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30622
30623         * ext/dirac/Makefile.am:
30624         * ext/dirac/gstdirac.cc:
30625         * ext/dirac/gstdiracdec.cc:
30626         * ext/dirac/gstdiracdec.h:
30627           Do something. Don't actually know if this works because I don't
30628           have a demuxer yet.
30629         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30630           Add channels=1 to caps returned from _getcaps().
30631         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30632         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30633         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30634         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30635         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30636         (gst_ogm_parse_change_state):
30637           Separate between audio/video so ogmaudioparse actually uses the
30638           audio pad templates. Both audio and video work now, including
30639           autoplugging. Also use sometimes-srcpad hack.
30640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30641           Handle events better. Don't hang on infinite loops.
30642         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30643         (gst_avi_demux_init), (gst_avi_demux_reset),
30644         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30645         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30646         (gst_avi_demux_change_state):
30647         * gst/avi/gstavidemux.h:
30648           Improve A/V sync. Still not perfect.
30649         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30650         (gst_ebml_read_skip):
30651           Handle events better.
30652         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30653         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30654         (qtdemux_audio_caps):
30655           Add IMA4. Improve event handling. Save offset after a seek when
30656           the headers are at the end of the file so that we don't end up in
30657           an infinite loop.
30658         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30659           Add low-priority typefind support for files with no length.
30660
30661 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30662
30663         * testsuite/multifilesink/Makefile.am:
30664         fix typo
30665
30666 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30667
30668         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30670         mistakes from thaytan's patches.
30671
30672 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30673
30674         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30675           For completeness, XSync in the destroy function as xvimage does.
30676
30677 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30678
30679         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30680            Correct caps negotiation
30681         * gst/volume/gstvolume.c: (volume_chain_float),
30682         (volume_chain_int16):
30683            Modify debug output to be little more informative
30684         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30686         (gst_xvimagesink_xvimage_destroy):
30687           Add XSync calls after detaching from the shared memory segment to
30688           avoid a crash.
30689
30690 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30691
30692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30693         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30694         * ext/vorbis/vorbis.c: (plugin_init):
30695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30696         (gst_vorbisenc_chain):
30697         * ext/vorbis/vorbisenc.h:
30698         remove explicit newmedia support from oggmux and vorbisenc
30699         add debug category to vorbisenc
30700         * gst/multifilesink/gstmultifilesink.c:
30701         (gst_multifilesink_class_init), (gst_multifilesink_init),
30702         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30703         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30704         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30705         (plugin_init):
30706         * gst/multifilesink/gstmultifilesink.h:
30707         add support for streamheader in multifilesink
30708
30709 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30710
30711         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30712         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30713         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30714           Prevent infinite loops. More correct error reporting.
30715         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30716           Error out if negotiation fails.
30717         * gst/playback/gstplaybasebin.c: (setup_source),
30718         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30719         (gst_play_base_bin_found_tag):
30720           Error/tag forwarding. Pre-roll fixes for source errors on state
30721           changes (e.g. "file does not exist") to prevent hangs.
30722
30723 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30724
30725         * testsuite/multifilesink/Makefile.am:
30726         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30727         (gst_newmedia_class_init), (gst_newmedia_init),
30728         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30729         (newfile_signal), (test_signal), (main):
30730         * testsuite/multifilesink/multifilesrc_test.c: (main):
30731         * testsuite/multifilesink/oggtheora_test.c:
30732         (gst_newmedia_base_init), (gst_newmedia_class_init),
30733         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30734         (test_format), (newfile_signal), (test_signal), (main):
30735         * testsuite/multifilesink/oggvorbis_test.c:
30736         (gst_newmedia_base_init), (gst_newmedia_class_init),
30737         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30738         (test_format), (newfile_signal), (test_signal), (main):
30739         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30740         (gst_newmedia_class_init), (gst_newmedia_init),
30741         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30742         (newfile_signal), (test_signal), (main):
30743         New media tests
30744
30745 2004-09-20  Christian Schaller <christian@fluendo.com>
30746
30747         * Fix mikmod license to LGPL as they have relicensed
30748         * Move Dirac and Effectv into LGPL section of README_license
30749
30750 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30751
30752         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30753         (gst_mad_change_state):
30754           Allow for mp3 rate/channels changes. However, only very
30755           conservatively. Reason that we *have* to enable this is smiply
30756           because the mad find_sync() function is not good enough, it will
30757           regularly sync on random data as valid frames and therefore make
30758           us provide random caps as *final* caps of the stream. The best fix
30759           I could think of is to simply require several of the same stream
30760           changes in a row before we change caps.
30761           The actual testcase that works now is #
30762         * ext/ogg/Makefile.am:
30763         * ext/ogg/gstogg.c: (plugin_init):
30764         * ext/ogg/gstogmparse.c:
30765           OGM support (video only for now; I need an audio sample file).
30766         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30767         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30768         (gst_asf_demux_add_video_stream):
30769           WMV extradata.
30770         * gst/playback/gstplaybasebin.c: (unknown_type):
30771           Don't error out on single unknown-types after all. It's wrong.
30772           If we found type of video and audio but not of a subtitle stream,
30773           it will still error out (which is unwanted). Will find a better fix
30774           later on.
30775         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30776         (ogmaudio_type_find), (plugin_init):
30777           OGM support.
30778
30779 2004-09-20  Johan Dahlin  <johan@gnome.org>
30780
30781         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30782         after setting caps.
30783
30784 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30785
30786         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30787         * gst/wavenc/gstwavenc.h:
30788         Added newmedia support to wavenc
30789
30790 2004-09-17  Wim Taymans  <wim@fluendo.com>
30791
30792         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30793         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30794         (gst_fdset_fd_can_write), (gst_fdset_wait):
30795         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30796         (gst_multifdsink_init), (gst_multifdsink_add),
30797         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30798         (gst_multifdsink_remove_client_link),
30799         (gst_multifdsink_client_queue_buffer),
30800         (gst_multifdsink_handle_client_write),
30801         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30802         (gst_multifdsink_close), (gst_multifdsink_change_state):
30803         * gst/tcp/gstmultifdsink.h:
30804         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30805         (gst_tcpserversink_removed):
30806         Small cleanups in fdset.c
30807         Use a hastable to map fd to the client structure for faster
30808         lookup in _remove and get_stats.
30809         Added virtual function to close the fds.
30810         Handle clients even when the select/poll call was unblocked because
30811         of a command.
30812         Implement syncing to keyframe in the recovery procedure.
30813
30814 2004-09-16 Iain <iaingnome@gmail.com>
30815
30816         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30817         try caps.
30818
30819 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30820
30821         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30822           Caps are only set if the type of the stream is unknown, but this
30823           is initialized in ->init_stream(), so set to UNKNOWN after calling
30824           ->init_stream() so that capsnego starts.
30825
30826 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30827
30828         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30829         (gst_avi_demux_stream_data):
30830           Just hardcode for raw audio then. AVI audio sucks.
30831
30832 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30833
30834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30835         * gst/matroska/matroska-mux.c: (audiosink_templ),
30836         (gst_matroska_mux_audio_pad_link):
30837         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30838         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30839
30840 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30841
30842         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30843         (gst_avi_demux_stream_data):
30844           Try to fix a/v sync issues.
30845
30846 2004-09-15  David Schleef  <ds@schleef.org>
30847
30848         * configure.ac: remove NASM check, since we don't use it.  Update
30849         dirac check to 0.4
30850         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30852         Initialized variables.
30853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30854         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30855         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30856         SVQ3 format
30857
30858 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30859
30860         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30861         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30862         * gst/avi/gstavidemux.h:
30863           Fix for compressed audio (mp3) timestamp generation. How did this
30864           ever work?
30865
30866 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30867
30868         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30869           Volume is a double not a float.
30870
30871 2004-09-15  Wim Taymans  <wim@fluendo.com>
30872
30873         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30874         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30875         Don't close the fd in multifdsink as we didn't open it in the
30876         first place. Some cleanups.
30877
30878 2004-09-15  Wim Taymans  <wim@fluendo.com>
30879
30880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30882         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30883         Fix the case where the muxer would mark pages as delta
30884         frames when they are not (vorbis only ogg).
30885
30886 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30887
30888         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30889         (gst_play_base_bin_change_state):
30890           Handle the case where we failed to setup a clear pipeline. This
30891           will throw an error (or EOS, another nice case) and if you don't
30892           catch that, the app will wait for the signal forever (and thus
30893           hang).
30894
30895 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30896
30897         * ext/gnomevfs/gstgnomevfssink.c:
30898         (gst_gnomevfssink_uri_get_protocols):
30899         * ext/gnomevfs/gstgnomevfssrc.c:
30900         (gst_gnomevfssrc_uri_get_protocols):
30901         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30902         * ext/gnomevfs/gstgnomevfsuri.h:
30903           Use _uri_new() instead of _open(), so it doesn't take as long and
30904           Christophe's computer won't hang.
30905         * gst/playback/gstplaybasebin.c: (unknown_type):
30906           Throw error on unknown media type, so apps actually display it.
30907
30908 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30909
30910         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30911           this script to work on Solaris since bash shell handles echo
30912           differenly than bash.
30913
30914 2004-09-17  Wim Taymans  <wim@fluendo.com>
30915
30916         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30917         (setup_source), (gst_play_base_bin_set_property),
30918         (gst_play_base_bin_add_element):
30919         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30920         Some more work on making sure seeking pauses the pipeline and
30921         that changing the uri actually does something.
30922
30923 2004-09-17  Wim Taymans  <wim@fluendo.com>
30924
30925         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30926         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30927         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30928         (gst_tcpserversink_close):
30929         Be a bit more paranoid when freeing memory.
30930
30931 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30932
30933         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30934         (qtdemux_parse_trak):
30935           Don't crash by dividing by zero (see sample movie in #126922).
30936
30937 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30938
30939         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30940           Don't touch non-existing data (fixes crash on file in #140147).
30941
30942 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30943
30944         * gst/playback/gstplaybasebin.c:
30945         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30946           Handle double disposals, and proper change of URIs.
30947
30948 2004-09-13  Martin Eikermann <meiker@upb.de>
30949
30950         * gst/mpegstream/gstmpegparse.c:
30951           fix synchronistation for streams recorded from digital PCR
30952           fixes bug #119376
30953
30954 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30955
30956         * ext/gnomevfs/Makefile.am:
30957         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30958         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30959         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30960         (gst_gnomevfssink_uri_get_type),
30961         (gst_gnomevfssink_uri_get_protocols),
30962         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30963         (gst_gnomevfssink_uri_handler_init),
30964         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30965         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30967         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30968         (gst_gnomevfssrc_uri_get_type),
30969         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30970         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30971         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30972         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30973         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30974         * ext/gnomevfs/gstgnomevfsuri.h:
30975           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30976           of fake URIs to see which this version of Gnome-VFS likes, and
30977           uses that for the Gst-URI interface. Makes playbin support http://
30978           streams. Also fix up some stupid behaviour in gnomevfssrc.
30979
30980 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30981
30982         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30983         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30984         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30985         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30986           Update mixer (to sync with other sessions) if we try to obtain
30987           a new value. This makes alsamixer work accross applications.
30988         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30989           Only call sync functions if we're running, else alsalib asserts.
30990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30991           Sometimes fails to compile. Possibly a gcc bug.
30992         * gst/playback/gstplaybin.c: (gen_video_element),
30993         (gen_audio_element):
30994           Add a reference to an application-provided object, because we lose
30995           this same reference if we add it to the bin. If we don't do this,
30996           we can only use this object once and thus crash if we go from
30997           ready to playing, back to ready and back to playing again.
30998           Also add an audioscale element because several cheap soundcards -
30999           like mine - don't support all samplerates.
31000         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31001         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31002           Fix wrong order or PAR calls. Makes automatically obtained PAR
31003           from the X server atually being used.
31004
31005 2004-09-12  David Schleef  <ds@schleef.org>
31006
31007         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31008         #151887, #152102, #152247.
31009         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31010         * examples/seeking/cdparanoia.c: same
31011         * examples/seeking/cdplayer.c: same
31012         * examples/seeking/seek.c: same
31013         * examples/seeking/spider_seek.c: same
31014         * examples/seeking/vorbisfile.c: same
31015         * examples/stats/mp2ogg.c: same
31016         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31017         (gst_esdsink_dispose): Dispose of element properly.
31018         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31019         fixes.
31020         * ext/nas/nassink.c: (gst_nassink_class_init),
31021         (gst_nassink_dispose): Dispose of element correctly.
31022         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31023         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31024         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31025         Fix 64-bit warning.
31026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31027         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31028         Fix 64-bit warning.
31029
31030 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31031
31032         * configure.ac : change speex detection as 1.1.6 now uses
31033           .pc/pkg-config and they changed their headers location.
31034
31035 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31036
31037         * gst/matroska/matroska-mux.h:
31038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31039         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31040         (gst_matroska_mux_write_data):
31041           Write multiple blocks/frames per cluster.
31042                 Write meta-seek information (seek heads).
31043
31044 2004-09-09  Scott Wheeler <wheeler@kde.org>
31045
31046         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31047         (gst_play_bin_set_property), (gst_play_bin_get_property),
31048         (gen_audio_element), (gen_audio_element):
31049           Add a volume element / property to the pipeline.
31050
31051 2004-09-07  Wim Taymans  <wim@fluendo.com>
31052
31053         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31054         Copy timestamps from the master pad to the output buffers.
31055
31056 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31057
31058         * ext/raw1394/gstdv1394src.c:
31059           throw errors when applicable
31060
31061 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31062
31063         * gst/matroska/ebml-ids.h:
31064         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31065         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31067           automatically convert unix time <-> ebml time when reading/writing
31068           a date, use gst_ebml_write_uint to write CUETIME,
31069           not gst_ebml_write_date.
31070         * gst/matroska/matroska-ids.h:
31071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31072         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31073         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31074         (gst_matroska_mux_write_data):
31075           Write track and segment UIDs, write muxing date, write
31076           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31077           Create cues for audio only files.
31078
31079 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31080
31081         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31082         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31083           Re-commit ALSA switches.
31084         * gst/adder/gstadder.c: (gst_adder_loop):
31085           64-bit fix (#151416).
31086         * gst/debug/progressreport.c: (gst_progressreport_report):
31087           64-bit fix (#151419).
31088         * gst/matroska/matroska-demux.c:
31089         (gst_matroska_demux_parse_contents):
31090           64-bit fix (#151420).
31091         * gst/playback/test3.c: (update_scale):
31092           64-bit fix (#151421).
31093
31094 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31095
31096         * configure.ac:
31097           bump nano to cvs
31098
31099 === release 0.8.4 ===
31100
31101 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31102
31103         * configure.ac: releasing 0.8.4, "Alias"
31104
31105 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31106
31107         * ext/theora/Makefile.am:
31108           fix makefile.  Fixes #151462.
31109
31110 2004-08-30  Wim Taymans  <wim@fluendo.com>
31111
31112         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31113         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31114         (gst_multifdsink_remove_client_link),
31115         (gst_multifdsink_client_queue_buffer),
31116         (gst_multifdsink_handle_client_write):
31117         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31118         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31119         Fix some memory leaks.
31120
31121 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31122
31123         Patch by: David Schleef
31124
31125         * configure.ac:
31126         * sys/Makefile.am:
31127           rename our detection macro for V4L2.  Fixes #151236.
31128
31129 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31130
31131         Patch by: David Schleef
31132
31133         * configure.ac:
31134           check to define LAMEPRESET.  Fixes #151232.
31135
31136 2004-08-27  David Schleef  <ds@schleef.org>
31137
31138         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31139         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31140         (gst_glimagesink_fixate):  Move local variable declarations to
31141         make gcc-2.95 happy.
31142
31143 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31144
31145         * configure.ac:
31146           bump nano for prerelease
31147
31148 2004-08-27  David Schleef  <ds@schleef.org>
31149
31150         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31151         * sys/sunaudio/gstsunaudiosrc.c:
31152         * sys/sunaudio/gstsunaudiosrc.h:
31153
31154 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31155
31156         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31157         handle EOS correctly
31158         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31159         * gst/matroska/matroska-mux.h:
31160         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31161         VFW compatibility mode
31162
31163 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31164
31165         patch by: Zaheer Abbas Merali
31166
31167         * ext/ogg/gstoggmux.c:
31168         * ext/vorbis/vorbisenc.c:
31169         * ext/vorbis/vorbisenc.h:
31170           handle NEWMEDIA
31171
31172 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31173
31174         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31175         fix byte order reversion on little endian machines.
31176         * gst/matroska/matroska-mux.c: (audiosink_templ),
31177         (gst_matroska_mux_audio_pad_link):
31178         add TTA codec to the list of supported codecs.
31179         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31180         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31181         (gst_matroska_mux_write_data):
31182         * gst/matroska/matroska-mux.h:
31183         write segment duration correctly, write muxing app string, fixes bugs
31184         #140897 and #140898.
31185         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31186         wait for all pads to be negotiated before starting to mux.
31187
31188 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31189
31190         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31191         * ext/lame/gstlame.h:
31192         Added new media support to lame
31193
31194 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31195
31196         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31197         send vorbis headers at the beginning of a stream, fixes bug #141554.
31198         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31199         bug #148950.
31200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31201         (gst_matroska_demux_plugin_init):
31202         * gst/matroska/matroska-ids.h:
31203         enable demuxing of TTA audio streams, fixes bug #148951.
31204         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31205         enable typefinding for TTA audio files, fixes bug #148711.
31206         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31207         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31208         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31209
31210 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31211
31212         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31213         (gst_riff_read_element_data), (gst_riff_read_seek),
31214         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31215         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31216         <teuf@gnome.org>
31217
31218 2004-08-23 Iain <iaingnome@gmail.com>
31219
31220         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31221         tags. They appear to be handled differently to normal.
31222         (tag_list_to_id3_tag_foreach): Ditto.
31223
31224 2004-08-22  Wim Taymans  <wim@fluendo.com>
31225
31226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31227         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31228         Make sure we never send -1 granulepos.
31229
31230 2004-08-20  Wim Taymans  <wim@fluendo.com>
31231
31232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31233         (gst_ogg_mux_loop):
31234         I will accept bitchslappings with non sharp objects.
31235
31236 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31237
31238         * configure.ac:
31239         Clean up the test for lame presets
31240
31241 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31242
31243         * configure.ac:
31244         * ext/lame/Makefile.am:
31245         * ext/lame/gstlame.c: (gst_lame_class_init),
31246         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31247         Only enable lame presets if version of lame has presets in API
31248
31249 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31250         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31251         * gst/udp/gstudpsrc.h:
31252           Don't call gst_pad_push in a get function. Fixes #150449
31253
31254 2004-08-18  Wim Taymans  <wim@fluendo.com>
31255
31256         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31257         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31258         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31259         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31260         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31261         (gst_fdset_wait):
31262         * gst/tcp/gstfdset.h:
31263         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31264         (gst_multifdsink_client_queue_buffer),
31265         (gst_multifdsink_handle_client_write):
31266         * gst/tcp/gstmultifdsink.h:
31267         Some extra checks in gstfdset.
31268         Only use send() when the fd is a socket. Don't try to
31269         read from write only fds.
31270
31271 2004-08-18  Wim Taymans  <wim@fluendo.com>
31272
31273         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31274         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31275         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31276         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31277         (gst_fdset_wait):
31278         Add more locking and bounds checking.
31279
31280 2004-08-18  Wim Taymans  <wim@fluendo.com>
31281
31282         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31283         Realloc test fdset in the lock and right before starting
31284         the poll call. Bump the limit to 4096.
31285
31286 2004-08-17  David Schleef  <ds@schleef.org>
31287
31288         * sys/sunaudio/Makefile.am:
31289         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31290         of rates and channels.  Make debugging less obnoxious.
31291
31292         Patch from Balamurali Viswanathan implementing a mixer for
31293         Sun audio.  (bug #144091):
31294         * sys/sunaudio/gstsunelement.c:
31295         * sys/sunaudio/gstsunelement.h:
31296         * sys/sunaudio/gstsunmixer.c:
31297         * sys/sunaudio/gstsunmixer.h:
31298
31299 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31300
31301         * gst/audioscale/gstaudioscale.c:
31302         * gst/audioscale/gstaudioscale.h:
31303         made audioscale resample from any sample rate to any sample rate
31304
31305 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31306
31307         * ext/libpng/gstpngdec.c:
31308           error out on unsupported types
31309
31310 2004-08-17  Iain <iaingnome@gmail.com>
31311
31312         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31313         mid_side and loose_mid_side properties if its a stereo stream.
31314
31315 2004-08-17  Wim Taymans  <wim@fluendo.com>
31316
31317         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31318         (theora_get_formats), (theora_dec_src_convert),
31319         (theora_dec_sink_convert), (theora_dec_src_query),
31320         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31321         Add a debug line.
31322
31323 2004-08-17  Wim Taymans  <wim@fluendo.com>
31324
31325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31326         (gst_ogg_pad_push):
31327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31328         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31329         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31330         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31331         Mark delta units in the muxer.
31332         Try to decode the packet after an out-of-sync error from
31333         libogg.
31334
31335 2004-08-17  Wim Taymans  <wim@fluendo.com>
31336
31337         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31338         (gst_multifdsink_init), (gst_multifdsink_add),
31339         (gst_multifdsink_client_queue_buffer),
31340         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31341         * gst/tcp/gstmultifdsink.h:
31342         Added option to send a keyframe to clients as the first buffer.
31343         Make timeout property writable.
31344
31345 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31346
31347         patch by: Wim Taymans
31348
31349         * gst/tcp/gstfdset.c:
31350         * gst/tcp/gstmultifdsink.c:
31351           fix index comparison, should include 0
31352
31353 2004-08-16  Wim Taymans  <wim@fluendo.com>
31354
31355         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31356         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31357         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31358         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31359         (gst_fdset_wait):
31360           copy when reallocing for poll so the select arguments don't get
31361           changed during the call
31362
31363 2004-08-16  Wim Taymans  <wim@fluendo.com>
31364
31365         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31366         (gst_theora_enc_class_init), (theora_enc_sink_link),
31367         (theora_buffer_from_packet), (theora_enc_chain):
31368         Fix bug where buffers were not marked as keyframes
31369         correctly.
31370
31371 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31372
31373         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31374         (gst_lame_preset_get_type), (gst_lame_class_init):
31375         describe the enum values for vbr mode and presets more verbosely
31376
31377 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31378
31379         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31380         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31381         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31382         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31383         * ext/lame/gstlame.h:
31384         add preset property to lame so it can use lame presets
31385
31386 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31387
31388         * ext/lame/gstlame.c: (gst_lame_get_property):
31389         whoops forgot break, thanks teuf
31390
31391 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31392
31393         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31394         (gst_lame_class_init), (gst_lame_src_getcaps),
31395         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31396         (gst_lame_get_property), (gst_lame_setup):
31397         * ext/lame/gstlame.h:
31398         fix lame's broken vbr stuff, allow it to resample if need be, and also
31399         make xing header optional
31400
31401 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31402
31403         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31404         added getcaps function so samplerate doesnt get fixated to silly values
31405
31406 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31407
31408         * ext/lame/gstlame.c: (gst_lame_src_link):
31409         revert previous fix
31410
31411 2004-08-12  Johan Dahlin  <johan@gnome.org>
31412
31413         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31414         checks. Doesn't matter what state we are in. Interfaces are a
31415         compile time thing, not runtime. It also broke the python bindings.
31416
31417 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31418
31419         * ext/lame/gstlame.c: (gst_lame_src_link):
31420         made source pad link function check if sinkpad is ok..fixes the problem
31421         where core fixates the output rate of lame stupidly
31422
31423 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31424
31425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31426         * sys/v4l/v4l_calls.c:
31427         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31428           fix fixate function to handle nonsimple caps.
31429           remove bogus check in _link
31430           cleanups
31431
31432 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31433
31434         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31435         set default compression ratio parameter to 0.0 so bitrate parameter
31436         works :)
31437
31438 2004-08-11  David Schleef  <ds@schleef.org>
31439
31440         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31441
31442 2004-08-11  David Schleef  <ds@schleef.org>
31443
31444         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31445         before.
31446
31447 2004-08-11  David Schleef  <ds@schleef.org>
31448
31449         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31450
31451 2004-08-11  David Schleef  <ds@schleef.org>
31452
31453         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31454           license field
31455         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31456         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31457           LGPL.
31458         * gst/auparse/gstauparse.c: Fix plugin license field.
31459         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31460         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31461         * gst/rtp/gstrtp.c: Fix plugin license field.
31462
31463 2004-08-11  Wim Taymans  <wim@fluendo.com>
31464
31465         * gst/tcp/Makefile.am:
31466         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31467         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31468         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31469         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31470         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31471         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31472         (gst_fdset_fd_can_write), (gst_fdset_wait):
31473         * gst/tcp/gstfdset.h:
31474         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31475         (gst_multifdsink_class_init), (gst_multifdsink_init),
31476         (gst_multifdsink_add), (gst_multifdsink_remove),
31477         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31478         (gst_multifdsink_remove_client_link),
31479         (gst_multifdsink_handle_client_read),
31480         (gst_multifdsink_client_queue_data),
31481         (gst_multifdsink_client_queue_caps),
31482         (gst_multifdsink_client_queue_buffer),
31483         (gst_multifdsink_handle_client_write),
31484         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31485         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31486         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31487         (gst_multifdsink_close):
31488         * gst/tcp/gstmultifdsink.h:
31489         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31490         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31491         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31492         (gst_tcpserversink_close):
31493         * gst/tcp/gsttcpserversink.h:
31494         Abstracted away the select call, implemented poll (yes we ran into
31495         the 1024 limit in production).
31496
31497 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31498
31499         * gst/tcp/gsttcp.c:
31500         * gst/tcp/gsttcpplugin.c:
31501           improve debuggging, remove assert
31502
31503 2004-08-10  Wim Taymans  <wim@fluendo.com>
31504
31505         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31506         (gst_client_status_get_type), (gst_multifdsink_class_init),
31507         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31508         (gst_multifdsink_handle_client_read),
31509         (gst_multifdsink_handle_client_write),
31510         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31511         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31512         (gst_multifdsink_get_property):
31513         * gst/tcp/gstmultifdsink.h:
31514         * gst/tcp/gsttcp-marshal.list:
31515         Starting to prepare for specifying buffer time in other units
31516         than buffers. Expose remove reason in signal.
31517
31518 2004-08-10  Wim Taymans  <wim@fluendo.com>
31519
31520         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31521         (gst_multifdsink_remove), (gst_multifdsink_clear),
31522         (gst_multifdsink_remove_client_link),
31523         (gst_multifdsink_handle_client_read),
31524         (gst_multifdsink_client_queue_data),
31525         (gst_multifdsink_client_queue_buffer),
31526         (gst_multifdsink_handle_client_write),
31527         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31528         (gst_multifdsink_chain), (gst_multifdsink_close):
31529         * gst/tcp/gstmultifdsink.h:
31530         Added more debugging info. Changed the way clients are
31531         removed from the lists. Fixed a bug where a bad file descriptor
31532         could cause many clients to be removed.
31533
31534 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31535
31536         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31537           allow all pixel-aspect-ratios, not just 1:1
31538
31539 2004-08-09  David Schleef  <ds@schleef.org>
31540
31541         * sys/glsink/ARB_multitexture.h:  Remove old files.
31542         * sys/glsink/EXT_paletted_texture.h:
31543         * sys/glsink/NV_register_combiners.h:
31544         * sys/glsink/gstgl_nvimage.c:
31545         * sys/glsink/gstgl_pdrimage.c:
31546         * sys/glsink/gstgl_rgbimage.c:
31547         * sys/glsink/gstglsink.c:
31548         * sys/glsink/gstglsink.h:
31549         * sys/glsink/gstglxwindow.c:
31550         * sys/glsink/regcomb_yuvrgb.c:
31551
31552 2004-08-09  David Schleef  <ds@schleef.org>
31553
31554         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31555         GL sink plugin.  (Bug #147302)
31556
31557         * configure.ac: Test for OpenGL
31558         * sys/Makefile.am: Use test for OpenGL
31559         * sys/glsink/Makefile.am:
31560         * sys/glsink/glimagesink.c: rewrite
31561         * sys/glsink/glimagesink.h: rewrite
31562
31563 2004-08-09  David Schleef  <ds@schleef.org>
31564
31565         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31566         sane framerates.
31567         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31569         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31570
31571 2004-08-09  Wim Taymans  <wim@fluendo.com>
31572
31573         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31574         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31575         (gst_multifdsink_client_remove),
31576         (gst_multifdsink_handle_client_read),
31577         (gst_multifdsink_handle_client_write),
31578         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31579         Do a bit more logging, make the client_read code more robust.
31580
31581 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31582
31583         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31584         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31585         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31586         (gst_jpegdec_init), (gst_jpegdec_chain):
31587         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31588         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31589           cleanups, debugging fixes and memleak plugging
31590
31591 2004-08-09  Wim Taymans  <wim@fluendo.com>
31592
31593         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31594         (theora_get_formats), (theora_dec_src_convert),
31595         (theora_dec_sink_convert), (theora_dec_src_query),
31596         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31597         (theora_dec_change_state):
31598         Don't crash on missing header packets.
31599
31600 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31601
31602         * po/LINGUAS:
31603         * po/sq.po:
31604           Added Albanian translation (Laurent Dhima)
31605         * po/cs.po:
31606           updated
31607
31608 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31609
31610         * ext/lame/gstlame.c:
31611           fix/add debugging
31612
31613 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31614
31615         * sys/ximage/ximagesink.c:
31616         * sys/xvimage/xvimagesink.c:
31617           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31618
31619 2004-08-06  Wim Taymans  <wim@fluendo.com>
31620
31621         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31622         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31623         (gst_multifdsink_client_remove),
31624         (gst_multifdsink_handle_client_read),
31625         (gst_multifdsink_handle_client_write),
31626         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31627         Make sure we don't try to read more from a client that what
31628         ioctl says us or we deadlock.
31629
31630 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31631
31632         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31633         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31634         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31635           decouple running_time and n_frames so it can handle changing
31636           framerate while running
31637
31638 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31639
31640         * po/nl.po:
31641         * po/sv.po:
31642           updated translations
31643
31644 2004-08-04  Benjamin Otte  <otte@gnome.org>
31645
31646         * gst/videotestsrc/gstvideotestsrc.c:
31647         (gst_videotestsrc_get_capslist), (generate_capslist),
31648         (plugin_init):
31649           generate the list of supported caps at startup and reuse it instead
31650           of always generating it
31651
31652 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31653
31654         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31655           whoops, last checkin broke normal build
31656
31657 2004-08-03  Benjamin Otte  <otte@gnome.org>
31658
31659         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31660         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31661         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31662         (gst_alsa_mixer_get_option):
31663         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31664         (dvdnavsrc_print_event):
31665         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31667         (gst_ogg_mux_pad_unlink):
31668         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31669         (gst_multipart_mux_pad_unlink):
31670         * gst/videofilter/gstvideobalance.c:
31671         (gst_videobalance_colorbalance_set_value):
31672         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31673         (gst_videomixer_pad_unlink):
31674         * po/uk.po:
31675         * sys/oss/gstossmixer.c:
31676         * sys/v4l/gstv4lcolorbalance.c:
31677         * sys/v4l/gstv4ltuner.c:
31678         * sys/v4l/v4lsrc_calls.c:
31679         * sys/v4l2/gstv4l2colorbalance.c:
31680         * sys/v4l2/gstv4l2tuner.c:
31681           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31682
31683 2004-08-03  Benjamin Otte  <otte@gnome.org>
31684
31685         * examples/dynparams/filter.c: (ui_control_create):
31686         * examples/gstplay/player.c: (print_tag):
31687         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31688         * ext/gdk_pixbuf/gstgdkanimation.c:
31689         (gst_gdk_animation_iter_may_advance):
31690         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31691         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31692         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31693         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31694         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31695         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31696         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31697         * gst/sine/demo-dparams.c: (main):
31698         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31699         * testsuite/alsa/formats.c: (create_pipeline):
31700         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31701           fixes for G_DISABLE_ASSERT and friends
31702         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31703         (mp3_type_frame_length_from_header), (mp3_type_find),
31704         (plugin_init):
31705           require mp3 typefinding to have at least MIN_HEADERS valid headers
31706           add typefinding for AAC adts files
31707
31708 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31709
31710         * sys/ximage/ximagesink.c:
31711         (gst_ximagesink_calculate_pixel_aspect_ratio):
31712         * sys/xvimage/xvimagesink.c:
31713         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31714         Make sure we calculate pixel-aspect-ratio using floating point maths
31715
31716 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31717
31718         * po/uk.po:
31719           updated translation
31720
31721 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31722
31723         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31725           add debugging for display PAR calculation
31726
31727 2004-08-02  David Schleef  <ds@schleef.org>
31728
31729         * configure.ac: Fix mikmod CFLAGS.
31730
31731 2004-07-27  Benjamin Otte  <otte@gnome.org>
31732
31733         * gst/audioscale/gstaudioscale.c:
31734         - fix templates to only support S16, it's the only format that works
31735         - make caps nego code use try_set_caps_nonfixed and fixation instead
31736         of try_set_caps twice, which is not nice for autopluggers
31737         - change rank to secondary, so autopluggers can pick it up after
31738         audioconvert
31739
31740 2004-08-02  Iain <iain@prettypeople.org>
31741
31742         * gst/interleave/interleave.c (interleave_init),
31743         (interleave_request_new_pad),
31744         (interleave_pad_removed),
31745         (interleave_buffered_loop): Use the real pad count, not the artificial
31746         one.
31747
31748 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31749
31750         * configure.ac: bump nano back to development
31751
31752 === release 0.8.3 ===
31753
31754 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31755
31756         * configure.ac: releasing 0.8.3, "Water"
31757
31758 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31759
31760         * sys/xvimage/xvimagesink.c:
31761         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31762         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31763         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31764         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31765         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31766         * sys/xvimage/xvimagesink.h:
31767           apply similar PAR fixes as to ximagesink
31768
31769 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31770
31771         patch from: Benjamin Otte
31772
31773         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31774           add link function to lame.  Fixes #148986.
31775
31776 2004-08-02  Johan Dahlin  <johan@gnome.org>
31777
31778         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31779         fix debugging log
31780
31781 2004-07-30  David Schleef  <ds@schleef.org>
31782
31783         * gst/videomixer/Makefile.am: Fix things that should have been
31784         fixed in the last checkin.
31785
31786 2004-07-30  David Schleef  <ds@schleef.org>
31787
31788         * gst/multipart/Makefile.am: Fix things that should have been
31789         fixed in the last checkin.
31790
31791 2004-07-30  David Schleef  <ds@schleef.org>
31792
31793         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31794
31795 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31796
31797         * configure.ac:
31798           bump nano for prerelease
31799         * po/af.po:
31800         * po/az.po:
31801         * po/cs.po:
31802         * po/en_GB.po:
31803         * po/hu.po:
31804         * po/nl.po:
31805         * po/sr.po:
31806         * po/sv.po:
31807         * po/uk.po:
31808           updates
31809
31810 2004-07-30  Wim Taymans  <wim@fluendo.com>
31811
31812         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31813         (gst_multifdsink_add), (gst_multifdsink_remove),
31814         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31815         (gst_multifdsink_client_remove),
31816         (gst_multifdsink_handle_client_write),
31817         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31818         * gst/tcp/gstmultifdsink.h:
31819         Recover from a select with a bad file descriptor by removing
31820         the client.
31821
31822 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31823
31824         * configure.ac:
31825           fix requirement of core
31826         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31827         (gst_play_pipeline_setup):
31828           don't use colorspace element.  do use hermescolorspace element.
31829           make macro to get a colorspace element.
31830           mark strings for translation.
31831         * po/POTFILES.in:
31832           add play.c
31833         * po/af.po:
31834         * po/az.po:
31835         * po/cs.po:
31836         * po/en_GB.po:
31837         * po/hu.po:
31838         * po/nl.po:
31839         * po/sr.po:
31840         * po/sv.po:
31841         * po/uk.po:
31842           update translations
31843
31844 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31845
31846         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31847         fix default for newmedia flag
31848
31849 2004-07-30  Wim Taymans  <wim@fluendo.com>
31850
31851         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31852         (gst_theora_dec_init), (theora_get_formats),
31853         (theora_dec_src_convert), (theora_dec_sink_convert),
31854         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31855         (theora_dec_chain), (theora_dec_set_property),
31856         (theora_dec_get_property):
31857         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31858         (gst_theora_enc_class_init), (gst_theora_enc_init),
31859         (theora_enc_sink_link), (theora_enc_chain),
31860         (theora_enc_set_property), (theora_enc_get_property):
31861         Added cropping option to theora decoder.
31862         Added border option to theora encoder.
31863
31864 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31865
31866         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31867         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31868         (gst_pngenc_set_property):
31869         * ext/libpng/gstpngenc.h:
31870         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
31871
31872 2004-07-30  Wim Taymans  <wim@fluendo.com>
31873
31874         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31875         (theora_enc_sink_link), (theora_enc_chain),
31876         (theora_enc_set_property), (theora_enc_get_property):
31877         Fix encoding of non-multiple-of-16 video.
31878
31879 2004-07-29  David Schleef  <ds@schleef.org>
31880
31881         * configure.ac: make test for audiofile more strict
31882
31883 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31884
31885         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31886           give different names to typefind functions
31887
31888 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31889
31890         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31891         (gst_ximagesink_calculate_pixel_aspect_ratio),
31892         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31893         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31894         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31895         (gst_ximagesink_get_property), (gst_ximagesink_init):
31896         * sys/ximage/ximagesink.h:
31897           allocate PAR's dynamically.
31898           use autodetected PAR if no object-set PAR is given.
31899           add workaround for directfb's X not setting physical size.
31900           fix to xvimagesink will follow tomorrow.
31901
31902 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31903
31904         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31905         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31906         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31907         (gst_shout2send_class_init), (gst_shout2send_init),
31908         (set_shout_metadata), (gst_shout2send_set_metadata),
31909         (gst_shout2send_chain), (gst_shout2send_set_property),
31910         (gst_shout2send_get_property), (gst_shout2send_connect),
31911         (gst_shout2send_change_state):
31912         * ext/shout2/gstshout2.h:
31913         - fix for sending mp3 audio to icecast2 server, if pad link function not
31914         called before PAUSED state
31915         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31916         - added tagging support for mp3 audio broadcasted
31917         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31918         debug info
31919
31920 2004-07-28  Wim Taymans  <wim@fluendo.com>
31921
31922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31923         (gst_ogg_demux_push):
31924         Return query failure when we don't know the length of
31925         an ogg stream insteda of returning TRUE with a bogus value.
31926
31927 2004-07-28  Wim Taymans  <wim@fluendo.com>
31928
31929         * ext/theora/theoradec.c: (theora_get_formats),
31930         (theora_dec_src_convert), (theora_dec_sink_convert),
31931         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31932         (theora_dec_chain):
31933         Don't screw up the 1 Chroma for 1 luma sample situation when we
31934         have an odd offset/width by adding a black border in those cases.
31935
31936 2004-07-28  Wim Taymans  <wim@fluendo.com>
31937
31938         * ext/theora/theoradec.c: (theora_get_formats),
31939         (theora_dec_src_convert), (theora_dec_sink_convert),
31940         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31941         (theora_dec_chain):
31942         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31943         Added first attempt at cropping of the image as required by the
31944         theora spec. We need more properties in the caps (offset_x,
31945         offset_y,stride) to implement this correctly.
31946
31947 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31948
31949         * ext/dvdnav/README:
31950           Update the README to use dvddemux
31951         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31952           Ensure getcaps returns a subset of the template caps
31953         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31954         (gst_mpeg2subt_init):
31955           Ensure getcaps returns a subset of the template caps
31956         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31957         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31958         (gst_dvd_demux_get_subpicture_stream),
31959         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31960         * gst/mpegstream/gstdvddemux.h:
31961           Set the explicit caps on the current_video pad before pushing
31962           anything
31963         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31964         (gst_mpeg_demux_get_audio_stream):
31965           Free caps used to gst_pad_set_explicit_caps, which takes a const
31966           GstCaps *
31967
31968 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31969
31970         * configure.ac: update GStreamer requirement to 0.8.4 because of
31971           GstFraction.
31972
31973 2004-07-28  Wim Taymans  <wim@fluendo.com>
31974
31975         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31976         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31977         Add the pad to the element after setting up the caps. This
31978         makes it a lot easier to autoplug.
31979
31980 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31981
31982         * gst/median/gstmedian.c:
31983         * gst/mpeg2subt/gstmpeg2subt.c:
31984         * gst/mpegaudioparse/gstmpegaudioparse.c:
31985         * gst/mpegstream/gstdvddemux.c:
31986         * gst/mpegstream/gstmpegdemux.c:
31987         * gst/mpegstream/gstmpegpacketize.c:
31988         * gst/rtjpeg/gstrtjpeg.c:
31989         * gst/rtjpeg/gstrtjpegdec.c:
31990         * gst/rtjpeg/gstrtjpegenc.c:
31991         * gst/sine/gstsinesrc.c:
31992         * gst/smooth/gstsmooth.c:
31993         * gst/smpte/gstsmpte.c:
31994         * gst/smpte/gstsmpte.h:
31995         * gst/stereo/gststereo.c:
31996         * gst/videofilter/gstgamma.c:
31997         * gst/videofilter/gstvideobalance.c:
31998         * gst/videofilter/gstvideofilter.c:
31999         * gst/videofilter/gstvideoflip.c:
32000         * gst/videoscale/gstvideoscale.c:
32001         * gst/videoscale/videoscale.c:
32002         * gst/videotestsrc/gstvideotestsrc.c:
32003         * gst/videotestsrc/videotestsrc.c:
32004         * gst/wavenc/gstwavenc.c:
32005         * gst/wavparse/gstwavparse.c:
32006           fix local includes and 64 bits constants
32007
32008 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32009
32010         * win32/gst.sln:
32011         * gst-libs/gst/*/*.vcproj:
32012         * gst/*/*.vcproj:
32013           more working plugins
32014
32015 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32016
32017         * testsuite/alsa/Makefile.am:
32018         * testsuite/alsa/srcstate.c:
32019         add test for alsasrc changing state
32020
32021 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32022
32023         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32024         (gst_silence_get):
32025         * gst/silence/gstsilence.h:
32026         fix silence generation for 16bit raw audio
32027
32028 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32029
32030         * gst/matroska/matroska-demux.c:
32031         (gst_matroska_demux_parse_metadata),
32032         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32033         * gst/mpegaudio/common.c:
32034         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32035         (gst_videoscale_getcaps), (gst_videoscale_link),
32036         (gst_videoscale_src_fixate), (gst_videoscale_init),
32037         (gst_videoscale_finalize):
32038         * gst/videoscale/gstvideoscale.h:
32039         * gst/videotestsrc/gstvideotestsrc.c:
32040         (gst_videotestsrc_get_capslist):
32041         * gst/wavenc/gstwavenc.c:
32042         * sys/oss/gstossmixer.c: (fill_labels):
32043         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32044         (gst_ximagesink_handle_xevents),
32045         (gst_ximagesink_calculate_pixel_aspect_ratio),
32046         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32047         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32048         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32049         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32050         (gst_ximagesink_init), (gst_ximagesink_class_init):
32051         * sys/ximage/ximagesink.h:
32052         * sys/xvimage/xvimagesink.c:
32053         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32054         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32055         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32056         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32057         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32058         * sys/xvimage/xvimagesink.h:
32059           first batch of pixel aspect ratio commits.
32060
32061 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32062
32063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32064         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32065         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32066           handle stride, needs work if we want to move stride handling
32067           upstream, but works correctly for our purposes.
32068
32069 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32070
32071         * gst/videoscale/README:
32072           add testing examples
32073         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32074         (gst_videoscale_chain):
32075         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32076         (gst_videoscale_get_size):
32077           add get_size function that handles stride like videotestsrc.
32078           fixes conversion for YUV formats for as much as I can test them.
32079
32080 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32081
32082         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32083         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32085         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32086         (gst_xvimagesink_xvimage_put):
32087           further cleanups, logging, error handling and synchronizing
32088
32089 2004-07-27  Wim Taymans  <wim@fluendo.com>
32090
32091         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32092         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32093         (gst_videomixer_pad_set_property),
32094         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32095         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32096         (gst_videomixer_class_init), (gst_videomixer_init),
32097         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32098         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32099         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32100         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32101         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32102         (gst_videomixer_loop), (plugin_init):
32103         Be a nicer negotiation citizen and provide a getcaps function on
32104         the srcpad. This also fixes a crash when resizing.
32105
32106 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32107
32108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32109         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32110
32111 2004-07-27  Wim Taymans  <wim@fluendo.com>
32112
32113         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32114         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32115         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32116         (gst_pngenc_set_property):
32117         * ext/libpng/gstpngenc.h:
32118         Added snapshot property to pngenc.
32119         removed g_print from pngdec
32120
32121 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32122
32123         * gst/ac3parse/ac3parse.vcproj
32124         * gst/adder/adder.vcproj
32125         * gst/alpha/alpha.vcproj
32126         * gst/alpha/alphacolor.vcproj
32127         * gst/asfdemux/asf.vcproj
32128         * gst/audioconvert/audioconvert.vcproj
32129         * gst/audiorate/audiorate.vcproj
32130         * gst/audioscale/audioscale.vcproj
32131         * gst/auparse/auparse.vcproj
32132         * gst/avi/avi.vcproj
32133         * gst/cdxaparse/cdxaparse.vcproj
32134         * gst/chart/chart.vcproj
32135         * gst/colorspace/colorspace.vcproj
32136         * gst/cutter/cutter.vcproj
32137         * gst/debug/debug.vcproj
32138         * gst/debug/efence.vcproj
32139         * gst/debug/navigationtest.vcproj
32140         * gst/deinterlace/deinterlace.vcproj
32141         * gst/effectv/effectv.vcproj
32142         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32143         * gst/filter/filter.vcproj
32144         * gst/flx/flxdec.vcproj
32145         * gst/goom/goom.vcproj
32146         * gst/interleave/interleave.vcproj
32147         * gst/law/alaw.vcproj
32148         * gst/law/mulaw.vcproj
32149         * gst/matroska/matroska.vcproj
32150         * gst/median/median.vcproj
32151         * gst/mixmatrix/mixmatrix.vcproj
32152         * gst/mpeg1sys/mpeg1systemencode.vcproj
32153         * gst/mpeg1videoparse/mp1videoparse.vcproj
32154         * gst/mpeg2sub/mpeg2subt.vcproj
32155         * gst/mpegaudio/mpegaudio.vcproj
32156         * gst/mpegaudioparse/mpegaudioparse.vcproj
32157         * gst/mpegstream/mpegstream.vcproj
32158         * gst/multifilesink/multifilesink.vcproj
32159         * gst/multipart/multipart.vcproj
32160         * gst/oneton/oneton.vcproj
32161         * gst/overlay/overlay.vcproj
32162         * gst/passthrough/passthrough.vcproj
32163         * gst/qtdemux/qtdemux.vcproj
32164         * gst/realmedia/rmdemux.vcproj
32165         * gst/rtjpeg/rtjpeg.vcproj
32166         * gst/rtp/rtp.vcproj
32167         * gst/silence/silence.vcproj
32168         * gst/sine/sinesrc.vcproj
32169         * gst/smooth/smooth.vcproj
32170         * gst/smpte/smpte.vcproj
32171         * gst/spectrum/spectrum.vcproj
32172         * gst/speed/speed.vcproj
32173         * gst/stereo/stereo.vcproj
32174         * gst/switch/switch.vcproj
32175         * gst/tags/tagedit.vcproj
32176         * gst/tcp/tcp.vcproj
32177         * gst/typefind/typefindfunctions.vcproj
32178         * gst/udp/udp.vcproj
32179         * gst/videobox/videobox.vcproj
32180         * gst/videocrop/videocrop.vcproj
32181         * gst/videodrop/videodrop.vcproj
32182         * gst/videofilter/gamma.vcproj
32183         * gst/videofilter/videobalance.vcproj
32184         * gst/videofilter/videofilter.vcproj
32185         * gst/videofilter/videoflip.vcproj
32186         * gst/videoflip/videoflip.vcproj
32187         * gst/videomixer/videomixer.vcproj
32188         * gst/videorate/videorate.vcproj
32189         * gst/videoscale/videoscale.vcproj
32190         * gst/videotestsrc/videotestsrc.vcproj
32191         * gst/virtualdub/virtualdub.vcproj
32192         * gst/volenv/volenv.vcproj
32193         * gst/volume/volume.vcproj
32194         * gst/wavenc/wavenc.vcproj
32195         * gst/wavparse/wavparse.vcproj
32196         * gst/y4m/y4menc.vcproj
32197         * gst-libs/gst/audio/audio.vcproj
32198         * gst-libs/gst/audio/audiofilter.vcproj
32199         * gst-libs/gst/colorbalance/colorbalance.vcproj
32200         * gst-libs/gst/idct/idtc.vcproj
32201         * gst-libs/gst/media-info/media-info.vcproj
32202         * gst-libs/gst/mixer/mixer.vcproj
32203         * gst-libs/gst/navigation/navigation.vcproj
32204         * gst-libs/gst/play/play.vcproj
32205         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32206         * gst-libs/gst/resample/resample.vcproj
32207         * gst-libs/gst/riff/riff.vcproj
32208         * gst-libs/gst/tuner/tuner.vcproj
32209         * gst-libs/gst/video/video.vcproj
32210         * gst-libs/gst/xoverlay/xoverlay.vcproj
32211           avoid problems with math.h, fix release dependancy
32212           rename GStreamer-0.8.lib to libgstreamer.lib
32213
32214 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32215
32216         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32218         the atom is not available we have to unlock the mutex. Fixes #148023
32219
32220 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32221
32222         * gst-libs/gst/media-info/media-info.h:
32223           issue for a vararg macro with MSVC
32224
32225 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32226
32227         * gst/effectv/effectv.vcproj
32228         * gst-libs/gst/idct/idct.vcproj:
32229         * gst-libs/gst/media-info/media-info.vcproj:
32230         * gst-libs/gst/navigation/navigation.vcproj:
32231         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32232         * gst-libs/gst/video/video.vcproj:
32233         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32234           fixes for build problems
32235
32236 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32237
32238         * gst-libs/gst/audio/audio.def:
32239         * gst-libs/gst/audio/riff.def:
32240           add some definitions needed by plugins
32241
32242 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32243
32244         * gst/asfdemux/gstasfmux.c
32245           Fix some 64 bits constants to be glib friendly
32246
32247 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32248
32249         * gst/ac3parse/gstac3parse.c
32250         * gst/audioscale/gstaudioscale.c
32251         * gst/auparse/gstauparse.c
32252         * gst/colorspace/gstcolorspace.c
32253         * gst/colorspace/yuv2rgb.h
32254           local include fixes
32255
32256 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32257
32258         * win32/gst.sln
32259           add more plugins to the build
32260
32261 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32262
32263         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32264         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32265
32266 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32267
32268         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32269         (gst_level_set_property), (gst_level_get_property),
32270         (gst_level_base_init), (gst_level_class_init):
32271           add debugging categories.  cleanups.
32272
32273 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32274
32275         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32276         (gst_videoscale_planar411), (gst_videoscale_planar400),
32277         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32278         (gst_videoscale_scale_nearest_str1),
32279         (gst_videoscale_scale_nearest_str2),
32280         (gst_videoscale_scale_nearest_str4),
32281         (gst_videoscale_scale_nearest_16bit),
32282         (gst_videoscale_scale_nearest_24bit):
32283           fixed stride issues
32284           tested with 320x240 -> 321, 322, 324 x240
32285           tested with YV12, I420, YUY2, UYVY
32286           fixed packed422rev (don't think it could have worked before)
32287           by testing with UYVY
32288
32289 2004-07-26  Benjamin Otte  <otte@gnome.org>
32290
32291         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32292         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32293         (plugin_init):
32294           add debugging category, add error checks like checking return values
32295           of setup calls, make sure it still works after
32296           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32297
32298 2004-07-26  Wim Taymans  <wim@fluendo.com>
32299
32300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32301         (gst_mpeg_demux_get_audio_stream),
32302         (gst_mpeg_demux_process_private):
32303         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32304         Check for error codes from the negotiation functions. Make sure
32305         we really set the pad caps when a new pad is created.
32306
32307 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32308
32309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32310         (gst_ffmpeg_caps_to_pix_fmt):
32311         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32313         (gst_ffmpegcolorspace_pad_link):
32314           don't make function do two things at the same time without reason.
32315
32316 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32317
32318         * gst/ac3parse/ac3parse.vcproj
32319         * gst/adder/adder.vcproj
32320         * gst/alpha/alpha.vcproj
32321         * gst/alpha/alphacolor.vcproj
32322         * gst/asfdemux/asf.vcproj
32323         * gst/audioconvert/audioconvert.vcproj
32324         * gst/audiorate/audiorate.vcproj
32325         * gst/audioscale/audioscale.vcproj
32326         * gst/auparse/auparse.vcproj
32327         * gst/avi/avi.vcproj
32328         * gst/cdxaparse/cdxaparse.vcproj
32329         * gst/chart/chart.vcproj
32330         * gst/colorspace/colorspace.vcproj
32331         * gst/cutter/cutter.vcproj
32332         * gst/debug/debug.vcproj
32333         * gst/debug/efence.vcproj
32334         * gst/debug/navigationtest.vcproj
32335         * gst/deinterlace/deinterlace.vcproj
32336         * gst/effectv/effectv.vcproj
32337         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32338         * gst/filter/filter.vcproj
32339         * gst/flx/flxdec.vcproj
32340         * gst/goom/goom.vcproj
32341         * gst/interleave/interleave.vcproj
32342         * gst/law/alaw.vcproj
32343         * gst/law/mulaw.vcproj
32344         * gst/matroska/matroska.vcproj
32345         * gst/median/median.vcproj
32346         * gst/mixmatrix/mixmatrix.vcproj
32347         * gst/mpeg1sys/mpeg1systemencode.vcproj
32348         * gst/mpeg1videoparse/mp1videoparse.vcproj
32349         * gst/mpeg2sub/mpeg2subt.vcproj
32350         * gst/mpegaudio/mpegaudio.vcproj
32351         * gst/mpegaudioparse/mpegaudioparse.vcproj
32352         * gst/mpegstream/mpegstream.vcproj
32353         * gst/multifilesink/multifilesink.vcproj
32354         * gst/multipart/multipart.vcproj
32355         * gst/oneton/oneton.vcproj
32356         * gst/overlay/overlay.vcproj
32357         * gst/passthrough/passthrough.vcproj
32358         * gst/qtdemux/qtdemux.vcproj
32359         * gst/realmedia/rmdemux.vcproj
32360         * gst/rtjpeg/rtjpeg.vcproj
32361         * gst/rtp/rtp.vcproj
32362         * gst/silence/silence.vcproj
32363         * gst/sine/sinesrc.vcproj
32364         * gst/smooth/smooth.vcproj
32365         * gst/smpte/smpte.vcproj
32366         * gst/spectrum/spectrum.vcproj
32367         * gst/speed/speed.vcproj
32368         * gst/stereo/stereo.vcproj
32369         * gst/switch/switch.vcproj
32370         * gst/tags/tagedit.vcproj
32371         * gst/tcp/tcp.vcproj
32372         * gst/typefind/typefindfunctions.vcproj
32373         * gst/udp/udp.vcproj
32374         * gst/videobox/videobox.vcproj
32375         * gst/videocrop/videocrop.vcproj
32376         * gst/videodrop/videodrop.vcproj
32377         * gst/videofilter/gamma.vcproj
32378         * gst/videofilter/videobalance.vcproj
32379         * gst/videofilter/videofilter.vcproj
32380         * gst/videofilter/videoflip.vcproj
32381         * gst/videoflip/videoflip.vcproj
32382         * gst/videomixer/videomixer.vcproj
32383         * gst/videorate/videorate.vcproj
32384         * gst/videoscale/videoscale.vcproj
32385         * gst/videotestsrc/videotestsrc.vcproj
32386         * gst/virtualdub/virtualdub.vcproj
32387         * gst/volenv/volenv.vcproj
32388         * gst/volume/volume.vcproj
32389         * gst/wavenc/wavenc.vcproj
32390         * gst/wavparse/wavparse.vcproj
32391         * gst/y4m/y4menc.vcproj
32392           more plugins supported under windows
32393
32394 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32395
32396         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32397         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32398         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32400         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32401           Add debugging statements.  Use the sizes as returned by the
32402           *CreateImage calls.
32403
32404 2004-07-26  Johan Dahlin  <johan@gnome.org>
32405
32406         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32407         the pad is negotiated.
32408
32409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32410
32411 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32412
32413         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32414         * gst-libs/gst/idct/idct.vcproj:
32415         * gst-libs/gst/media-info/media-info.vcproj:
32416         * gst-libs/gst/mixer/mixer.vcproj:
32417         * gst-libs/gst/navigation/navigation.vcproj:
32418         * gst-libs/gst/play/play.vcproj:
32419         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32420         * gst-libs/gst/resample/resample.vcproj:
32421         * gst-libs/gst/tuner/tuner.vcproj:
32422         * gst-libs/gst/video/video.vcproj:
32423         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32424           more plugins supported under windows
32425
32426 2004-07-25 Iain <iain@prettypeople.org>
32427
32428         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32429         pad now rather than when the pad is created because state changes wipe
32430         explicit caps (fixes #148043).
32431
32432 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32433
32434         reviewed by Benjamin Otte  <otte@gnome.org>
32435
32436         * ext/mad/gstmad.c:
32437           fix mad plugin crashing on Sun (fixes #148289)
32438
32439 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32440
32441         * gst/avi/avi.def:
32442         * gst/avi/avi.vcproj:
32443         * gst/matroska/matroska.def:
32444         * gst/matroska/matroska.vcproj:
32445           remove unused .def files
32446
32447 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32448
32449         * gst-libs/gst/audio/gstaudiofilter.c:
32450           Clean the local include
32451
32452 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32453
32454         * win32/gst.sln:
32455         * gst-libs/gst/audio/audio.def:
32456         * gst-libs/gst/audio/audio.vcproj:
32457         * gst-libs/gst/audio/audiofilter.vcproj:
32458         * gst-libs/gst/audio/riff.def:
32459         * gst-libs/gst/audio/riff.vcproj:
32460         * gst-libs/gst/gst-libs.def:
32461         * gst-libs/gst/gst-libs.vcproj:
32462         * gst/avi/avi.vcproj:
32463         * gst/avi/avi.vcproj:
32464           Copy the files where needed after building, cleaner projects
32465
32466 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32467
32468         * gst/matroska/ebml-write.c:
32469           Fix some 64 bits constants to be glib friendly
32470
32471 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32472
32473         * win32/gst.sln:
32474         * gst-libs/gst/gst-libs.def:
32475         * gst-libs/gst/gst-libs.vcproj:
32476         * gst/matroska/matroska.def:
32477         * gst/matroska/matroska.vcproj:
32478           Add the preliminary canvas to build plugins on Win32
32479
32480 2004-07-23  Benjamin Otte  <otte@gnome.org>
32481
32482         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32483           don't enfore negotiation from source side, it breaks
32484           sinesrc ! audioconvert ! osssink
32485
32486 2004-07-22  David Schleef  <ds@schleef.org>
32487
32488         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32489         for ELF files, since they can easily be recognized as audio/mpeg.
32490         (bug #147441)
32491
32492 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32493
32494         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32495         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32496         (gst_videoscale_scale_nearest_24bit),
32497         (gst_videoscale_scale_nearest_16bit):
32498           fix 16bit and 24bit for stride (24bit might need testing)
32499           don't pretend we do more than one algorithm
32500
32501 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32502
32503         * configure.ac:
32504         * gst/Makefile.am:
32505         * gst/multifilesink/Makefile.am:
32506         * gst/multifilesink/gstmultifilesink.c:
32507         (gst_multifilesink_get_formats),
32508         (gst_multifilesink_get_query_types), (_do_init),
32509         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32510         (gst_multifilesink_init), (gst_multifilesink_dispose),
32511         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32512         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32513         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32514         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32515         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32516         (gst_multifilesink_uri_get_type),
32517         (gst_multifilesink_uri_get_protocols),
32518         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32519         (gst_multifilesink_uri_handler_init), (plugin_init):
32520         * gst/multifilesink/gstmultifilesink.h:
32521         * testsuite/Makefile.am:
32522         * testsuite/multifilesink/Makefile.am:
32523         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32524         (gst_newmedia_class_init), (gst_newmedia_init),
32525         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32526         (newfile_signal), (test_signal), (main):
32527         multifilesink plugin for creating new files every time a new media
32528         discontinuity event occurs
32529
32530 2004-07-22  Wim Taymans  <wim@fluendo.com>
32531
32532         * gst/alpha/Makefile.am:
32533         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32534         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32535         (gst_alpha_color_init), (gst_alpha_color_set_property),
32536         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32537         (transform), (gst_alpha_color_chain),
32538         (gst_alpha_color_change_state), (plugin_init):
32539         Stupid plugin to to RGBA to AYUV conversion because none of
32540         the colorspace plugins can handle that yet.
32541
32542 2004-07-22  Wim Taymans  <wim@fluendo.com>
32543
32544         * examples/seeking/seek.c: (update_scale), (main):
32545         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32546         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32547         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32548         (gst_decode_bin_init), (gst_decode_bin_dispose),
32549         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32550         (no_more_pads), (close_link), (type_found),
32551         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32552         (plugin_init):
32553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32554         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32555         (gst_play_base_bin_dispose), (queue_overrun),
32556         (gen_preroll_element), (remove_prerolls), (unknown_type),
32557         (no_more_pads), (new_stream), (setup_source),
32558         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32559         (play_base_eos), (gst_play_base_bin_change_state),
32560         (gst_play_base_bin_add_element),
32561         (gst_play_base_bin_remove_element),
32562         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32563         (gst_play_base_bin_unlink_stream),
32564         (gst_play_base_bin_get_streaminfo):
32565         * gst/playback/gstplaybin.c: (gen_video_element),
32566         (gen_audio_element):
32567         * gst/playback/gststreaminfo.h:
32568         More playback updates, attempt to fix things after the state change
32569         breakage.
32570
32571 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32572
32573         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32574         (gst_videoscale_scale_nearest_16bit):
32575           comment algorithm
32576
32577 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32578
32579         * gst/videotestsrc/gstvideotestsrc.c:
32580         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32581         (gst_videotestsrc_init), (gst_videotestsrc_get),
32582         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32583         (gst_videotestsrc_get_property):
32584         * gst/videotestsrc/gstvideotestsrc.h:
32585         * gst/videotestsrc/videotestsrc.c:
32586         * gst/videotestsrc/videotestsrc.h:
32587           cleanup and commenting
32588
32589 2004-07-21  Wim Taymans  <wim@fluendo.com>
32590
32591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32592         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32593         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32594         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32595         (_find_chain_get_unknown_part), (_find_streams_check),
32596         (gst_ogg_demux_push), (gst_ogg_pad_push):
32597         * ext/theora/theoradec.c: (theora_get_formats),
32598         (theora_dec_src_convert), (theora_dec_sink_convert),
32599         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32600         (theora_dec_chain):
32601         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32602         (vorbis_dec_convert), (vorbis_dec_src_query),
32603         (vorbis_dec_src_event), (vorbis_dec_event):
32604         More seeking fixes, oggdemux now supports seeking to time and
32605         uses the downstream element to convert granulepos to time.
32606         Seeking in theora-only ogg files now works.
32607
32608 2004-07-21  Wim Taymans  <wim@fluendo.com>
32609
32610         * ext/theora/theoradec.c: (gst_theora_dec_init),
32611         (theora_get_formats), (theora_get_event_masks),
32612         (theora_get_query_types), (theora_dec_src_convert),
32613         (theora_dec_sink_convert), (theora_dec_src_query),
32614         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32615         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32616         (vorbis_get_event_masks), (vorbis_get_query_types),
32617         (gst_vorbis_dec_init), (vorbis_dec_convert),
32618         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32619         Added query/convert/formats functions to vorbis and theora decoders
32620         so that the outside world can use them too. Fixed seeking on an
32621         ogg/theora/vorbis file by disabling the seeking seeking on the
32622         theora srcpad.
32623
32624 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32625
32626         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32627         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32628         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32629         images creation for both elements. We don't create the image on caps
32630         nego or renego, we just destroy the internal one if present if it does
32631         not match the needs. The chain function takes care of creating a new
32632         image when needed.
32633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32634         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32635         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32636         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32637         the image format information. The buffer pool checks for the context
32638         image format and discard images with different formats.
32639         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32640
32641 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32642
32643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32644         (gst_ffmpegcolorspace_chain):
32645           no point in doing any chaining if the pad we want to push from
32646           isn't usable.
32647
32648 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32649
32650         * gst-libs/gst/riff/riff-media.c:
32651         (gst_riff_create_audio_caps_with_data):
32652           Fix double end-to-native symbol conversion (#148021).
32653
32654 2004-07-20  David Schleef  <ds@schleef.org>
32655
32656         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32657         Don't use an Atom that doesn't exist.
32658
32659 2004-07-20  Wim Taymans  <wim@fluendo.com>
32660
32661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32662         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32663         (gst_multifdsink_client_remove),
32664         (gst_multifdsink_handle_client_write),
32665         (gst_multifdsink_queue_buffer):
32666         * gst/tcp/gstmultifdsink.h:
32667         More multifdsink stats. Avoid deadlock by releasing locks
32668         before sending out a signal.
32669
32670 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32671
32672         * po/LINGUAS:
32673         * po/hu.po:
32674           added Hungarian translation (Laszlo Dvornik)
32675
32676 2004-07-20  Wim Taymans  <wim@fluendo.com>
32677
32678         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32679         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32680         (gst_multifdsink_handle_client_write),
32681         (gst_multifdsink_queue_buffer):
32682         * gst/tcp/gsttcp-marshal.list:
32683         Fixed the stupid marshal definition.
32684
32685 2004-07-20  Wim Taymans  <wim@fluendo.com>
32686
32687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32688         (gst_multifdsink_init), (gst_multifdsink_add),
32689         (gst_multifdsink_client_remove),
32690         (gst_multifdsink_handle_client_write),
32691         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32692         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32693         (gst_multifdsink_init_send):
32694         * gst/tcp/gstmultifdsink.h:
32695         Added more stats, added timeout for a client, fixed some typos
32696         and added some comments.
32697
32698 2004-07-20  Wim Taymans  <wim@fluendo.com>
32699
32700         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32701         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32702         (gst_multifdsink_client_remove),
32703         (gst_multifdsink_handle_client_write):
32704         * gst/tcp/gstmultifdsink.h:
32705         * gst/tcp/gsttcp-marshal.list:
32706         Added get_stats method that returns a GValueArray of
32707         stats values.
32708
32709 2004-07-19  Benjamin Otte  <otte@gnome.org>
32710
32711         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32712           make sure longname, description and author are valid UTF-8
32713
32714 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32715
32716         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32717         (gst_ximagesink_set_property):
32718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32719         (gst_xvimagesink_set_property):
32720           make sure SYNCHRONOUS is respected after getting the X context
32721
32722 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32723
32724         * gst/matroska/matroska-demux.c:
32725         (gst_matroska_demux_handle_src_event),
32726         (gst_matroska_demux_parse_blockgroup):
32727         * gst/matroska/matroska-ids.h:
32728           add BlockReference tag and ignore it to clear out log.
32729           ignore NAVIGATION events to clear out log.
32730
32731 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32732
32733         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32734         (gst_matroska_demux_add_stream):
32735         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32736           add debug categories
32737
32738 2004-07-16  Wim Taymans  <wim@fluendo.com>
32739
32740         * ext/libpng/Makefile.am:
32741         * ext/libpng/gstpng.c: (plugin_init):
32742         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32743         (gst_pngdec_get_type), (gst_pngdec_base_init),
32744         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32745         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32746         * ext/libpng/gstpngdec.h:
32747         Added png decoder.
32748
32749 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32750
32751         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32752         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32753         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32754         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32755         (gst_ximagesink_buffer_alloc):
32756         * sys/ximage/ximagesink.h:
32757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32758         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32759         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32760         (gst_xvimagesink_buffer_alloc):
32761         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32762         again. Using internal data pointer of the x(v)image to store image's
32763         data to be coherent with the buffer alloc mechanism. Investigated the
32764         image destruction code to be sure that everything gets freed correctly.
32765
32766 2004-07-16  Wim Taymans  <wim@fluendo.com>
32767
32768         * gst-libs/gst/riff/riff-read.c:
32769         (gst_riff_read_strf_vids_with_data),
32770         (gst_riff_read_strf_auds_with_data):
32771         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32772         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32773         Make sure we don't create 0 sized subbuffers in riff-read.
32774         Signal the no more pads signal after reading the avi header.
32775
32776 2004-07-16  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_is_dynamic),
32780         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32781         (gst_decode_bin_init), (gst_decode_bin_dispose),
32782         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32783         (no_more_pads), (close_link), (type_found),
32784         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32785         (gst_decode_bin_change_state), (plugin_init):
32786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32787         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32788         (gst_play_base_bin_dispose), (queue_overrun),
32789         (gen_preroll_element), (remove_prerolls), (unknown_type),
32790         (no_more_pads), (new_stream), (setup_source),
32791         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32792         (play_base_eos), (gst_play_base_bin_change_state),
32793         (gst_play_base_bin_add_element),
32794         (gst_play_base_bin_remove_element),
32795         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32796         (gst_play_base_bin_unlink_stream),
32797         (gst_play_base_bin_get_streaminfo):
32798         * gst/playback/gstplaybasebin.h:
32799         Better error recovery. Added configurable preroll queue size. Faster
32800         detection of no-more-pads.
32801
32802 2004-07-16  Wim Taymans  <wim@fluendo.com>
32803
32804         * gst-libs/gst/video/video.h:
32805         Added 32 bits RGBA. Not sure if we should use another mime-type
32806         for alpha rgb. Currently the presence of the alpha_mask property
32807         signals an alpha channel.
32808
32809 2004-07-16  Wim Taymans  <wim@fluendo.com>
32810
32811         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32813         FPS seems to be 0.0 to MAX everywhere else.
32814
32815 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32816
32817         * gst-libs/gst/riff/riff-media.c:
32818         (gst_riff_create_video_caps_with_data):
32819           mp42/mp43 (no caps) exist too.
32820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32821           Set pixel_width/height; we've got them in-caps.
32822         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32823         * gst/wavparse/gstwavparse.c: (plugin_init):
32824           Both are valid primary.
32825         * sys/oss/gstossmixer.c:
32826           Remove i18n hack and enable translations.
32827
32828 2004-07-15  Benjamin Otte  <otte@gnome.org>
32829
32830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32831         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32832           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32833
32834 2004-07-15  Benjamin Otte  <otte@gnome.org>
32835
32836         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32837         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32838         (gst_alsa_close_audio):
32839           disable some of the debugging code for now. Writing debugging to a
32840           buffer is broken in current alsalib releases.
32841
32842 2004-07-12  Benjamin Otte  <otte@gnome.org>
32843
32844         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32845           use bufferpools
32846
32847 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32848
32849         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32850         (theora_dec_src_query), (theora_dec_event):
32851         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32852           add debugging categories.  Remove \n's.
32853
32854 2004-07-13  Johan Dahlin  <johan@gnome.org>
32855
32856         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32857         (gst_play_bin_get_property): Impl.
32858
32859 2004-07-13  Wim Taymans  <wim@fluendo.com>
32860
32861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32862         When trying to find the stream length, seek back N pages
32863         instead of just one, where N is the number of streams in
32864         the current chain.
32865
32866 2004-07-13  Wim Taymans  <wim@fluendo.com>
32867
32868         * gst-libs/gst/riff/riff-media.c:
32869         (gst_riff_create_audio_caps_with_data),
32870         (gst_riff_create_audio_caps),
32871         (gst_riff_create_audio_template_caps):
32872         * gst-libs/gst/riff/riff-media.h:
32873         * gst-libs/gst/riff/riff-read.c:
32874         (gst_riff_read_strf_vids_with_data),
32875         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32876         * gst-libs/gst/riff/riff-read.h:
32877         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32878         (gst_avi_demux_add_stream):
32879         Set codec_data on caps for avidemuxer.
32880
32881 2004-07-12  David Schleef  <ds@schleef.org>
32882
32883         * configure.ac: Fix test for Objective C
32884
32885 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32887         (gst_gdk_pixbuf_chain):
32888           Add svg and pcx to template caps, and ensure that getcaps returns a
32889           subset of the template caps.
32890           Copy each row manually for output, as gdkpixbuf may pad the
32891           rowstride to a 32-bit word boundary.
32892
32893 2004-07-12  Wim Taymans  <wim@fluendo.com>
32894
32895         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32896         (gst_riff_create_video_template_caps):
32897         Fix the template caps to include some more media types.
32898
32899 2004-07-12  Wim Taymans  <wim@fluendo.com>
32900
32901         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32902         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32903         (compare_ranks), (print_feature), (gst_decode_bin_init),
32904         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32905         (try_to_link_1), (new_pad), (close_link), (type_found),
32906         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32907         (gst_decode_bin_change_state), (plugin_init):
32908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32909         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32910         (gst_play_base_bin_dispose), (queue_overrun),
32911         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32912         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32913         (gst_play_base_bin_get_property), (play_base_eos),
32914         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32915         (gst_play_base_bin_remove_element),
32916         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32917         (gst_play_base_bin_unlink_stream),
32918         (gst_play_base_bin_get_streaminfo):
32919         * gst/playback/gstplaybasebin.h:
32920         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32921         (gst_play_bin_class_init), (gst_play_bin_init),
32922         (gst_play_bin_dispose), (gst_play_bin_set_property),
32923         (gst_play_bin_get_property), (gen_video_element),
32924         (gen_audio_element), (remove_sinks), (setup_sinks),
32925         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32926         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32927         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32928         (gst_play_bin_query), (plugin_init):
32929         * gst/playback/test4.c: (main):
32930         More fixes on reusing of the element.
32931
32932 2004-07-11  Benjamin Otte  <otte@gnome.org>
32933
32934         * ext/mad/gstmad.c: (normal_seek):
32935           allow seeking for other methods than just SET
32936
32937 2004-07-11  Andy Wingo  <wingo@pobox.com>
32938
32939         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32940         float, "any" caps -> buffer_frames=[0,MAX].
32941
32942         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32943         doesn't intersect our caps with the template any more. Do it
32944         ourselves.
32945         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32946
32947 2004-07-09  Wim Taymans  <wim@fluendo.com>
32948
32949         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32950         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32951         (compare_ranks), (print_feature), (gst_decode_bin_init),
32952         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32953         (try_to_link_1), (new_pad), (close_link), (type_found),
32954         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32955         (gst_decode_bin_change_state), (plugin_init):
32956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32957         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32958         (gst_play_base_bin_dispose), (queue_overrun),
32959         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32960         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32961         (gst_play_base_bin_get_property), (play_base_eos),
32962         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32963         (gst_play_base_bin_remove_element),
32964         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32965         (gst_play_base_bin_unlink_stream),
32966         (gst_play_base_bin_get_streaminfo):
32967         * gst/playback/gstplaybasebin.h:
32968         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32969         (gst_play_bin_class_init), (gst_play_bin_init),
32970         (gst_play_bin_dispose), (gst_play_bin_set_property),
32971         (gst_play_bin_get_property), (gen_video_element),
32972         (gen_audio_element), (remove_sinks), (setup_sinks),
32973         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32974         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32975         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32976         (gst_play_bin_query), (plugin_init):
32977         * gst/playback/test4.c: (main):
32978         Work on object reuse and seeking.
32979
32980 2004-07-09  Wim Taymans  <wim@fluendo.com>
32981
32982         * examples/seeking/seek.c: (iterate):
32983         Don't consume all CPU in the idle loop.
32984
32985 2004-07-09  Wim Taymans  <wim@fluendo.com>
32986
32987         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32988         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32989         Add pad to element *after* setting the pad functions so that
32990         the scheduler can use the correct ones.
32991
32992 2004-07-09  Wim Taymans  <wim@fluendo.com>
32993
32994         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32995         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32996         Sync to keyframe after seek
32997
32998 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32999
33000         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33002         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33003         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33004         * ext/libvisual/visual.c: (gst_visual_change_state):
33005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33006         * ext/theora/theoradec.c: (theora_dec_change_state):
33007         * ext/theora/theoraenc.c: (theora_enc_change_state):
33008         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33009         * gst-libs/gst/navigation/navigation.c:
33010         * gst/adder/gstadder.c: (gst_adder_change_state):
33011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33012         (gst_audio_convert_get_buffer):
33013         * gst/multipart/multipartdemux.c:
33014         (gst_multipart_demux_change_state):
33015         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33016         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33017         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33018         * gst/videoscale/gstvideoscale.c:
33019         (gst_videoscale_handle_src_event):
33020         * gst/volume/gstvolume.c: (volume_chain_int16):
33021           don't assert in state change, this should be done by the base
33022           GstElement class.
33023           various debugging fixes.
33024
33025 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33026
33027         * configure.ac:
33028         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33029         (gst_play_dispose), (gst_play_set_location),
33030         (gst_play_set_data_src), (gst_play_set_video_sink),
33031         (gst_play_set_audio_sink), (gst_play_set_visualization),
33032         (gst_play_connect_visualization), (gst_play_get_sink_element),
33033         (gst_play_get_all_by_interface):
33034         * gst-libs/gst/play/play.h:
33035           add new method to get elements implementing an interface.
33036           add various error logging
33037
33038 2004-07-08  Wim Taymans  <wim@fluendo.com>
33039
33040         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33041         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33042         (make_playerbin_pipeline), (query_durations_elems),
33043         (query_durations_pads), (query_positions_elems),
33044         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33045         (main):
33046         Added playbin seeking example.
33047
33048 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33049
33050         * gst-libs/gst/play/play.c: (gst_play_set_location),
33051         (gst_play_set_data_src), (gst_play_set_video_sink),
33052         (gst_play_set_audio_sink), (gst_play_set_visualization),
33053         (gst_play_connect_visualization), (gst_play_get_framerate):
33054           use a macro to look up elements from hash table
33055
33056 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33057
33058         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33059         (gst_play_get_length_callback), (gst_play_set_location),
33060         (gst_play_seek_to_time), (gst_play_set_data_src),
33061         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33062         (gst_play_set_visualization), (gst_play_connect_visualization),
33063         (gst_play_get_sink_element):
33064         - add debugging info
33065         - fix looking up sink elements by iterating over complete caps
33066         - put everything except for source and autoplugger in a complete bin
33067
33068 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33069
33070         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33072         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33073         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33074         * ext/alsa/gstalsasink.h:
33075         - add debugging info
33076         - clean up schizophrenia of data/buffer/event
33077         - fix double event unref error
33078
33079 2004-07-08  Wim Taymans  <wim@fluendo.com>
33080
33081         * gst/playback/Makefile.am:
33082         Add headers to noinst
33083
33084 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33085
33086         * tools/gst-launch-ext-m.m:
33087         * tools/gst-launch-ext.1.in:
33088           convert to the third millenium
33089
33090 2004-07-07  David Schleef  <ds@schleef.org>
33091
33092         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33093
33094 2004-07-07  Wim Taymans  <wim@fluendo.com>
33095
33096         * gst/playback/Makefile.am:
33097         * gst/playback/README:
33098         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33099         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33100         (compare_ranks), (print_feature), (gst_decode_bin_init),
33101         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33102         (try_to_link_1), (new_pad), (close_link), (type_found),
33103         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33104         (plugin_init):
33105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33106         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33107         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33108         (gen_preroll_element), (no_more_pads), (new_stream),
33109         (setup_source), (gst_play_base_bin_set_property),
33110         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33111         (gst_play_base_bin_add_element),
33112         (gst_play_base_bin_remove_element),
33113         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33114         (gst_play_base_bin_unlink_stream),
33115         (gst_play_base_bin_get_streaminfo):
33116         * gst/playback/gstplaybasebin.h:
33117         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33118         (gst_play_bin_class_init), (gst_play_bin_init),
33119         (gst_play_bin_dispose), (gst_play_bin_set_property),
33120         (gst_play_bin_get_property), (gen_video_element),
33121         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33122         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33123         (gst_play_bin_get_formats), (gst_play_bin_convert),
33124         (gst_play_bin_get_query_types), (gst_play_bin_query),
33125         (plugin_init):
33126         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33127         (gst_stream_info_get_type), (gst_stream_info_class_init),
33128         (gst_stream_info_init), (gst_stream_info_new),
33129         (gst_stream_info_dispose), (gst_stream_info_set_property),
33130         (gst_stream_info_get_property):
33131         * gst/playback/gststreaminfo.h:
33132         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33133         (main):
33134         * gst/playback/test2.c: (main):
33135         * gst/playback/test3.c: (update_scale), (main):
33136         More playbin fixes. Added README. Do better element filtering.
33137         Added base class to preroll media. Added test apps.
33138
33139 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33140
33141         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33142         * ext/mpeg2dec/gstmpeg2dec.h:
33143           various debugging improvements.  Reset stream to next picture
33144           instead of sequence header, otherwise seeks cannot work.
33145
33146 2004-07-07  Wim Taymans  <wim@fluendo.com>
33147
33148         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33149         (gst_video_box_class_init), (gst_video_box_set_property),
33150         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33151         Use pad_alloc where possible.
33152
33153 2004-07-07  Wim Taymans  <wim@fluendo.com>
33154
33155         * sys/oss/gstosselement.c: (gst_osselement_reset),
33156         (gst_osselement_parse_caps):
33157         * sys/oss/gstosselement.h:
33158         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33159         Fix offset on osssrc.
33160
33161 2004-07-07  Wim Taymans  <wim@fluendo.com>
33162
33163         * ext/theora/theora.c: (plugin_init):
33164         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33165         (theora_dec_src_query), (theora_dec_chain):
33166         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33167         (theora_enc_sink_link), (theora_buffer_from_packet),
33168         (theora_push_packet), (theora_enc_chain):
33169         Fix theora granulepos calculation.
33170         Fix overflow in duration/position calculation.
33171         Bump rank to PRIMARY for theoradec.
33172         Use granulepos of last packet to calculate position.
33173         Set keyframe flag on buffers when needed.
33174
33175 2004-07-06  David Schleef  <ds@schleef.org>
33176
33177         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33178         serious?  (Fixed, obviously.)
33179
33180 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33181
33182         * po/LINGUAS:
33183         * po/cs.po:
33184           added Czech translation (Miloslav Trmac)
33185
33186 2004-07-05  Wim Taymans  <wim@fluendo.com>
33187
33188         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33189         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33190         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33191         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33192         (close_link), (type_found), (gst_decode_bin_set_property),
33193         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33194         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33195         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33196         (gst_decode_bin_query), (plugin_init):
33197         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33198         (gst_play_bin_class_init), (gst_play_bin_init),
33199         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33200         (get_video_element), (new_pad), (setup_source),
33201         (gst_play_bin_set_property), (gst_play_bin_get_property),
33202         (gst_play_bin_change_state), (gst_play_bin_add_element),
33203         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33204         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33205         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33206         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33207         * gst/playback/test.c: (main):
33208         More fixes, cleaned up playbin, make it use decodebin. Added
33209         threaded property to playbin.
33210
33211 2004-07-05  Wim Taymans  <wim@fluendo.com>
33212
33213         * configure.ac:
33214         * gst/playback/Makefile.am:
33215         * gst/playback/decodetest.c: (main):
33216         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33217         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33218         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33219         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33220         (close_link), (type_found), (gst_decode_bin_set_property),
33221         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33222         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33223         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33224         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33225         (plugin_init):
33226         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33227         (gst_play_bin_class_init), (gst_play_bin_init),
33228         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33229         (collect_sink_pads), (find_compatibles), (close_pad_link),
33230         (try_to_link_1), (new_pad), (close_link), (type_found),
33231         (setup_source), (gst_play_bin_set_property),
33232         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33233         (compare_ranks), (gst_play_bin_collect_factories),
33234         (gst_play_bin_change_state), (gst_play_bin_add_element),
33235         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33236         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33237         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33238         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33239         * gst/playback/test.c: (main):
33240         Added some playback helper elements and some test apps, very alpha
33241         still.
33242
33243 2004-07-04  Benjamin Otte  <otte@gnome.org>
33244
33245         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33246           only restart audio when we indeed have an xrun to fix repeated
33247           xruns. Fix suggested by Giuliano Pochini.
33248
33249 2004-07-03  David Schleef  <ds@schleef.org>
33250
33251         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33252         call to gst_debug_log() if debugging is disabled (bug #145118)
33253
33254 2004-07-03  Benjamin Otte  <otte@gnome.org>
33255
33256         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33257           use our own functions for restarting the alsa device.
33258         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33259           I should apply patches myself - use MIN for the third argument, not
33260           the second, this fixes seeking
33261
33262 2004-07-02  David Schleef  <ds@schleef.org>
33263
33264         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33265         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33266         do with the logic.
33267
33268 2004-07-02  David Schleef  <ds@schleef.org>
33269
33270         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33271         output buffers.  Fix logic mistake.  (bug #144866)
33272
33273 2004-07-02  David Schleef  <ds@schleef.org>
33274
33275         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33276         on X.  (bug #144753)
33277
33278 2004-07-02  David Schleef  <ds@schleef.org>
33279
33280         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33281         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33282         (bug #144624)
33283         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33284         (gst_osselement_rate_probe_check): Add another workaround for
33285         buggy drivers (bug #145336)
33286
33287 2004-07-02  David Schleef  <ds@schleef.org>
33288
33289         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33290         Most systems don't have MSG_NOSIGNAL.
33291
33292 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33293
33294         * Makefile.am:
33295         * gst-libs/gst/colorbalance/Makefile.am:
33296         * gst-libs/gst/mixer/Makefile.am:
33297         * gst-libs/gst/play/Makefile.am:
33298         * gst-libs/gst/tuner/Makefile.am:
33299           (hopefully) fix both install and dist and make error message useful.
33300           needs testing across automakes.
33301
33302 2004-07-02  Benjamin Otte  <otte@gnome.org>
33303
33304         * ext/ogg/gstogg.c: (plugin_init):
33305           we require bytestream now
33306         * ext/ogg/gstoggdemux.c:
33307           huge diff to implement chain setup in a fast and generic way. This
33308           improves tag reading and startup of huge files (read: Theora videos)
33309           quite a bit. It probably contains bugs, too, so please test.
33310           Seeking is not improved to the fast method.
33311
33312 2004-06-29  Wim Taymans  <wim@fluendo.com>
33313
33314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33315         * ext/ogg/gstoggmux.c:
33316         Fix memleak in oggdemux when running unconnected pads.
33317         doc update in mux, start working on keyframe mode.
33318
33319 2004-06-29  Benjamin Otte  <otte@gnome.org>
33320
33321         * sys/oss/gstosssink.c:
33322         * sys/oss/gstosssrc.c:
33323           advertise correct template caps - we indeed do non-native endianness
33324           and 8bit audio has no endianness
33325         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33327           avoid (wrong) duplications in getcaps function and return
33328           template caps
33329
33330 2004-06-29  Wim Taymans  <wim@fluendo.com>
33331
33332         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33333         (gst_multifdsink_class_init), (gst_multifdsink_add),
33334         (gst_multifdsink_remove), (gst_multifdsink_clear),
33335         (gst_multifdsink_client_remove),
33336         (gst_multifdsink_handle_client_read),
33337         (gst_multifdsink_client_queue_data),
33338         (gst_multifdsink_client_queue_caps),
33339         (gst_multifdsink_client_queue_buffer),
33340         (gst_multifdsink_handle_client_write),
33341         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33342         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33343         (gst_multifdsink_init_send), (gst_multifdsink_close):
33344         Fix wrong GList iteration that could crash the server when
33345         more then 2 clients disconnect at the same time. Read all the
33346         pending commands in one batch to recover from command storms under
33347         very heavy load.
33348
33349 2004-06-28  Wim Taymans  <wim@fluendo.com>
33350
33351         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33352         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33353         (gst_videomixer_pad_set_property),
33354         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33355         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33356         (gst_videomixer_class_init), (gst_videomixer_init),
33357         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33358         (pad_zorder_compare), (gst_videomixer_sort_pads),
33359         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33360         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33361         (gst_videomixer_update_queues), (gst_videomixer_loop),
33362         (plugin_init):
33363         Avoid divide by zero, choose masterpad as the pad with the highest
33364         framerate.
33365
33366 2004-06-27  Julien Moutte  <julien@moutte.net>
33367
33368         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33369         (gst_ximagesink_xwindow_new):
33370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33371         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33372         function directly. We might want to call it from somewhere else one day.
33373
33374 2004-06-27  Julien Moutte  <julien@moutte.net>
33375
33376         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33377         (gst_ximagesink_xwindow_new):
33378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33379         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33380         window decorations.
33381
33382 2004-06-27  Wim Taymans  <wim@fluendo.com>
33383
33384         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33385         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33386         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33387         (gst_dvdec_set_property), (gst_dvdec_get_property):
33388         * ext/dv/gstdvdec.h:
33389         Implement drop_factor property to lower the framerate with
33390         a factor.
33391
33392 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33393
33394         * gst-libs/gst/colorbalance/Makefile.am:
33395         * gst-libs/gst/mixer/Makefile.am:
33396         * gst-libs/gst/play/Makefile.am:
33397         * gst-libs/gst/tuner/Makefile.am:
33398           unbreak Company's fix that didn't install the -enum.h files
33399
33400 2004-06-27  Wim Taymans  <wim@fluendo.com>
33401
33402         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33403         (gst_dvdec_change_state):
33404         * ext/dv/gstdvdec.h:
33405         Fix timestamp, duration and offset of the buffers.
33406
33407 2004-06-27  Wim Taymans  <wim@fluendo.com>
33408
33409         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33410         (gst_multifdsink_class_init), (gst_multifdsink_add),
33411         (gst_multifdsink_remove), (gst_multifdsink_clear),
33412         (gst_multifdsink_client_remove),
33413         (gst_multifdsink_handle_client_read),
33414         (gst_multifdsink_client_queue_data),
33415         (gst_multifdsink_client_queue_caps),
33416         (gst_multifdsink_client_queue_buffer),
33417         (gst_multifdsink_handle_client_write),
33418         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33419         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33420         (gst_multifdsink_init_send), (gst_multifdsink_close):
33421         * gst/tcp/gstmultifdsink.h:
33422         * gst/tcp/gsttcpserversink.c:
33423         (gst_tcpserversink_handle_server_read),
33424         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33425         More multifdsink fixes, more recovery policy fixes.
33426         Removed stupid g_print
33427
33428 2004-06-26  Wim Taymans  <wim@fluendo.com>
33429
33430         * gst/tcp/Makefile.am:
33431         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33432         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33433         (gst_multifdsink_class_init), (gst_multifdsink_init),
33434         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33435         (gst_multifdsink_handle_client_read),
33436         (gst_multifdsink_client_queue_data),
33437         (gst_multifdsink_client_queue_caps),
33438         (gst_multifdsink_client_queue_buffer),
33439         (gst_multifdsink_handle_client_write),
33440         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33441         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33442         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33443         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33444         (gst_multifdsink_close), (gst_multifdsink_change_state):
33445         * gst/tcp/gstmultifdsink.h:
33446         * gst/tcp/gsttcpplugin.c: (plugin_init):
33447         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33448         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33449         (gst_tcpserversink_handle_server_read),
33450         (gst_tcpserversink_handle_select),
33451         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33452         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33453         * gst/tcp/gsttcpserversink.h:
33454         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33455         one of the locks, added recovery policy to multifdsink.
33456
33457 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33458
33459         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33460           fix decision for when getting frames with same timestamp
33461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33462         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33463         (gst_v4lsrc_get_property):
33464         * sys/v4l/gstv4lsrc.h:
33465           add latency offset property
33466
33467 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33468
33469         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33470         (plugin_init):
33471           fix debugging. add category.
33472
33473 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33474
33475         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33476           fix wrong offsets
33477
33478 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33479
33480         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33481         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33482         (gst_alsa_src_change_state):
33483           return a time that is in sync with the element's processing
33484
33485 2004-06-25  Wim Taymans  <wim@fluendo.com>
33486
33487         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33488         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33489         (gst_tcpserversink_client_remove),
33490         (gst_tcpserversink_handle_client_read),
33491         (gst_tcpserversink_client_queue_data),
33492         (gst_tcpserversink_client_queue_caps),
33493         (gst_tcpserversink_client_queue_buffer),
33494         (gst_tcpserversink_handle_client_write),
33495         (gst_tcpserversink_queue_buffer),
33496         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33497         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33498         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33499         (gst_tcpserversink_close):
33500         * gst/tcp/gsttcpserversink.h:
33501         Serversink rewrite. Really do non blocking writes to clients and
33502         maintain an internal queue to handle slower clients while not
33503         disturbing fast clients.
33504
33505 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33506
33507         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33508           better debug, don't override OFFSET and OFFSET_END
33509
33510 2004-06-25  Iain <iain@prettypeople.org>
33511
33512         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33513         name=source for the wavparse pipeline.
33514
33515 2004-06-24  Johan Dahlin  <johan@gnome.org>
33516
33517         * ext/theora/theoraenc.c (theora_enc_chain): Call
33518         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33519         streamheader caps are set correctly.
33520
33521 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33522
33523         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33524         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33525           respect minimum bitrate; same could be done for max bitrate
33526
33527 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33528
33529         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33530         (gst_vorbisenc_setup):
33531           fix sample rate range
33532
33533 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33534
33535         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33536         (gst_oggvorbisenc_setup):
33537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33538         (gst_vorbisenc_setup):
33539           resolve ambiguities in code and description
33540
33541 2004-06-24  Wim Taymans  <wim@fluendo.com>
33542
33543         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33544         * ext/alsa/gstalsa.h:
33545         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33546         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33547         Use alsa trigger_tstamp to get the timestamp of the first
33548         sample in the buffer for more precise sync. Some cleanups.
33549
33550 2004-06-24  Wim Taymans  <wim@fluendo.com>
33551
33552         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33553         (gst_audiorate_init), (gst_audiorate_chain),
33554         (gst_audiorate_set_property), (gst_audiorate_get_property):
33555         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33556         (gst_videorate_chain):
33557         Added some logging, fixed an overflow bug in videorate.
33558
33559 2004-06-24  Benjamin Otte  <otte@gnome.org>
33560
33561         * ext/kio/Makefile.am:
33562           fix for builddir != srcdir and distcheck
33563
33564 2004-06-24  Benjamin Otte  <otte@gnome.org>
33565
33566         * gst-libs/gst/colorbalance/Makefile.am:
33567         * gst-libs/gst/mixer/Makefile.am:
33568         * gst-libs/gst/play/Makefile.am:
33569         * gst-libs/gst/tuner/Makefile.am:
33570         * gst/tcp/Makefile.am:
33571         * sys/dxr3/Makefile.am:
33572           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33573           tarball.
33574           Also add all *.list files that were missing.
33575         * Makefile.am:
33576           add a distcheck hook to ensure the above doesn't happen again.
33577
33578 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33579
33580         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33581
33582 2004-06-23  Colin Walters  <walters@redhat.com>
33583
33584         * m4/Makefile.am: Distribute gst-fionread.m4.
33585
33586 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33587
33588         * configure.ac: back to dev
33589
33590 2004-06-23  Wim Taymans  <wim@fluendo.com>
33591
33592         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33593         (gst_alsa_xrun_recovery):
33594         * ext/alsa/gstalsa.h:
33595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33596         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33597         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33598         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33599         (gst_alsa_src_loop):
33600         Add clock to alsasrc. Take new capture timestamp when
33601         restarting after an overrun. Split up some functions between
33602         alsasrc and alsasink.
33603
33604 === release 0.8.2 ===
33605
33606 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33607
33608         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33609         (gst_alsa_change_state), (gst_alsa_update_avail),
33610         (gst_alsa_xrun_recovery):
33611         * ext/alsa/gstalsa.h:
33612         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33613           merge back changes from release
33614
33615 2004-06-23  Wim Taymans  <wim@fluendo.com>
33616
33617         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33618         (gst_audiorate_init), (gst_audiorate_chain),
33619         (gst_audiorate_set_property), (gst_audiorate_get_property):
33620         Implement sample dropping and notify
33621
33622 2004-06-22  Wim Taymans  <wim@fluendo.com>
33623
33624         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33625         (theora_enc_sink_link), (theora_buffer_from_packet),
33626         (theora_push_packet), (theora_enc_chain):
33627         Some cleanups, make sure the timestamps are correct.
33628
33629 2004-06-22  Wim Taymans  <wim@fluendo.com>
33630
33631         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33632         (gst_alsa_change_state), (gst_alsa_update_avail),
33633         (gst_alsa_xrun_recovery):
33634         * ext/alsa/gstalsa.h:
33635         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33636         Cleanups, take queued samples into account when reporting
33637         the time.
33638
33639 2004-06-22  Wim Taymans  <wim@fluendo.com>
33640
33641         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33642         (gst_videorate_init):
33643         Initialize the property as well.
33644
33645 2004-06-22  Wim Taymans  <wim@fluendo.com>
33646
33647         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33648         (gst_videorate_init), (gst_videorate_chain),
33649         (gst_videorate_set_property), (gst_videorate_get_property):
33650         Add property to make videorate silent.
33651         Add property to prefer new frames over old ones.
33652
33653 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33654
33655         * sys/osxvideo/Makefile.am:
33656         Workaround so that the osxvideo .so file gets linked with the
33657         Cocoa, OpenGL and QuickTime frameworks
33658
33659 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33660
33661         * sys/osxaudio/Makefile.am:
33662         Workaround so that the osxaudio .so file gets linked with the
33663         CoreAudio framework
33664
33665 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33666
33667         * configure.ac:
33668         Whoops, my fault...fixed build issues
33669
33670 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33671
33672         * configure.ac:
33673         Add objective-c support if running in Darwin/Mac OS X
33674         * sys/Makefile.am:
33675         * sys/osxvideo:
33676         * sys/osxvideo/Makefile.am:
33677         * sys/osxvideo/osxvideosink.h:
33678         * sys/osxvideo/osxvideosink.m:
33679         * sys/osxvideo/cocoawindow.h:
33680         * sys/osxvideo/cocoawindow.m:
33681         Add osxvideosink, a cocoa-based osx video sink
33682
33683
33684 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33685         * ext/dvdnav/gst-dvd:
33686         Grab the gconf key from the right spot
33687         * gst/debug/gstnavseek.c: (gst_navseek_init),
33688         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33689         (gst_navseek_chain):
33690         * gst/debug/gstnavseek.h:
33691           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33692           and loop parameters of a segment seek.
33693         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33694         (gst_videotestsrc_get_event_masks),
33695         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33696         * gst/videotestsrc/gstvideotestsrc.h:
33697           Add seeking support to videotestsrc
33698           Initialise the timestamp_offset variable.
33699
33700 2004-06-18  Wim Taymans  <wim@fluendo.com>
33701
33702         * ext/sidplay/gstsiddec.cc:
33703         Fix negotiation and set correct end offset.
33704
33705 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33706
33707         * configure.ac: branch and prerelease
33708
33709 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33710
33711         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33712         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33713         (gst_tcpclientsrc_init_receive):
33714         * gst/tcp/gsttcpclientsrc.h:
33715           read caps when connecting to server for GDP so we set them correctly
33716
33717 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33718
33719         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33720           notify drops and duplicates
33721         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33722           no good reason to limit ourselves to 100x100
33723
33724 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33725
33726         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33727         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33728         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33729         (gst_v4lsrc_get_property):
33730         * sys/v4l/gstv4lsrc.h:
33731         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33732         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33733         (gst_v4l_set_audio):
33734         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33735         (gst_v4lsrc_try_capture):
33736         * sys/v4l/v4lsrc_calls.h:
33737           change try_palette to more general try_capture
33738           add autoprobe option so we can turn off autoprobing
33739           various fixes
33740
33741 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33742
33743         * configure.ac:
33744           add videorate
33745         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33746         (gst_ximagesink_class_init):
33747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33748         (gst_xvimagesink_class_init):
33749           run them as finalize, not dispose, since dispose can be invoked
33750           multiple times
33751
33752 2004-06-17  Wim Taymans  <wim@fluendo.com>
33753
33754         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33755         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33756         * ext/alsa/gstalsa.h:
33757         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33758         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33759         (gst_alsa_src_change_state):
33760         * ext/alsa/gstalsasrc.h:
33761         Make the xrun code timestamp and offset the buffers correctly.
33762         moved the clock to the base class, use alsa methods to get time.
33763         Do correct timestamping on outgoing buffers.
33764
33765 2004-06-17  Wim Taymans  <wim@fluendo.com>
33766
33767         * gst/audiorate/Makefile.am:
33768         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33769         (gst_audiorate_base_init), (gst_audiorate_class_init),
33770         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33771         (gst_audiorate_set_property), (gst_audiorate_get_property),
33772         (gst_audiorate_change_state), (plugin_init):
33773         Added an audiorate converter that fills in gaps.
33774
33775 2004-06-17  Johan Dahlin  <johan@gnome.org>
33776
33777         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33778
33779 2004-06-16  Wim Taymans  <wim@fluendo.com>
33780
33781         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33783         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33784         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33785         (gst_v4lsrc_get_property):
33786         * sys/v4l/gstv4lsrc.h:
33787         Added a copy mode to v4lsrc where it will output a copied version
33788         of its internal hardware buffer.
33789         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33790         can't | them.
33791
33792 2004-06-16  Wim Taymans  <wim@fluendo.com>
33793
33794         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33795         Timestamp fixes.
33796
33797 2004-06-16  Wim Taymans  <wim@fluendo.com>
33798
33799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33800         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33801         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33802         (gst_v4lsrc_get_property):
33803         * sys/v4l/gstv4lsrc.h:
33804         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33805         Added a sync mode enum property to control v4lsrc timestamp method
33806         Removed the use-fixed-fps property and moved functionality in
33807         the enum.
33808         Don't error on an error value from v4l-conf, it might not always
33809         be a real error.
33810
33811 2004-06-16  Wim Taymans  <wim@fluendo.com>
33812
33813         * gst/videorate/Makefile.am:
33814         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33815         (gst_videorate_base_init), (gst_videorate_class_init),
33816         (gst_videorate_getcaps), (gst_videorate_link),
33817         (gst_videorate_init), (gst_videorate_chain),
33818         (gst_videorate_set_property), (gst_videorate_get_property),
33819         (gst_videorate_change_state), (plugin_init):
33820         Added a video timestamp corrector.
33821
33822 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33823
33824         fixed a potential leak with previous commit
33825
33826         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33827
33828 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33829
33830         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33831         Added missing refcount, fixes bug #144425
33832         Cheers Tim for finding the bug
33833
33834 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33835
33836         * sys/v4l/gstv4l.c: (plugin_init):
33837         * sys/v4l/gstv4lcolorbalance.c:
33838         * sys/v4l/gstv4lcolorbalance.h:
33839         * sys/v4l/gstv4lelement.c:
33840         * sys/v4l/gstv4lelement.h:
33841         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33842         * sys/v4l/gstv4lmjpegsink.h:
33843         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33844         * sys/v4l/gstv4lmjpegsrc.h:
33845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33846         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33847         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33848         * sys/v4l/gstv4lsrc.h:
33849         * sys/v4l/gstv4ltuner.c:
33850         * sys/v4l/gstv4ltuner.h:
33851         * sys/v4l/gstv4lxoverlay.c:
33852         * sys/v4l/gstv4lxoverlay.h:
33853         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33854         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33855         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33856         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33857         (gst_v4l_set_audio):
33858         * sys/v4l/v4l_calls.h:
33859         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33860         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33861         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33862         (gst_v4lmjpegsink_playback_init),
33863         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33864         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33865         (gst_v4lmjpegsink_playback_stop),
33866         (gst_v4lmjpegsink_playback_deinit):
33867         * sys/v4l/v4lmjpegsink_calls.h:
33868         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33869         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33870         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33871         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33872         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33873         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33874         * sys/v4l/v4lmjpegsrc_calls.h:
33875         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33876         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33877         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33878         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33879         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33880         (gst_v4lsrc_try_palette):
33881         * sys/v4l/v4lsrc_calls.h:
33882           bunch of paranoia cleanups
33883
33884 2004-06-14  David Schleef  <ds@schleef.org>
33885
33886         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33887         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33888         Send discont events and change timestamps appropriately when
33889         we get a seek event.  (bug #144240)
33890         * ext/cdparanoia/gstcdparanoia.h:
33891
33892 2004-06-14  Benjamin Otte  <otte@gnome.org>
33893
33894         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33895           snd_pcm_hw_params_set_rate  since the latter fails for no good
33896           reason on some setups.
33897
33898 2004-06-14  David Schleef  <ds@schleef.org>
33899
33900         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33901         standard.  Thank you for playing.
33902
33903 2004-06-14  Wim Taymans  <wim@fluendo.com>
33904
33905         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33906         Patch 1.3 broke the ordering of the colorspace info and
33907         made the plugin basically work by coincidence, reordered
33908         the info.
33909
33910 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33911
33912         * ext/lame/gstlame.c:
33913         * ext/mad/gstmad.c:
33914           sync caps.  Make sure mad can only output a list of rates, not
33915           a full range.  In the future, have three caps lists for each of the
33916           mpeg versions.  Change mpegversion to a double as well.
33917
33918 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33919
33920         * gst/volume/.cvsignore:
33921         * gst/volume/Makefile.am:
33922         * gst/volume/demo.c: (value_changed_callback), (idler),
33923         (setup_gui), (main):
33924           added small demo app
33925
33926 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33927         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33928         * ext/esd/esdsink.h:
33929         Close the esd connection on pause, because esd will just wait -
33930         blocking all other esd clients indefinitely.
33931
33932 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33933
33934         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33935           previous commit with GST_DEBUG
33936
33937 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33938
33939         * configure.ac:
33940           add a header check for a dvdread header in dvdnav.  Fixes #133002
33941
33942 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33943
33944         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33945         * gst/tcp/gsttcpclientsink.h:
33946         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33947         * gst/tcp/gsttcpclientsrc.h:
33948         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33949         (gst_tcpserversink_handle_server_read),
33950         (gst_tcpserversink_init_send):
33951         * gst/tcp/gsttcpserversink.h:
33952         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33953         * gst/tcp/gsttcpserversrc.h:
33954         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33955         version of IP)
33956
33957 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33958
33959         * configure.ac:
33960         Added ogg library so that OSX detects libtheora properly
33961
33962 2004-06-11  Wim Taymans  <wim@fluendo.com>
33963
33964         * ext/theora/theoradec.c: (theora_dec_chain),
33965         (theora_dec_change_state):
33966         Don't try to decode frames before we received a keyframe.
33967
33968 2004-06-11  Wim Taymans  <wim@fluendo.com>
33969
33970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33971         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33972         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33973         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33974         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33975         Added property to set the maximum delay of a page.
33976
33977 2004-06-10  Wim Taymans  <wim@fluendo.com>
33978
33979         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33980         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33981         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33982         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33983         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33984         Added max-delay property to control the maximum amount
33985         of data to put in one page.
33986
33987 2004-06-10  Wim Taymans  <wim@fluendo.com>
33988
33989         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33990         (gst_theora_enc_init), (theora_enc_sink_link),
33991         (theora_buffer_from_packet), (theora_enc_set_property),
33992         (theora_enc_get_property):
33993         Set duration on encoded buffer, added some more properties
33994
33995 2004-06-10  Wim Taymans  <wim@fluendo.com>
33996
33997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33998         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33999         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34000         * ext/theora/theoraenc.c: (theora_enc_chain):
34001         Fix refcounting bugs
34002
34003 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34004
34005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34006         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34007         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34008         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34009         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34010         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34011         (gst_asf_demux_change_state):
34012         * gst/asfdemux/gstasfdemux.h:
34013           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34014           feels like. I think we should set a new requirement for demuxers
34015           from now on to implement sane loop functions, data loops, query
34016           and seek functions before first commit into CVS. And this commit
34017           fixes all of the above.
34018
34019 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34020
34021         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34022           vorbis comments are properly encoded in UTF-8 before adding them
34023           to a GstTagList
34024
34025 2004-06-09  Benjamin Otte  <otte@gnome.org>
34026
34027         * ext/alsa/gstalsa.c: (add_channels):
34028           handle min <= max correctly
34029         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34030         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34031           add fixation functions so we fixate correctly. No preferring of alaw
34032           anymore because it's the first structure.
34033         * ext/alsa/gstalsa.h:
34034         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34035         (gst_alsa_hw_params_dump):
34036           add functions to ease debugging in alsalib
34037         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34038         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34039         (gst_alsa_start_audio):
34040           only specify hw params if we really setup a format (fixes #134007 -
34041           or at least works around it)
34042
34043 2004-06-09  Wim Taymans  <wim@fluendo.com>
34044
34045         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34046         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34047         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34048         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34049         (gst_ogg_mux_loop):
34050         Use stream caps to setup the initial pages in the ogg stream.
34051         Correctly set the streamheader caps on the srcpad.
34052
34053 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34054
34055         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34056         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34057         (gst_v4lsrc_getcaps):
34058         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34059         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34060           add querying of fps lists for webcams.  Negotiating to a framerate
34061           now works.
34062
34063 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34064
34065         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34066         (theora_push_buffer), (theora_push_packet),
34067         (theora_set_header_on_caps), (theora_enc_chain):
34068           mark buffers and put on streamheader, raw theora streaming
34069           now works too, whee
34070
34071 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34072
34073         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34074         (gst_tcp_gdp_read_caps):
34075           do a looping read for caps and GDP headers too
34076
34077 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34078
34079         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34080         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34081           return EOS instead of NULL in _get
34082
34083 2004-06-08  Wim Taymans  <wim@fluendo.com>
34084
34085         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34086         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34087         (gst_tcp_gdp_write_caps):
34088         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34089         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34090         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34091         Memory leak fixes
34092
34093 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34094
34095         * ext/vorbis/Makefile.am:
34096         * ext/vorbis/vorbis.c: (plugin_init):
34097         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34098         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34099         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34100         (vorbis_parse_change_state):
34101         * ext/vorbis/vorbisparse.h:
34102           adding a vorbisparse element that marks the buffers, streaming
34103           raw vorbis using GDP now works, whee
34104
34105 2004-06-08  Wim Taymans  <wim@fluendo.com>
34106
34107         * ext/jpeg/Makefile.am:
34108         * ext/jpeg/README:
34109         * ext/jpeg/gstjpeg.c: (plugin_init):
34110         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34111         (gst_smokedec_base_init), (gst_smokedec_class_init),
34112         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34113         * ext/jpeg/gstsmokedec.h:
34114         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34115         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34116         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34117         (gst_smokeenc_resync), (gst_smokeenc_chain),
34118         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34119         * ext/jpeg/gstsmokeenc.h:
34120         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34121         (smokecodec_flush_destination), (smokecodec_term_destination),
34122         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34123         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34124         (smokecodec_term_source), (smokecodec_encode_new),
34125         (smokecodec_decode_new), (smokecodec_info_free),
34126         (smokecodec_set_quality), (smokecodec_get_quality),
34127         (smokecodec_set_threshold), (smokecodec_get_threshold),
34128         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34129         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34130         (smokecodec_parse_header), (smokecodec_decode):
34131         * ext/jpeg/smokecodec.h:
34132         Added a new simple jpeg based codec
34133
34134 2004-06-08  Wim Taymans  <wim@fluendo.com>
34135
34136         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34137         (gst_multipart_mux_loop):
34138         Fix memory leak
34139
34140 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34141
34142         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34143         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34144         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34145         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34146         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34147         * gst/tcp/gsttcpserversink.h:
34148           take streamheader into account
34149
34150 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34151
34152         * gst/level/Makefile.am:
34153         * gst/level/gstlevel.c: (gst_level_class_init):
34154           clean up marshal generation
34155
34156 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34157
34158         * gst/tcp/Makefile.am:
34159         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34160         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34161         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34162         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34163         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34164         (gst_tcpclientsrc_get_property):
34165         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34166         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34167         (gst_tcpserversink_handle_client_read),
34168         (gst_tcpserversink_handle_client_write),
34169         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34170         * gst/tcp/gsttcpserversink.h:
34171           add signals client-added and client-removed
34172         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34173         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34174         (gst_tcpserversrc_get_property):
34175         uniformized, change default protocol to NONE
34176         * gst/tcp/gsttcp-marshal.list: added
34177 2004-06-07  Benjamin Otte  <otte@gnome.org>
34178
34179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34180           handle discont events if they happen before caps nego
34181
34182 2004-06-07  Wim Taymans  <wim@fluendo.com>
34183
34184         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34185         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34186         (gst_multipart_demux_plugin_init):
34187         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34188         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34189         (gst_multipart_mux_change_state):
34190         Small updates, fix a memleak
34191
34192 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34193
34194         * configure.ac: OSS portability
34195         * ext/arts/gst_arts.c: idem
34196         * sys/oss/gstosselement.c: idem
34197         * sys/oss/gstossmixer.c: idem
34198         * sys/oss/gstosssink.c: idem
34199         * sys/oss/gstosssrc.c: idem
34200         * sys/oss/oss_probe.c: idem
34201           - check for soundcard.h in different places for some BSD
34202
34203 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34204
34205         * AUTHORS:
34206         Add me to the authors file
34207         * configure.ac:
34208         Increase the libdv requirement to >= version 0.100
34209         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34210         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34211         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34212         * ext/dv/gstdvdec.h:
34213         Add support for the new_media flag when sending DISCONT events
34214         Make the querying work when video pad is not linked
34215
34216 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34217
34218         reviewed by Benjamin Otte  <otte@gnome.org>
34219
34220         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34221           create a NULL-initialized array of pads, so we don't think they
34222           exist already. (fixes #143130)
34223
34224 2004-06-07  Benjamin Otte  <otte@gnome.org>
34225
34226         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34227         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34228         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34229           don't use // coments
34230
34231 2004-06-07  Benjamin Otte  <otte@gnome.org>
34232
34233         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34234           cast to GstClockTime to get higher granularity
34235         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34236           use gst_element_set_time_delay to get the exact time
34237         * ext/mad/gstmad.c: (gst_mad_chain):
34238           use the negotiated rate instead of the current frame's rate which
34239           might be wrong because of bit errors. This avoids emitting totally
34240           bogus timestamps and screwing sync.
34241         (fixes #143454)
34242
34243 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34244
34245         reviewed by Benjamin Otte  <otte@gnome.org>
34246
34247         * gst/adder/gstadder.c: (gst_adder_loop):
34248           properly error out when no negotiation has happened yet. (fixes
34249           #143032)
34250
34251 2004-06-06  Benjamin Otte  <otte@gnome.org>
34252
34253         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34254           forward correctly transformed offset in discont events. Based on
34255           patch by Arwed v. Merkatz. (fixes #142851)
34256
34257 2004-06-06  David Schleef  <ds@schleef.org>
34258
34259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34260         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34261         problems on several systems.
34262
34263 2004-06-06  Benjamin Otte  <otte@gnome.org>
34264
34265         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34266           use explicit caps on the srcpad
34267         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34268           properly error out if caps couldn't be set (fixes #142764)
34269
34270 2004-06-06  Benjamin Otte  <otte@gnome.org>
34271
34272         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34273         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34274         (gst_alsa_start_audio):
34275           - don't call set_periods_integer anymore, it breaks the
34276           configuration randomly
34277           - call snd_pcm_hw_params_set_access directly instead of using masks
34278           - don't fail if the sw_params can't be set, just use the default
34279           params and hope it works. Alsalib has weird issues when you touch
34280           sw_params and does no proper error reporting about what failed.
34281         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34282         (gst_alsa_close_audio):
34283           make our alsa debugging go via gst debugging and not conditionally
34284           defined
34285         * ext/alsa/gstalsa.h:
34286           add ALSA_DEBUG_FLUSH macro
34287         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34288         (plugin_init):
34289           wrap alsa errors to be printed via the gst debugging system and not
34290           spammed to stderr
34291
34292 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34293
34294         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34295         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34296         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34297         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34298         (qtdemux_parse_trak):
34299         * gst/qtdemux/qtdemux.h:
34300           Bitch. Also known as seeking, querying & co.
34301         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34302         (gst_osssink_change_state):
34303         * sys/oss/gstosssink.h:
34304           Resyncing is for weenies, this hack is no longer needed and was
34305           broken anyway (since it - unintendedly - always leaves resync to
34306           TRUE).
34307
34308 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34309
34310         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34311         * gst/tcp/gsttcpclientsrc.h: idem
34312           - define MSG_NOSIGNAL if not done
34313           - include unistd.h for off_t
34314           (fixes #143749)
34315
34316 2004-06-05  Benjamin Otte  <otte@gnome.org>
34317
34318         * configure.ac:
34319         * ext/kio/Makefile.am:
34320           check for qt's moc preprocessor explicitly and use it
34321
34322 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34323
34324         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34325           don't get a signal for EPIPE on socket writes
34326           (somebody check if this works on other platforms)
34327
34328 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34329
34330         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34331         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34332           check error condition on available samples correctly
34333
34334 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34335
34336         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34337           avoid a segfault
34338         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34339         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34340         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34341         (gst_tcpserversrc_gdp_read_header):
34342          use ssize_t over size_t since the former is signed and thus the
34343          check for error codes can work
34344
34345 2004-06-02  Wim Taymans  <wim@fluendo.com>
34346
34347         reviewed by: Johan
34348
34349         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34350         (gst_multipart_mux_loop):
34351         Oops
34352
34353 2004-06-02  Wim Taymans  <wim@fluendo.com>
34354
34355         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34356         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34357         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34358         (gst_multipart_mux_change_state):
34359         Added configurable boundary specifier, added the value as a
34360         caps field as well.
34361
34362 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34363
34364         * gst/tcp/gsttcp.c:
34365         * gst/tcp/gsttcpclientsrc.c:
34366         * gst/tcp/gsttcpclientsrc.h:
34367         * gst/tcp/gsttcpserversrc.c:
34368           - portability fix, to compile on OSX
34369             (fixes #143146)
34370
34371         * sys/osxaudio/gstosxaudioelement.c:
34372         * sys/osxaudio/gstosxaudiosink.c:
34373         * sys/osxaudio/gstosxaudiosrc.c:
34374           - compilation warnings on OSX
34375             (fixes #143153)
34376
34377 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34378
34379         * ext/vorbis/vorbisdec.c : sign warning fixes
34380
34381         * gst-libs/gst/mixer/mixertrack.c :
34382           do no use defines which are glib 2.4 specific
34383
34384 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34385
34386         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34387           buffer since libflac doesn't expect it (reports a sync error when
34388           it encounters that)
34389
34390
34391 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34392
34393         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34394         * gst-libs/gst/mixer/mixertrack.c:
34395         (gst_mixer_track_get_property), (get_mixer_track_init),
34396         (get_mixer_track_get_property): Added property accessors
34397         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34398         * gst-libs/gst/mixer/mixeroptions.c:
34399         (gst_mixer_options_get_values): Added
34400         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34401         * gst-libs/gst/mixer/mixer.c: Fixed comment
34402
34403
34404 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34405
34406         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34407           improve error messages on open
34408
34409
34410 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34411
34412         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34413           check if v4l-conf is in path
34414
34415 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34416
34417         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34418           change assert to a more readable error message
34419
34420 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34421
34422         * gst-libs/gst/tuner/tunerchannel.h:
34423           - add a freq_multiplicator field to make the conversion
34424             between internal frequency unit and Hz
34425         * sys/v4l/gstv4lelement.c:
34426         * sys/v4l2/gstv4l2element.c:
34427           - change default video device to /dev/video0
34428         * sys/v4l/v4l_calls.c:
34429         * sys/v4l2/v4l2_calls.c:
34430           - we only expose frequency to the user in Hz instead of
34431             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34432
34433 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34434         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34435           Initialise b_o_s and e_o_s variables
34436         * gst-libs/gst/riff/riff-media.c:
34437         (gst_riff_create_video_caps_with_data):
34438           Add some unusual fourcc's from mplayer avi's
34439         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34440           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34441           autoplugging.
34442
34443 2004-05-28  Wim Taymans  <wim@fluendo.com>
34444
34445         * configure.ac:
34446         * gst/alpha/Makefile.am:
34447         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34448         (gst_alpha_get_type), (gst_alpha_base_init),
34449         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34450         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34451         (gst_alpha_chroma_key), (gst_alpha_chain),
34452         (gst_alpha_change_state), (plugin_init):
34453         A plugin to add an alpha channel to I420 video. Can optionally do
34454         chroma keying.
34455         * gst/multipart/Makefile.am:
34456         * gst/multipart/multipart.c: (plugin_init):
34457         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34458         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34459         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34460         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34461         (gst_multipart_demux_change_state),
34462         (gst_multipart_demux_plugin_init):
34463         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34464         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34465         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34466         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34467         (gst_multipart_mux_pad_unlink),
34468         (gst_multipart_mux_request_new_pad),
34469         (gst_multipart_mux_handle_src_event),
34470         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34471         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34472         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34473         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34474         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34475         send multipart jpeg images to a browser.
34476         * gst/videobox/Makefile.am:
34477         * gst/videobox/README:
34478         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34479         (gst_video_box_get_type), (gst_video_box_base_init),
34480         (gst_video_box_class_init), (gst_video_box_init),
34481         (gst_video_box_set_property), (gst_video_box_get_property),
34482         (gst_video_box_sink_link), (gst_video_box_i420),
34483         (gst_video_box_ayuv), (gst_video_box_chain),
34484         (gst_video_box_change_state), (plugin_init):
34485         Crops or adds borders around an image. can do alpha channel
34486         borders as well.
34487         * gst/videomixer/Makefile.am:
34488         * gst/videomixer/README:
34489         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34490         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34491         (gst_videomixer_pad_get_sink_event_masks),
34492         (gst_videomixer_pad_get_property),
34493         (gst_videomixer_pad_set_property),
34494         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34495         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34496         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34497         (gst_videomixer_base_init), (gst_videomixer_class_init),
34498         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34499         (gst_videomixer_handle_src_event),
34500         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34501         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34502         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34503         (gst_videomixer_loop), (gst_videomixer_get_property),
34504         (gst_videomixer_set_property), (gst_videomixer_change_state),
34505         (plugin_init):
34506         Generic video mixer plugin, can handle multiple inputs all with
34507         different framerates and video sizes. Is fully alpha channel
34508         aware.
34509
34510 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34511
34512         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34513           Select first track as master track. Not sure how else to handle
34514           that...
34515         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34516           Discard discont events. Should fix #142962.
34517
34518 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34519
34520         * ext/alsa/Makefile.am:
34521         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34522         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34523         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34524         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34525         (gst_alsa_mixer_get_option):
34526         * ext/alsa/gstalsamixer.h:
34527         * ext/alsa/gstalsamixeroptions.c:
34528         (gst_alsa_mixer_options_get_type),
34529         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34530         (gst_alsa_mixer_options_new):
34531         * ext/alsa/gstalsamixeroptions.h:
34532         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34533         * ext/alsa/gstalsamixertrack.h:
34534           Add enumerations (as GstMixerOptions). Make correct distinction
34535           between input/output tracks. Add capture/playback private flag.
34536           Use flag to decide on whether to set capture or playback volumes
34537           or switches. Use playback and record switches.
34538         * gst-libs/gst/mixer/Makefile.am:
34539         * gst-libs/gst/mixer/mixer-marshal.list:
34540         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34541         (gst_mixer_set_option), (gst_mixer_get_option),
34542         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34543         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34544         * gst-libs/gst/mixer/mixer.h:
34545         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34546         (gst_mixer_options_class_init), (gst_mixer_options_init),
34547         (gst_mixer_options_dispose):
34548         * gst-libs/gst/mixer/mixeroptions.h:
34549           Add GstMixerOptions.
34550         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34551           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34552           broken device detection on computers with multiple OSS sound
34553           cards.
34554
34555 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34556
34557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34558           fixate nicely even when the peer is not negotiating
34559
34560 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34561
34562         * gst/audioconvert/gstaudioconvert.c:
34563         (gst_audio_convert_parse_caps):
34564           make sure we don't allow depth > width
34565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34566           fixate endianness to G_BYTE_ORDER as default
34567         * gst/audioscale/gstaudioscale.c:
34568           we don't handle another endianness as host-endianness
34569
34570 2004-05-25  David Schleef  <ds@schleef.org>
34571
34572         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34573
34574 2004-05-24  Benjamin Otte  <otte@gnome.org>
34575
34576         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34577         (gst_oggvorbisenc_setup):
34578           properly fail when we can't setup the vorbis encoder due to
34579           unsupported settings
34580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34581         (gst_vorbisenc_setup):
34582           same
34583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34584           fix case where warnings occured when one pad was unlinked while the
34585           other's link function was called
34586
34587 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34588
34589         * gst/tcp/Makefile.am:
34590           use GST_ENABLE_NEW
34591
34592 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34593
34594         * gst-libs/gst/resample/private.h:
34595           don't use optimizations that are #if 0'ed
34596
34597 2004-05-24  Wim Taymans  <wim@fluendo.com>
34598
34599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34600         Fix potential division by zero error and hopefully get
34601         the position query right to get correct timestamps on avi
34602         audio.
34603
34604 2004-05-24  Wim Taymans  <wim@fluendo.com>
34605
34606         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34607         (gst_videoscale_scale_nearest_str2),
34608         (gst_videoscale_scale_nearest_str4),
34609         (gst_videoscale_scale_nearest_32bit),
34610         (gst_videoscale_scale_nearest_24bit),
34611         (gst_videoscale_scale_nearest_16bit):
34612         Fix the scaling algorithm and avoid a buffer overflow.
34613         removed the while loop in the scaling function as it
34614         was used for point sampling only.
34615
34616 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34617
34618         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34619         (gst_id3_tag_class_init), (gst_id3_tag_init),
34620         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34621         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34622         (gst_id3_tag_send_tag_event):
34623           lots of fixes to make id3mux work and id3demux work correctly
34624
34625 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34626
34627         * ext/Makefile.am:
34628           add rules to build shout2send (was removed by accident
34629           when this module was no more marked experimental/broken)
34630
34631 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34632
34633         * ext/shout2/gstshout2.c:
34634         * ext/shout2/gstshout2.h:
34635           adding a "connection problem" signal to shout2send
34636           (fixes #142954)
34637
34638 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34639
34640         * ext/kio/kioreceiver.cpp:
34641         * ext/kio/kioreceiver.h:
34642           fix sign comparison issues
34643
34644 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34645
34646         * gst/cdxaparse/gstcdxaparse.c:
34647         * gst/cdxaparse/gstcdxaparse.h:
34648           some renaming
34649           add some checks/sanity
34650           prepare for seek addition
34651
34652         * sys/sunaudio/gstsunaudio.c:
34653           remove exported dupe init function
34654
34655 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34656
34657         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34658         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34659           Fix format conversion and position querying.
34660         * gst/debug/progressreport.c: (gst_progressreport_report):
34661           Don't output a bogus total value that we didn't query.
34662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34663           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34664           only a blank window after xine has been used.
34665
34666 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34667
34668         * m4/as-arts.m4:
34669           sync with upstream version to fix test on FC2
34670           readd with -ko to preserve Id header
34671
34672 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34673
34674         * configure.ac:
34675           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34676         * gst/tcp/gsttcpclientsrc.c: idem
34677         * gst/tcp/gsttcpserversink.c: idem
34678         * gst/tcp/gsttcpserversrc.c: idem
34679         * m4/gst-fionread.m4: idem
34680
34681         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34682
34683         * configure.ac: enable speex plugin for speex 1.1.5+
34684         * ext/speex/gstspeexenc.c: fix cast warning
34685
34686         * ext/esd/README: fix typo
34687
34688 2004-05-20  David Schleef  <ds@schleef.org>
34689
34690         * configure.ac: Minor cosmetic change to convince the buildbot to
34691         reautogen.
34692         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34693         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34694         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34695         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34696         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34697         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34698         More hacking.  Plays audio now.
34699
34700 2004-05-20  David Schleef  <ds@schleef.org>
34701
34702         * configure.ac:
34703         * sys/Makefile.am:
34704
34705 2004-05-20  David Schleef  <ds@schleef.org>
34706
34707         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34708         * sys/osxaudio/gstosxaudio.c:
34709         * sys/osxaudio/gstosxaudioelement.c:
34710         * sys/osxaudio/gstosxaudioelement.h:
34711         * sys/osxaudio/gstosxaudiosink.c:
34712         * sys/osxaudio/gstosxaudiosink.h:
34713         * sys/osxaudio/gstosxaudiosrc.c:
34714         * sys/osxaudio/gstosxaudiosrc.h:
34715
34716 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34717
34718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34719         (gst_vorbisenc_chain):
34720           put the codec headers on the caps as streamheader as well as
34721           pushing them out
34722
34723 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34724
34725         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34726         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34727         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34728         split up push_packet into two functions
34729
34730 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34731
34732         * gst/tcp/.cvsignore:
34733           ignore enums
34734         * gst/tcp/Makefile.am:
34735         * gst/tcp/README:
34736         * gst/tcp/gsttcp.c:
34737         * gst/tcp/gsttcp.h:
34738         * gst/tcp/gsttcpclientsink.c:
34739         * gst/tcp/gsttcpclientsink.h:
34740         * gst/tcp/gsttcpclientsrc.c:
34741         * gst/tcp/gsttcpclientsrc.h:
34742         * gst/tcp/gsttcpplugin.c:
34743         * gst/tcp/gsttcpserversink.c:
34744         * gst/tcp/gsttcpserversink.h:
34745         * gst/tcp/gsttcpserversrc.c:
34746         * gst/tcp/gsttcpserversrc.h:
34747           add new tcp elements
34748
34749 2004-05-19  Wim Taymans  <wim@fluendo.com>
34750
34751         * gst/law/mulaw-conversion.c: (mulaw_encode):
34752         Fix overflow bug in ulaw encoding.
34753
34754 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34755
34756         * ext/mad/gstmad.c: (gst_mad_handle_event):
34757           don't unref the event twice
34758
34759 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34760
34761         * configure.ac:
34762           remove -Wno-sign-compare
34763
34764 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34765
34766         * configure.ac:
34767           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34768           if you want to work against glib 2.2 and 2.4
34769
34770 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34771
34772         * gst/tcp/Makefile.am:
34773         * gst/tcp/gsttcp.c:
34774         * gst/tcp/gsttcp.h:
34775         * gst/tcp/gsttcpsink.h:
34776         * gst/tcp/gsttcpsrc.h:
34777           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34778
34779 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34780
34781         * gst/debug/tests.c: (md5_get_value):
34782           fix segfault on gst-inspect
34783
34784 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34785
34786         * gst/debug/testplugin.c:
34787         * gst/debug/tests.c:
34788         * gst/debug/tests.h:
34789           add new extensible and configurable testing element. Current tests
34790           include buffer count, stream length, timestamp/duration matching and
34791           md5.
34792         * gst/debug/Makefile.am:
34793         * gst/debug/gstdebug.c: (plugin_init):
34794           add infrastructure for new element
34795
34796 2004-05-19  Johan Dahlin  <johan@gnome.org>
34797
34798         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34799         ending of the array. Fixes gst-inspect segfault on ppc.
34800
34801 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34802
34803         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34804
34805         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34806
34807 2004-05-18  David Schleef  <ds@schleef.org>
34808
34809         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34810         warnings (bugs, actually) noticed by gcc but not forte.
34811
34812 2004-05-18  David Schleef  <ds@schleef.org>
34813
34814         * sys/sunaudio/Makefile.am:
34815         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34816
34817 2004-05-18  David Schleef  <ds@schleef.org>
34818
34819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34820         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34821         to allow qtdemux to use non-seekable streams. (bug #142272)
34822
34823 2004-05-18  David Schleef  <ds@schleef.org>
34824
34825         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34826         (gst_resample_sinc_ft_float): Remove use of static temporary
34827         buffer.  This code was obviously not supposed to last long, but
34828         it's stuck in our ABI, so it required a little hack to make it
34829         ABI-compatible.  Fixes #142585.
34830         * gst-libs/gst/resample/resample.h: same.
34831
34832 2004-05-18  David Schleef  <ds@schleef.org>
34833
34834         * configure.ac: Add sunaudio
34835         * examples/Makefile.am: make gstplay depend on gconf
34836         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34837         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34838         (convert_table_lookup), (img_convert): remove c99-isms
34839         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34840           unsigned, to fix a warning on Solaris
34841         * gst/mpeg1sys/systems.c: bcopy->memcpy
34842         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34843         * sys/Makefile.am: Add sunaudio
34844
34845 2004-05-18  Wim Taymans  <wim@fluendo.com>
34846
34847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34848         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34849         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34850         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34851         (gst_ogg_mux_loop):
34852         Fix an ugly memleak where the muxer didn't flush enough ogg
34853         pages. This also resulted in badly muxed ogg files.
34854
34855 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34856
34857         * gst/asfdemux/asfheaders.c :
34858         * gst/asfdemux/asfheaders.h :
34859         * gst/asfdemux/gstasfdemux.c :
34860           - fix ASF_OBJ_PADDING guid
34861           - add 3 new object guids (language list, metadata,
34862             extended stream properties)
34863           - add a function to parse extended header objects
34864
34865 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34866
34867         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34868           remove leftover debugging g_print
34869
34870 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34871
34872         * ext/mad/gstmad.c: (gst_mad_handle_event):
34873           Fix for when the first format in a discont event is not a
34874           byte-based one. Should fix #137710.
34875
34876 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34877
34878         * m4/a52.m4 : fix compilation with -Wall -Werror
34879         * m4/libfame.m4 : idem
34880         * m4/libmikmod.m4 : idem
34881
34882 2004-05-17  Benjamin Otte  <otte@gnome.org>
34883
34884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34885           signal the new tags before giving up the reference
34886
34887 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34888
34889         * ext/shout2/gstshout2.c:
34890           use application/ogg instead of application/x-ogg (patch by Patrick
34891           Guimond, fixes #142432)
34892         * sys/oss/gstosselement.c: (gst_osselement_reset),
34893         (gst_osselement_sync_parms):
34894           don't set fragment size unless specified (fixes #142493)
34895
34896 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34897
34898         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34899           fixes #142664
34900
34901 2004-05-17  Benjamin Otte  <otte@gnome.org>
34902
34903         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34904           compute offsets correctly for internal buffers so timestamps are set
34905           correctly when we can't seek. Also handle cases where there are no
34906           offsets. (based on a patch by David Moore, fixes #142507)
34907
34908 2004-05-17  Benjamin Otte  <otte@gnome.org>
34909
34910         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34911           use correct variable when determining amount of data to skip so we
34912           don't skip into the void and segfault
34913
34914 2004-05-16  Benjamin Otte  <otte@gnome.org>
34915
34916         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34917           Hi, I'm a memleak
34918
34919 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34920
34921         * gst/asfdemux/gstasfdemux.c:
34922           - fix a mem leak and always propagate tags
34923           - add WMV3 to known video codecs (but no decoder yet)
34924           - replace "surplus data" at end of audio header for what
34925             it is : codec specific data
34926           - fix a typo
34927
34928 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34929
34930         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34931
34932         * gst-libs/gst/audio/audioclock.c:
34933           Fix wrong return type (#142205).
34934
34935 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34936
34937         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34938           Ignore CRCs by default (fixes #142566).
34939
34940 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34941
34942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34943         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34944         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34945         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34946         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34947         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34948           Fix for cases where we fail to attach to a mixer.
34949
34950 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34951
34952         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34953           Don't touch events after not owning them anymore.
34954         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34955         (gst_wavparse_fmt), (gst_wavparse_other),
34956         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34957         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34958         (gst_wavparse_srcpad_event):
34959         * gst/wavparse/gstwavparse.h:
34960           Add seeking, fix querying.
34961
34962 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34963
34964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34965           - process comments even if they don't end with \0\0
34966             g_convert would ignore them if present and works well without them
34967
34968 2004-05-16  Benjamin Otte  <otte@gnome.org>
34969
34970         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34971           simplify caps
34972
34973 2004-05-16  Benjamin Otte  <otte@gnome.org>
34974
34975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34976           don't write to memory we might not write to - g_convert does that
34977           for us anyway (fixes #142613)
34978         (gst_asf_demux_audio_caps):
34979           comment out gst_util_dump_mem
34980
34981 2004-05-16  Benjamin Otte  <otte@gnome.org>
34982
34983         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34984           compute correct expected timestamps after seek (broken since
34985           last commit)
34986         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34987           rename element and debugging category to gdkpixbufscale
34988
34989 2004-05-16  Benjamin Otte  <otte@gnome.org>
34990
34991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34992           add error checking to snd_pcm_delay and remove duplicate call to
34993           snd_pcm_delay that caused issues (see inline code comments)
34994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34995           make more readable and fix return value when snd_pcm_delay fails
34996         (fixes #142586)
34997
34998 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34999         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35000         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35001         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35002         (gst_pixbufscale_link), (gst_pixbufscale_init),
35003         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35004         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35005         (gst_pixbufscale_get_property), (pixbufscale_init):
35006         * ext/gdk_pixbuf/pixbufscale.h:
35007         Add these files I forgot earlier
35008
35009 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35010         * ext/gdk_pixbuf/Makefile.am:
35011         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35012         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35013         Add new pixbufscale element to scale RGB video
35014         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35015         and HYPER interpolation correctly.
35016         * ext/theora/theoraenc.c: (theora_enc_chain),
35017         Discard buffer and return if explicit caps could not be set
35018         (theora_enc_get_property):
35019         Make _get return kbps for the bitrate consistent with
35020         the _set function.
35021
35022
35023 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35024
35025         * ext/libvisual/visual.c: (gst_visual_chain):
35026           add missing visual_audio_analyze
35027
35028 2004-05-14  David Schleef  <ds@schleef.org>
35029
35030         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35031         is killed while we're playing.
35032         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35033         gst_element_no_more_pads().
35034
35035 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35036
35037         * gst-libs/gst/riff/riff-read.c :
35038           - fix INFO tag extraction in RIFF/AVI files
35039             because gst_event_unref (event) also freed taglist
35040           - avoid a mem leak
35041
35042 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35043
35044         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35045         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35046
35047         * gst/auparse/gstauparse.c :
35048           - add code (commented for now) to support audio/x-adpcm on src pad
35049             (we have no decoder for those layout yet)
35050
35051         * gst/cdxaparse/gstcdxaparse.c :
35052         * gst/cdxaparse/gstcdxaparse.h :
35053           - partial rewrite using RiffRead (ripped iain's wavparse code)
35054
35055         * gst/rtp/gstrtpL16enc.c : typo
35056         * gst/rtp/gstrtpgsmenc.c : typo
35057
35058 2004-05-13  Benjamin Otte  <otte@gnome.org>
35059
35060         * configure.ac:
35061           check for exact version of libvisual, it's not supposed to be
35062           API/ABI stable yet
35063
35064 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35065
35066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35067           signal no-more-pads
35068
35069 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35070
35071         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35072         Report which format was used for GST_FORMAT_DEFAULT
35073         * gst/debug/Makefile.am:
35074         * gst/debug/gstdebug.c: (plugin_init):
35075         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35076         (gst_progressreport_class_init), (gst_progressreport_init),
35077         (gst_progressreport_report), (gst_progressreport_set_property),
35078         (gst_progressreport_get_property), (gst_progressreport_chain),
35079         (gst_progressreport_plugin_init):
35080         Add progressreport element for testing.
35081
35082 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35083
35084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35085         * sys/v4l/gstv4lsrc.h:
35086         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35087         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35088         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35089         (gst_v4lsrc_grab_frame):
35090           add more debugging
35091           send a discont at start
35092
35093 2004-05-12  Colin Walters  <walters@redhat.com>
35094
35095         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35096         inflooping if we can't find a chunk.  Or in other words, don't blow
35097         chunks if we don't have a chunk to blow.
35098
35099 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35100         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35101         Remove old debug output
35102         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35103         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35104         (gst_dvdec_set_property), (gst_dvdec_get_property):
35105         Change the quality setting to an enum, so it works from gst-launch
35106         Don't renegotiate a non-linked pad. Allows audio only decoding.
35107         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35108         (gst_deinterlace_link), (gst_deinterlace_init):
35109         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35110         (gst_videodrop_link):
35111         Some caps negotiation fixes
35112
35113 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35114
35115         * ext/tarkin/gsttarkin.c :
35116           - Change RANK from NONE to PRIMARY
35117         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35118           - Change RANK from NONE to MARGINAL
35119         * ext/divx/gstdivxenc.c :
35120           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35121
35122 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35123
35124         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35125         (gst_vorbisenc_push_packet):
35126           copy a function that was added between 1.0 and 1.0.1 until we
35127           depend on worthwhile features of post-1.0
35128
35129 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35130
35131         * configure.ac:
35132           enable shout2 by default
35133         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35134         (gst_shout2send_base_init), (gst_shout2send_init),
35135         (gst_shout2send_connect), (gst_shout2send_change_state):
35136         * ext/shout2/gstshout2.h:
35137           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35138           #142262)
35139         * ext/theora/theora.c: (plugin_init):
35140           don't set rank on encoders
35141
35142 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35143
35144         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35145           Use codec_data property instead of flag1 and flag2 for wma
35146
35147 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35148
35149         * gst/cdxaparse/gstcdxaparse.c :
35150           - Add mpegversion to CAPS to make it link
35151           - Rank is as GST_RANK_SECONDARY instead of NONE
35152         * gst/auparse/gstauparse.c :
35153           - Document all audio encoding we can encounter from Solaris 9
35154             headers and libsndfile information.
35155           - Increase max. rate from 48000 to 192000 (to match other elements)
35156           - Don't try to play junk data between header and samples
35157
35158 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35159
35160         * ext/libvisual/visual.c: (gst_visual_getcaps):
35161           use the right caps depending on endianness (I hope)
35162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35163           use GST_RANK_NONE for all non-decoding elements or spider gets
35164           mighty confused
35165
35166 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35167
35168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35169           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35170
35171 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35172
35173         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35174         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35175         (gst_switch_loop), (gst_switch_get_type):
35176           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35177           HEADERS. Had to be said.
35178
35179 2004-05-10  David Schleef  <ds@schleef.org>
35180
35181         * configure.ac: Add prototype Dirac support.
35182         * ext/Makefile.am:
35183         * ext/dirac/Makefile.am:
35184         * ext/dirac/gstdirac.cc:
35185         * ext/dirac/gstdiracdec.cc:
35186
35187 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35188
35189         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35190         (gst_auparse_init), (gst_auparse_chain),
35191         (gst_auparse_change_state):
35192           Hack around spider. Remove me some day please.
35193
35194 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35195
35196         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35197           Fix for some uninitialized variables in previous patch, also
35198           makes it work. Fixes #142286 while we're at it.
35199
35200 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35201
35202         * gst/auparse/gstauparse.c:
35203                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35204                 only unsupported formats are ADPCM/CCITT G.72x
35205                 reviewed by Ronald
35206         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35207
35208 2004-05-10  Wim Taymans  <wim@fluendo.com>
35209
35210         * ext/vorbis/Makefile.am:
35211         * ext/vorbis/README:
35212         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35213         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35214         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35215         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35216         (gst_oggvorbisenc_convert_sink),
35217         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35218         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35219         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35220         (get_constraints_string), (update_start_message),
35221         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35222         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35223         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35224         * ext/vorbis/oggvorbisenc.h:
35225         * ext/vorbis/vorbis.c: (plugin_init):
35226         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35227         (raw_caps_factory), (gst_vorbisenc_class_init),
35228         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35229         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35230         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35231         * ext/vorbis/vorbisenc.h:
35232         Added a raw vorbis encoder to be used with the oggmuxer.
35233         We still need the old encoder for some gnome applications,
35234         read the README to find out how that works.
35235         The raw encoder is called "rawvorbisenc" until 0.9.
35236
35237 2004-05-10  Wim Taymans  <wim@fluendo.com>
35238
35239         * ext/ogg/gstogg.c: (plugin_init):
35240         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35241         (gst_ogg_print):
35242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35243         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35244         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35245         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35246         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35247         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35248         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35249         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35250         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35251         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35252         Added an ogg muxer.
35253         Small typo fixes in the demuxer.
35254
35255 2004-05-10  Wim Taymans  <wim@fluendo.com>
35256
35257         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35258         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35259         (theora_enc_change_state), (theora_enc_set_property),
35260         (theora_enc_get_property):
35261         Mark the last packet with an EOS flag which is not really needed
35262         in gstreamer.
35263         Do some better video framerate initialisation.
35264         Update the buffer timestamp.
35265
35266 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35267
35268         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35269         Return the result of the parent state change call
35270
35271 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35272
35273         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35274         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35275         * gst/law/alaw-encode.c : (idem)
35276         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35277         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35278         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35279
35280 2004-05-09  Benjamin Otte  <otte@gnome.org>
35281
35282         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35283           don't use a fixed buffer size when writing variable length data to
35284           it. Fixes memory corruption and makes alsasrc work
35285
35286 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35287
35288         * ext/gnomevfs/gstgnomevfssink.c:
35289         (_gst_boolean_allow_overwrite_accumulator),
35290         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35291           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35292           RUN_LAST, and don't use that to set the accumulator value because
35293           then it's always FALSE.
35294
35295 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35296
35297         * gst-libs/gst/riff/riff-media.c:
35298         (gst_riff_create_video_caps_with_data),
35299         (gst_riff_create_audio_caps),
35300         (gst_riff_create_audio_template_caps):
35301         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35302           Fix for unaligned RIFF files (i.e. where all the chunks together
35303           in a LIST chunk are not of the same size as the size given in
35304           the LIST chunk header). Fixes several odd WAVE files. Also fix
35305           ADPCM (block_align property) in audio, so that wavparse based
35306           on this works now as it used to stand-alone.
35307
35308 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35309
35310         reviewed by Benjamin Otte  <otte@gnome.org>
35311
35312         * ext/a52dec/gsta52dec.c:
35313         * ext/divx/gstdivxdec.c:
35314         * ext/divx/gstdivxenc.c:
35315         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35316         * ext/faac/gstfaac.c: (gst_faac_base_init):
35317         * ext/faad/gstfaad.c: (gst_faad_base_init):
35318         * ext/ivorbis/vorbisfile.c:
35319         * ext/lame/gstlame.c:
35320         * ext/libfame/gstlibfame.c:
35321         * ext/mpeg2enc/gstmpeg2enc.cc:
35322         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35323         * ext/sidplay/gstsiddec.cc:
35324         * ext/speex/gstspeexdec.c:
35325         * ext/speex/gstspeexenc.c:
35326         * ext/xvid/gstxviddec.c:
35327         * ext/xvid/gstxvidenc.c:
35328           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35329           (fixes #142193)
35330
35331 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35332
35333         * ext/alsa/gstalsa.c: (device_list),
35334         (gst_alsa_class_probe_devices):
35335         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35336           Fix alsa oddness in mixer after the combination of using mixer
35337           in source/sink elements and using hw:x,y instead of just hw:x.
35338
35339 2004-05-09  Benjamin Otte  <otte@gnome.org>
35340
35341         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35342         (gst_wavparse_create_sourcepad):
35343           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35344           sourcepads
35345
35346 2004-05-09  Benjamin Otte  <otte@gnome.org>
35347
35348         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35349           allow discont events before caps nego
35350
35351 2004-05-08  Benjamin Otte  <otte@gnome.org>
35352
35353         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35354           don't leak events
35355
35356 2004-05-08  Benjamin Otte  <otte@gnome.org>
35357
35358         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35359         (gst_level_change_state), (gst_level_init):
35360         * gst/level/gstlevel.h:
35361           figure out if we're initialized directly instead of keeping a
35362           variable that's wrong in 90% of cases
35363           don't initialize pads and then leak them and use a new unitialized
35364           pad. (fixes #142084)
35365           these were bugs so n00bish I didn't find them for an hour :/
35366
35367 2004-05-08 Iain <iain@prettypeople.org>
35368
35369         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35370         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35371         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35372         return the length that was read.
35373         (gst_riff_read_strf_auds): Allow fmt tags as well.
35374
35375 2004-05-07  David Schleef  <ds@schleef.org>
35376
35377         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35378         signed char assumption in faad.h.
35379
35380 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35381
35382         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35383           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35384
35385 2004-05-07  Colin Walters  <walters@redhat.com>
35386
35387         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35388         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35389         function.
35390         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35391         Add dispose function.
35392
35393 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35394         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35395           Fix caps nego and pad templates. RGB mode caps should
35396           work now.
35397         * ext/dvdnav/gst-dvd:
35398           Move mpeg2dec inside the thread because otherwise the
35399           queue rejects cap changes mid-stream
35400         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35401         (gst_mpeg2dec_flush_decoder):
35402           For mpeg2dec > 0.4.0, call the flush function instead of
35403           manually extracting all in-flight frames.
35404         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35405         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35406           Change mime type video/dv go video/x-dv to match the
35407           rest of gst-plugins
35408
35409 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35410
35411         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35413         (gst_alsa_sink_class_init):
35414         * ext/alsa/gstalsasink.h:
35415         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35416         (gst_alsa_src_class_init):
35417         * ext/alsa/gstalsasrc.h:
35418           Make alsasink/src a subclass of alsamixer so that mixer stuff
35419           shows up in gst-rec. Needs some finetuning.
35420
35421 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35422
35423         * ext/lame/gstlame.c: (gst_lame_chain):
35424           simplify
35425         * ext/mad/gstmad.c: (gst_mad_handle_event):
35426           fix event leak
35427         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35428           be able to detect mp3 files < 4096 bytes
35429
35430 2004-05-06  Wim Taymans  <wim@fluendo.com>
35431
35432         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35433         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35434         (theora_enc_set_property), (theora_enc_get_property):
35435         Also encode the first frame, cleanup some code.
35436
35437 2004-05-06  Wim Taymans  <wim@fluendo.com>
35438
35439         * ext/mpeg2enc/gstmpeg2enc.cc:
35440         Forward events first before deciding that negotiation was
35441         not performed.
35442
35443 2004-05-06  Wim Taymans  <wim@fluendo.com>
35444
35445         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35446         First process the events before deciding that negotiation
35447         was not performed.
35448
35449 2004-05-06  Wim Taymans  <wim@fluendo.com>
35450
35451         * ext/theora/Makefile.am:
35452         * ext/theora/theora.c: (plugin_init):
35453         * ext/theora/theoradec.c: (theora_dec_change_state):
35454         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35455         (gst_theora_enc_class_init), (gst_theora_enc_init),
35456         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35457         (theora_enc_chain), (theora_enc_change_state),
35458         (theora_enc_set_property), (theora_enc_get_property):
35459         Added a theora encoder, grouped the encoder and decoder into the
35460         same plugin.
35461
35462 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35463
35464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35465         (gst_jpegenc_chain):
35466         fix DURATION on outgoing buffers
35467         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35468         debug using time formats
35469         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35471         (gst_xvimagesink_sink_link):
35472         windows with width/height 0 generate X errors, so don't allow them
35473
35474 2004-05-05  Wim Taymans  <wim@fluendo.com>
35475
35476         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35477         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35478         (gst_mpeg2dec_negotiate_format):
35479         * ext/mpeg2dec/gstmpeg2dec.h:
35480           removed the static pad template so that we can add the
35481           more accurate framerate value to the caps.
35482
35483
35484 2004-05-04  Benjamin Otte  <otte@gnome.org>
35485
35486         * configure.ac:
35487           check for kdemacros.h, too (should fix #141821)
35488         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35489           don't crash if no header was sent, but nicely error out (fixes part
35490           of #141554)
35491
35492 2004-05-04  Wim Taymans  <wim@fluendo.com>
35493
35494         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35495         parent dispose function to avoid segfault on destroy.
35496
35497 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35498
35499         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35500         (plugin_init):
35501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35502         (gst_xvimagesink_sink_link):
35503         clean up debugging caps
35504         also recreate xvimage when format has changed
35505
35506 2004-05-04  Benjamin Otte  <otte@gnome.org>
35507
35508         * ext/libvisual/Makefile.am:
35509         * ext/libvisual/visual.c: (gst_visual_class_init),
35510         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35511         (gst_visual_srclink), (gst_visual_chain),
35512         (gst_visual_change_state), (plugin_init):
35513           use a GstAdapter to correctly adapt buffer sizes - allows using a
35514           framerate
35515
35516 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35517
35518         * sys/v4l/gstv4lelement.h:
35519         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35521         (gst_v4lsrc_buffer_free):
35522         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35523         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35524         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35525         (gst_v4lsrc_requeue_frame):
35526         move some debugging categories around
35527         query for fps index and set accordingly if found
35528
35529 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35530
35531         * ext/lame/gstlame.c:
35532         correct defaults that lame_init puts out of range
35533
35534 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35535
35536         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35537         (gst_divxenc_class_init):
35538         fix range since -1 is the default
35539         * gst/mpeg1sys/gstmpeg1systemencode.c:
35540         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35541         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35542         (gst_rtjpegdec_chain):
35543         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35544         (gst_rtjpegenc_chain):
35545         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35546         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35547         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35548         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35549         * sys/v4l/gstv4lsrc.c:
35550         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35551         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35552         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35553         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35554         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35555           remove gst_info calls
35556
35557 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35558
35559         * Makefile.am:
35560         * po/af.po:
35561         * po/az.po:
35562         * po/en_GB.po:
35563         * po/nl.po:
35564         * po/sr.po:
35565         * po/sv.po:
35566           Updated translations
35567
35568 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35569
35570         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35571           refactor/comment code
35572
35573 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35574
35575         * gst/asfdemux/Makefile.am:
35576         * gst/asfdemux/asfheaders.c:
35577         * gst/asfdemux/asfheaders.h:
35578         * gst/asfdemux/gstasf.c: (plugin_init):
35579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35580         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35581         (gst_asf_demux_setup_pad):
35582         * gst/asfdemux/gstasfdemux.h:
35583         * gst/asfdemux/gstasfmux.c:
35584         * gst/asfdemux/gstasfmux.h:
35585           Add tagging support to demuxer, split out registration in its own
35586           file instead of in demux (hacky), and prevent having some tables
35587           in our memory multiple times (in asfheaders.h).
35588
35589 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35590
35591         * gst/matroska/matroska-demux.c:
35592         (gst_matroska_demux_parse_metadata):
35593         * gst/matroska/matroska-ids.h:
35594           Basic tag reading support.
35595
35596 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35597
35598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35599           Really detect ac-3 audio.
35600         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35601           really detect matroska files (off-by-1).
35602
35603 2004-04-30  David Schleef  <ds@schleef.org>
35604
35605         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35606         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35607         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35608         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35609         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35610         hackage -- parse a lot more atoms, extract a few tags.  One might even
35611         mistake this for tag support.  Maybe it is.
35612         * gst/qtdemux/qtdemux.h:
35613
35614 2004-04-30  Colin Walters  <walters@verbum.org>
35615
35616         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35617
35618 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35619
35620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35621         (gst_ffmpegcolorspace_getcaps):
35622           remove broken nego fix
35623
35624 2004-04-30  Benjamin Otte  <otte@gnome.org>
35625
35626         * configure.ac:
35627         * ext/Makefile.am:
35628         * ext/libvisual/Makefile.am:
35629         * ext/libvisual/visual.c:
35630           add initial support for libvisual (http://libvisual.sourceforge.net)
35631           libvisual is still quite alpha, so expect crashes in there :)
35632
35633 2004-04-29  David Schleef  <ds@schleef.org>
35634
35635         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35636         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35637         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35638         code; you will no longer respect me.
35639
35640 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35641
35642         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35643         * ext/alsa/gstalsa.h :
35644         change alsa pcm device discovery to find more than 1 device
35645         per card. code review by Ronald.
35646
35647 2004-04-29  David Schleef  <ds@schleef.org>
35648
35649         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35650         Add a check for a driver bug on FreeBSD.  (bug #140565)
35651
35652 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35653
35654         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35655         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35656         (gst_jpegenc_getcaps):
35657           move format setting to inner loop
35658         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35659         (gst_ffmpegcolorspace_getcaps):
35660           use GST_PAD_CAPS if available so that we use already negotiated
35661           caps
35662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35663         (qtdemux_parse_moov), (qtdemux_parse):
35664           extra debugging
35665         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35666         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35667           move hardcoded path to DEFINE
35668
35669 2004-04-28  David Schleef  <ds@schleef.org>
35670
35671         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35672         (bug #140064)
35673
35674 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35675
35676         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35677           Don't probe for playback device if we're a source element. Fixes
35678           #139658.
35679
35680 2004-04-29  Benjamin Otte  <otte@gnome.org>
35681
35682         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35683         (gst_id3_tag_chain):
35684           rewrite buffer offset
35685
35686 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35687
35688         * configure.ac:
35689         * ext/Makefile.am:
35690         * ext/dts/Makefile.am:
35691         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35692         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35693         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35694         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35695         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35696         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35697         (plugin_init):
35698         * ext/dts/gstdtsdec.h:
35699           New DTS decoder.
35700         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35701         (gst_faad_srcconnect):
35702           Add ESDS atom handling (.m4a).
35703
35704 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35705
35706         * ext/divx/gstdivxdec.c: (plugin_init):
35707           Remove comment that makes no sense.
35708         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35709           Fix for obvious typo that resulted in warnings during gst-register.
35710         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35711         (gst_xviddec_sink_link):
35712           Fix caps negotiation a bit better.
35713         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35714           We call this 'codec_data', not 'esds'.
35715
35716 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35717
35718         * gst/monoscope/gstmonoscope.c:
35719           make sure we only provide 256x128
35720         * gst/monoscope/monoscope.c: (monoscope_init):
35721           assert size of 256x128
35722
35723 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35724
35725         * Makefile.am:
35726         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35727         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35728           fixate to max width and height of device
35729
35730 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35731
35732         * Makefile.am:
35733         * sys/v4l/gstv4l.c:
35734         * sys/v4l/gstv4lsrc.c:
35735         * sys/v4l/v4l_calls.c:
35736         * sys/v4l/v4lsrc_calls.c:
35737           fix for qc-usb driver which fakes having more than one buffer
35738           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35739           buffer_free override
35740           add debugging
35741
35742 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35743
35744         * Makefile.am:
35745         * gst/videotestsrc/gstvideotestsrc.c:
35746         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35747         (gst_videotestsrc_init), (gst_videotestsrc_get),
35748         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35749         * gst/videotestsrc/gstvideotestsrc.h:
35750           add num-buffers property
35751
35752         2004-04-26  Benjamin Otte  <otte@gnome.org>
35753
35754         * ext/mad/gstid3tag.c: (plugin_init):
35755           set id3mux rank to NONE so it doesn't confuse spider
35756           require audio/mpeg,mpegversion=1 in id3mux
35757
35758 2004-04-26  Benjamin Otte  <otte@gnome.org>
35759
35760         * configure.ac:
35761           detect faad correctly as non-working if it's indeed non-working
35762
35763 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35764
35765         * Makefile.am:
35766         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35767         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35768         fix _getcaps so it only negotiates to its supported format
35769
35770 2004-04-25  Benjamin Otte  <otte@gnome.org>
35771
35772         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35773           fix memleak
35774
35775 2004-04-23  Benjamin Otte  <otte@gnome.org>
35776
35777         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35778           audio/x-raw-int with height rules! not. Now it's depth.
35779
35780 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35781
35782         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35783         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35784         (gst_wavparse_loop):
35785           Missing variable initialization. Add handling of DVI ADPCM. Fix
35786           mis-parsing of LIST chunks. This works around a bug where we mis-
35787           parse non-aligning LIST chunks (so LIST chunks where the contents
35788           don't align with the actual LIST size). The correct fix is to use
35789           rifflib, I'm not going to fix wavparse - too much work. All this
35790           fixes #104878.
35791
35792 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35793
35794         reviewed by Benjamin Otte  <otte@gnome.org>
35795
35796         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35797           fix shoutcast not working (fixes #140844)
35798
35799 2004-04-22  Benjamin Otte  <otte@gnome.org>
35800
35801         * ext/hermes/gsthermescolorspace.c:
35802         (gst_hermes_colorspace_caps_remove_format_info):
35803         * gst/colorspace/gstcolorspace.c:
35804         (gst_colorspace_caps_remove_format_info):
35805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35806         (gst_ffmpegcolorspace_caps_remove_format_info):
35807           s/gst_caps_simplify/gst_caps_do_simplify/
35808
35809 2004-04-22  Benjamin Otte  <otte@gnome.org>
35810
35811         * gst-libs/gst/riff/riff-media.c:
35812         (gst_riff_create_video_caps_with_data):
35813           mpegversion is an int
35814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35815           don't try to create pad templates with NULL caps, use any caps
35816           instead.
35817
35818 2004-04-20  David Schleef  <ds@schleef.org>
35819
35820         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35821         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35822         (bug #140384)
35823
35824 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35825
35826         reviewed by David Schleef
35827
35828         * ext/mad/gstid3tag.c: Add stdlib.h
35829         * gst/rtp/gstrtpgsmenc.c: same
35830         * gst/tags/gstid3tag.c: same
35831         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35832         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35833         GST_DISABLE_LOADSAVE use.
35834         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35835         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35836         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35837         atol(3)).
35838         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35839         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35840         strtoul(3)).
35841         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35842         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35843         $(ID3_CFLAGS).
35844         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35845         $(LIBFAME_CFLAGS).
35846
35847 2004-04-20  David Schleef  <ds@schleef.org>
35848
35849         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35850         last checkin.  Same idea.
35851
35852 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35853
35854         reviewed by David Schleef
35855
35856         * configure.ac: bump required gstreamer version to 0.8.1.1
35857         because of following changes [--ds]
35858
35859         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35860         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35861         (gst_riff_read_header):  Use GST_READ_UINT*
35862         macros to access possibly unaligned memory.
35863
35864         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35865         (mp3_type_find):  Use GST_READ_UINT*
35866         macros to access possibly unaligned memory.
35867         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35868         (speex_type_find): Likewise
35869
35870         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35871
35872         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35873         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35874         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35875         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35876         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35877         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35878         macros to access possibly unaligned memory.
35879
35880         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35881         Likewise.
35882
35883         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35884         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35885
35886         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35887         Likewise.
35888
35889         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35890         (gst_mpeg2subt_chain_subtitle): Likewise.
35891
35892         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35893         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35894         Likewise.
35895
35896         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35897         Likewise.
35898
35899         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35900         Likewise.
35901
35902         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35903         Likewise.
35904
35905 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35906
35907         * configure.ac:
35908           update required version of GStreamer because of GST_TIME_FORMAT
35909
35910 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35911
35912         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35913           remove leftover g_print
35914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35915           don't try setting only a subset of the caps. We don't want to kill
35916           autoplugging on purpose
35917
35918 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35919
35920         * sys/ximage/ximagesink.c: (plugin_init):
35921         * sys/xvimage/xvimagesink.c: (plugin_init):
35922           add debugging categories
35923
35924 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35925
35926         * po/en_GB.po:
35927         * po/LINGUAS:
35928           Adding en_GB translation (Gareth Owen)
35929
35930 2004-04-20  David Schleef  <ds@schleef.org>
35931
35932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35933         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35934         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35935         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35936         A number of new features and hacks to extract the esds atom and
35937         put it into the caps.  (bug #137724)
35938
35939 2004-04-19  David Schleef  <ds@schleef.org>
35940
35941         * gconf/Makefile.am: Fix for non-GNU make
35942         * gst-libs/gst/Makefile.am: Change directory order to handle
35943         GstPlay linking with gstinterfaces
35944         * gst-libs/gst/audio/make_filter: make use of tr portable
35945         * gst-libs/gst/play/Makefile.am: Add intended \
35946         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35947         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35948         function prototype instead of void *.
35949         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35950         macro.
35951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35952         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35953         * gst/videofilter/make_filter: make use of tr portable
35954         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35955
35956 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35957
35958         * po/LINGUAS:
35959         * po/uk.po:
35960           Added Ukrainian translation (Maxim V. Dziumanenko)
35961
35962 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35963
35964         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35965         (gst_gsmdec_link), (gst_gsmdec_chain):
35966           Fix capsnego, simplify chain function slightly.
35967         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35968           Add GSM.
35969
35970 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35971
35972         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35973         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35974         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35975           Hack to make wavparse work with spider (always -> sometimes pad).
35976           Fixes #135862 && #140411.
35977
35978 2004-04-18  Benjamin Otte  <otte@gnome.org>
35979
35980         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35981         (gst_osselement_rate_probe_check),
35982         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35983           get rid of \n in debug output
35984
35985 2004-04-17  Iain <iain@prettypeople.org>
35986
35987         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35988         not just EOS.
35989
35990 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35991
35992         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35993         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35994         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35995         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35996         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35997         (gst_id3_tag_change_state), (plugin_init):
35998           deprecate id3tag element and replace with id3demux/id3mux.
35999           great side effect: this ugly file is now even uglier, yay!
36000         * ext/mad/gstmad.h:
36001           remove non-available function
36002           update for new get_type
36003
36004 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36005
36006         * configure.ac:
36007           require mpeg2dec >= 0.4.0
36008
36009 2004-04-17  Benjamin Otte  <otte@gnome.org>
36010
36011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36012         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36013         (gst_xvimagesink_set_xwindow_id):
36014           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36015           assorted cleanup fixes.
36016
36017 2004-04-16  David Schleef  <ds@schleef.org>
36018
36019         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36020         * sys/xvimage/xvimagesink.h: same
36021
36022 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36023
36024         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36025           Fix GST_ELEMENT_ERROR with (NULL)
36026
36027 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36028
36029         * gst-libs/gst/riff/riff-media.c:
36030         (gst_riff_create_video_caps_with_data):
36031           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36032
36033 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36034
36035         * gst-libs/gst/riff/riff-media.c:
36036         (gst_riff_create_video_caps_with_data),
36037         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36038         (gst_riff_create_video_template_caps),
36039         (gst_riff_create_audio_template_caps):
36040         * gst-libs/gst/riff/riff-media.h:
36041         * gst-libs/gst/riff/riff-read.c:
36042         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36043         * gst-libs/gst/riff/riff-read.h:
36044         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36045           Add MS RLE support. I added some functions to read out strf chunks
36046           into strf chunks and the data behind it. This is usually color
36047           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36048           caps creation. Lastly, add ADPCM (similar to wavparse - which
36049           should eventually be rifflib based).
36050         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36051         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36052         * gst/matroska/matroska-demux.h:
36053           Remove placeholders for some prehistoric tagging system. Didn't add
36054           support for any tag system really anyway.
36055         * gst/qtdemux/qtdemux.c:
36056           Add support for audio/x-m4a (MPEG-4) through spider.
36057         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36058         (gst_wavparse_loop):
36059           ADPCM support (#135862). Increase max. buffer size because we
36060           cannot split buffers for ADPCM (screws references) and I've seen
36061           files with 2048 byte chunks. 4096 seems safe for now.
36062
36063 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36064
36065         * configure.ac: bump nano to 1
36066
36067 === release 0.8.1 ===
36068
36069 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36070
36071         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36072
36073 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36074
36075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36076           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36077           Fixes #140058
36078
36079 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36080
36081         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36082           lower rank of dvddemux so that it's not used for mpeg playback.
36083
36084 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36085
36086         * configure.ac:
36087           save libs correctly when checking mad
36088
36089 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36090
36091         * ext/mad/gstid3tag.c: (plugin_init):
36092           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36093
36094 2004-04-13  David Schleef  <ds@schleef.org>
36095
36096         * common/m4/gst-feature.m4: Call -config scripts with
36097         --plugin-libs if it is supported.
36098         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36099         JPEG images are image/jpeg.
36100         * gst/debug/Makefile.am:
36101         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36102         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36103         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36104         (gst_negotiation_plugin_init): Add a property that acts like
36105         filter caps.
36106         * testsuite/gst-lint:  Move license checking to be a standard
36107         test.
36108
36109 2004-04-13  David Schleef  <ds@schleef.org>
36110
36111         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36112         patch from Sebastien Cote (bug #139958)
36113
36114 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36115
36116         * examples/gstplay/Makefile.am:
36117         * examples/gstplay/player.c: (main):
36118           make the commandline player example use gconf settings
36119
36120 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36121
36122         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36123         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36124         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36125           init/end library during state transition, not object
36126           creation/disposal.  get rid of custom dispose handler.
36127
36128
36129 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36130
36131         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36132         be a symlink
36133
36134 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36135
36136         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36137           Handle JUNK chunks inside data section. Prevents warnings.
36138
36139 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36140
36141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36142         (gst_riff_create_video_template_caps):
36143           Add MS video v1.
36144         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36145         (gst_avi_demux_stream_data):
36146           Add support for "rec-list" chunks.
36147
36148 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36149
36150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36151           Fix another codecname mismatch.
36152
36153 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36154
36155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36156           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36157           so that MJPEG plays back.
36158
36159 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36160
36161         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36162         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36163         * gst/mpeg1videoparse/gstmp1videoparse.h:
36164           Fix for some slight mis-cuts in buffer parsing, and for some
36165           potential overflows or faults-causers. Adds disconts. Also fixes
36166           #139105 while we're at it.
36167
36168 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36169
36170         * configure.ac:
36171         * sys/v4l2/gstv4l2element.h:
36172           Workaround for missing struct v4l2_buffer declaration in Suse 9
36173           and Mandrake 10 linux/videodev2.h header file (#135919).
36174
36175 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36176
36177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36178           Bail out if no filename was given.
36179
36180 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36181
36182         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36183         (gst_v4l2_fourcc_from_structure):
36184           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36185           Y41B somewhere).
36186
36187 2004-04-09  Benjamin Otte  <otte@gnome.org>
36188
36189         * ext/gnomevfs/gstgnomevfssink.c:
36190         (_gst_boolean_allow_overwrite_accumulator),
36191         (gst_gnomevfssink_class_init):
36192           fix erase signal - if any handler returns false the file will not be
36193           overwritten. If no handler is connected, the file will not be
36194           overwritten either.
36195           renamed signal to "allow-overwrite"
36196         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36197           free string when adding it to ID3 failed
36198         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36199           unref event when done
36200         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36201           free caps
36202         * gst/typefind/gsttypefindfunctions.c:
36203         (mpeg_video_stream_type_find):
36204           fix invalid read
36205
36206 2004-04-08  David Schleef  <ds@schleef.org>
36207
36208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36209         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36210
36211 2004-04-08  David Schleef  <ds@schleef.org>
36212
36213         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36214         we don't support (bug #139532)
36215
36216 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36217
36218         * ext/mad/gstmad.c: (gst_mad_handle_event),
36219         (gst_mad_check_caps_reset), (gst_mad_chain),
36220         (gst_mad_change_state):
36221           only set explicit caps if they haven't been set before for
36222           this stream.  MPEG-audio sample rate/channels aren't allowed
36223           to change in-stream.
36224           Fixes #139382
36225
36226 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36227
36228         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36229         (_gst_boolean_did_something_accumulator),
36230         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36231         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36232         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36233         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36234         (gst_gnomevfssink_change_state):
36235           Fix erase signal. Don't erase by default. Remove handoff signal.
36236           Remove erase property. Don't segfault. General cleanup.
36237
36238 2004-04-07  Benjamin Otte  <otte@gnome.org>
36239
36240         * gst-libs/gst/gconf/test-gconf.c: (main):
36241           add missing gst_init
36242
36243 2004-04-07  Benjamin Otte  <otte@gnome.org>
36244
36245         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36246           free the mutexes, too
36247
36248 2004-04-07  Benjamin Otte  <otte@gnome.org>
36249
36250         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36251           actually free the URI string
36252         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36253           compute offset correctly when passing discont events
36254         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36255           don't leak discont events
36256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36257           add some missing breaks so caps aren't copied randomly
36258         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36259           if we realloc memory, we better use it
36260
36261 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36262
36263         * ext/mad/gstmad.c: (normal_seek):
36264           fix GST_FORMAT_TIME usage
36265
36266 2004-04-05  David Schleef  <ds@schleef.org>
36267
36268         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36269         a deprecated function (hack!)
36270
36271 2004-04-05  Benjamin Otte  <otte@gnome.org>
36272
36273         * ext/esd/esdmon.c: (gst_esdmon_get):
36274           fix nonterminated vararg and memleak
36275
36276 2004-04-05  Benjamin Otte  <otte@gnome.org>
36277
36278         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36279         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36280         (gst_ladspa_set_property), (gst_ladspa_get_property),
36281         (gst_ladspa_instantiate), (gst_ladspa_activate),
36282         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36283           clean up debugging
36284
36285 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36286
36287         reviewed by Benjamin Otte  <otte@gnome.org>
36288
36289         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36290           check for broken LADSPA parameters (fixes #138635)
36291
36292 2004-04-05  Benjamin Otte  <otte@gnome.org>
36293
36294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36295           advertise buffer-frames correctly on sinkpads
36296
36297 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36298
36299         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36300         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36301         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36302         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36303         (gst_mad_check_caps_reset), (gst_mad_chain):
36304         add more debugging, only reset caps when we're not in error state
36305
36306 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36307
36308         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36309
36310 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36311
36312         reviewed by Benjamin Otte  <otte@gnome.org>
36313
36314         * configure.ac:
36315           fix == in test(1) operator
36316
36317 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36318
36319         reviewed by Benjamin Otte  <otte@gnome.org>
36320
36321         * configure.ac:
36322           fix --export-symblos-regex to a working regex.
36323
36324 2004-04-04  Benjamin Otte  <otte@gnome.org>
36325
36326         * sys/oss/.cvsignore:
36327           add for oss_probe
36328
36329 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36330
36331         reviewed by Benjamin Otte  <otte@gnome.org>
36332
36333         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36334           add missing 'new_media' argument (fixes #138168)
36335         * gst/matroska/matroska-demux.c:
36336         (gst_matroska_demux_handle_seek_event):
36337           add vararg terminator (fixes #138169)
36338
36339 2004-04-02  David Schleef  <ds@schleef.org>
36340
36341         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36342         disted (bug #138914)
36343
36344 2004-04-01  Benjamin Otte  <otte@gnome.org>
36345
36346         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36347         (gst_alsa_close_audio):
36348           handle case better where a soundcard can't pause
36349         * ext/ogg/gstoggdemux.c:
36350           don't crash when we get events but don't have pads yet
36351
36352 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36353
36354         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36355           throw an error if we couldn't probe any caps.
36356
36357 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36358
36359         * ext/dvdnav/gst-dvd:
36360         Add a really simple sample DVD player
36361
36362 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36363
36364         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36365         (gst_a52dec_push), (gst_a52dec_handle_event),
36366         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36367         (gst_a52dec_change_state):
36368         * ext/a52dec/gsta52dec.h:
36369           Use a debug category, Output timestamps correctly
36370           Emit tag info, Handle events, tell liba52dec about cpu
36371           capabilities so it can use MMX etc.
36372         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36373           Fix a crasher accessing invalid memory
36374         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36375         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36376         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36377         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36378         (dvdnavsrc_query):
36379           Some support for byte-format seeking.
36380           Small fixes for still frames and menu button overlays
36381         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36382         (gst_mpeg2dec_alloc_buffer):
36383           Use a debug category. Adjust the report level of several items to
36384           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36385           so it doesn't lose the GstBuffer pointer
36386         * gst/debug/Makefile.am:
36387         * gst/debug/gstdebug.c: (plugin_init):
36388         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36389         (gst_navseek_base_init), (gst_navseek_class_init),
36390         (gst_navseek_init), (gst_navseek_seek),
36391         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36392         (gst_navseek_get_property), (gst_navseek_chain),
36393         (gst_navseek_plugin_init):
36394         * gst/debug/gstnavseek.h:
36395           Add the navseek debug element for seeking back and forth in a
36396           video stream using arrow keys.
36397         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36398         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36399         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36400         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36401         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36402         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36403         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36404         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36405         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36406         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36407         * gst/mpeg2sub/gstmpeg2subt.h:
36408           Pretty much a complete rewrite. Now a loopbased element. May still
36409           require work to properly synchronise subtitle buffers.
36410         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36411         (gst_dvd_demux_send_subbuffer):
36412         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36413           Don't attempt to create subbuffers of size 0
36414           Reduce a couple of error outputs to warnings.
36415         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36416         (gst_y4mencode_chain):
36417         Output the y4m frame header correctly.
36418
36419 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36420
36421         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36422           throw errors instead of allowing SIGFPE
36423
36424 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36425
36426         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36427         (gst_gconf_render_bin_from_key):
36428           leak plugging and style fixing
36429
36430 2004-03-31  David Schleef  <ds@schleef.org>
36431
36432         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36433         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36434         (bug #138225)
36435         * gst/debug/Makefile.am:
36436         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36437         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36438         plugin.
36439         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36440         (gst_negotiation_base_init), (gst_negotiation_class_init),
36441         (gst_negotiation_init), (gst_negotiation_getcaps),
36442         (gst_negotiation_pad_link), (gst_negotiation_chain),
36443         (gst_negotiation_set_property), (gst_negotiation_get_property),
36444         (gst_negotiation_plugin_init):  New element to talk about random
36445         negotiation things happening in a pipeline.
36446
36447 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36448
36449         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36450           fix integer addition with help of Stefan Kost
36451
36452 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36453
36454         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36455
36456 2004-03-30  David Schleef  <ds@schleef.org>
36457
36458         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36459         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36460         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36461         (bug #137504)
36462         * ext/mpeg2dec/gstmpeg2dec.h:
36463
36464 2004-03-30  David Schleef  <ds@schleef.org>
36465
36466         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36467
36468 2004-03-30  David Schleef  <ds@schleef.org>
36469
36470         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36471         Michael Petullo) to handle .mov
36472
36473 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36474
36475         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36476         (gst_osselement_rate_check_rate):
36477           probe caps correctly for sound cards that only support one format
36478
36479 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36480
36481         * ext/kio/kiosrc.cpp: (process_events):
36482           update handling event processing if inside KDE - untested
36483
36484 2004-03-29  David Schleef  <ds@schleef.org>
36485
36486         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36487         by 2 to not interfere with other colorspaces.
36488         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36489         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36490         one to not interfere with ffmpeg_colorspace.
36491
36492 2004-03-29  David Schleef  <ds@schleef.org>
36493
36494         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36495         aren't in the caps.
36496         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36497         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36498
36499 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36500
36501         * gst-libs/gst/riff/riff-media.c:
36502           fail on error, don't try to set stuff on NULL caps
36503
36504 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36505
36506         * configure.ac:
36507         * ext/Makefile.am:
36508         * ext/kio/Makefile.am:
36509         * ext/kio/kioreceiver.cpp:
36510         * ext/kio/kioreceiver.h:
36511         * ext/kio/kiosrc.cpp:
36512         * ext/kio/kiosrc.h:
36513           add experimental kiosrc plugin
36514         * ext/alsa/gstalsaplugin.c: (plugin_init):
36515           initialize debugging category only when we're sure registering the
36516           plugins worked.
36517
36518 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36519
36520         * examples/gstplay/player.c: (main):
36521         * gst-libs/gst/play/play.c: (gst_play_class_init),
36522         (gst_play_set_location), (gst_play_set_data_src),
36523         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36524         (gst_play_set_visualization), (gst_play_connect_visualization):
36525           check return values of element_set_state and return FALSE where
36526           failed
36527
36528 2004-03-29  Benjamin Otte  <otte@gnome.org>
36529
36530         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36531           try harder to check if an event is really a discont
36532
36533 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36534
36535         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36536         * po/az.po:
36537
36538 2004-03-28  Benjamin Otte  <otte@gnome.org>
36539
36540         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36541         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36542         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36543           get rid of non-standard "..." ranges in case statements.
36544
36545 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36546
36547         * gst/mpegstream/gstmpegdemux.c:
36548         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36549         specific functionality split to the new dvddemux element.
36550         * gst/mpegstream/gstdvddemux.c:
36551         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36552         streams, derived from mpegdemux.
36553         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36554         up. SCR based timestamp rewriting can be turned off (will probably
36555         completely disappear soon).
36556         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36557         hacking. General cleanup. All printf statements replaced by
36558         debugging messages. Almost complete libdvdnav support.
36559         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36560         by events. New properties for audio and subpicture languages.
36561         (dvdnavsrc_update_highlight): Now uses events.
36562         (dvdnavsrc_user_op): Cleaned up.
36563         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36564         based). Lots of cleanup, and propper support for most libdvdnav
36565         events.
36566         (dvdnavsrc_make_dvd_event): New function.
36567         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36568         (dvdnavsrc_make_clut_change_event): New function.
36569
36570 2004-03-26  Benjamin Otte  <otte@gnome.org>
36571
36572         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36573           fix bug where typefinding would claim it's theora whenever less then
36574           7 bytes of data were available
36575
36576 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36577
36578         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36579         (gst_alawdec_base_init), (gst_alawdec_class_init),
36580         (gst_alawdec_init), (gst_alawdec_chain):
36581         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36582         (gst_alawenc_base_init), (gst_alawenc_class_init),
36583         (gst_alawenc_init), (gst_alawenc_chain):
36584         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36585         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36586         (gst_mulawdec_init), (gst_mulawdec_chain):
36587         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36588         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36589         (gst_mulawenc_init), (gst_mulawenc_chain):
36590           Fix capsnego in all four, remove the unused property functions and
36591           simplify the chain functions slightly. I guess we could use macros
36592           or something similar for those, since the code is so similar, but
36593           I'm currently too lazy...
36594
36595 2004-03-24  David Schleef  <ds@schleef.org>
36596
36597         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36598         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36599         (gst_osselement_get_format_structure),
36600         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36601         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36602         (gst_osselement_rate_int_compare): Add code to handle rate probing
36603         (bug #120883)
36604         * sys/oss/gstosselement.h: same
36605         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36606         Use rate probing provided by osselement.
36607         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36608
36609 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36610
36611         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36612         (gst_xvidenc_get_property):
36613           ulong/int mess-up.
36614
36615 2004-03-24  David Schleef  <ds@schleef.org>
36616
36617         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36618         (gst_speexdec_init):
36619         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36620         (gst_speexenc_init):  Create the pad template correctly (from
36621         the static pad template, not a NULL pointer.)
36622
36623 2004-03-25  Benjamin Otte  <otte@gnome.org>
36624
36625         * gst/debug/Makefile.am:
36626         * gst/debug/breakmydata.c:
36627           add element that quasi-randomly changes bytes in the stream.
36628           Intended use is robustness checking of demuxers and decoders in
36629           media tests.
36630
36631 2004-03-24  Benjamin Otte  <otte@gnome.org>
36632
36633         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36634         (gst_alsa_probe_hw_params):
36635         * ext/alsa/gstalsa.h:
36636           debugging output fixes
36637
36638 2004-03-24  Benjamin Otte  <otte@gnome.org>
36639
36640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36641           don't g_return_if_fail if element is PLAYING, fail silently as every
36642           other element.
36643         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36644           only fix needed for cast lvalue issues in gst-plugins
36645         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36646           add proxy_getcaps
36647
36648 2004-03-24  Benjamin Otte  <otte@gnome.org>
36649
36650         * gst/level/gstlevel.c: (gst_level_init):
36651           add proxying getcaps function, so level doesn't advertise impossible
36652           caps
36653
36654 2004-03-24  David Schleef  <ds@schleef.org>
36655
36656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36657         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36658         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36659         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36660         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36661         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36662         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36663         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36664         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36665         messages.  Divide the chunk size by the compression ratio
36666         (needed for MACE audio)
36667
36668 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36669
36670         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36671           Fix buffer overflow read error.
36672
36673 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36674
36675         * ext/alsa/gstalsa.h:
36676           Remove unused entry.
36677         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36678           Add cinepak.
36679         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36680         (gst_videodrop_link), (gst_videodrop_chain):
36681           Fix, sort of. Was horribly broken with new capsnego. Bah...
36682
36683 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36684
36685         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36686         (plugin_init):
36687         Add a monkeysaudio typefind function
36688
36689 2004-03-23  Johan Dahlin  <johan@gnome.org>
36690
36691         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36692         (gst_play_video_fixate): Check so the structure has the field
36693         before trying to fixate them, this makes it possible to have
36694         fakesinks for video and audio output without printing errors on
36695         the output console.
36696
36697 2004-03-22  David Schleef  <ds@schleef.org>
36698
36699         * sys/oss/Makefile.am:
36700         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36701         (check_rate), (add_rate):  Rate probing test app.
36702
36703 2004-03-21  Benjamin Otte  <otte@gnome.org>
36704
36705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36706         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36707           add a fixation function that pretty much does the right thing (fixes
36708           #137556)
36709
36710 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36711
36712         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36713
36714 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36715
36716         reviewed by: Benjamin Otte  <otte@gnome.org>
36717
36718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36719           terminate gst_event_new_discontinuous correctly (fixes parts of
36720           #137711)
36721
36722 2004-03-19  David Schleef  <ds@schleef.org>
36723
36724         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36725         since it doesn't depend on X, and it's part of our ABI.
36726
36727 2004-03-19  Iain <iain@prettypeople.org>
36728
36729         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36730         is_int in the structure, not the local variable.
36731
36732 2004-03-19  David Schleef  <ds@schleef.org>
36733
36734         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36735         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36736         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36737         Improvements in caps negotiation.
36738
36739 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36740
36741         * po/LINGUAS:
36742         * po/af.po:
36743           adding Afrikaans (Petri Jooste)
36744
36745 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36746
36747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36748         (gst_ffmpegcolorspace_chain):
36749         throw error instead of g_critical (#137588)
36750
36751 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36752
36753         * Makefile.am:
36754         * configure.ac:
36755           dist common and m4 correctly
36756         * po/sv.po:
36757
36758 2004-03-17  David Schleef  <ds@schleef.org>
36759
36760         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36761         (bug #137348)
36762
36763 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36764
36765         * po/LINGUAS:
36766         * po/sv.po:
36767           adding Swedish translation (Christian Rose)
36768
36769 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36770
36771         * Makefile.am: use release.mak
36772
36773 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36774
36775         * common/ChangeLog:
36776         * common/gst-autogen.sh:
36777           add some explanation about the version detection
36778         * configure.ac:
36779           fix X check
36780
36781 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36782
36783         * configure.ac: bump nano to 1
36784
36785 === release 0.8.0 ===
36786
36787 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36788
36789         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36790
36791 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36792
36793         * configure.ac:
36794           update libtool version
36795         * gst-libs/gst/media-info/Makefile.am:
36796           actually use libtool version
36797
36798 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36799
36800         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36801
36802 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36803
36804         * configure.ac:
36805         * gst-plugins.spec.in:
36806         * pkgconfig/Makefile.am:
36807         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36808         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36809         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36810         * pkgconfig/gstreamer-libs.pc.in:
36811         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36812         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36813         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36814         * pkgconfig/gstreamer-plugins.pc.in:
36815           remove @VERSION@ from some of the pc files since core and plugins
36816           are decoupled.
36817           created gstreamer-plugins.pc as it's a better name, but keeping
36818           -libs around for now to get fixes upstream done first.
36819
36820 2004-03-15  Julien MOUTTE <julien@moutte.net>
36821
36822         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36823         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36824         * gst-libs/gst/play/play.h:
36825
36826 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36827
36828         * *.c, *.cc: don't mix tabs and spaces
36829
36830 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36831
36832         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36833           use the new ffmpegcolorspace
36834         * gst-plugins.spec.in:
36835           package new colorspace and media-info
36836         * configure.ac:
36837         * pkgconfig/Makefile.am:
36838           fix some more disting issues
36839         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36840         * pkgconfig/gstreamer-media-info.pc.in:
36841           generate media-info pc files
36842
36843 2004-03-15  Johan Dahlin  <johan@gnome.org>
36844
36845         * *.h: Revert indenting
36846
36847 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36848
36849         * configure.ac:
36850           adding ffmpegcolorspace element
36851         * gst/ffmpegcolorspace/Makefile.am:
36852         * gst/ffmpegcolorspace/avcodec.h:
36853         * gst/ffmpegcolorspace/common.h:
36854         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36855         * gst/ffmpegcolorspace/dsputil.h:
36856         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36857         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36858         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36859         (gst_ffmpeg_caps_to_pix_fmt):
36860         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36861         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36862         (gst_ffmpegcolorspace_caps_remove_format_info),
36863         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36864         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36865         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36866         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36867         (gst_ffmpegcolorspace_set_property),
36868         (gst_ffmpegcolorspace_get_property),
36869         (gst_ffmpegcolorspace_register):
36870         * gst/ffmpegcolorspace/imgconvert.c:
36871         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36872         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36873         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36874         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36875         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36876         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36877         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36878         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36879         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36880         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36881         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36882         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36883         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36884         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36885         (img_get_alpha_info), (deinterlace_line),
36886         (deinterlace_line_inplace), (deinterlace_bottom_field),
36887         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36888         * gst/ffmpegcolorspace/imgconvert_template.h:
36889         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36890         * gst/ffmpegcolorspace/mmx.h:
36891         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36892           adding ffmpegcolorspace element supplied by Ronald after cleaning
36893           up and pulling in the right bits of upstream source.
36894           I'm sure a better C/compiler wizard could do some cleaning up (for
36895           example use GLIB's malloc stuff), but as a first pass this
36896           works very well
36897
36898 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36899
36900         * ext/alsa/gstalsa.h:
36901           I assume Ronald forgot to commit the change to have cardname
36902           as a struct member.  Expect some public spanking at the next
36903           opportunity.
36904
36905 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36906
36907         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36908         (gst_alsa_open_audio), (gst_alsa_close_audio):
36909         * ext/alsa/gstalsa.c:
36910           Don't open the device if we're a mixer (= padless).
36911         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36912         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36913         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36914           Open mixer during state change rather than during object
36915           initialization. Also, get a device name. Currently in a somewhat
36916           hackish fashion, but I didn't really find something better.
36917
36918 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36919
36920         * *.c, *.h: run gst-indent
36921
36922 2004-03-14  Benjamin Otte  <otte@gnome.org>
36923
36924         * gst/modplug/gstmodplug.cc:
36925         * gst/modplug/gstmodplug.h:
36926           set correct timestamps on outgoing buffers
36927
36928 2004-03-14  Benjamin Otte  <otte@gnome.org>
36929
36930         * gst/modplug/gstmodplug.cc:
36931           handle events - don't do crap when a discont arrives that's not
36932           necessary
36933           This allows correct loading and playback of mods in Rhythmbox
36934
36935 2004-03-14  Benjamin Otte  <otte@gnome.org>
36936
36937         * configure.ac:
36938         * gst-libs/gst/gconf/Makefile.am:
36939         * pkgconfig/Makefile.am:
36940           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36941           they get rebuilt properly
36942         * configure.ac:
36943           when checking for vorbis, try pkgconfig first.
36944         * gst/modplug/gstmodplug.cc:
36945           add fixate function
36946
36947 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36948
36949         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36950           Fix for obvious mistake, where we first shift the offset and then
36951           read a samplesize element assuming the old offset. Note that this
36952           part still has something weird, i.e. my movies containing those
36953           don't actually play well, but at least there's something that looks
36954           like sound now.
36955
36956 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36957         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36958         (plugin_init):
36959         Add a typefind function for speex format
36960
36961 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36962
36963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36964         (gst_asf_demux_setup_pad):
36965           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36966           instead of 0. Reason is simple: some elements have a fps range
36967           of 1-max instead of 0-max. So now ASF video actually works.
36968
36969 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36970
36971         * po/LINGUAS:
36972         * po/sr.po:
36973           adding serbian as a language
36974
36975 2004-03-13  Benjamin Otte  <otte@gnome.org>
36976
36977         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36978           return taglist correctly from _get function, don't gst_pad_push it.
36979           (fixes #137042)
36980
36981 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36982         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36983
36984 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36985
36986         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36987         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36988         (gst_alsa_mixer_track_new):
36989         * ext/alsa/gstalsamixertrack.h:
36990           Fix ancient leftovers... MixerTrack is a GObject.
36991
36992 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36993
36994         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36995         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36996           Don't block during probing...
36997
36998 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36999
37000         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37001         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37002         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37003         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37004         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37005         (gst_alsa_open_audio), (gst_alsa_close_audio):
37006         * ext/alsa/gstalsa.h:
37007           Add propertyprobe interface implementation, add some device-name
37008           property, all this so that it looks good in gnome-volume-control.
37009
37010 2004-03-12  David Schleef  <ds@schleef.org>
37011
37012         * configure.ac: the Hermes library controls hermescolorspace, not
37013         colorspace.
37014         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37015         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37016         not /* */
37017         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37018         * ext/sdl/sdlvideosink.h: ditto.
37019         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37020
37021 2004-03-12  Benjamin Otte  <otte@gnome.org>
37022
37023         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37024         (gst_x_overlay_got_xwindow_id):
37025         * gst-libs/gst/xoverlay/xoverlay.h:
37026           replace XID with unsigned long to get rid of the xlibs dependency in
37027           XOverlay (fixes #137004)
37028
37029 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37030         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37031         (gst_agingtv_setup):
37032         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37033         (gst_dicetv_base_init), (gst_dicetv_class_init),
37034         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37035         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37036         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37037         (gst_edgetv_setup), (gst_edgetv_rgb32):
37038         * gst/effectv/gsteffectv.c:
37039         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37040         (gst_quarktv_set_property):
37041         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37042         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37043         (gst_revtv_setup), (gst_revtv_rgb32):
37044         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37045         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37046         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37047         (gst_shagadelictv_rgb32):
37048         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37049         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37050         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37051         * gst/effectv/gstwarp.c:
37052         Port everything that can be ported to videofilter and fix up the caps.
37053         Can someone with a big-endian machine please check these?
37054
37055 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37056
37057         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37058         (gst_osssink_chain), (gst_osssink_change_state):
37059           Latest fixes for A/V sync, audio playback and such. This is about
37060           all... MPEG playback issues are mostly related to the async build-
37061           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37062
37063 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37064
37065         patch from: Stephane Loeuillet
37066
37067         * configure.ac:
37068           use pkg-config for some libraries, falling back to the old .m4 way
37069           (fixes #131270)
37070         * m4/libdv.m4:
37071           removed
37072
37073 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37074
37075         * configure.ac:
37076         * tools/Makefile.am:
37077         * tools/Makefile.in:
37078         * tools/gst-launch-ext-m.m:
37079         * tools/gst-launch-ext.1.in:
37080         * tools/gst-visualise-m.m:
37081         * tools/gst-visualise.1:
37082         * tools/gst-visualise.1.in:
37083           reorganizing generation of script tools
37084
37085 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37086
37087         * ext/divx/gstdivxdec.c:
37088           Downgrade priority. We prefer ffdec_mpeg4.
37089         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37090         (gst_faad_chain), (gst_faad_change_state):
37091           Fix capsnego. Doesn't work for some sounds because we don't have
37092           a 5:1 to stereo element.
37093         * ext/xvid/gstxvid.c: (plugin_init):
37094           Add priority.
37095         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37096         (gst_osssink_change_state):
37097           Add discont handling.
37098
37099 2004-03-09  Colin Walters  <walters@verbum.org>
37100
37101         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37102         conversion.
37103
37104 2004-03-09  Benjamin Otte  <otte@gnome.org>
37105
37106         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37107           the signals take 2 arguments
37108
37109 2004-03-09  David Schleef  <ds@schleef.org>
37110
37111         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37112         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37113         * ext/alsa/gstalsa.h:
37114         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37115
37116 2004-03-09  Benjamin Otte  <otte@gnome.org>
37117
37118         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37119         (gst_mikmod_change_state):
37120         * ext/mikmod/gstmikmod.h:
37121           make mikmod's loop function not loop infinitely and call
37122           gst_element_yield anymore
37123         * gst/modplug/gstmodplug.cc:
37124           fix pad negotiation (fixes #136590)
37125
37126 2004-03-09  David Schleef  <ds@schleef.org>
37127
37128         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37129         doesn't conflict with the internal colorspace plugin.
37130         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37131         satisfy the crappy-ass shell shipped by a certain vendor.
37132         * gst/videofilter/make_filter: same (bug #135299)
37133
37134 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37135
37136         * configure.ac: bump nano to 1
37137
37138 === release 0.7.6 ===
37139
37140 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37141
37142         * configure.in: releasing 0.7.6, "There"
37143
37144 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37145
37146         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37147         * pkgconfig/gstreamer-play.pc.in:
37148           synchronize the two
37149
37150 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37151
37152         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37153         (cdparanoia_open), (cdparanoia_event):
37154           fix/add error handling
37155         * po/POTFILES.in:
37156           add cdparanoia source
37157         * tools/Makefile.am:
37158           make scripts executable
37159
37160 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37161
37162         * configure.ac:
37163         * ext/vorbis/Makefile.am:
37164         * sys/Makefile.am:
37165           remove id3types, vorbisfile and xvideosink from the build (#133783)
37166
37167 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37168
37169         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37170           Fix metadata read crash (#136537).
37171
37172 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37173
37174         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37175         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37176           adding mime types, fixing the one-stop function
37177
37178 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37179
37180         * ext/nas/nassink.c and /ext/nas/nassink.h:
37181         More NAS love from Arwed von Merkatz
37182         So lets all sing 'Can you feel the NAS tonight'
37183
37184 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37185
37186         * tools/gst-launch-ext.in:
37187         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37188
37189 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37190
37191         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37192         (gst_mpeg2dec_init):
37193         remove the user_data pad for now, because it is being used in
37194         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37195         If someone knows how to fix this properly, please do.
37196
37197 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37198
37199         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37200         (gst_osssink_get_time):
37201         add a warning, IMO this won't get triggered anymore, remove later
37202
37203 2004-03-07  David Schleef  <ds@schleef.org>
37204
37205         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37206         format (bug #136470)
37207
37208 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37209
37210         * gst-libs/Makefile.am:
37211         * gst-libs/gst/media-info/Makefile.am:
37212         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37213         (error_callback), (gst_media_info_error_create),
37214         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37215         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37216         * gst-libs/gst/media-info/media-info-priv.h:
37217         * gst-libs/gst/media-info/media-info-test.c: (main):
37218         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37219         (gst_media_info_class_init), (gst_media_info_instance_init),
37220         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37221         (gst_media_info_read_idler), (gst_media_info_read):
37222         * gst-libs/gst/media-info/media-info.h:
37223         fixed, should work now
37224
37225 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37226
37227         * ext/nas/nassink.c:
37228         A bunch of NAS fixes from Arwed von Merkatz
37229
37230 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37231
37232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37233         (qtdemux_parse_trak):
37234           Fix crash (j might be greater than n_samples, in which case we're
37235           writing outside the allocated space for the array) and memleak.
37236
37237 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37238
37239         * sys/oss/gstosssink.c: (gst_osssink_chain):
37240           And another caller that couldn't handle delay < 0 (unsigned
37241           integer overflow). Video now continues playing on an audio
37242           buffer underrun, and the clock continues working. Audio still
37243           stalls.
37244
37245 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37246
37247         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37248         (gst_osssink_get_time):
37249           get_delay() may return values lower than 0. In those cases, we
37250           should not actually cast to *unsigned* int64, that will break
37251           stuff horribly. In my case, it screwed up A/V sync in movies
37252           in totem rather badly.
37253
37254 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37255
37256         * ext/faac/gstfaac.c: (gst_faac_chain):
37257         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37258         * ext/libpng/gstpngenc.c: (user_write_data):
37259         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37260         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37261         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37262         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37263         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37264         of any buffer), should fix some leaks. I hope I didn't unref buffers
37265         that shouldn't be...
37266
37267 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37268
37269         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37270         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37271         (error_callback), (gmi_reset), (gmi_seek_to_track),
37272         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37273         (gmip_find_type_post), (gmip_find_stream_post),
37274         (gmip_find_track_streaminfo_post):
37275         * gst-libs/gst/media-info/media-info-priv.h:
37276         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37277         (info_print), (main):
37278         * gst-libs/gst/media-info/media-info.c:
37279         (gst_media_info_error_create), (gst_media_info_error_element),
37280         (gst_media_info_instance_init), (gst_media_info_get_property),
37281         (gst_media_info_new), (gst_media_info_set_source),
37282         (gst_media_info_read_idler), (gst_media_info_read):
37283         * gst-libs/gst/media-info/media-info.h:
37284           first pass at making this work again.  This seems to work on
37285           tagged ogg/vorbis and mp3 files.
37286
37287 2004-03-06  Benjamin Otte  <otte@gnome.org>
37288
37289         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37290           fix huge leak: gst_buffer_merge doesn't unref the first argument
37291           itself.
37292
37293 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37294
37295         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37296           report layer/mode/emphasis
37297
37298 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37299
37300         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37301
37302 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37303
37304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37305           signal serial
37306
37307 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37308
37309         * ext/vorbis/vorbis.c: (plugin_init):
37310         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37311         (gst_vorbis_dec_init), (vorbis_dec_event):
37312         add debug category
37313         make vorbisdec handle _BYTE and _TIME queries
37314
37315 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37316
37317         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37318           from the xing header
37319
37320 2004-03-06  Benjamin Otte  <otte@gnome.org>
37321
37322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37323         (gst_audio_convert_link), (gst_audio_convert_change_state),
37324         (gst_audio_convert_buffer_from_default_format):
37325           do conversions from/to float correctly, fix some caps nego errors,
37326           export correct supported caps in template and getcaps, use correct
37327           caps in try_set_caps functions
37328
37329 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37330
37331         For some reason, I only committed a ChangeLog entry yesterday and
37332         not the corresponding code...
37333         * ext/mad/gstmad.c: Fix detection of Xing headers
37334         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37335
37336 2004-03-06  Benjamin Otte  <otte@gnome.org>
37337
37338         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37339         (gst_ogg_demux_src_query):
37340           make sure to handle the case where there's no current chain
37341           gracefully.
37342
37343 2004-03-05  David Schleef  <ds@schleef.org>
37344
37345         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37346         Add fixate function. (bug #131128)
37347         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37348         (gst_sdlvideosink_fixate):  Add fixate function.
37349         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37350         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37351         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37352         Fix missing break that was causing ulaw to be interpreted as
37353         raw int.
37354
37355 2004-03-05  David Schleef  <ds@schleef.org>
37356
37357         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37358         Fix code that ignores return value of gst_buffer_merge().
37359         (bug #114560)
37360         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37361         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37362         * testsuite/gst-lint:  Check for above.
37363
37364 2004-03-05  David Schleef  <ds@schleef.org>
37365
37366         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37367         caps and throw an element error.  (bug #136334)
37368
37369 2004-03-05  David Schleef  <ds@schleef.org>
37370
37371         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37372         (gst_faad_chain): Fix negotiation.
37373         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37374         key and button events.
37375         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37376         dung heap of code.
37377         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37378         depends on gconf
37379         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37380         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37381         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37382         function to encourage better negotiation, particularly between
37383         audioconvert and osssink.
37384         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37385         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37386         more important.
37387         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37388         typefinding.
37389         * gst/vbidec/vbiscreen.c:  Add glib header
37390         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37391
37392 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37393
37394         * ext/mad/gstmad.c: Fix detection of Xing headers
37395         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37396
37397 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37398
37399         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37400         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37401           debug updates
37402
37403 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37404
37405         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37406         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37407         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37408         files, and report the parsed length as a GST_TAG_DURATION tag.
37409         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37410
37411 2004-03-05  Benjamin Otte  <otte@gnome.org>
37412
37413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37414           convert channels correctly. convert correctly to unsigned.
37415
37416 2004-03-05  Julien MOUTTE <julien@moutte.net>
37417
37418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37419         we have a window before clearing it.
37420
37421 2004-03-05  Julien MOUTTE <julien@moutte.net>
37422
37423         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37424         have a window before clearing it.
37425
37426 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37427
37428         * gconf/gstreamer.schemas.in:
37429         * gst-libs/gst/gconf/Makefile.am:
37430           version installation path the same way as for 0.6
37431         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37432         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37433         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37434           remove comment that was fixed
37435
37436 2004-03-05  David Schleef  <ds@schleef.org>
37437
37438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37439         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37440         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37441         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37442         Add prototype code for handling seeking and querying.
37443
37444 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37445
37446         * examples/gstplay/player.c: (main):
37447           Initialize variables to NULL. Prevents a segfault because the
37448           (uninitialized) variable is not NULL, resulting in a crash on
37449           trying to reach error->message.
37450
37451 2004-03-05  Benjamin Otte  <otte@gnome.org>
37452
37453         * gst/audioconvert/gstaudioconvert.c:
37454         (gst_audio_convert_buffer_to_default_format):
37455         make float=>int conversion work correctly even in cornercases.
37456
37457 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37458
37459         * debian/README.Debian:
37460         * debian/build-deps:
37461         * debian/changelog:
37462         * debian/control:
37463         * debian/control.in:
37464         * debian/copyright:
37465         * debian/gstreamer-a52dec.files:
37466         * debian/gstreamer-aa.files:
37467         * debian/gstreamer-alsa.files:
37468         * debian/gstreamer-alsa.manpages:
37469         * debian/gstreamer-arts.files:
37470         * debian/gstreamer-artsd.files:
37471         * debian/gstreamer-audiofile.files:
37472         * debian/gstreamer-avifile.files:
37473         * debian/gstreamer-cdparanoia.files:
37474         * debian/gstreamer-colorspace.files:
37475         * debian/gstreamer-doc.files:
37476         * debian/gstreamer-dv.files:
37477         * debian/gstreamer-dvd.files:
37478         * debian/gstreamer-esd.files:
37479         * debian/gstreamer-festival.files:
37480         * debian/gstreamer-flac.files:
37481         * debian/gstreamer-gconf.conffiles:
37482         * debian/gstreamer-gconf.files:
37483         * debian/gstreamer-gconf.postinst:
37484         * debian/gstreamer-gnomevfs.files:
37485         * debian/gstreamer-gsm.files:
37486         * debian/gstreamer-http.files:
37487         * debian/gstreamer-jack.files:
37488         * debian/gstreamer-jpeg.files:
37489         * debian/gstreamer-mad.files:
37490         * debian/gstreamer-mikmod.files:
37491         * debian/gstreamer-misc.files:
37492         * debian/gstreamer-mpeg2dec.files:
37493         * debian/gstreamer-oss.files:
37494         * debian/gstreamer-plugin-apps.files:
37495         * debian/gstreamer-plugin-apps.manpages:
37496         * debian/gstreamer-plugin-libs-dev.files:
37497         * debian/gstreamer-plugin-libs.files:
37498         * debian/gstreamer-plugin-template.postinst:
37499         * debian/gstreamer-plugin-template.postrm:
37500         * debian/gstreamer-sdl.files:
37501         * debian/gstreamer-sid.files:
37502         * debian/gstreamer-vorbis.files:
37503         * debian/gstreamer-x.files:
37504         * debian/mk.control:
37505         * debian/rules:
37506         Debian package info not maintained here.
37507
37508 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37509
37510         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37511         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37512         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37513         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37514         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37515         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37516         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37517         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37518         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37519         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37520         * gst-libs/gst/colorbalance/colorbalance.c:
37521         (gst_color_balance_class_init):
37522         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37523         (gst_color_balance_channel_class_init):
37524         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37525         * gst-libs/gst/play/play.c: (gst_play_class_init):
37526         * gst-libs/gst/propertyprobe/propertyprobe.c:
37527         (gst_property_probe_iface_init):
37528         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37529         * gst-libs/gst/tuner/tunerchannel.c:
37530         (gst_tuner_channel_class_init):
37531         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37532         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37533         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37534         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37535         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37536         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37539         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37540           fix signals to use - instead of _
37541         * ext/libcaca/gstcacasink.h:
37542         * ext/sdl/sdlvideosink.h:
37543           fix header rename
37544
37545 2004-03-04  David Schleef  <ds@schleef.org>
37546
37547         * testsuite/gst-lint:  Add a check for bad signal names.
37548
37549 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37550
37551         reviewed by David Schleef
37552
37553         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37554         modified the alpha channel and caused a warning. (bug #136192)
37555
37556 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37557
37558         * gst-plugins.spec.in:
37559         Change names of plugins to actually be correct. Try to keep things
37560         alphabetical to avoid getting beat up by Thomas
37561
37562 2004-03-03  Julien MOUTTE <julien@moutte.net>
37563
37564         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37565         Using ximagesink as a default if no gconf key found. We should
37566         probably consider using alsasink instead of osssink for the audio
37567         part.
37568
37569 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37570
37571         * configure.ac:
37572           fix --with-plugins, don't think it ever worked before
37573         * gst-plugins.spec.in:
37574           even more updates
37575
37576 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37577
37578         * ext/sdl/sdlvideosink.h:
37579         * sys/ximage/ximagesink.h:
37580         * sys/xvideo/xvideosink.h:
37581         * sys/xvimage/xvimagesink.h:
37582           Fix for move of gstvideosink.h -> videosink.h.
37583
37584 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37585
37586         * gst-libs/gst/xwindowlistener/Makefile.am:
37587           this is a plugin library, not a library
37588
37589 2004-03-01  David Schleef  <ds@schleef.org>
37590
37591         * AUTHORS:  Added some names.  Add yourself if you're still
37592         missing.
37593
37594 2004-03-01  David Schleef  <ds@schleef.org>
37595
37596         * MAINTAINERS: Add
37597
37598 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37599
37600         * gst-plugins.spec.in: clean up spec file
37601
37602 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37603
37604         * gst-libs/gst/video/Makefile.am:
37605         * gst-libs/gst/video/gstvideosink.c:
37606         * gst-libs/gst/video/gstvideosink.h:
37607           rename gstvideosink.h to videosink.h to match other headers
37608         * gst/mixmatrix/Makefile.am:
37609           fix plugin filename
37610         * gst/tags/Makefile.am: fix plugin filename
37611
37612 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37613
37614         * gst/tags/Makefile.am: fix plugin filename
37615
37616 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37617
37618         * examples/gstplay/player.c: (got_time_tick), (main):
37619           add error handler
37620           display time_tick more readably
37621         * gst/mixmatrix/Makefile.am:
37622           fix plugin file name
37623
37624 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37625
37626         * sys/oss/gstosselement.c: (gst_osselement_probe),
37627         (device_combination_append), (gst_osselement_class_probe_devices):
37628         * sys/oss/gstosselement.h:
37629           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37630           on my system using alsa oss emulation, fixes bug #135597
37631
37632 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37633
37634         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37635         (gst_videodrop_chain), (gst_videodrop_change_state):
37636         * gst/videodrop/gstvideodrop.h:
37637           Work based on timestamp of input data, not based on the expected
37638           framerate from the input. The consequence is that this element now
37639           not only scales framerates, but also functions as a framerate
37640           corrector or framerate stabilizer/constantizer.
37641
37642 2004-02-27  David Schleef  <ds@schleef.org>
37643
37644         patches from jmmv@menta.net (Julio M. Merino Vidal)
37645
37646         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37647         GST_ELEMENT_ERROR call (bug #135634)
37648         * gst/interleave/interleave.c: (interleave_buffered_loop),
37649         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37650         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37651         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37652         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37653         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37654         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37655         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37656         Fix GST_ELEMENT_ERROR call.
37657         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37658         GST_ELEMENT_ERROR call.
37659
37660 2004-02-27  Benjamin Otte  <otte@gnome.org>
37661
37662         * gst-libs/gst/audio/audio.h:
37663           add macro to make sure header isn't included twice
37664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37665           don't use gst_buffer_free
37666         * gst/playondemand/filter.func:
37667           don't use gst_data_free. Free data only once.
37668
37669 2004-02-26  David Schleef  <ds@schleef.org>
37670
37671         * gst-libs/gst/colorbalance/Makefile.am:
37672         * gst-libs/gst/mixer/Makefile.am:
37673         * gst-libs/gst/tuner/Makefile.am:
37674         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37675         should not be disted, -marshal.h files should not be installed,
37676         and -enum.h files _should_ be installed.  Fix to make this the
37677         case.
37678
37679 === release 0.7.5 ===
37680
37681 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37682
37683         * configure.ac: release 0.7.5, "Under The Sea"
37684
37685 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37686
37687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37688         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37689         * gst/videoscale/gstvideoscale.c:
37690         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37691           assorted debug/warning fixes
37692
37693 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37694
37695         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37696         (gst_videoscale_init), (gst_videoscale_chain),
37697         (gst_videoscale_set_property), (plugin_init):
37698         * gst/videoscale/gstvideoscale.h:
37699         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37700         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37701         (gst_videoscale_planar400), (gst_videoscale_packed422),
37702         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37703         (gst_videoscale_24bit), (gst_videoscale_16bit),
37704         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37705         (gst_videoscale_scale_plane_slow),
37706         (gst_videoscale_scale_point_sample),
37707         (gst_videoscale_scale_nearest),
37708         (gst_videoscale_scale_nearest_str2),
37709         (gst_videoscale_scale_nearest_str4),
37710         (gst_videoscale_scale_nearest_32bit),
37711         (gst_videoscale_scale_nearest_24bit),
37712         (gst_videoscale_scale_nearest_16bit):
37713         add debugging category and use it properly
37714         fix use of GST_PTR_FORMAT
37715
37716 2004-02-25  Andy Wingo  <wingo@pobox.com>
37717
37718         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37719         push only when channel->buffer is NULL. Prevents segfaults doing
37720         the state change after a nonlocal exit, like a scheme exception.
37721
37722         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37723         Handle the case where the intersected caps is empty.
37724
37725 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37726
37727         * gst/law/mulaw-decode.c: (mulawdec_link):
37728         * gst/law/mulaw.c: (plugin_init):
37729           fix mulawdec so it actually works again
37730
37731 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37732
37733         reviewed by: David Schleef  <ds@schleef.org>
37734
37735         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37736         (gst_gamma_init), (gst_gamma_set_property),
37737         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37738         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37739         for RGB, with separate r g and b correction factors. (#131167)
37740
37741 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37742
37743         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37744           only signal tags for bitrate if they're > 0 (#134894)
37745
37746 2004-02-24  David Schleef  <ds@schleef.org>
37747
37748         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37749         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37750         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37751         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37752         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37753         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37754         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37755         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37756         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37757         category.  Attempt to fix timestamp calculation.
37758
37759 2004-02-24  Johan Dahlin  <johan@gnome.org>
37760
37761         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37762
37763 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37764
37765         * configure.ac:
37766         * gconf/Makefile.am:
37767         * gconf/gstreamer.schemas:
37768         * gst-libs/gst/gconf/Makefile.am:
37769         * gst-libs/gst/gconf/gconf.c:
37770           version gconf schemas and install locations
37771
37772 2004-02-23  Benjamin Otte  <otte@gnome.org>
37773
37774         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37775         (gst_xine_input_subclass_init):
37776           call parent dispose.
37777           change pad template for CD reader correctly
37778         * ext/xine/Makefile.am:
37779         * ext/xine/gstxine.h:
37780         * ext/xine/xine.c: (plugin_init):
37781         * ext/xine/xineaudiosink.c:
37782           wrap audio sinks, too
37783         * gst-libs/gst/resample/private.h:
37784         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37785         (gst_resample_reinit), (gst_resample_scale),
37786         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37787         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37788         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37789         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37790         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37791         * gst-libs/gst/resample/resample.h:
37792         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37793         (gst_audioscale_class_init), (gst_audioscale_link),
37794         (gst_audioscale_get_buffer), (gst_audioscale_init),
37795         (gst_audioscale_chain), (gst_audioscale_set_property),
37796         (gst_audioscale_get_property):
37797         * gst/audioscale/gstaudioscale.h:
37798           s/resample_*/gst_resample_*/i to not clobber namespaces
37799
37800 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37801
37802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37803         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37804         (gst_riff_create_video_template_caps),
37805         (gst_riff_create_audio_template_caps),
37806         (gst_riff_create_iavs_template_caps):
37807         * gst-libs/gst/riff/riff-media.h:
37808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37809         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37810         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37811         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37812         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37813         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37814         (gst_matroska_demux_plugin_init): First batch implementing audio and
37815         video codec tags in demuxers.
37816
37817 2004-02-22  Benjamin Otte  <otte@gnome.org>
37818
37819         * ext/xine/Makefile.am:
37820         * ext/xine/gstxine.h:
37821         * ext/xine/xine.c: (plugin_init):
37822         * ext/xine/xineinput.c:
37823           add input plugin wrapper. Playback from files, http, mms and cdda
37824           works.
37825         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37826           remove leftover G_GNUC_UNUSED
37827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37828         (gst_asf_demux_identify_guid):
37829           improve debugging output
37830
37831 2004-02-22  Benjamin Otte  <otte@gnome.org>
37832
37833         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37834
37835         * autogen.sh:
37836           replace test -e with test -x for mkinstalldirs to be more portable.
37837           (fixes #134816)
37838
37839 2004-02-22  Benjamin Otte  <otte@gnome.org>
37840
37841         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37842
37843         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37844           set rank to PRIMARY
37845         * gst/volume/gstvolume.c: (plugin_init):
37846           set rank to NONE
37847         fixes #134960
37848
37849 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37850
37851         reviewed by Benjamin Otte  <otte@gnome.org>
37852
37853         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37854           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37855
37856 2004-02-22  Benjamin Otte  <otte@gnome.org>
37857
37858         * configure.ac:
37859           export [_]*{gst,Gst,GST}.* symbols from plugins
37860
37861 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37862
37863         reviewed by: Benjamin Otte  <otte@gnome.org>
37864
37865         * ext/lame/gstlame.c: (add_one_tag):
37866         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37867         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37868         (gst_vorbisenc_metadata_set1):
37869         * gst/tags/gstid3tag.c:
37870         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37871           apply fixes from bugs #135042 (lame can't write tags) and #133817
37872           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37873
37874 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37875
37876         * configure.ac: Export only gst_plugin_desc from plugins.
37877          Note that this change only makes any effect with Linux using libtool
37878          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37879          fine. And don't try to have several versions of libtool in different
37880          directories.
37881
37882 2004-02-20  Andy Wingo  <wingo@pobox.com>
37883
37884         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37885         interleave respectively.
37886
37887         * gst/interleave/deinterleave.c: New plugin: deinterleave
37888         (replaces on oneton).
37889         * gst/interleave/interleave.c: New plugin: interleave.
37890         * gst/interleave/plugin.h: Support file.
37891         * gst/interleave/plugin.c: Support file.
37892
37893         * configure.ac: Remove intfloat and oneton, add interleave.
37894
37895         * ext/sndfile/gstsf.c: Handle events better.
37896
37897         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37898         and float2int operation. int2float has scheduling problems as
37899         noted in in2float_chain.
37900
37901 2004-02-20  Benjamin Otte  <otte@gnome.org>
37902
37903         * ext/xine/Makefile.am:
37904         * ext/xine/gstxine.h:
37905         * ext/xine/xine.c:
37906         * ext/xine/xineaudiodec.c:
37907         * ext/xine/xinecaps.c:
37908           add first version of xine plugin wrapper. Currently only wraps the
37909           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37910         * configure.ac:
37911         * ext/Makefile.am:
37912           add xine plugin wrapper, disabled by default. Use --enable-xine to
37913           build. Note that it'll segfault on gst-register if you don't remove
37914           the goom and tvtime post plugins from xine.
37915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37916         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37917           add extradata parsing for QDM2.
37918           change around debugging prints.
37919
37920 2004-02-19  Benjamin Otte  <otte@gnome.org>
37921
37922         * ext/lame/gstlame.c: (gst_lame_chain):
37923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37924           use gst_tag_list_insert when you want to insert tags
37925
37926 2004-02-18  David Schleef  <ds@schleef.org>
37927
37928         * configure.ac:  Move massink to gst-rotten
37929         * ext/Makefile.am:
37930         * ext/mas/Makefile.am:
37931         * ext/mas/massink.c:
37932         * ext/mas/massink.h:
37933
37934 2004-02-18  David Schleef  <ds@schleef.org>
37935
37936         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37937         typefinding, since it seems to be worse than nothing.
37938         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37939         atom to recognize .mp4 and .m4a files as video/quicktime.
37940
37941 2004-02-18  David Schleef  <ds@schleef.org>
37942
37943         * gst/sine/demo-dparams.c: (quit_live),
37944         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37945         Use double dparams, not float.
37946         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37947         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37948         sync'd elements don't really work correctly.
37949         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37950         (volume_update_volume), (volume_get_property):  Change dparam
37951         to double.
37952
37953 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37954
37955         * sys/ximage/ximagesink.c:
37956         (gst_ximagesink_xwindow_update_geometry),
37957         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37958         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37959         (gst_ximagesink_init): Rework the way software video scaling works. So
37960         now we check on each chain call if the video frames are feeling the
37961         window. If not we try to renegotiate caps. On failure we memorize that
37962         and we won't try again for that PLAYING sessions.
37963         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37964         failure.
37965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37966         synchronous flag.
37967
37968 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37969
37970         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37971           break up _link so we can give a better debug message for errors
37972
37973 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37974
37975         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37976           set up debug category
37977
37978 2004-02-18  Julien MOUTTE <julien@moutte.net>
37979
37980         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37981         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37982         the way renegotiation work. The event handling function is not taking
37983         care of external windows and renegotiate method check for pad flags
37984         NEGOTIATING. Should fix : #133209
37985
37986 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37987
37988         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37989         pad is negotiating before trying renegotiation.
37990
37991 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37992
37993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37994           pass on all possible mime types as typefind hints
37995
37996 2004-02-17  Julien MOUTTE <julien@moutte.net>
37997
37998         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38000         possible SHM leak if we crash. All other apps using XShm are doing
38001         that.
38002
38003 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38004
38005         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38006         (gst_ximagesink_expose): Renegotiate size on expose.
38007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38008         size on expose.
38009
38010 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38011
38012         * testsuite/alsa/sinesrc.c:
38013           cosmetic fix to fix compile issue with gcc 2.95.4
38014
38015 2004-02-16  Julien MOUTTE <julien@moutte.net>
38016
38017         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38018         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38019         failed opening the audio device.
38020         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38021         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38022         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38023         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38024         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38025         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38026         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38027         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38028         Removing some useless g_return_if_fail like wingo suggested.
38029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38030         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38031         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38032         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38033         (gst_xvimagesink_update_colorbalance),
38034         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38035         (gst_xvimagesink_xcontext_clear),
38036         (gst_xvimagesink_get_fourcc_from_caps),
38037         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38038         (gst_xvimagesink_set_xwindow_id),
38039         (gst_xvimagesink_colorbalance_list_channels),
38040         (gst_xvimagesink_colorbalance_set_value),
38041         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38042         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38043
38044 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38045
38046         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38047           throw error when not negotiated instead of asserting
38048
38049 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38050
38051         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38052         correct data refcounting.
38053
38054 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38055
38056         * gst/switch/gstswitch.c: (gst_switch_change_state),
38057         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38058         change, mostly the EOS flag.
38059
38060 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38061
38062         * examples/gstplay/player.c: (got_eos), (main): Adding some
38063         output for debugging.
38064         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38065         timeouts if we go to any state different from PLAYING.
38066         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38067         more EOS bugs in riff lib.
38068
38069 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38070
38071         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38072         visualization until i find a way to fix switch correctly.
38073         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38074         EOS arrives.
38075         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38076         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38077         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38078         Reworked switch to get a more correct behaviour with events and refing
38079         of data stored in sinkpads.
38080         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38081         we don't pull from a pad in EOS.
38082
38083 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38084
38085         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38086           remove v1 tag even if we can't read it (makes sure we don't detect
38087           it again)
38088
38089 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38090
38091         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38092         (gst_alsa_xrun_recovery):
38093         * ext/alsa/gstalsa.h:
38094           try xrun recovery when wait failed. Make xrun recovery function
38095           return TRUE/FALSE to indicate success. (might fix #134354)
38096
38097 2004-02-13  David Schleef  <ds@schleef.org>
38098
38099         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38100         (dynparm_value_changed), (main): Convert from float to double.
38101         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38102
38103 2004-02-13  David Schleef  <ds@schleef.org>
38104
38105         * gst/silence/gstsilence.c: (gst_silence_class_init),
38106         (gst_silence_set_clock), (gst_silence_get),
38107         (gst_silence_set_property), (gst_silence_get_property):
38108         * gst/silence/gstsilence.h: Add sync property.
38109         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38110         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38111         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38112         * gst/sine/gstsinesrc.h: Add sync property.
38113
38114 2004-02-13  David Schleef  <ds@schleef.org>
38115
38116         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38117         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38118
38119 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38120
38121         * configure.ac:
38122         * ext/Makefile.am:
38123         * gst-libs/ext/Makefile.am:
38124           move ffmpeg plugin to gst-ffmpeg module
38125
38126 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38127
38128         * configure.ac: use GST_ARCH to detect architecture
38129
38130 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38131
38132         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38133
38134 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38135
38136         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38137           classify LADSPA plugins based on number of src/sink pads
38138           (#133663, Stefan Kost)
38139         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38140           fix dparams registration
38141           (#133528, Stefan Kost)
38142         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38143           fix use of isprint and use g_ascii_isprint instead
38144           (#133316, Stefan Kost)
38145
38146 2004-02-11  David Schleef  <ds@schleef.org>
38147
38148         Convert a few inner loops to use liboil.  This is currently
38149         optional, and is only enabled if liboil is present (duh!).
38150         * configure.ac: Check for liboil-0.1
38151         * gst/intfloat/Makefile.am:
38152         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38153         (gst_int2float_chain_gint16):
38154         * gst/videofilter/Makefile.am:
38155         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38156         (tablelookup_u8), (gst_videobalance_planar411):
38157         * gst/videotestsrc/Makefile.am:
38158         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38159         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38160         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38161         (paint_hline_RGB565), (paint_hline_xRGB1555):
38162
38163 2004-02-11  David Schleef  <ds@schleef.org>
38164
38165         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38166         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38167         (gst_colorspace_getcaps), (gst_colorspace_link),
38168         (gst_colorspace_base_init), (gst_colorspace_init),
38169         (gst_colorspace_chain), (gst_colorspace_change_state),
38170         (plugin_init): Merge Ronald's patch (bug #117897) and update
38171         for new caps and negotiation.  Seems to work, although it
38172         shows off bugs in lcs.
38173
38174 2004-02-11  David Schleef  <ds@schleef.org>
38175
38176         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38177         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38178
38179 2004-02-11  David Schleef  <ds@schleef.org>
38180
38181         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38182         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38183         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38184         Add server and port properties
38185
38186 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38187
38188         * m4/a52.m4:
38189         * m4/aalib.m4:
38190         * m4/as-ffmpeg.m4:
38191         * m4/as-liblame.m4:
38192         * m4/as-slurp-ffmpeg.m4:
38193         * m4/check-libheader.m4:
38194         * m4/esd.m4:
38195         * m4/freetype2.m4:
38196         * m4/gconf-2.m4:
38197         * m4/glib.m4:
38198         * m4/gst-alsa.m4:
38199         * m4/gst-artsc.m4:
38200         * m4/gst-ivorbis.m4:
38201         * m4/gst-matroska.m4:
38202         * m4/gst-sdl.m4:
38203         * m4/gst-shout2.m4:
38204         * m4/gst-sid.m4:
38205         * m4/gtk.m4:
38206         * m4/libdv.m4:
38207         * m4/libfame.m4:
38208         * m4/libmikmod.m4:
38209         * m4/ogg.m4:
38210         * m4/vorbis.m4:
38211           fix underquotedness of macros (#133800)
38212         * m4/as-avifile.m4:
38213         * m4/xmms.m4:
38214           removed because no longer used
38215
38216 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38217
38218         * configure.ac:
38219           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38220           by autopoint (fixes #132996)
38221
38222 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38223
38224         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38225         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38226         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38227         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38228           fix memleaks
38229
38230 2004-02-11  David Schleef  <ds@schleef.org>
38231
38232         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38233         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38234         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38235         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38236         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38237         (gst_jpegenc_class_init), (gst_jpegenc_init),
38238         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38239         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38240         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38241         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38242
38243 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38244
38245         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38246         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38247         * ext/mikmod/gstmikmod.h:
38248           fix caps negotiation in mikmod
38249         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38250           output debug information
38251
38252 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38253
38254         * gst-libs/gst/colorbalance/Makefile.am:
38255         * gst-libs/gst/navigation/Makefile.am:
38256         * gst-libs/gst/xoverlay/Makefile.am:
38257           remove unused GST_OPT_CFLAGS from Makefiles
38258           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38259
38260 2004-02-07  David Schleef  <ds@schleef.org>
38261
38262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38263         push events to pads that haven't been created (#133508)
38264
38265 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38266
38267         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38268         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38269         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38270         (gst_dvdec_loop), (gst_dvdec_change_state):
38271         Second attempt at committing a working dvdec element.
38272
38273 2004-02-06  David Schleef  <ds@schleef.org>
38274
38275         Build fixes for OS X: (see #129600)
38276         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38277         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38278         (gst_riff_read_strf_iavs):
38279         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38280         (gst_avi_demux_stream_odml):
38281         * gst/playondemand/Makefile.am:
38282         * gst/rtp/rtp-packet.c:
38283
38284 2004-02-05  David Schleef  <ds@schleef.org>
38285
38286         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38287         last change, because it Just Doesn't Compile.
38288
38289 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38290
38291         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38292           skip undecodable id3v2 tag instead of keeping it
38293
38294 2004-02-05  David Schleef  <ds@schleef.org>
38295
38296         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38297         Unref leaked buffer.  (Noticed by Ronald)
38298
38299 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38300
38301         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38302         Sync requires with other checks.  >= vs =.
38303
38304 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38305
38306         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38307         (gst_dvdec_video_link), (gst_dvdec_loop):
38308         * ext/dv/gstdvdec.h:
38309           rework the caps negotiation so that dvdec works again instead
38310           of just segfaulting.
38311
38312 === release 0.7.4 ===
38313
38314 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38315
38316         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38317         * configure.ac: changed for release
38318
38319 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38320
38321         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38322         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38323         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38324         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38325           reworked patch by David Lehn to fix libdir and includedir for
38326           uninstalled libraries
38327           removed play and gconf from gstreamer-libs since they have their
38328           own pkgconfig files
38329
38330 2004-02-04  David Schleef  <ds@schleef.org>
38331
38332         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38333         memleak.
38334
38335 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38336
38337         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38338           use correct GST_TAG_ENCODER tag
38339
38340 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38341
38342         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38343           be sure to stop the clock when going to paused
38344         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38345           reset number of transmitted when going to ready.
38346         fixes #132935
38347
38348 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38349
38350         reviewed by Benjamin Otte
38351
38352         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38353           extract track count (fixes #133410)
38354
38355 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38356
38357         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38358           that should be !=, not == (fixes #132519)
38359
38360 2004-02-04  David Schleef  <ds@schleef.org>
38361
38362         Make sure set_explicit_caps() is called before adding pad.
38363         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38364         * gst/id3/gstid3types.c: (gst_id3types_loop):
38365         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38366         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38367
38368 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38369
38370         * configure.ac:
38371           bump nano to 2, first prerelease
38372           put back AM_PROG_LIBTOOL
38373
38374 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38375
38376         * testsuite/alsa/Makefile.am:
38377           these are user test apps, not automatic testsuite tests
38378
38379 2004-02-04  David Schleef  <ds@schleef.org>
38380
38381         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38382         * gst/mpeg1videoparse/gstmp1videoparse.c:
38383         (mp1videoparse_parse_seq):
38384         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38385         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38386         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38387         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38388         (gst_xvideosink_getcaps):
38389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38390         * testsuite/gst-lint: more tests
38391
38392 2004-02-04  David Schleef  <ds@schleef.org>
38393
38394         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38395         with the code that they would expand to.
38396         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38397         (gst_flacdec_get_src_query_types),
38398         (gst_flacdec_get_src_event_masks):
38399         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38400         (gst_gnomevfssrc_get_query_types),
38401         (gst_gnomevfssrc_get_event_mask):
38402
38403 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38404
38405         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38406         (gst_sinesrc_dispose):
38407           fix memleak by properly disposing sinesrc
38408
38409 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38410
38411         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38412         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38413         an overlay to redraw the image because it has been exposed.
38414         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38415         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38416         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38417         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38418         interface
38419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38420         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38421         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38422         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38423         interface
38424
38425 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38426
38427         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38428           more memleak fixage
38429
38430 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38431
38432         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38433         * gst/typefind/gsttypefindfunctions.c:
38434           fix memleaks shown by gst-typefind
38435
38436 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38437
38438         * common/glib-gen.mak:
38439           add hack rule to touch .Plo files
38440         * gst-libs/gst/colorbalance/Makefile.am:
38441         * gst-libs/gst/mixer/Makefile.am:
38442         * gst-libs/gst/play/Makefile.am:
38443         * gst-libs/gst/tuner/Makefile.am:
38444           remove glib_root variable
38445
38446 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38447
38448         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38449           set explicit caps before adding the element, so the autopluggers can
38450           plug correctly.
38451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38452         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38453         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38454         (dv_type_find):
38455           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38456           argument.
38457
38458 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38459
38460         * gst-libs/gst/colorbalance/Makefile.am:
38461         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38462         * gst-libs/gst/colorbalance/colorbalance.c:
38463         * gst-libs/gst/colorbalance/colorbalance.h:
38464         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38465         * gst-libs/gst/mixer/Makefile.am:
38466         * gst-libs/gst/mixer/mixer-marshal.list:
38467         * gst-libs/gst/mixer/mixer.c:
38468         * gst-libs/gst/mixer/mixer.h:
38469         * gst-libs/gst/mixer/mixermarshal.list:
38470         * gst-libs/gst/play/Makefile.am:
38471         * gst-libs/gst/play/play.h:
38472         * gst-libs/gst/tuner/Makefile.am:
38473         * gst-libs/gst/tuner/tuner-marshal.list:
38474         * gst-libs/gst/tuner/tuner.c:
38475         * gst-libs/gst/tuner/tuner.h:
38476         * gst-libs/gst/tuner/tunermarshal.list:
38477           use new glib-gen.mak snippet to clean up Makefile.am
38478           fix various bugs in Makefile.am's
38479
38480 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38481
38482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38483           handle chain parsing correctly in the multichain case
38484         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38485         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38486         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38487         (theora_dec_chain):
38488           handle events and queries correctly
38489
38490 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38491
38492         * .cvsignore:
38493         Ignore generated file _stdint.h.
38494
38495 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38496
38497         * gst-libs/gst/colorbalance/Makefile.am:
38498         * gst-libs/gst/colorbalance/colorbalance.h:
38499         * gst-libs/gst/mixer/Makefile.am:
38500         * gst-libs/gst/mixer/mixer.h:
38501         * gst-libs/gst/play/Makefile.am:
38502         * gst-libs/gst/play/play.h:
38503         * gst-libs/gst/tuner/Makefile.am:
38504         * gst-libs/gst/tuner/tuner.h:
38505         Generate enum type code with glib-mkenums.
38506         * gst-libs/gst/colorbalance/.cvsignore:
38507         * gst-libs/gst/mixer/.cvsignore:
38508         * gst-libs/gst/play/.cvsignore:
38509         * gst-libs/gst/tuner/.cvsignore:
38510         Ignore generated files.
38511
38512 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38513
38514         * gst-libs/gst/audio/.cvsignore:
38515         Ignore generated file.
38516         * gst-libs/gst/audio/Makefile.am:
38517         Do not install example filter.
38518
38519 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38520
38521         * examples/switch/.cvsignore:
38522         Ignore generated file.
38523
38524 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38525
38526         * common/m4/ax_create_stdint_h.m4:
38527         * configure.ac:
38528           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38529           _stdint.h.
38530         * Makefile.am:
38531           remove generated _stdint.h in DISTCLEANFILES
38532         * ext/a52dec/gsta52dec.c:
38533           include _stdint.h for a52dec. (should fix #133064)
38534
38535 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38536
38537         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38538         (gst_tag_to_vorbis_comments):
38539         Add replaygain support to vorbistag
38540
38541 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38542         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38543         (gst_ffmpeg_caps_to_extradata):
38544           Fix SVQ3 caps flag properties
38545           Use glib macro for bytes swap
38546
38547 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38548
38549         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38550         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38551         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38552         * ext/sndfile/gstsf.c: (plugin_init):
38553         * gst/avi/gstavi.c: (plugin_init):
38554         * sys/dxr3/dxr3init.c: (plugin_init):
38555         * sys/oss/gstossaudio.c: (plugin_init):
38556         * sys/v4l/gstv4l.c: (plugin_init):
38557         * sys/v4l2/gstv4l2.c: (plugin_init):
38558           remove textdomain calls
38559         * po/nl.po:
38560           update Dutch translation
38561
38562 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38563
38564         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38565         (gst_play_set_audio_sink): Moving volume in the audio thread for
38566         instantaneous volume change. Maybe i will add another volume in front
38567         of visualization later, not sure yet though.
38568
38569 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38570
38571         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38572         (gst_ximagesink_handle_xevents): Better X events handling, only take
38573         the latest events for configure and motion.
38574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38575
38576 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38577
38578         reviewed by: David Schleef  <ds@schleef.org>
38579
38580         Fix memory leaks:
38581         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38582         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38583
38584 2004-02-02  David Schleef  <ds@schleef.org>
38585
38586         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38587         of lines.
38588         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38589         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38590         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38591         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38592         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38593         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38594         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38595         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38596         (gst_float2_2_int_link):
38597         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38598         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38599         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38600         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38601         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38602         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38603         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38604         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38605         * testsuite/gst-lint: Add tests for bzero and ;;
38606
38607 2004-02-02  David Schleef  <ds@schleef.org>
38608
38609         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38610
38611 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38612
38613         * ext/aalib/gstaasink.c: (gst_aasink_open):
38614         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38615         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38616         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38617         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38618         (gst_afsink_close_file):
38619         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38620         (gst_afsrc_close_file):
38621         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38622         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38623         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38624         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38625         * ext/esd/esdmon.c: (gst_esdmon_get):
38626         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38627         * ext/faac/gstfaac.c: (gst_faac_chain):
38628         * ext/faad/gstfaad.c: (gst_faad_chain):
38629         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38630         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38631         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38632         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38633         (gst_flacdec_loop):
38634         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38635         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38636         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38637         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38638         (gst_gnomevfssink_close_file):
38639         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38640         (gst_gnomevfssrc_open_file):
38641         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38642         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38643         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38644         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38645         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38646         * ext/mad/gstmad.c: (gst_mad_chain):
38647         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38648         * ext/mpeg2dec/gstmpeg2dec.c:
38649         * ext/mpeg2enc/gstmpeg2enc.cc:
38650         * ext/mplex/gstmplex.cc:
38651         * ext/mplex/gstmplexibitstream.cc:
38652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38653         (gst_ogg_demux_push):
38654         * ext/raw1394/gstdv1394src.c:
38655         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38656         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38657         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38658         (gst_sf_loop):
38659         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38660         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38661         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38662         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38663         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38664         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38665         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38666         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38667         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38668         (gst_riff_read_element_data), (gst_riff_read_seek),
38669         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38670         * gst/adder/gstadder.c: (gst_adder_loop):
38671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38672         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38673         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38674         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38675         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38676         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38677         * gst/goom/gstgoom.c: (gst_goom_chain):
38678         * gst/id3/gstid3types.c: (gst_id3types_loop):
38679         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38680         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38681         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38682         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38683         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38684         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38685         (gst_ebml_read_float), (gst_ebml_read_header):
38686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38687         (gst_matroska_demux_parse_blockgroup):
38688         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38689         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38690         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38691         * gst/silence/gstsilence.c: (gst_silence_get):
38692         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38693         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38694         * gst/speed/gstspeed.c: (speed_loop):
38695         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38696         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38697         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38698         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38699         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38700         (gst_wavparse_loop):
38701         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38702         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38703         (dxr3audiosink_close):
38704         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38705         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38706         (dxr3videosink_close), (dxr3videosink_write_data):
38707         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38708         * sys/oss/gstosssink.c: (gst_osssink_chain):
38709         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38710         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38712         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38713         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38714         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38715         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38716         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38717         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38718         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38719         (gst_v4l_set_audio):
38720         * sys/v4l/v4l_calls.h:
38721         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38722         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38723         (gst_v4lmjpegsink_playback_init),
38724         (gst_v4lmjpegsink_playback_start):
38725         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38726         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38727         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38728         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38729         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38730         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38731         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38732         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38733         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38734         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38735         (gst_v4l2_get_output), (gst_v4l2_set_output),
38736         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38737         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38738         (gst_v4l2_set_attribute):
38739         * sys/v4l2/v4l2_calls.h:
38740         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38741         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38742         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38743         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38744         (gst_v4l2src_capture_stop):
38745         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38746         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38747         (gst_ximagesink_chain):
38748         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38749         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38750         (gst_xvideosink_xwindow_new):
38751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38752         (gst_xvimagesink_chain):
38753
38754 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38755
38756         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38757         (gst_volume_get_volume), (volume_class_init), (volume_init),
38758         (volume_chain_int16), (volume_update_volume):
38759         * gst/volume/gstvolume.h:
38760           make code more readable by removing magic numbers
38761           make mixer interface export 0-100 range
38762           make it internally map to 0.0-1.0 range so users don't distort
38763           output by putting the sliders at full volume
38764
38765 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38766
38767         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38768         (gst_play_state_change), (gst_play_seek_to_time):
38769         block the tick callback for 0.5 secs after doing a seek
38770
38771 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38772
38773         * gst-libs/gst/play/play.c: (gst_play_new):
38774           check for GError
38775
38776 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38777
38778         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38779         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38780         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38781         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38783         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38784
38785 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38786
38787         * configure.ac:
38788         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38789           check for a function added in vorbis 1.1
38790
38791 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38792
38793         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38794         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38795           really start/stop clock only on PLAYING <=> PAUSED
38796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38797           remove \n from debugging lines
38798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38799           make it work when seeking does not
38800         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38801           reset on DISCONT
38802
38803 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38804
38805         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38806           start clock on PAUSED=>PLAYING, not later
38807         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38808           extract correct time for different discont formats
38809         (gst_alsa_sink_get_time):
38810           don't segfault when no format is negotiated yet, just return 0
38811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38812         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38813         (gst_ogg_pad_push):
38814           handle flush and discont events correctly
38815         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38816           handle discont events correctly
38817
38818 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38819
38820         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38821         (gst_play_error_create), (gst_play_error_plugin),
38822         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38823         * gst-libs/gst/play/play.h:
38824           add error handling during creation
38825         * examples/gstplay/player.c: (main):
38826           use new gst_play_new
38827
38828
38829 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38830
38831         * ext/theora/theoradec.c: (theora_dec_chain):
38832           make comments work
38833         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38834         (vorbis_dec_src_event), (vorbis_dec_chain):
38835           add encoder tag, fix tag reading to be more error tolerant, change
38836           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38837           gst_pad_event_default.
38838         * gst/tags/gstvorbistag.c:
38839         (gst_tag_list_from_vorbiscomment_buffer):
38840           undefine function specific define at end of function
38841
38842 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38843
38844         * ext/flac/gstflac.c: (plugin_init):
38845         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38846         * ext/flac/gstflacdec.h:
38847         * ext/flac/gstflacenc.h:
38848           Fix typos
38849
38850 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38851
38852         * examples/gstplay/player.c: s/gstplay.h/play.h/
38853
38854 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38855
38856         * gst-libs/gst/play/Makefile.am:
38857         * gst-libs/gst/play/gstplay.c:
38858         * gst-libs/gst/play/gstplay.h:
38859         * gst-libs/gst/play/play.c:
38860           more surgery, operation complete
38861
38862 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38863
38864         * gst-libs/gst/play/play.old.c:
38865         * gst-libs/gst/play/play.old.h:
38866           after CVS surgery by moving, remove
38867         * gst-libs/gst/play/playpipelines.c:
38868           remove
38869
38870         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38871           add negotiation error
38872
38873 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38874
38875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38876         (gst_ogg_demux_push):
38877           add some seeking debug info
38878           send a flush when seeking
38879
38880 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38881
38882         * configure.ac:
38883           use AC_C_INLINE
38884         * configure.ac:
38885         * ext/Makefile.am:
38886         * ext/theora/Makefile.am:
38887         * ext/theora/theoradec.c:
38888           add theora video decoder. Does just do simple decoding for now and
38889           has been tested against Theora cvs only. It only works when theora
38890           is compiled with --enable-static.
38891         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38892           always reset packetno on DISCONT
38893
38894 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38895
38896         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38897           Fix audio.
38898
38899 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38900
38901         * gst/mpegaudioparse/gstmpegaudioparse.c:
38902         (mp3_type_frame_length_from_header):
38903           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38904
38905 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38906
38907         * ext/esd/esdsink.c: (gst_esdsink_init):
38908           Since we have static pad template caps, we don't need to negotiate;
38909           either the core errors out or we know the format.
38910
38911 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38912
38913         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38914         (gst_riff_read_seek):
38915         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38916         (gst_ebml_read_seek):
38917           Fix event handling.
38918
38919 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38920
38921         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38922           removee video/x-theora from vp3 decoder, it doesn't handle raw
38923           theora streams
38924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38925           fix bug with finalizing element that never went to PAUSED
38926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38927           length and position queries were swapped
38928         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38929         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38930         (vorbis_dec_src_event):
38931           implement querying time and bytes
38932
38933 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38934
38935         * just about every source file:
38936           gst_element_error -> GST_ELEMENT_ERROR
38937
38938 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38939
38940         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38941         emiting FLUSH and even before DISCONT.
38942         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38943         get the best instant seeking as possible yay!
38944
38945 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38946
38947         * gst/mpeg1videoparse/gstmp1videoparse.c:
38948         (gst_mp1videoparse_real_chain):
38949           Committed wrong version last week... Grr... Didn't notice until now.
38950
38951 2004-01-29  Julien MOUTTE <julien@moutte.net>
38952
38953         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38955         have_xwindow_id signal in xwindow_create.
38956
38957 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38958
38959         * ext/ogg/gstoggdemux.c:
38960           lots of changes - mainly support for chained bitstreams, seeking,
38961           querying and bugfixes of course
38962         * ext/vorbis/Makefile.am:
38963         * ext/vorbis/vorbisdec.c:
38964         * ext/vorbis/vorbisdec.h:
38965           add vorbisdec raw vorbis decoder
38966         * ext/vorbis/vorbis.c: (plugin_init):
38967           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38968         * gst/intfloat/Makefile.am:
38969         * gst/intfloat/float22int.c:
38970         * gst/intfloat/float22int.h:
38971         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38972           add float2intnew plugin. It converts multichannel interleaved float to
38973           multichannel interleaved int. The name should probably be changed.
38974         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38975         (plugin_init):
38976           add typefinding for raw theora video so oggdemux can detect it.
38977
38978 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38979
38980         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38981         sink element first.
38982         * gst/videoscale/gstvideoscale.c:
38983         (gst_videoscale_handle_src_event): Fixing src event handler.
38984
38985 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38986
38987         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38988         (gst_v4lsrc_open), (gst_v4lsrc_close),
38989         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38990         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38991         * sys/v4l/gstv4lsrc.h:
38992         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38993         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38994           Implement resizing... Hack. But that's why v4l is b0rked...
38995
38996 2004-01-28  Julien MOUTTE <julien@moutte.net>
38997
38998         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38999         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39000         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39001         (gst_ximagesink_xwindow_destroy):
39002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39003         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39004         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39005         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39006         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39007         correctly cleaning the image created to check xshm calls on succes,
39008         added a lot of XSync calls in X11 functions, and fixed a segfault when
39009         no image format was defined before negotiation happened.
39010
39011 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39012
39013         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39014           use gst_element_get_time to get correct time
39015
39016 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39017
39018         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39019         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39020         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39022         (gst_xvimagesink_check_xshm_calls),
39023         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39024         X plugins are now able to detect that XShm calls will fail even if the
39025         server claims that it has XShm support (remote displays most of the
39026         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39027         so that we use non XShm functions. This feature is almost useless for
39028         xvimagesink as Xv is not supported on remote displays anyway, but
39029         it might happen than even on the local display XShm calls fail.
39030
39031 2004-01-27  David Schleef  <ds@schleef.org>
39032
39033         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39034         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39035         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39036         changed esdsink to only use 44100,16,2, since esd sucks at rate
39037         conversion and esdsink has had difficulty negotiating.
39038
39039 2004-01-27  Julien MOUTTE <julien@moutte.net>
39040
39041         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39042         (gst_play_seek_to_time): Fixing the way to get current position.
39043
39044 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39045
39046         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39047           use gst_element_get_time to get correct time
39048
39049 2004-01-27  Julien MOUTTE <julien@moutte.net>
39050
39051         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39052         fix ever... Inverting 2 lines of code make spider autoplug correctly
39053         tagged mp3 !
39054
39055 2004-01-27  David Schleef  <ds@schleef.org>
39056
39057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39058         Use gst_pad_try_set_caps_nonfixed().
39059
39060 2004-01-27  David Schleef  <ds@schleef.org>
39061
39062         * gst/ac3parse/gstac3parse.c: update to checklist 5
39063         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39064         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39065         * gst/audioscale/gstaudioscale.c: same
39066         * gst/auparse/gstauparse.c: same
39067         * gst/avi/gstavidemux.c: same
39068
39069 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39070
39071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39072           stop processing after EOS
39073
39074 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39075
39076         * gst/asfdemux/asfheaders.h:
39077         * gst/asfdemux/gstasfdemux.c:
39078         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39079         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39080         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39081           lot's of fixes to make data extraction simpler and get the code
39082           architecture and compiler independant. Add debugging category
39083         * gst/goom/gstgoom.c: (gst_goom_change_state):
39084           reset channel count on PAUSED=>READY, not READY=>PAUSED
39085
39086 2004-01-26  Colin Walters  <walters@verbum.org>
39087
39088         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39089         code to pull a bigger buffer in iradio mode.  This as a side effect
39090         makes typefinding work.
39091
39092 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39093
39094         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39095         Fix SVQ3 decoding on PPC
39096
39097 2004-01-26  Julien MOUTTE <julien@moutte.net>
39098
39099         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39100         that one managed to stay there... Fixed.
39101
39102 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39103
39104         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39105         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39106         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39107         (qtdemux_video_caps):
39108         * gst/qtdemux/qtdemux.h:
39109         Add SVQ3 specific flags to qtdemux and ffmpeg
39110
39111 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39112
39113         * gst-libs/gst/audio/audio.h:
39114           remove buffer-frames from audio caps
39115         * gst/audioconvert/gstaudioconvert.c:
39116           fix plugin to really work.
39117
39118 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39119
39120         * gst-libs/gst/mixer/mixer.c:
39121         * gst-libs/gst/propertyprobe/propertyprobe.c:
39122         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39123         (gst_tuner_find_channel_by_name):
39124         * gst-libs/gst/tuner/tuner.h:
39125           Add gtk-doc style comments. Also fix a function name.
39126
39127 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39128
39129         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39130         (gst_divxdec_negotiate):
39131           Fix for new capsnego - also fixes gst-player with divxdec.
39132
39133 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39134
39135         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39136         (gst_play_identity_handoff), (gst_play_set_location),
39137         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39138         try in visualization implementation. Still have an issue with switch
39139         blocking when pulling from video_queue and only audio comes out of
39140         spider.
39141         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39142         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39143         release method. And check if the pad is usable before pulling.
39144
39145 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39146
39147         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39148         (gst_videobalance_init),
39149         (gst_videobalance_colorbalance_list_channels),
39150         (gst_videobalance_colorbalance_set_value),
39151         (gst_videobalance_colorbalance_get_value),
39152         (gst_videobalance_update_properties),
39153         (gst_videobalance_update_tables_planar411),
39154         (gst_videobalance_planar411):
39155         * gst/videofilter/gstvideobalance.h:
39156           Implement lookup-tables. +/- 10x faster.
39157
39158 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39159
39160         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39161         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39162           The index reading was broken. The rest worked fine, but the whole
39163           goal of my rewrite was to make avidemux readable, and this was
39164           not at all readable. Please use typed variables.
39165
39166 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39167
39168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39169           Additional pad usability check.
39170         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39171         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39172         (gst_mp1videoparse_real_chain):
39173           Fix MPEG video stream parsing. The original plugin had several
39174           issues, including not timestamping streams where the source was
39175           not timestamped (this happens with PTS values in mpeg system
39176           streams, but MPEG video is also a valid stream on its own so
39177           that needs timestamps too). We use the display time code for that
39178           for now. Also, if one incoming buffer contains multiple valid
39179           frames, we push them all on correctly now, including proper EOS
39180           handling. Lastly, several potential segfaults were fixed, and we
39181           properly sync on new sequence/gop headers to include them in next,
39182           not previous frames (since they're header for the next frame, not
39183           the previous). Also see #119206.
39184         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39185         (bpf_from_header):
39186           Move caps setting so we only do it after finding several valid
39187           MPEG-1 fraes sequentially, not right after the first one (which
39188           might be coincidental).
39189         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39190         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39191         (plugin_init):
39192           Add unsynced MPEG video stream typefinding, and change some
39193           probability values so we detect streams rightly. The idea is as
39194           follows: I can have an unsynced system stream which contains
39195           video. In the current code, I would randomly get a type for either
39196           system or video stream type found, because the probabilities are
39197           being calculated rather randomly. I now use fixed values, so we
39198           always prefer system stream if that was found (and that is how it
39199           should be). If no system stream was found, we can still identity                the stream as video-only.
39200
39201 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39202
39203         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39204         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39205           don't write to buffer. Extract data without the need of
39206           __attribute__ ((packed))
39207
39208 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39209
39210         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39211         (mpeg1_sys_type_find):
39212           Fix MPEG-1 stream typefinding.
39213
39214 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39215
39216         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39217           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39218
39219 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39220
39221         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39222         * ext/esd/gstesd.c: (plugin_init):
39223           private debugging, better error reporting
39224
39225 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39226
39227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39228         (gst_riff_read_init), (gst_riff_read_change_state):
39229         * gst-libs/gst/riff/riff-read.h:
39230           Remove stuff fromold metadata system.
39231
39232 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39233
39234         * ext/ogg/gstoggdemux.c:
39235           Fix wrong file comment.
39236         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39237         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39238           Add metadata reading properly.
39239
39240 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39241
39242         * ext/Makefile.am:
39243           Fix nas DIST_SUBDIRS
39244           Uraeus:
39245           Fix bug where make distcheck doesn't get run on adding stuff to
39246           the build.
39247
39248 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39249
39250         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39251         * ext/divx/gstdivxdec.h:
39252           Fix divx3 ("msmpeg4") playback using divxdec.
39253
39254 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39255
39256         * gst/typefind/gsttypefindfunctions.c:
39257         (mp3_type_frame_length_from_header): fix bug in length computation
39258         (mp3_type_find): improve debugging output
39259
39260 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39261
39262         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39263         (gst_play_set_location), (gst_play_seek_to_time),
39264         (gst_play_set_audio_sink), (gst_play_set_visualization),
39265         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39266         the pipeline from scratch. Visualization is back and switch went out as
39267         i realized it was not possible to use the way i wanted.
39268         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39269         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39270         clearing in state change from READY to NULL. So that one can clean the
39271         X ressources keeping the element.
39272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39273         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39274         (gst_xvimagesink_colorbalance_set_value),
39275         (gst_xvimagesink_colorbalance_get_value),
39276         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39277         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39278         change from READY to NULL and fixed some stupid bugs in colorbalance
39279         get/set values. Also added the following feature : when nobody tries to
39280         set some values to the colorbalance levels before the xcontext is
39281         grabbed, then when creating channels list from Xv attributes we set the
39282         internal values to the Xv defaults. This way we handle buggy Xv drivers
39283         that set default hue values far from the middle of the range (Thanks
39284         to Jon Trowbridge for pointing that issue).
39285         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39286         colorbalance levels have been set before xcontext is grabbed.
39287
39288 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39289
39290         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39291           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39292           it might block operations (which is bad for a mixer).
39293
39294 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39295
39296         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39297         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39298         (gmip_find_type_pre):
39299         * gst-libs/gst/media-info/media-info-priv.h:
39300         * gst-libs/gst/media-info/media-info.c:
39301         (gst_media_info_instance_init), (gst_media_info_read_idler):
39302         add fakesink to get caps on decoder src pad again
39303         fix callback prototype to match new have_type signal signature
39304
39305 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39306
39307         * gst/adder/gstadder.c: (gst_adder_link):
39308           fix non-compile and cut-n-paste code
39309
39310 2004-01-21  David Schleef  <ds@schleef.org>
39311
39312         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39313         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39314         (gst_swfdec_init), (gst_swfdec_change_state):
39315         * ext/swfdec/gstswfdec.h:
39316         Fix negotiation.
39317         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39318         (gst_adder_request_new_pad): Fix negotiation.
39319         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39320         Add a fixate function.
39321         * gst/intfloat/gstfloat2int.c:
39322         * gst/intfloat/gstfloat2int.h:
39323         * gst/intfloat/gstint2float.c:
39324         * gst/intfloat/gstint2float.h:
39325         Completely rewrite the negotiation.  Doesn't quite work yet,
39326         due to some buffer-frames problem.
39327
39328 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39329
39330         * ext/gnomevfs/gstgnomevfssrc.c:
39331         * sys/v4l2/v4l2_calls.h:
39332           fix includes for distcheck
39333
39334 2004-01-21  Christian Schaller <uraeus@gnome.org>
39335
39336         * ext/nas/
39337         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39338         based on earlier patch from Laurent Vivier
39339
39340 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39341
39342         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39343         Fix wma caps property
39344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39345         Fix typo (flags1 and flags2)
39346
39347 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39348
39349         * gst-libs/gst/media-info/media-info-priv.c:
39350         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39351         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39352         (gmip_find_stream), (gmip_find_track_metadata),
39353         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39354         (gmip_find_track_format):
39355         * gst-libs/gst/media-info/media-info-priv.h:
39356         * gst-libs/gst/media-info/media-info-test.c: (main):
39357         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39358         (gst_media_info_read_idler), (gst_media_info_read):
39359         * gst-libs/gst/media-info/media-info.h:
39360           register debugging category and use it for debugging
39361
39362 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39363
39364         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39365         (gst_vorbisfile_new_link):
39366           signal streaminfo through tags
39367
39368 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39369
39370         * ext/mplex/gstmplex.cc:
39371         * ext/mplex/gstmplexibitstream.cc:
39372           g++ doesn't like NULL in our i18n/error macros, should be
39373           either (NULL) or ("").
39374
39375 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39376
39377         * sys/dxr3/dxr3audiosink.c:
39378         * sys/dxr3/dxr3init.c:
39379         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39380         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39381           Fix more error error error errors (missing includes here).
39382
39383 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39384
39385         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39386           fix thomas' error errors.
39387
39388 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39389
39390         * ext/mpeg2enc/gstmpeg2enc.cc:
39391           fix error errors.
39392
39393 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39394
39395         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39396         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39397           Fix for new error system.
39398
39399 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39400
39401         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39402           fix for new error reporting
39403
39404 2004-01-20  David Schleef  <ds@schleef.org>
39405
39406         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39407         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39408         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39409         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39410         and neither is 100+, most likely.
39411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39412         (gst_xvimagesink_getcaps): same
39413
39414 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39415
39416         * configure.ac:
39417           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39418           clashes with ffmpeg.
39419
39420 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39421
39422         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39423         (gst_switch_init): Fixed switch element : proxying link and setting
39424         caps from src to sink on request.
39425
39426 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39427
39428         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39429         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39430         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39431         fix element_error
39432
39433 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39434
39435         * sys/v4l/v4l_calls.h:
39436         * sys/v4l2/v4l2_calls.h:
39437           element_error fixes
39438
39439 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39440
39441         * gst-libs/gst/gst-i18n-plugin.h:
39442           add locale.h
39443           remove config.h inclusion
39444
39445 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39446
39447         * autogen.sh:
39448           adding autopoint invocation
39449         * Makefile.am:
39450         * configure.ac:
39451         * gst-libs/gst/gettext.h:
39452           adding gettext bits
39453         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39454         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39455         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39456         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39457         (gst_gnomevfssink_close_file):
39458         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39459         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39460         * gst-libs/gst/gst-i18n-plugin.h:
39461         * gst/avi/gstavi.c: (plugin_init):
39462         * sys/dxr3/dxr3init.c: (plugin_init):
39463         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39464         * sys/oss/gstossaudio.c: (plugin_init):
39465         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39466         * sys/v4l/gstv4l.c: (plugin_init):
39467         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39468         * sys/v4l2/gstv4l2.c: (plugin_init):
39469         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39470         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39471         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39472         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39473         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39474         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39475           make sure locale and translation domain are set
39476           fix translated strings
39477         * po/.cvsignore:
39478         * po/LINGUAS:
39479         * po/Makevars:
39480         * po/POTFILES.in:
39481         * po/nl.po:
39482           put translation files into place
39483         * sys/xvideo/imagetest.c: (main):
39484         * ext/dv/demo-play.c: (main):
39485           fix unnecessary translations
39486
39487 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39488
39489         * ext/sndfile/gstsf.c:
39490         * gst/avi/gstavimux.c:
39491         * ext/audiofile/gstafsink.c:
39492         * ext/audiofile/gstafsrc.c:
39493         * ext/gnomevfs/gstgnomevfssink.c:
39494         * ext/gnomevfs/gstgnomevfssrc.c:
39495         * sys/oss/gstosselement.c:
39496         * sys/v4l/v4l_calls.h:
39497           fix i18n include
39498
39499 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39500
39501         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39502         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39503         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39504         (gst_v4l2_get_output), (gst_v4l2_set_output),
39505         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39506         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39507         (gst_v4l2_set_attribute):
39508         update to new error handling
39509
39510 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39511
39512         * ext/sidplay/gstsiddec.cc:
39513         * gst/modplug/gstmodplug.cc:
39514           parenthese NULL because C++ seems angry about it
39515
39516 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39517
39518         * gst-libs/gst/gst-i18n-plugin.h:
39519           add skeleton i18n stuff, but needs to be further implemented
39520
39521 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39522
39523         * examples/gstplay/player.c: (main):
39524         * ext/aalib/gstaasink.c: (gst_aasink_open):
39525         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39526         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39528         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39529         (gst_afsink_close_file):
39530         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39531         (gst_afsrc_close_file):
39532         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39533         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39534         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39535         * ext/esd/esdmon.c: (gst_esdmon_get):
39536         * ext/esd/esdsink.c: (gst_esdsink_chain):
39537         * ext/faac/gstfaac.c: (gst_faac_chain):
39538         * ext/faad/gstfaad.c: (gst_faad_chain):
39539         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39540         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39541         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39542         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39543         (gst_flacdec_loop):
39544         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39545         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39546         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39547         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39548         (gst_gnomevfssink_close_file):
39549         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39550         (gst_gnomevfssrc_open_file):
39551         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39552         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39553         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39554         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39555         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39556         * ext/mad/gstmad.c: (gst_mad_chain):
39557         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39558         * ext/mpeg2dec/gstmpeg2dec.c:
39559         * ext/mpeg2enc/gstmpeg2enc.cc:
39560         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39561         * ext/mplex/gstmplex.cc:
39562         * ext/mplex/gstmplexibitstream.cc:
39563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39564         (gst_ogg_demux_push), (gst_ogg_pad_push):
39565         * ext/raw1394/gstdv1394src.c:
39566         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39567         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39568         * ext/sidplay/gstsiddec.cc:
39569         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39570         (gst_sf_loop):
39571         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39572         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39573         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39575         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39576         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39577         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39578         * gst-libs/gst/Makefile.am:
39579         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39580         (gst_riff_read_element_data), (gst_riff_read_seek),
39581         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39582         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39584         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39585         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39586         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39587         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39588         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39589         * gst/goom/gstgoom.c: (gst_goom_chain):
39590         * gst/id3/gstid3types.c: (gst_id3types_loop):
39591         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39592         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39593         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39594         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39595         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39596         (gst_ebml_read_float), (gst_ebml_read_header):
39597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39598         (gst_matroska_demux_parse_blockgroup):
39599         * gst/modplug/gstmodplug.cc:
39600         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39601         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39602         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39603         * gst/silence/gstsilence.c: (gst_silence_get):
39604         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39605         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39606         * gst/speed/gstspeed.c: (speed_loop):
39607         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39608         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39609         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39610         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39611         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39612         (gst_wavparse_loop):
39613         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39614         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39615         (dxr3audiosink_close):
39616         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39617         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39618         (dxr3videosink_close), (dxr3videosink_write_data):
39619         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39620         * sys/oss/gstosselement.h:
39621         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39622         (gst_osssink_chain):
39623         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39624         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39625         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39626         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39627         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39628         (gst_v4l_enable_overlay):
39629         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39630         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39631         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39632         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39633         (gst_v4l_set_audio):
39634         * sys/v4l/v4l_calls.h:
39635         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39636         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39637         (gst_v4lmjpegsink_playback_init),
39638         (gst_v4lmjpegsink_playback_start):
39639         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39640         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39641         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39642         (gst_v4lmjpegsrc_requeue_frame):
39643         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39644         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39645         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39646         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39647         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39648         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39649         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39650         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39651         (gst_v4l2src_capture_stop):
39652         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39653         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39654         (gst_ximagesink_chain):
39655         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39656         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39657         (gst_xvideosink_xwindow_new):
39658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39659         (gst_xvimagesink_chain):
39660         use new error signal, function and categories
39661
39662 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39663
39664         * configure.ac:
39665         * ext/Makefile.am:
39666         * ext/musicbrainz/gsttrm.c:
39667         * ext/musicbrainz/gsttrm.h:
39668         * ext/musicbrainz/Makefile.am:
39669         Add a trm plugin
39670
39671 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39672
39673         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39674         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39675         synchronous property for debugging.
39676         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39678         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39679         smaller block, fixing indent.
39680
39681 2004-01-16  David Schleef  <ds@schleef.org>
39682
39683         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39684         property affects the video stream.
39685         * sys/xvimage/xvimagesink.c:
39686         * sys/xvimage/xvimagesink.h:
39687         Add synchronous property for debugging.  Should probably be
39688         disabled in non-CVS builds.  Make sure that the Xv attribute
39689         exists before we set it (crash!).  Fix a silly float bug that
39690         caused colorbalance to just not work.
39691
39692 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39693
39694         * tools/gst-launch-ext.in - update for new plugins
39695
39696 2004-01-16  David Schleef  <ds@schleef.org>
39697
39698         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39699         already-freed caps.
39700
39701 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39702
39703         * Update spec for new colorspace plugin and libcaca plugin
39704         * Fix compilation of libcaca plugin (clock -> id)
39705
39706 2004-01-16  Julien MOUTTE <julien@moutte.net>
39707
39708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39709         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39710         (gst_xvimagesink_set_xwindow_id),
39711         (gst_xvimagesink_colorbalance_set_value),
39712         (gst_xvimagesink_colorbalance_get_value),
39713         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39714         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39715         correct colorbalance properties. They can now be set when the element
39716         is still in NULL state. The values will be committed to the Xv Port
39717         when xcontext is initialized.
39718         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39719         brightness int values in the GstXvImagesink structure.
39720
39721 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39722
39723         * gst-libs/gst/Makefile.am:
39724           restructure so having local patches works easier.
39725
39726 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39727
39728         * ext/mpeg2enc/Makefile.am:
39729         * ext/mpeg2enc/gstmpeg2enc.cc:
39730         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39731           Bugfix with respect to EOS handling.
39732
39733 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39734
39735         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39736           Link with right caps (else, it segfaults).
39737         * ext/mplex/gstmplexjob.cc:
39738           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39739
39740 2004-01-15  David Schleef  <ds@schleef.org>
39741
39742         * gst-libs/gst/audio/Makefile.am:
39743         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39744         from the template.
39745         * gst-libs/gst/audio/gstaudiofilter.c:
39746         * gst-libs/gst/audio/gstaudiofilter.h:
39747         Add bytes_per_sample and size and n_samples calculation.
39748         * gst-libs/gst/audio/gstaudiofilterexample.c:
39749         Remove, now autogenerated.
39750         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39751         Moved from gstaudiofilterexample, object name changed, code added
39752         so that it actually works.
39753         * gst-libs/gst/audio/make_filter:
39754         Script to build an audiofilter subclass from the template.
39755         * gst/colorspace/Makefile.am:
39756         * gst/colorspace/yuv2yuv.c:
39757         Remove file, since it's GPL, and we don't use it.
39758
39759 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39760
39761         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39763         them use the buffer free function to test how the buffer was allocated.
39764
39765 2004-01-15  David Schleef  <ds@schleef.org>
39766
39767         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39768         that handles osssink fallback.
39769         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39770         (gst_audio_convert_getcaps):
39771         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39772         Add audio/x-qdm2 for QDM2 audio.
39773         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39774         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39775         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39776         Decrease minimum size to 16x16.
39777         * gst/wavparse/gstwavparse.c:
39778         Convert disabled pad template caps to new caps.
39779         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39781         (gst_xvimagesink_chain): Throw element error when display cannot
39782         be opened.  Increase minimum framerate to 1.0.  Check the data
39783         free function on a buffer to make sure it is the type we expect
39784         before manipulating it.
39785
39786 2004-01-15  Julien MOUTTE <julien@moutte.net>
39787
39788         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39789         (gst_videobalance_colorbalance_set_value): Implement passthru if
39790         settings are in the middle.
39791         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39792
39793 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39794
39795         * gst/videofilter/Makefile.am:
39796         * gst/volume/Makefile.am:
39797           Since we use videofilter symbols, link to it.
39798
39799 2004-01-15  Julien MOUTTE <julien@moutte.net>
39800
39801         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39802         mixer interface type to HARDWARE.
39803         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39804         type to SOFTWARE.
39805         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39806         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39807         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39808         (gst_volume_interface_init), (gst_volume_list_tracks),
39809         (gst_volume_set_volume), (gst_volume_get_volume),
39810         (gst_volume_set_mute), (gst_volume_mixer_init),
39811         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39812         (volume_init): Implementing mixer interface.
39813         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39814         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39815         (gst_osselement_change_state): Removing some trailing commas in
39816         structures.
39817         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39818         interface type to HARDWARE.
39819         * sys/v4l/gstv4lcolorbalance.c:
39820         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39821         type to HARDWARE.
39822         * sys/v4l2/gstv4l2colorbalance.c:
39823         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39824         interface type to HARDWARE.
39825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39826         same code than ximagesink for event handling.
39827
39828 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39829
39830         * ext/snapshot/Makefile.am:
39831         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39832         (gst_snapshot_chain):
39833         * ext/snapshot/gstsnapshot.h:
39834           This has to be a joke... Snapshot should be connected to a tee,
39835           colorspace element before it and EOS after that, where the other
39836           src of the tee receives normal data.
39837           The current way is *wrong*.
39838
39839 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39840
39841         * ext/hermes/gsthermescolorspace.c:
39842           Fix another compile error. Same as below.
39843
39844 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39845
39846         * gst/colorspace/gstcolorspace.c:
39847         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39848         (gst_colorspace_i420_to_yv12):
39849           Fix compiling... Didn't test if it actually works.
39850
39851 2004-01-15  David Schleef  <ds@schleef.org>
39852
39853         * configure.ac:
39854         * gst/colorspace/Makefile.am:
39855         * gst/colorspace/gstcolorspace.c:
39856         * gst/colorspace/gstcolorspace.h:
39857         * gst/colorspace/yuv2rgb.c:
39858         * gst/colorspace/yuv2rgb.h:
39859         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39860         code and GPL code.  Fix for new caps negotiation.  Rewrite
39861         much of the format handling code, and some of the conversion
39862         code.  Basically, rewrote almost everything.  This element
39863         handles I420, YV12 to RGB conversions.
39864         * ext/hermes/Makefile.am:
39865         * ext/hermes/gsthermescolorspace.c:
39866         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39867         Remove non-Hermes related code.  This element handles lots of
39868         RGB to RGB conversions, but no YUV.
39869         * ext/hermes/gstcolorspace.c:
39870         * ext/hermes/gstcolorspace.h:
39871         * ext/hermes/rgb2yuv.c:
39872         * ext/hermes/yuv2rgb.c:
39873         * ext/hermes/yuv2rgb.h:
39874         * ext/hermes/yuv2rgb_mmx16.s:
39875         * ext/hermes/yuv2yuv.c:
39876         * ext/hermes/yuv2yuv.h:
39877         Remove old code.
39878
39879 2004-01-14  Colin Walters  <walters@verbum.org>
39880
39881         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39882         they've already been.
39883
39884 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39885
39886         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39887           assume tag mode when pad is not connected
39888
39889 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39890
39891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39892           Don't update the time of the clock
39893         (gst_alsa_sink_loop):
39894           sync to the clock given to alsasink, not the own clock
39895         * sys/oss/gstosssink.c: (gst_osssink_chain):
39896           sync to the clock
39897         (gst_osssink_change_state):
39898           activate the clock
39899         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39901           remove bogus code that made DISCONT events unhandled
39902         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39903           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39904           #131502)
39905         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39906         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39907         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39908           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39909           2nd warning in bug #131502)
39910
39911 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39912
39913         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39914         (gst_videobalance_colorbalance_set_value),
39915         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39916         for colorbalance interface implementation.
39917         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39918         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39919         (gst_ximagesink_dispose), (gst_ximagesink_init),
39920         (gst_ximagesink_class_init): Adding DISPLAY property.
39921         * sys/ximage/ximagesink.h: Adding display_name to store display.
39922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39923         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39924         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39925         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39926         properties (they still need polishing though for gst-launch use : no
39927         xcontext yet, i ll do that tomorrow).
39928         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39929
39930 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39931
39932         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39933         (gst_play_set_location), (gst_play_set_visualization): Preparing
39934         switch integration, adding videobalance in the pipeline.
39935
39936 2004-01-14  Julien MOUTTE <julien@moutte.net>
39937
39938         * gst-libs/gst/colorbalance/colorbalance.c:
39939         (gst_color_balance_class_init): Adding a default type.
39940         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39941         the type.
39942         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39943         (gst_videobalance_dispose), (gst_videobalance_class_init),
39944         (gst_videobalance_init), (gst_videobalance_interface_supported),
39945         (gst_videobalance_interface_init),
39946         (gst_videobalance_colorbalance_list_channels),
39947         (gst_videobalance_colorbalance_set_value),
39948         (gst_videobalance_colorbalance_get_value),
39949         (gst_videobalance_colorbalance_init): Implementing colorbalance
39950         interface.
39951         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39952         list.
39953         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39954         bug which was triggering a BadAccess X error when setting an overlay
39955         before pad was really negotiated.
39956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39957         Using the colorbalance type macro.
39958
39959 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39960
39961         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39962         (gst_flacenc_chain):
39963           handle tags correctly
39964         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39965           extract ID3v1 tags correctly
39966
39967 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39968
39969         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39970         (plugin_init):
39971           Improve matroska typefinding for odd-typed headers...
39972
39973 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39974
39975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39976           Fix for using incremental number on padnames.
39977
39978 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39979
39980         * ext/divx/gstdivxdec.c:
39981         * ext/divx/gstdivxenc.c:
39982           Set category to divx4linux instead of divx (too generic).
39983         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39984         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39985         (gst_wavparse_loop), (gst_wavparse_change_state):
39986         * gst/wavparse/gstwavparse.h:
39987           fix parsing of WAV files with non-standard fmt-tag size and fix
39988           skipping of unrecognized chunks... Someone please fix this thing
39989           to use rifflib so all this is automated.
39990         * sys/v4l/Makefile.am:
39991         * sys/v4l2/Makefile.am:
39992           Add X_CFLAGS because we depend on X (for overlay).
39993
39994 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39995
39996         * ext/mpeg2dec/gstmpeg2dec.c:
39997           Don't issue a timestamp unless we tagged the frame
39998           with a PTS.
39999
40000 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40001
40002         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40003           Query the audio element to get the time, not the clock. We're
40004           interested in the element's time here.
40005
40006 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40007
40008         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40010         * ext/esd/esdsink.c: (gst_esdsink_chain):
40011         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40012         * ext/mas/massink.c: (gst_massink_chain):
40013         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40014         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40015         (gst_matroska_demux_parse_metadata):
40016         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40017         (gst_mpeg_parse_release_locks):
40018         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40019         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40020         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40021         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40022         (gst_osssink_change_state):
40023         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40024         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40025         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40026         (gst_xvideosink_release_locks):
40027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40028           use element time.
40029         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40030         (gst_alsa_clock_stop):
40031         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40032         (gst_audio_clock_get_internal_time):
40033           simplify for use with new clocking code.
40034         * testsuite/alsa/Makefile.am:
40035         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40036           fix testsuite for new caps system
40037
40038 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40039
40040         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40041         * ext/flac/gstflacenc.c: (add_one_tag):
40042           length is already host endian, no need to convert. Fixes playback of
40043           tagged files on PPC. (bug #128384)
40044
40045 2004-01-13  Julien MOUTTE <julien@moutte.net>
40046
40047         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40048         colorbalance interface stating if it is hardware based or software
40049         based.
40050         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40051         Removing a trailing comma.
40052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40053         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40054         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40055         the documentation seems to be wrong on the -1000 to 1000 interval.
40056
40057 2004-01-12  David Schleef  <ds@schleef.org>
40058
40059         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40060         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40061         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40062         Fix negotiation.  Add a bufferalloc function for the sink pad,
40063         and generally clean up some of the code.
40064
40065 2004-01-12  Julien MOUTTE <julien@moutte.net>
40066
40067         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40068         (gst_color_balance_channel_dispose): Adding safety check in dispose
40069         method.
40070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40071         (gst_xvimagesink_xcontext_clear),
40072         (gst_xvimagesink_interface_supported),
40073         (gst_xvimagesink_colorbalance_list_channels),
40074         (gst_xvimagesink_colorbalance_set_value),
40075         (gst_xvimagesink_colorbalance_get_value),
40076         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40077         Adding colorbalance interface support to set XV parameters such as
40078         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40079         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40080         interface.
40081
40082 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40083
40084         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40085         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40086         (gst_audio_convert_init), (gst_audio_convert_set_property),
40087         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40088         (gst_audio_convert_link),
40089         (gst_audio_convert_buffer_to_default_format),
40090         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40091           - implement _getcaps and use it
40092           - improve linking
40093           - remove float caps since no float conversion is actually done
40094           - remove properties and arguments that were to be used for rate
40095             conversion
40096
40097 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40098
40099         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40100         (gst_audio_structure_set_int):
40101         * gst-libs/gst/audio/audio.h:
40102           add helper functions for _getcaps matching the standard audio
40103           templates
40104
40105 2004-01-12  David Schleef  <ds@schleef.org>
40106
40107         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40108         Test that pad is negotiated before getting its caps.
40109
40110 2004-01-12  Julien MOUTTE <julien@moutte.net>
40111
40112         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40113         analyzing the pads of an element the bin is mostly in READY state so
40114         no caps were negotiated. This helper function needs to work with
40115         _get_caps directly then. I was not freeing them though, added that to
40116         fix the mem leak.
40117
40118 2004-01-12  Julien MOUTTE <julien@moutte.net>
40119
40120         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40122         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40123         than the free_func.
40124
40125 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40126
40127         * sys/oss/gstossaudio.c: (plugin_init):
40128         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40129         * sys/oss/gstosselement.h:
40130           make an oss debugging category
40131           make failure more descriptive
40132
40133 2004-01-11  David Schleef  <ds@schleef.org>
40134
40135         * ext/ffmpeg/gstffmpeg.c:
40136         * ext/ffmpeg/gstffmpegcodecmap.c:
40137         * ext/ffmpeg/gstffmpegdec.c:
40138         * ext/ffmpeg/gstffmpegenc.c:
40139         * ext/ffmpeg/gstffmpegprotocol.c:
40140         * ext/gdk_pixbuf/gstgdkanimation.c:
40141         * ext/jpeg/gstjpeg.c:
40142         * ext/libpng/gstpng.c:
40143         * ext/mpeg2dec/perftest.c:
40144         * ext/speex/gstspeex.c:
40145         * gst-libs/gst/resample/dtos.c:
40146         * gst/intfloat/gstintfloatconvert.c:
40147         * gst/oneton/gstoneton.c:
40148         * gst/rtjpeg/RTjpeg.c:
40149         * gst/rtp/gstrtp.c:
40150         * sys/dxr3/dxr3init.c:
40151         * sys/glsink/gstgl_nvimage.c:
40152         * sys/glsink/gstgl_pdrimage.c:
40153         * sys/glsink/gstglsink.c:
40154         * testsuite/gst-lint:
40155         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40156
40157 2004-01-11  David Schleef  <ds@schleef.org>
40158
40159         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40160         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40161         * ext/gdk_pixbuf/gstgdkanimation.c:
40162         (gst_gdk_animation_iter_create_pixbuf):
40163         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40164         (gst_gdk_pixbuf_chain):
40165         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40166         * ext/jack/gstjack.c: (gst_jack_change_state):
40167         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40168         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40169         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40170         * gst/videofilter/gstvideofilter.c:
40171         (gst_videofilter_set_output_size):
40172         Remove all usage of gst_pad_get_caps(), and replace it with
40173         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40174
40175 2004-01-11  David Schleef  <ds@schleef.org>
40176
40177         * configure.ac:
40178         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40179         * ext/divx/gstdivxdec.c:
40180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40181         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40182         handle images that span multiple buffers.  Now work with both
40183         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40184         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40185         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40186         video/video.h changes
40187         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40188         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40189         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40190         of GstData free function.
40191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40192         same.
40193
40194 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40195
40196         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40197         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40198         (gst_v4l2element_get_property):
40199         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40200           add norm, channel and frequency properties.
40201         * sys/v4l2/gstv4l2tuner.c:
40202           fixes for tuner interface changes
40203         * sys/v4l2/gstv4l2element.h:
40204         * sys/v4l2/gstv4l2src.c:
40205         * sys/v4l2/gstv4l2src.h:
40206         * sys/v4l2/v4l2src_calls.c:
40207         * sys/v4l2/v4l2src_calls.h:
40208           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40209
40210 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40211
40212         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40213         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40214         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40215         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40216         * gst-libs/gst/tuner/tuner.h:
40217           GObjects aren't const.
40218           Add find_by_name functions.
40219           Add checks to _changed functions.
40220         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40221         (gst_v4l_tuner_get_norm):
40222           Fixes for above.
40223
40224 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40225
40226         * gst-libs/gst/video/video.h:
40227           Fix caps template names to be understandable.
40228           Prefix everything with GST_VIDEO.
40229         * ext/aalib/gstaasink.c:
40230         * ext/divx/gstdivxdec.c:
40231         * ext/divx/gstdivxenc.c:
40232         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40233         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40234         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40235         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40236         * ext/libcaca/gstcacasink.c:
40237         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40238         * ext/snapshot/gstsnapshot.c:
40239         * ext/swfdec/gstswfdec.c:
40240         * ext/xvid/gstxviddec.c:
40241         * ext/xvid/gstxvidenc.c:
40242         * gst/chart/gstchart.c:
40243         * gst/deinterlace/gstdeinterlace.c:
40244         * gst/effectv/gsteffectv.c:
40245         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40246         * gst/goom/gstgoom.c:
40247         * gst/median/gstmedian.c:
40248         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40249         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40250         * gst/overlay/gstoverlay.c:
40251         * gst/smooth/gstsmooth.c:
40252         * gst/smpte/gstsmpte.c:
40253         * gst/synaesthesia/gstsynaesthesia.c:
40254         * gst/videocrop/gstvideocrop.c:
40255         * gst/videodrop/gstvideodrop.c:
40256         * gst/y4m/gsty4mencode.c:
40257         * sys/qcam/gstqcamsrc.c:
40258         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40259           Make them work with new video.h file.
40260         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40261         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40263         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40264           Make it work with new buffer allocation system.
40265
40266 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40267
40268         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40269         pad_alloc_buffer implementation to use ->srcpad
40270         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40271         pad_alloc_buffer implementation to use ->srcpad
40272         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40273         pad_alloc_buffer implementation to use ->srcpad
40274         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40275         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40276         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40277         a reference to everything we need.
40278         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40280         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40281         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40282         a reference to everything we need.
40283         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40284
40285 2004-01-11  David Schleef  <ds@schleef.org>
40286
40287         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40288         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40289         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40290         structure members.
40291         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40292         value during a resize/renegotiation.
40293         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40294         gst_pad_alloc_buffer();
40295         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40296         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40297         structure members.
40298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40299         Fix for rename of buffer private structure members.
40300         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40301         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40302         Fix for rename of buffer private structure members.
40303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40304         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40305         Fix for rename of buffer private structure members.
40306
40307 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40308
40309         reviewed by: David Schleef <ds@schleef.org>
40310
40311         * gst/videofilter/Makefile.am:
40312         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40313         from the patch by ds to fit in with recent make_filter changes.
40314
40315 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40316
40317         * configure.ac: Adding examples/switch/Makefile
40318         * examples/Makefile.am: Adding examples/switch
40319         * examples/switch/Makefile.am: Adding switcher example.
40320         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40321         (switch_timer), (main): Adding an example demonstrating switch usage
40322         with 2 videotestsrc showing different patterns.
40323         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40324         (gst_switch_init): Fixing switch with the new caps system.
40325
40326 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40327
40328         * gst-libs/gst/video/video.h:
40329           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40330           They should probably be like
40331           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40332
40333 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40334
40335         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40336         (qtdemux_parse_trak):
40337           fix audio chunk size/timestamp calculation
40338
40339 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40340
40341         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40342           fix SVQ3 caps
40343
40344 2004-01-11  Steve Baker  <steve@stevebaker.org>
40345
40346         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40347         (gst_agingtv_base_init), (gst_agingtv_class_init),
40348         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40349         (gst_agingtv_set_property), (gst_agingtv_get_property):
40350         Port agingTV to videofilter
40351
40352 2004-01-09  Julien MOUTTE <julien@moutte.net>
40353
40354         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40355         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40356
40357 2004-01-09  Julien MOUTTE <julien@moutte.net>
40358
40359         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40360         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40361         * gst-libs/gst/xoverlay/xoverlay.c:
40362         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40363         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40364         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40365         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40366         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40367         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40368         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40369         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40370         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40371         interface implementation to handle xid being 0 and fix some bugs
40372         triggered by Benjamin's testcase.
40373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40374         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40375         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40376         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40377         interface implementation to handle xid being 0 and fix some bugs
40378         triggered by Benjamin's testcase.
40379
40380 2004-01-09  David Schleef  <ds@schleef.org>
40381
40382         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40383         mouse pointer events.  It works.
40384
40385 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40386
40387         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40388           Use explicit caps - fix capsnego.
40389         * ext/xvid/gstxviddec.c:
40390         * ext/xvid/gstxvidenc.c:
40391           Remove macro-inside-macro which caused compile errors.
40392         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40393           Error out if it's not a RIFF file. Else we error out without
40394           gst_element_error() which is not good...
40395
40396 2004-01-08  David Schleef  <ds@schleef.org>
40397
40398         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40399         Fix pad_link function to handle formats that ffmpeg returns
40400         as multiple caps structures.
40401         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40402         Only complain if source buffer is _smaller_ than expected.
40403         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40404         (gst_videoscale_handle_src_event): Resize navigation events
40405         when passing them upstream.
40406         * gst/videotestsrc/gstvideotestsrc.c:
40407         * gst/videotestsrc/gstvideotestsrc.h:
40408         * gst/videotestsrc/videotestsrc.c:
40409         * gst/videotestsrc/videotestsrc.h:
40410         Rewrite many of the buffer painting functions to handle odd
40411         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40412         been verified to work with my video card.
40413         * testsuite/gst-lint:  Add check for elements calling
40414         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40415
40416 2004-01-08  David Schleef  <ds@schleef.org>
40417
40418         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40419         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40420
40421 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40422
40423         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40424         configure event is not emiting the desired size signal. That fixes
40425         aspect ratio issues with gst-player.
40426
40427 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40428
40429         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40430           Fix capsnego.
40431
40432 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40433
40434         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40435         public method to fire size signal.
40436
40437 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40438
40439         * examples/gstplay/Makefile.am: Adding the interface library.
40440         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40441         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40442         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40443         GST_IS_X_OVERLAY before signal connect.
40444         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40445         Removing the have_video_size signal.
40446         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40447         and associated public method.
40448         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40449         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40450         signal.
40451         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40452         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40453         signal.
40454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40455         Using XOverlay public method to fire size signal.
40456
40457 2004-01-07  David Schleef  <ds@schleef.org>
40458
40459         * gst/videofilter/Makefile.am:
40460         * gst/videofilter/gstvideotemplate.c:
40461         * gst/videofilter/make_filter:
40462         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40463         Convert make_filter to /bin/sh script.
40464
40465 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40466
40467         * gst/modplug/gstmodplug.cc: fix element description
40468
40469 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40470
40471         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40472         (got_video_size): Adding some new lines in g_print calls.
40473         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40474         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40475         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40476         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40477         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40478         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40479         Complete code review, reverting some stuff i disagree with, adding
40480         some fixes : time synchronization on invalid timestamps, renegotiation
40481         of private window.
40482         * sys/ximage/ximagesink.h:
40483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40484         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40485         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40486         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40487         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40488         (gst_xvimagesink_buffer_new),
40489         (gst_xvimagesink_navigation_send_event),
40490         (gst_xvimagesink_set_xwindow_id),
40491         (gst_xvimagesink_get_desired_size),
40492         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40493         stuff i disagree with, adding some fixes : Renegotiation of private
40494         window, implementing get_desired_size.
40495
40496 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40497
40498         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40499         (gst_afsink_handle_event):
40500         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40501         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40502         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40503         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40504         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40505           Fix for instantiate-test (see core). Also remove dead code from
40506           jpegenc (which still needs fixing, but that's lower on my TODO
40507           list...).
40508         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40509           Never return NULL as caps.
40510
40511 2004-01-07  David Schleef  <ds@schleef.org>
40512
40513         * configure.ac:
40514         * ext/Makefile.am:
40515         * ext/librfb/Makefile.am:
40516         * ext/librfb/gstrfbsrc.c:
40517         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40518         is the protocol used by VNC.
40519
40520 2004-01-07  David Schleef  <ds@schleef.org>
40521
40522         * gst/videofilter/gstvideotemplate.c:
40523         * gst/videofilter/gstvideotemplate.h:
40524         * gst/videofilter/make_filter:
40525         Merge videotemplate header into source file.
40526         * gst/effectv/Makefile.am:
40527         * gst/effectv/gsteffectv.c: (plugin_init):
40528         * gst/effectv/gstwarp.c:
40529         Make warpTV a subclass of videofilter.
40530
40531 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40532
40533         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40534           Add guard against invalid utf-8 conversions in mad. Just in case.
40535
40536 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40537
40538         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40539           Fix for bug shown by poisoning
40540
40541 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40542
40543         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40544         (gst_v4lmjpegsrc_buffer_free):
40545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40546         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40547         (gst_v4lsrc_buffer_free):
40548           Fix for removed bufferpools.
40549
40550 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40551
40552         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40553         Fix caps negotiation.
40554
40555         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40556         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40557         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40558         (dvdnavsrc_event):
40559         * ext/mpeg2dec/gstmpeg2dec.c:
40560         * gst-libs/gst/navigation/navigation.c:
40561         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40562         * gst-libs/gst/navigation/navigation.h:
40563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40564         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40566         Super-simple first version of mouse and keyboard events. Clicking
40567         on a DVD menu now works, although it may not take you where you
40568         expected.
40569
40570         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40571         * gst/videotestsrc/gstvideotestsrc.c:
40572         (gst_videotestsrc_src_fixate):
40573         These fixate functions were broken - they never actually
40574         fixated :)
40575
40576 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40577
40578         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40579         (gst_icecastsend_init):
40580           fix for new caps system.
40581         * gst-libs/gst/mixer/mixertrack.h:
40582         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40583           Add 'master track' flag (for tools like ACME that only want to
40584           change the main volume).
40585
40586 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40587
40588         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40589         (gst_xvid_csp_to_caps):
40590         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40591         * ext/xvid/gstxvidenc.c:
40592         ifdef out ARGB type when it isn't available
40593         in xvidcore 1.0.0beta2
40594
40595 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40596
40597         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40598           When we have received a new SCR right in the first buffer after
40599           a seek (so in the same cycle that handles the discont), we should
40600           handle the buffer instead of unreffing it, else we lose data.
40601
40602 2004-01-06  Iain <iain@prettypeople.org>
40603
40604         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40605           buffer-frames caps too.
40606
40607         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40608           caps that we need, don't destroy them all and rebuild them. And when
40609           creating src pads, use the src pad template rather than the sink...
40610
40611 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40612
40613         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40614           Add pad to element *after* setting functions such as event handler.
40615           Without this, the scheduler (opt) will link pads, set the event
40616           handler from the default event function (dispatcher in gstpad.c)
40617           and *after* that, we will set our own event function, which will
40618           thus never be used (and thus mpegdemux doesn't handle events).
40619
40620 2004-01-04  David Schleef  <ds@schleef.org>
40621
40622         Fix the fixate functions to handle new prototype:
40623         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40624         * gst/videotestsrc/gstvideotestsrc.c:
40625         (gst_videotestsrc_src_fixate):
40626         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40627         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40629
40630 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40631
40632         * sys/ximage/ximagesink.h:
40633         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40634         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40635         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40636         (gst_ximagesink_xoverlay_init):
40637           assorted fixes to make (re)embedding work
40638         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40639         (gst_ximagesink_get_desired_size):
40640           implement desired size additions to XOverlay
40641
40642 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40643
40644         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40645         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40646         (gst_x_overlay_got_desired_size):
40647         * gst-libs/gst/xoverlay/xoverlay.h:
40648           Add optional "desired size" signal and querying.
40649
40650 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40651
40652         * gst/matroska/matroska-demux.c:
40653         (gst_matroska_demux_parse_blockgroup):
40654           Fix EBML-laced block parsing. Diffs are relative to previous
40655           lace, not the first lace. Thanks to Mosu from the Matroska
40656           team for detecting this.
40657         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40658         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40659         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40660         (gst_wavparse_change_state):
40661         * gst/wavparse/gstwavparse.h:
40662           Quickfix for capsnego.
40663
40664 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40665
40666         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40667           Fix indenting, fix pad creation.
40668
40669 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40670
40671         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40672         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40673         (gst_xviddec_sink_link):
40674           Implement src_getcaps() so proper size caps is negotiated.
40675
40676 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40677
40678         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40679           Finish flac decoder on EOS. See #116178.
40680
40681 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40682
40683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40684         (gst_matroska_demux_add_stream):
40685         * gst/matroska/matroska-ids.h:
40686           Add getcaps() function to fix capsnego...
40687
40688 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40689
40690         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40691         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40692         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40693           Fix more integer overflows. Again, see #126967.
40694
40695 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40696
40697         * ext/mpeg2dec/gstmpeg2dec.c:
40698           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40699           #130416.
40700
40701 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40702
40703         * configure.ac:
40704         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40705         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40706         * ext/xvid/gstxvid.h:
40707         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40708         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40709         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40710         (gst_xviddec_change_state):
40711         * ext/xvid/gstxviddec.h:
40712         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40713         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40714         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40715         (gst_xvidenc_link), (gst_xvidenc_set_property),
40716         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40717         * ext/xvid/gstxvidenc.h:
40718           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40719
40720 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40721
40722         * gst/rtp/rtp-packet.c:
40723           Add sys/types.h include, since OS X doesn't define in_addr_t
40724           in netinet/in.h, like it does on Linux (see #129600).
40725
40726 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40727
40728         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40729
40730         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40731           Correct logic of dispose function (see #129306).
40732
40733 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40734
40735         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40736         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40737         (gst_mpeg_parse_init):
40738         * gst/mpegstream/gstmpegparse.h:
40739           Remove clock (which was never provided, i.e. dead code), and
40740           also fix integer overflows at high PTS values (see #126967).
40741
40742 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40743
40744         * ext/flac/gstflacdec.c:
40745         * ext/libpng/gstpngenc.h:
40746         * ext/mikmod/gstmikmod.h:
40747           OS X fixes (see #126628).
40748
40749 2004-01-02  David Schleef  <ds@schleef.org>
40750
40751         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40752         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40753         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40754         (gst_mpeg_parse_class_init): Move pad template registration
40755         to class_init, since the derived class (mpegdemux) doesn't
40756         want them.
40757
40758 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40759
40760         * sys/ximage/Makefile.am:
40761         * sys/xvideo/Makefile.am:
40762         * sys/xvimage/Makefile.am:
40763           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40764           after installation (see #127664).
40765
40766 2004-01-02  David Schleef  <ds@schleef.org>
40767
40768         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40769         (gst_ffmpegenc_connect):  Negotiation fixes.
40770         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40771         Remove inappropriate gst_caps_free().
40772         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40773         Reenable Ronald's internal resize code, since the core handles
40774         it correctly now.
40775
40776 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40777
40778         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40780         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40781           Fix pad template stuff.
40782
40783 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40784
40785         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40786         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40787           fix signed integer reading/writing.
40788
40789 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40790
40791         * ext/alsa/README:
40792           Remove outdated document
40793
40794 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40795
40796         * gst/cutter/gstcutter.c: (gst_cutter_init):
40797           src pad was being created twice - oops.
40798
40799 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40800
40801         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40802           Comment out internal resize. It doesn't handle the resulting
40803           XEvent internally, does another try_set_caps() which leads to
40804           a really nice loop.
40805           Real fix will come when Julien and Dave are awake. ;).
40806
40807 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40808
40809         * ext/mpeg2enc/gstmpeg2enc.cc:
40810           fix const/nonconst compile issue.
40811
40812 2004-01-02  David Schleef  <ds@schleef.org>
40813
40814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40815         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40816         Add fixate function and a check for bad formats.
40817
40818 2004-01-01  David Schleef  <ds@schleef.org>
40819
40820         Negotiation fixes:
40821         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40822         (gst_audiofilter_init):
40823         * gst/debug/efence.c: (gst_efence_init):
40824         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40825         (gst_deinterlace_init):
40826         * gst/volume/gstvolume.c: (volume_connect):
40827
40828 2004-01-01  David Schleef  <ds@schleef.org>
40829
40830         Convert elements to use gst_pad_use_explicit_caps() where
40831         appropriate:
40832         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40833         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40834         (gst_afparse_open_file):
40835         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40836         (gst_afsrc_open_file):
40837         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40838         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40839         (gst_ffmpegdec_chain):
40840         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40841         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40842         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40843         (gst_gdk_pixbuf_chain):
40844         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40845         (gst_jpegdec_chain):
40846         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40847         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40848         (gst_mikmod_negotiate):
40849         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40850         (gst_mpeg2dec_negotiate_format):
40851         * ext/mpeg2enc/gstmpeg2enc.cc:
40852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40853         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40854         (gst_speexdec_sinkconnect):
40855         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40856         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40857         (gst_vorbisfile_new_link):
40858         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40859         (gst_ac3parse_chain):
40860         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40861         (gst_asf_demux_setup_pad):
40862         * gst/auparse/gstauparse.c: (gst_auparse_init),
40863         (gst_auparse_chain):
40864         * gst/id3/gstid3types.c: (gst_id3types_loop):
40865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40866         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40867         (mp1videoparse_parse_seq):
40868         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40869         (bpf_from_header):
40870         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40871         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40873         (gst_mpeg_parse_send_data):
40874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40875         (gst_qtdemux_add_stream):
40876         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40877         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40878         (gst_wavparse_parse_fmt):
40879
40880 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40881
40882         * configure.ac:
40883           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40884           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40885           it therefore uses the wrong include paths. Too bad... Note
40886           that 1.6.1.93 is not release yet. ;).
40887           Also add a check for mplex, which is now using the lib'ified
40888           mplex from mjpegtools, too.
40889         * ext/ffmpeg/gstffmpegcodecmap.c:
40890           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40891           issues. I don't think ffmpeg handles 3ivx correctly, so this
40892           probably won't work. But it won't hurt either.
40893         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40894         (gst_ffmpegdec_chain):
40895         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40896         (gst_ffmpegenc_chain_audio):
40897           Fix memleak in audio encoding. Close codec if open fails, this
40898           calls the cleanup routines so we can re-use the context.
40899         * ext/mpeg2enc/gstmpeg2enc.cc:
40900           Fix pad template names/types, fix memory issue with getcaps().
40901         * ext/mpeg2enc/gstmpeg2encoder.cc:
40902         * ext/mpeg2enc/gstmpeg2encoder.hh:
40903           Fix compile issue with new caps system (const thingy).
40904         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40905         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40906           We read a first frame right on initing, so that we have a caps
40907           when we init the output. This caps is cached in padprivate and
40908           read as first frame.
40909         * ext/mplex/Makefile.am:
40910         * ext/mplex/gstmplex.cc:
40911         * ext/mplex/gstmplex.h:
40912         * ext/mplex/gstmplex.hh:
40913         * ext/mplex/gstmplexibitstream.cc:
40914         * ext/mplex/gstmplexibitstream.hh:
40915         * ext/mplex/gstmplexjob.cc:
40916         * ext/mplex/gstmplexjob.hh:
40917         * ext/mplex/gstmplexoutputstream.cc:
40918         * ext/mplex/gstmplexoutputstream.hh:
40919           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40920           had issues, didn't do capsnego, supported only a subset of the
40921           mplex features and required a mplex fork in our local CVS. Plus
40922           that it worked agaist a very old mplex version. Rewriting was
40923           faster than updating it.
40924         * gst-libs/ext/Makefile.am:
40925         * gst-libs/ext/mplex/INSTRUCT:
40926         * gst-libs/ext/mplex/Makefile.am:
40927         * gst-libs/ext/mplex/README:
40928         * gst-libs/ext/mplex/TODO:
40929         * gst-libs/ext/mplex/ac3strm_in.cc:
40930         * gst-libs/ext/mplex/audiostrm.hh:
40931         * gst-libs/ext/mplex/audiostrm_out.cc:
40932         * gst-libs/ext/mplex/aunit.hh:
40933         * gst-libs/ext/mplex/bits.cc:
40934         * gst-libs/ext/mplex/bits.hh:
40935         * gst-libs/ext/mplex/buffer.cc:
40936         * gst-libs/ext/mplex/buffer.hh:
40937         * gst-libs/ext/mplex/fastintfns.h:
40938         * gst-libs/ext/mplex/format_codes.h:
40939         * gst-libs/ext/mplex/inputstrm.cc:
40940         * gst-libs/ext/mplex/inputstrm.hh:
40941         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40942         * gst-libs/ext/mplex/mjpeg_logging.cc:
40943         * gst-libs/ext/mplex/mjpeg_logging.h:
40944         * gst-libs/ext/mplex/mjpeg_types.h:
40945         * gst-libs/ext/mplex/mpastrm_in.cc:
40946         * gst-libs/ext/mplex/mpegconsts.cc:
40947         * gst-libs/ext/mplex/mpegconsts.h:
40948         * gst-libs/ext/mplex/mplexconsts.hh:
40949         * gst-libs/ext/mplex/multplex.cc:
40950         * gst-libs/ext/mplex/outputstream.hh:
40951         * gst-libs/ext/mplex/padstrm.cc:
40952         * gst-libs/ext/mplex/padstrm.hh:
40953         * gst-libs/ext/mplex/stillsstream.cc:
40954         * gst-libs/ext/mplex/stillsstream.hh:
40955         * gst-libs/ext/mplex/systems.cc:
40956         * gst-libs/ext/mplex/systems.hh:
40957         * gst-libs/ext/mplex/vector.cc:
40958         * gst-libs/ext/mplex/vector.hh:
40959         * gst-libs/ext/mplex/videostrm.hh:
40960         * gst-libs/ext/mplex/videostrm_in.cc:
40961         * gst-libs/ext/mplex/videostrm_out.cc:
40962         * gst-libs/ext/mplex/yuv4mpeg.cc:
40963         * gst-libs/ext/mplex/yuv4mpeg.h:
40964         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40965         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40966           We don't fork mjpegtools' mplex in our CVS anymore.
40967         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40968         (gst_avi_demux_add_stream):
40969         * gst/avi/gstavidemux.h:
40970           Add getcaps() function for proper caps nego. This makes some
40971           parts of AVI playback/reading work.
40972         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40973           Resize window on new capsnego. This is probably wrong, but
40974           I'm still committing it because with current capsnego, the
40975           first successfull capsnego is auto-fixated, therefore rounded
40976           down to the lowest values in the caps. this results in a 16x16
40977           XWindow that is not reized when real capsnego finishes.
40978           Dave, I see more cases of this, do you know a proper solution?
40979         * tools/gst-launch-ext.in:
40980           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40981
40982 2003-12-31  David Schleef  <ds@schleef.org>
40983
40984         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40985         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40986           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40987
40988 2003-12-30  David Schleef  <ds@schleef.org>
40989
40990         * ext/ffmpeg/gstffmpegcolorspace.c:
40991         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40992         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40993         (gst_ffmpegcsp_chain): Negotiation fixes
40994         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40996         (gst_audio_convert_link), (gst_audio_convert_channels):
40997         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40998         (gst_audioscale_link), (gst_audioscale_get_buffer),
40999         (gst_audioscale_chain): Negotiation fixes
41000         * gst/audioscale/gstaudioscale.h:
41001         * gst/videofilter/gstvideofilter.c:
41002         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41003         (gst_videofilter_link), (gst_videofilter_init),
41004         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41005         (gst_videofilter_find_format_by_structure):
41006         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41007         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41008         (gst_videoscale_link):
41009         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41010         (videoscale_find_by_structure), (gst_videoscale_setup):
41011         * gst/videoscale/videoscale.h: Negotiation fixes
41012         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41013         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41014         function, restrict resizing to a multiple of 4 (hack until
41015         everyone supports odd sizes correctly).
41016
41017 2003-12-29  Colin Walters  <walters@verbum.org>
41018
41019         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41020         signed.
41021
41022 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41023
41024         * ext/sndfile/gstsf.c: (gst_sf_loop):
41025           Fix warning about discarding const qualifier
41026
41027 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41028
41029         * gst/cutter/gstcutter.c:
41030         * gst/videoscale/gstvideoscale.c:
41031         * gst/volenv/gstvolenv.c:
41032         * gst-libs/gst/audio/audio.c:
41033         * gst-libs/gst/video/video.c:
41034           Fix warnings
41035
41036 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41037
41038         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41039           Don't send ALSA debugging to stderr.
41040         * ext/alsa/gstalsa.h:
41041           Use GST_WARNING instead of g_warning when ALSA functions fail.
41042
41043 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41044
41045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41046           Free XVAdapterInfo correctly.
41047
41048 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41049
41050         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41051         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41052           Make id3tag use correct caps nego.
41053
41054 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41055
41056         * ext/ivorbis/vorbis.c:
41057         * ext/ivorbis/vorbisenc.h:
41058         * ext/ivorbis/vorbisfile.c:
41059           Modify so that it uses the new caps things
41060
41061 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41062
41063         * testsuite/spider/spider1.c: (main):
41064         * testsuite/spider/spider2.c: (main):
41065         * testsuite/spider/spider3.c: (main):
41066           Make tests compile again. They probably don't work.
41067
41068 2003-12-24  Colin Walters  <walters@verbum.org>
41069
41070         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41071         we can't fixate the caps anymore.
41072
41073 2003-12-23  David Schleef  <ds@schleef.org>
41074
41075         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41076         * sys/oss/gstosssink.c: (gst_osssink_init),
41077         (gst_osssink_sink_fixate): Add fixate function.
41078
41079 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41080
41081         * ext/ffmpeg/gstffmpegcodecmap.c:
41082         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41083         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41084         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41085         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41086         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41087         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41088         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41089           fix typo in RGB masks, and move back to "old" colorspace
41090           capsnego code until whoever wrote this new crap has actually
41091           tested it so that it works.
41092           And yes, this works, keep it that way please.
41093
41094 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41095
41096         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41097         (gst_divxdec_init), (gst_divxdec_negotiate):
41098         * ext/divx/gstdivxdec.h:
41099         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41100         (gst_divxenc_init):
41101         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41102         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41103         * ext/mpeg2enc/gstmpeg2enc.cc:
41104         * ext/mpeg2enc/gstmpeg2encoder.cc:
41105         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41106         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41107         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41108         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41109         (dxr3spusink_init):
41110         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41111         (dxr3videosink_init):
41112           Fix caps breakage after Dave's caps branch merge.
41113
41114 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41115
41116         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41117           Fix for 24bpp display.
41118
41119 2003-12-23  Colin Walters  <walters@verbum.org>
41120
41121         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41122         a GnomeVFSHandle directly.
41123
41124 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41125
41126         * gst/volume/Makefile.am:
41127         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41128         (volume_base_init), (volume_init):
41129           Reenable volume element and fix to work with new caps stuff.
41130           Rhythmbox needs this.
41131
41132 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41133
41134         * gst/qtdemux/qtdemux.c: (plugin_init):
41135           qtdemux requires bytestream
41136
41137 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41138
41139         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41140           Fix remaining caps handling errors due to CAPS merge.
41141
41142 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41143
41144         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41145         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41146         (gst_faad_srcconnect):
41147           Port to new caps system.
41148
41149 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41150
41151         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41152         (got_video_size), (main): using g_print instead of g_message.
41153         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41154         signal which was not emitted because of "switch" element added to the
41155         bin but not connected. (Removing from the bin temporarily)
41156
41157 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41158
41159         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41160         find X development files. I don't understand the previous tests and
41161         they fail on my debian/ppc unstable. This one works.
41162         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41163         exiting.
41164         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41165         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41166         (gst_play_set_visualization): Add some safety checks in set_ methods
41167         and state_change. This was throwing some ugly CRITICAL messages when
41168         pipeline was getting disposed and casts were failing.
41169
41170 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41171
41172         * configure.ac:
41173           Improve mpeg2enc detection. This is for distributions that do
41174           ship mjpegtools, but without mpeg2enc. Also does object check
41175           for might there ever be ABI incompatibility.
41176         * ext/mpeg2enc/gstmpeg2enc.cc:
41177           Add Andrew as second maintainer (he's helping me), and also add
41178           an error if no caps was set. This happens if I pull before capsnego
41179           and that's something I should solve sometime else.
41180         * gst/matroska/matroska-demux.c:
41181         (gst_matroska_demux_parse_blockgroup):
41182           Fix time parsing.
41183         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41184         (gst_matroska_mux_track_header):
41185           Add caps to templates.
41186         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41187           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41188         * gst/mpegstream/gstmpegdemux.c:
41189           Remove layer since it causes warnings about unfixed caps.
41190         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41191           Fix obvious typo (we error out if caps were set, we should of
41192           course error out if *no* caps were set).
41193         * sys/oss/gstosselement.c: (gst_osselement_convert):
41194           Fix format conversion, we confused bits/bytes.
41195         * sys/oss/gstosselement.h:
41196           Improve documentation for 'bps'.
41197         * sys/v4l/TODO:
41198           Remove stuff about plugins that need removing - this was done
41199           ages ago.
41200         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41201         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41203         (gst_v4lsrc_src_query):
41204         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41205         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41206           Add get_query_types(), get_formats() and query() functions.
41207
41208 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41209
41210         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41211           * moved CVS to freedesktop.org